Differences between revisions 1 and 2
Revision 1 as of 2005-10-29 14:05:43
Size: 115
Editor: sub27-11
Comment: created - cp
Revision 2 as of 2005-12-19 21:46:11
Size: 438
Comment: clarify and add detail.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
SpanningTreeProtocol is a network protocol used on a bridged LAN, that aims to avoid looping routes autonomously. 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 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)