Govur University Logo
--> --> --> -->
...

A switched network has three Cisco switches (SW1, SW2, SW3) connected in a triangle. All links are Gigabit Ethernet. SW1 has a MAC address of 0001.0001.0001, SW2 has 0002.0002.0002, and SW3 has 0003.0003.0003. All switches have default STP priorities. If SW1 fails, which switch immediately becomes the new root bridge for VLAN 1, assuming no other configuration changes?



The Spanning Tree Protocol, or STP, is a network protocol that prevents switching loops in Ethernet networks by creating a loop-free logical topology from a physical topology that might contain loops. It achieves this by electing a single root bridge for each VLAN and then blocking redundant paths. The election of the root bridge is based on a unique identifier called the Bridge ID. The Bridge ID comprises two parts: the bridge priority and the switch's MAC address. A lower Bridge ID is always preferred in the election process. If the priorities are the same, the switch with the numerically lowest MAC address becomes the root bridge. The term 'immediately' in the context of STP refers to t....

Log in to view the answer



Redundant Elements