Place the standard 802.1D Spanning Tree Protocol (STP) port state transitions in the correct chronological order from initial switch port activation to full operational traffic handling.
- 1Blocking State: Discards user data frames and does not learn MAC addresses, but receives and processes BPDUs.
- 2Listening State: Evaluates BPDUs to determine root bridge election and port roles without populating the MAC table.
- 3Learning State: Inspects incoming frames to populate the MAC address table while still holding user data traffic.
- 4Forwarding State: Transmits and receives user data frames while continuously updating MAC address table entries.
Answer
The correct sequence of standard 802.1D STP port states from activation to active traffic forwarding is Blocking State, Listening State, Learning State, and Forwarding State.
Standard 802.1D Spanning Tree Protocol transitions switch ports through four sequential states upon activation: Blocking (prevents loops, reads BPDUs), Listening (elects root bridge and determines port roles), Learning (populates the MAC address table without forwarding data), and Forwarding (fully processes user data frames).
Step-by-Step Solution
Key Concept
Spanning Tree Protocol (802.1D) Port State Transitions