Difficulty: Easy
Correct Answer: 1
Explanation:
Introduction / Context:
Spanning Tree Protocol (STP) is used to prevent switching loops in a network by organizing switches into a loop-free logical topology. The root bridge plays a central role by acting as the reference point for path calculations.
Given Data / Assumptions:
Concept / Approach:
STP always elects exactly one root bridge per spanning-tree instance. All other switches calculate the shortest path to this root bridge. In PVST+ (Per-VLAN Spanning Tree), each VLAN has its own root bridge, but per instance the answer remains one.
Step-by-Step Solution:
Verification / Alternative check:
Cisco's STP documentation confirms: one root bridge per spanning-tree instance.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
1
Discussion & Comments