Difficulty: Easy
Correct Answer: Every 2 seconds
Explanation:
Introduction / Context:
BPDUs (Bridge Protocol Data Units) are messages exchanged by switches in a network running the Spanning Tree Protocol (STP). They are crucial in preventing loops and maintaining a loop-free topology. Their transmission frequency is standardized to ensure stable convergence.
Given Data / Assumptions:
Concept / Approach:
In IEEE 802.1D, switches send BPDUs by default every 2 seconds. These Hello BPDUs allow switches to share spanning tree information and elect the root bridge.
Step-by-Step Solution:
Verification / Alternative check:
Cisco networking documentation and IEEE 802.1D confirm the Hello BPDU interval of 2 seconds as the default setting.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Every 2 seconds
Discussion & Comments