200-301 · Question #1181
When a switch receives a frame from an unknown source MAC address, which action does the switch take with the frame?
The correct answer is C. It associates the source MAC address with the LAN port on which it was received and saves it to. When a switch receives a frame with an unknown source MAC address, it learns and records that MAC address along with the ingress port in its MAC address table.
Question
Options
- AIt sends the frame to ports within the CAM table identified with an unknown source MAC address.
- BIt floods the frame out all interfaces, including the interface it was received on.
- CIt associates the source MAC address with the LAN port on which it was received and saves it to
- DIt attempts to send the frame back to the source to ensure that the source MAC address is still
How the community answered
(48 responses)- A4% (2)
- B2% (1)
- C92% (44)
- D2% (1)
Why each option
When a switch receives a frame with an unknown source MAC address, it learns and records that MAC address along with the ingress port in its MAC address table.
The CAM table does not identify ports with 'unknown' source MAC addresses; instead, it stores known MAC-to-port mappings, and if a MAC is unknown, it's learned, not simply identified as unknown in the table for forwarding.
Flooding occurs when a switch receives a frame destined for an unknown MAC address, not typically for learning an unknown source MAC address, though it might flood if the *destination* is unknown after learning the source.
Switches use MAC address learning to build their Content Addressable Memory (CAM) table; upon receiving a frame, the switch extracts the source MAC address and binds it to the incoming physical port, storing this mapping in the CAM table for future forwarding decisions.
A switch does not attempt to send a frame back to the source to verify its MAC address; it passively learns the source MAC from incoming frames.
Concept tested: Switch MAC address learning
Source: https://www.cisco.com/c/en/us/support/docs/lan-switching/ethernet-flow-control/10295-2.html#_Toc476991199
Topics
Community Discussion
No community discussion yet for this question.