![]() |
|||
Tree Topology
To avoid loops we need a tree topology consisting of a root, a succession of branches
and then leaves. The leaves represent end stations, and there is one and only one
path from a leaf to another leaf. Therefore, the tree is free of loops that can
cause havoc in a network. The other requirement is that all leaves are connected.
There are no isolated segments. Another term for this topology is distributed
star. Within our tree structure will be a series of bridges used to connect the
branches and leaves. There are two types. The root bridge is the main one of
interest because it has a special assignment and there is only one within a
network. The other bridges (that are to be used) are all designated bridges
and there could be many within the network. To have a tree topology, you need
bridges with more than two ports. Port Designations
Although bridges do not need MAC addresses to operate, a MAC address is needed to identify
bridges in the Spanning Tree Protocol. Besides a MAC address for each bridge, each
port on each bridge must be identified. For bridges, a unique 64-bit bridge identifier
is assigned by appending a 16-bit priority field in front of a unique 48-bit MAC
address resulting in a Bridge ID. The MAC address comes from the bridge vendor, but
the priority field can be set by the user. The default priority value of 0x8000 is in
the middle of the priority range. If the user fails to assign priority values, the
bridges will still have unique assignments. This is important since the bridge with
the lowest numerical bridge identifier will become the root bridge. All other bridges
have the possibility of becoming designated bridges.
|