Differences between revisions 2 and 3
Revision 2 as of 2005-12-19 21:46:11
Size: 438
Comment: clarify and add detail.
Revision 3 as of 2006-04-27 20:18:36
Size: 439
Editor: 12
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
In more detail, it elects one bridge to be the "root", and then all other switches form into a tree below the root, disabling any ports that would be links across the tree. In more detail, it elects one bridge to be the "root", and then all other switches form into a tree below the root, disabling any ports that would be links across the tree..

SpanningTreeProtocol is a network protocol used on a bridged LAN, that prevents frames from going in circles indefinitely.

It accomplishes this by detecting loops, then automatically disabling ports on switches involved in the loop until there are no loops.

In more detail, it elects one bridge to be the "root", and then all other switches form into a tree below the root, disabling any ports that would be links across the tree..

SpanningTreeProtocol (last edited 2007-11-23 18:02:21 by localhost)