Jump to content

Switching loop

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mancini (talk | contribs) at 12:03, 29 November 2006 (New page: 'Switching loops occur when there is more than one path between two switches. A physical topology that contains switching or bridging loops is necessary for reliability, ye...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Switching loops occur when there is more than one path between two switches.

A physical topology that contains switching or bridging loops is necessary for reliability, yet a switched network cannot have loops.

The solution is to allow physical loops, but create a loop free logical topology with the STP (Spanning tree protocol) on the switches.

In the Layer 2 header, there is no Time To Live (TTL) value. If a frame is sent into a Layer 2 looped topology of switches, it can loop forever.

Broadcasts

In the case of broadcast packets (Broadcast radiation) over a switching loop the situation can easily spiral out of control into a Broadcast Storm.

MAC database instability

Switching loops can causes misleading entries in a switch's MAC database can cause endlessly unicast frames throughout the network.

In a redundant switched network it is possible for switches to learn the wrong information. A switch can incorrectly learn that a MAC address is on one port, when it is actually on a different port.

Multiple frame transmissions

In a redundant switched network it is possible for an end device to receive multiple frames.

Misinterpretations

  1. It is not true that within a switching loop packets will circulate the network until their Time to Live value expires as no TTL exists at Layer 2.