A large enterprise is redesigning its campus network to support 5000 users across three buildings. The design must provide high availability and fast convergence in case of a link failure. The network engineer is considering using Spanning Tree Protocol (STP) in the access layer. What is the primary design concern with using STP in this scenario?
Trap 1: STP requires all switches to be in the same VLAN to function…
Incorrect because STP operates per VLAN (PVST+) and does not require all switches to be in the same VLAN.
Trap 2: STP cannot be used with 5000 users due to MAC address table…
Incorrect because STP does not directly limit the number of users; MAC address table size is a hardware limitation, not a STP issue.
Trap 3: STP will cause broadcast storms in a three-building design.
Incorrect because STP is designed to prevent broadcast storms by blocking redundant paths; it does not cause them.
- A
STP will cause slow convergence and inefficient use of redundant links.
Correct because STP blocks redundant links and convergence can take 30-50 seconds, which is not suitable for high-availability designs.
- B
STP requires all switches to be in the same VLAN to function correctly.
Why wrong: Incorrect because STP operates per VLAN (PVST+) and does not require all switches to be in the same VLAN.
- C
STP cannot be used with 5000 users due to MAC address table limitations.
Why wrong: Incorrect because STP does not directly limit the number of users; MAC address table size is a hardware limitation, not a STP issue.
- D
STP will cause broadcast storms in a three-building design.
Why wrong: Incorrect because STP is designed to prevent broadcast storms by blocking redundant paths; it does not cause them.