200-401 · Question #51
What is the purpose of Spanning Tree Protocol?
The correct answer is D. to maintain a loop-free Layer 2 network topology. Spanning Tree Protocol (STP) operates at Layer 2 (Data Link layer) and was specifically designed to prevent switching loops in networks with redundant paths - it does this by placing certain switch ports in a blocking state, ensuring only one active path exists between any two…
Question
What is the purpose of Spanning Tree Protocol?
Options
- Ato prevent routing loops
- Bto create a default route
- Cto provide multiple gateways for hosts
- Dto maintain a loop-free Layer 2 network topology
- Eto enhance the functions of SNMP
How the community answered
(36 responses)- B3% (1)
- C6% (2)
- D92% (33)
Explanation
Spanning Tree Protocol (STP) operates at Layer 2 (Data Link layer) and was specifically designed to prevent switching loops in networks with redundant paths - it does this by placing certain switch ports in a blocking state, ensuring only one active path exists between any two network segments at a time, keeping the topology loop-free.
Why the distractors are wrong:
- A is close but misleading - routing loops are a Layer 3 concern handled by routing protocols (like OSPF or RIP); STP handles switching/bridging loops at Layer 2.
- B - default routes are a Layer 3 concept configured on routers, completely unrelated to STP.
- C - multiple gateways for hosts describe HSRP/VRRP/GLBP (First Hop Redundancy Protocols), not STP.
- E - SNMP is a network management protocol; STP has no role in enhancing it.
Memory tip: Think of STP as a "traffic cop for switches" - it sees all the redundant cable paths between switches and blocks the extras to prevent broadcast storms, only unblocking them if the primary path fails. The key phrase to lock in is "Layer 2, loop-free" - that's STP's entire job.
Topics
Community Discussion
No community discussion yet for this question.