An enterprise network topology features four switches operating standard IEEE 802.1D Spanning Tree Protocol (STP) with the following bridge configurations:
- Switch-A: Priority 32768, MAC 00:00:0C:11:11:11
- Switch-B: Priority 28672, MAC 00:00:0C:33:33:33
- Switch-C: Priority 28672, MAC 00:00:0C:22:22:22
- Switch-D: Priority 32768, MAC 00:00:0C:44:44:44
The switches are connected in a physical ring topology: Switch-A connects to Switch-B, Switch-B connects to Switch-C, Switch-C connects to Switch-D, and Switch-D connects to Switch-A. All inter-switch links are Gigabit Ethernet (STP path cost = 4), except the link between Switch-B and Switch-C, which is 10-Gigabit Ethernet (STP path cost = 2). Which switch will be elected as the Root Bridge, and what role will Switch-D assign to its port on the link connecting directly to Switch-A?
- Switch-C is elected as the Root Bridge, and Switch-D assigns the Designated Port role to its interface connected to Switch-A.Answer
- BSwitch-B is elected as the Root Bridge, and Switch-D assigns the Designated Port role to its interface connected to Switch-A.
- CSwitch-C is elected as the Root Bridge, and Switch-D assigns the Alternate/Blocking Port role to its interface connected to Switch-A.
- DSwitch-B is elected as the Root Bridge, and Switch-D assigns the Root Port role to its interface connected to Switch-A.