200-150 · Question #246
A switch receives a frame The destination MAC address is located on the same port where the switch received the frame Which action does the switch perform on the frame?
The correct answer is B. filter. When a switch receives a frame, it looks up the destination MAC address in its MAC address table to determine the outgoing port. If the destination MAC is found on the same port that the frame arrived on, the switch filters (drops) the frame. Forwarding it back out the same…
Question
A switch receives a frame The destination MAC address is located on the same port where the switch received the frame Which action does the switch perform on the frame?
Options
- Abuffer
- Bfilter
- Cforward
- Dflood
How the community answered
(34 responses)- A6% (2)
- B88% (30)
- C3% (1)
- D3% (1)
Explanation
When a switch receives a frame, it looks up the destination MAC address in its MAC address table to determine the outgoing port. If the destination MAC is found on the same port that the frame arrived on, the switch filters (drops) the frame. Forwarding it back out the same port would be pointless since the destination device is already reachable on that segment, and doing so could cause issues. This is called filtering. By contrast: flooding sends a frame out all ports except the ingress port (used for unknown destinations); forwarding sends the frame to a specific different port; buffering temporarily holds frames during congestion.
Topics
Community Discussion
No community discussion yet for this question.