Four network switches (SW1, SW2, SW3, SW4) are connected in a local area network running standard IEEE 802.1D Spanning Tree Protocol (STP). The bridge priorities and base MAC addresses for the switches are configured as follows:
- SW1: Bridge Priority = , MAC =
- SW2: Bridge Priority = , MAC =
- SW3: Bridge Priority = , MAC =
- SW4: Bridge Priority = , MAC =
Which switch will be elected as the STP root bridge in this network topology?
- SW3, because it possesses the lowest numerical bridge priority value.Answer
- BSW4, because it possesses the lowest numerical MAC address among all switches.
- CSW2, because default priority ties force the election to select the highest MAC address.
- DSW1, because it retains the default bridge priority and lowest MAC among default-configured switches.
Answer
SW3 is elected as the root bridge because it has the lowest Bridge Priority (16384), making its overall Bridge ID the lowest in the network.
In 802.1D Spanning Tree Protocol, the switch with the lowest Bridge Identifier (BID) becomes the root bridge. The BID is composed of the Bridge Priority and the MAC address. Bridge Priority is compared first; the lower numerical value wins. Since SW3 has a Bridge Priority of 16384 while SW1, SW2, and SW4 all have the default priority of 32768, SW3 wins the root bridge election automatically without needing a MAC address tie-breaker.
Step-by-Step Solution
Key Concept
STP Root Bridge Election Process
Estimated Time:1m 0s