Electrical engineering

broadcast radiation

The accumulation of broadcast and multicast traffic on a computer network.

broadcast radiation: unwanted traffic flooding your network

Broadcast radiation refers to the cumulative effect of broadcast and multicast packets propagating across a network segment, consuming bandwidth and processing resources on every connected device. Unlike unicast traffic, which travels to a single destination, broadcast frames are addressed to all hosts on a local network segment (MAC address ff:ff:ff:ff:ff:ff), while multicast reaches a defined group. When these packets accumulate without proper containment, they degrade network performance and stress CPU resources on end nodes and switches.

The core problem emerges in networks with poor segmentation or misconfigured devices. A single malfunctioning host sending Address Resolution Protocol (ARP) requests, or a switch flooding traffic due to unknown MAC addresses, can generate thousands of broadcast frames per second. In larger flat networks without VLAN boundaries, this radiation spreads to every port, affecting devices that have no legitimate reason to receive the traffic. Multicast traffic worsens this when applications stream video or audio across subnets without rate limiting.

Containment and Prevention

Network engineers control broadcast radiation through several mechanisms. VLAN segmentation confines broadcast domains to specific switch ports. Spanning Tree Protocol (STP) prevents loops that amplify broadcast traffic exponentially. IGMP snooping on switches prevents unnecessary multicast forwarding to ports with no interested receivers. Rate limiting on access ports caps broadcast frame transmission, and broadcast storm control thresholds on modern switches automatically disable ports exceeding configurable packet rates, typically set between 1,000 and 10,000 packets per second depending on the network type.

Identifying sources requires protocol analysis. Tools like tcpdump or dedicated packet capture reveal which MAC addresses or protocols generate excessive broadcasts. Common culprits include misconfigured DHCP clients, devices with faulty network drivers, Spanning Tree convergence events, or applications using broadcast for service discovery without suppression. In industrial settings with programmable logic controllers (PLCs) using broadcast-based communication, isolation through industrial Ethernet switches with explicit traffic shaping becomes essential.

The term "radiation" captures the idea of energy spreading outward in all directions, which is apt: broadcast packets radiate from their source to every node in the collision or broadcast domain, saturating shared media resources that older technologies like half-duplex Ethernet shared. Modern switched networks contain this spread more effectively, but in wireless networks, Wi-Fi beamforming and high-density deployments remain vulnerable to broadcast radiation degrading overall throughput.

More from Electrical engineering

See all

Get the Word of the Day

One industrial term every weekday, with the trade it belongs to and why it is worth knowing. No advertising.