200-150 · Question #24
Which situation will cause a switch to flood traffic out all of the ports on the switch?
The correct answer is B. The switch receives a destination MAC address of ffff.ffff.ffff. A switch floods a frame out all ports (except the one it arrived on) when the destination MAC address is the broadcast address ffff.ffff.ffff. By definition, a broadcast must be delivered to every device on the local segment, so flooding is the correct behavior. Option A…
Question
Which situation will cause a switch to flood traffic out all of the ports on the switch?
Options
- AThe switch receives a destination MAC address of 0000.0000.0000
- BThe switch receives a destination MAC address of ffff.ffff.ffff
- CThe switch receives a source MAC address of 0000.0000.0000
- DThe switch's TCAM reaches the MAC address limit.
- EThe switch was configured in cut-through mode.
How the community answered
(62 responses)- A6% (4)
- B87% (54)
- C3% (2)
- D2% (1)
- E2% (1)
Explanation
A switch floods a frame out all ports (except the one it arrived on) when the destination MAC address is the broadcast address ffff.ffff.ffff. By definition, a broadcast must be delivered to every device on the local segment, so flooding is the correct behavior. Option A (all-zeros MAC) is not a valid or recognized address that triggers flooding. Option C (source MAC of all-zeros) is irrelevant - flooding is determined by the destination, not the source. Option D (TCAM limit) would cause the switch to drop new MAC entries rather than flood normally. Option E (cut-through mode) only affects when the switch begins forwarding a frame; it does not cause flooding.
Topics
Community Discussion
No community discussion yet for this question.