Layer 2 Loops

Broadcast Storms

The Ethernet header doesn't have a TTL field. these broadcast frames will loops around the network indefinitely. If enough of these looped broadcasts accumulate in the network, the network will be too congested for legitimate traffic to use the network. This is called a broadcast storm.

Network congestion isn't the only problem. Each time a frame arrives on a switch port, the switch uses the source MAC address field to learn the MAC address and update its MAC address table. When frames with the same source MAC address repeatedly arrive on different interfaces, the switch is continuously updating the interface in its MAC address table. This is known as MAC Adress Flapping.

Last updated