STP Flashcards

(26 cards)

1
Q

What is the real-world analogy for Root Bridge?

A

City Hall / Central Hub

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does Path Cost represent in a real-world analogy?

A

Road Speed Limit / Travel Time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the analogy for Blocking Port?

A

Closed Road (for safety)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does Designated Port refer to in a real-world analogy?

A

Best Road to a neighborhood

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the real-world analogy for Redundant Link?

A

Extra Road — used only if needed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does Topology Change represent in a real-world analogy?

A

Traffic Reroute due to accident

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the main purpose of STP in a network?

A

To prevent layer 2 loops and broadcast storms by disabling redundant paths.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the STP equivalent of the “central hub” in a city road system?

A

The Root Bridge.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How does STP determine the “best” path to the Root Bridge?

A

By calculating the lowest path cost, based on link speed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What happens to ports that could cause loops but aren’t needed for the best path?

A

They are put into a Blocking state.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A port on a non-root bridge that forwards traffic toward the root is called what?

A

A Root Port.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

On a segment, the switch with the best path to the root becomes what?

A

The Designated Bridge, and its port is the Designated Port.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

STP reconfigures the network when what happens?

A

A topology change (like a link or switch going down).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What’s the default STP priority value for all switches?

A

32,768 — unless manually changed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

If two switches have the same priority, how does STP break the tie?

A

By choosing the switch with the lowest MAC address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What STP port state allows a port to listen to BPDUs but not forward traffic yet?

A

Listening (and then Learning before Forwarding).

17
Q

What IEEE standard defines RSTP?

18
Q

What’s the biggest improvement RSTP has over classic STP?

A

Faster convergence (1–2 seconds)

19
Q

Which RSTP port role replaces a blocked port with a backup path to the root bridge?

A

Alternate Port

20
Q

What are the three port states in RSTP?

A

Discarding, Learning, and Forwarding

21
Q

Is RSTP backward compatible with 802.1D STP?

22
Q

What does PVST stand for?

A

Per-VLAN Spanning Tree

23
Q

What vendor developed PVST and PVST+?

24
Q

Why is PVST useful for VLANs?

A

It allows a separate spanning tree per VLAN, enabling load balancing.

25
What’s the key difference between PVST and standard STP?
PVST runs one STP instance per VLAN; standard STP runs one for the entire network.
26
What does the '+' in PVST+ mean?
It adds compatibility with standard (IEEE) STP switches.