Difficulty: Easy
Correct Answer: All ports are in either the forwarding or blocking (alternate) state.
Explanation:
Introduction / Context:Spanning Tree Protocol converges by selecting a root bridge and then determining which links forward and which must be blocked to prevent loops. Understanding the steady-state port roles and states is essential for troubleshooting and design.
Given Data / Assumptions:
Concept / Approach:In a converged topology, exactly enough ports forward to maintain connectivity; redundant paths are placed in a non-forwarding state (blocking in 802.1D, discarding in 802.1w). Therefore, every non-administratively-down port is either forwarding or blocked/discarding.
Step-by-Step Solution:
Recognize that forwarding on all ports would create loops — impossible.Note roles: root and designated ports forward; non-designated (alternate/backup) block/discard.Select the statement that includes both forwarding and blocking states.Verification / Alternative check:show spanning-tree output displays port roles and states; you will observe a mix of forwarding and discarding states in redundant topologies.
Why Other Options Are Wrong:
Common Pitfalls:Equating roles with states; forgetting that RSTP uses “discarding” not “blocking,” though conceptually similar.
Final Answer:All ports are in either the forwarding or blocking (alternate) state.
Discussion & Comments