nerdexam
Cisco

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.

Submitted by lucia.co· Mar 5, 2026Network Fundamentals

Question

When a switch receives a frame from an unknown source MAC address, which action does the switch take with the frame?

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)
  • A
    4% (2)
  • B
    2% (1)
  • C
    92% (44)
  • D
    2% (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.

AIt sends the frame to ports within the CAM table identified with an unknown source MAC address.

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.

BIt floods the frame out all interfaces, including the interface it was received on.

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.

CIt associates the source MAC address with the LAN port on which it was received and saves it toCorrect

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.

DIt attempts to send the frame back to the source to ensure that the source MAC address is still

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

#MAC learning#CAM table#switch operation#frame flooding

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice