Difficulty: Easy
Correct Answer: Prevent switching loops in redundant Layer 2 topologies
Explanation:
Introduction / Context:
Redundant Layer 2 paths are valuable for resiliency, but they introduce the risk of loops. Unlike routed networks that use TTL decrements and routing protocols, Layer 2 frames can circulate indefinitely, causing broadcast storms and MAC table instability. STP is designed to address this.
Given Data / Assumptions:
Concept / Approach:
STP elects a root bridge and prunes the topology logically, leaving one active path per segment. Root and designated ports forward, while redundant paths are blocked, preventing loops. Rapid and Multiple STP variants improve convergence and scalability while preserving the core objective.
Step-by-Step Solution:
Verification / Alternative check:
Topology diagrams with triangles of switches demonstrate that, after STP convergence, exactly one link in the triangle is placed in a blocking/discarding state to prevent loops.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing STP with routing protocols; assuming link aggregation alone eliminates loops (it does not across topologies).
Final Answer:
Prevent switching loops in redundant Layer 2 topologies
Discussion & Comments