200-150 · Question #158
What happens when there is no entry in the Layer 2 CAM table that corresponds to the destination MAC address of an incoming frame?
The correct answer is B. The frame is flooded out of all forwarding ports in its VLAN, except the port on which it is. When a switch has no CAM table entry for a destination MAC address, it floods the frame out all forwarding ports within the same VLAN, excluding the ingress port.
Question
What happens when there is no entry in the Layer 2 CAM table that corresponds to the destination MAC address of an incoming frame?
Options
- AThe frame is flooded out of all forwarding ports in all VLANs.
- BThe frame is flooded out of all forwarding ports in its VLAN, except the port on which it is
- CThe switch drops the frame.
- DThe frame is flooded out of all forwarding ports in its VLAN, including the port on which it is
How the community answered
(58 responses)- A7% (4)
- B88% (51)
- C3% (2)
- D2% (1)
Why each option
When a switch has no CAM table entry for a destination MAC address, it floods the frame out all forwarding ports within the same VLAN, excluding the ingress port.
Flooding across all VLANs would violate VLAN segmentation boundaries; unknown unicast flooding is always contained within the frame's own VLAN.
Switches perform unknown unicast flooding by sending the frame out all forwarding ports within the source VLAN to ensure the destination receives it. The ingress port is excluded to prevent the sender from receiving its own frame back, a behavior sometimes called split horizon at Layer 2. This is the standard Layer 2 unknown unicast flooding procedure defined in IEEE 802.1D bridging.
Dropping unknown-destination frames would break basic Layer 2 forwarding; the switch floods rather than discards because the destination may still be reachable.
Including the ingress port in the flood is incorrect because sending a frame back out the port it arrived on is unnecessary and would create redundant traffic toward the sender.
Concept tested: Layer 2 unknown unicast flooding behavior
Source: https://www.cisco.com/c/en/us/support/docs/switches/catalyst-6000-series-switches/10681-64.html
Topics
Community Discussion
No community discussion yet for this question.