What does STP stand for?
Spanning Tree Protocol
What is the primary purpose of STP?
To prevent Layer 2 loops in Ethernet networks
Which IEEE standard defines the original STP?
IEEE 802.1D
What are the three port states in 802.1D STP?
Blocking, Listening, Learning
Which STP port state allows MAC address learning but not forwarding?
Learning
Which STP port state does not forward frames or learn MAC addresses?
Blocking
What is the Bridge ID made up of?
Bridge Priority + MAC Address
How is the root bridge elected in STP?
The switch with the lowest Bridge ID
What happens if multiple switches have the same priority during root bridge election?
The switch with the lowest MAC address becomes the root
What is the default Hello Time in STP?
2 seconds
What is the default Max Age in STP?
20 seconds
What is the default Forward Delay in STP?
15 seconds
What are the port roles in STP?
Root Port, Designated Port, Non-Designated Port
What is a Root Port?
The port on a non-root bridge with the lowest path cost to the root bridge
What is a Designated Port?
The port on a segment with the lowest path cost to the root bridge
What is a Non-Designated Port?
A port that is in the blocking state to prevent loops
How is STP path cost determined?
By the speed of the interface
What is the STP path cost of a 100 Mbps link?
19
What is the STP path cost of a 1 Gbps link?
4
What is the STP path cost of a 10 Gbps link?
2
What is a BPDU?
Bridge Protocol Data Unit, used by STP to share information between switches
Which device sends BPDUs in an STP topology?
The root bridge sends BPDUs, others forward them
What is the IEEE standard for RSTP?
IEEE 802.1w
How many port states exist in RSTP?
Discarding, Learning, Forwarding