An administrator interconnects three switches—Switch- Alpha, Switch-Beta, and Switch-Gamma—in a redundant triangular loop topology using standard IEEE 802.1D Spanning Tree Protocol (STP). All switches use their factory default configuration settings except for bridge priorities, which are assigned as follows:
• Switch-Alpha: Bridge Priority = 32768, MAC Address = 0011.2233.4455
• Switch-Beta: Bridge Priority = 28672, MAC Address = 0055.4433.2211
• Switch-Gamma: Bridge Priority = 40960, MAC Address = 0000.1111.2222
Which switch will be elected as the STP Root Bridge for the topology?
- Switch-Beta, because it has the lowest numerical Bridge Priority value.Answer
- BSwitch-Gamma, because it has the highest numerical Bridge Priority value.
- CSwitch-Gamma, because it possesses the lowest numerical MAC address in the network topology.
- DSwitch-Alpha, because it uses the default Bridge Priority value of 32768.
Answer
Switch-Beta will be elected as the Root Bridge because it possesses the lowest overall Bridge ID, determined primarily by having the lowest numerical Bridge Priority value (28672).
In 802.1D Spanning Tree Protocol, the Root Bridge election compares the Bridge ID (BID) of each switch in the network. The BID is composed of Bridge Priority and MAC Address. The switch with the lowest overall numerical BID becomes the Root Bridge. Priority is evaluated first; because Switch-Beta is configured with a priority of 28672—which is numerically lower than 32768 (Switch-Alpha) and 40960 (Switch-Gamma)—it wins the election immediately.
Step-by-Step Solution
Key Concept
STP Root Bridge Election Mechanics