What is the real-world analogy for Root Bridge?
City Hall / Central Hub
What does Path Cost represent in a real-world analogy?
Road Speed Limit / Travel Time
What is the analogy for Blocking Port?
Closed Road (for safety)
What does Designated Port refer to in a real-world analogy?
Best Road to a neighborhood
What is the real-world analogy for Redundant Link?
Extra Road — used only if needed
What does Topology Change represent in a real-world analogy?
Traffic Reroute due to accident
What is the main purpose of STP in a network?
To prevent layer 2 loops and broadcast storms by disabling redundant paths.
What is the STP equivalent of the “central hub” in a city road system?
The Root Bridge.
How does STP determine the “best” path to the Root Bridge?
By calculating the lowest path cost, based on link speed.
What happens to ports that could cause loops but aren’t needed for the best path?
They are put into a Blocking state.
A port on a non-root bridge that forwards traffic toward the root is called what?
A Root Port.
On a segment, the switch with the best path to the root becomes what?
The Designated Bridge, and its port is the Designated Port.
STP reconfigures the network when what happens?
A topology change (like a link or switch going down).
What’s the default STP priority value for all switches?
32,768 — unless manually changed.
If two switches have the same priority, how does STP break the tie?
By choosing the switch with the lowest MAC address.
What STP port state allows a port to listen to BPDUs but not forward traffic yet?
Listening (and then Learning before Forwarding).
What IEEE standard defines RSTP?
802.1w
What’s the biggest improvement RSTP has over classic STP?
Faster convergence (1–2 seconds)
Which RSTP port role replaces a blocked port with a backup path to the root bridge?
Alternate Port
What are the three port states in RSTP?
Discarding, Learning, and Forwarding
Is RSTP backward compatible with 802.1D STP?
Yes
What does PVST stand for?
Per-VLAN Spanning Tree
What vendor developed PVST and PVST+?
Cisco
Why is PVST useful for VLANs?
It allows a separate spanning tree per VLAN, enabling load balancing.