nerdexam
Cisco

200-301 · Question #1341

How does MAC learning function on a switch?

The correct answer is C. adds unknown source MAC addresses to the address table. MAC learning on a switch involves examining the source MAC address of incoming frames and recording them in the MAC address table along with the port they were received on.

Submitted by anjalisingh· Mar 5, 2026Network Fundamentals

Question

How does MAC learning function on a switch?

Options

  • Aprotects against denial of service attacks
  • Bsends frames with unknown destinations to a multicast group
  • Cadds unknown source MAC addresses to the address table
  • Dsends a retransmission request when a new frame is received

How the community answered

(42 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    90% (38)
  • D
    5% (2)

Why each option

MAC learning on a switch involves examining the source MAC address of incoming frames and recording them in the MAC address table along with the port they were received on.

Aprotects against denial of service attacks

While MAC address tables are involved in network security, MAC learning itself is not primarily a DoS protection mechanism.

Bsends frames with unknown destinations to a multicast group

Frames with unknown destinations are typically flooded to all ports (except the receiving one), not sent to a multicast group.

Cadds unknown source MAC addresses to the address tableCorrect

When a switch receives a frame, it inspects the source MAC address and the port on which the frame arrived. If this source MAC address is not already in the switch's MAC address table (also known as CAM table or forwarding table), the switch adds an entry for that MAC address associated with the specific input port, thereby 'learning' its location for future forwarding decisions.

Dsends a retransmission request when a new frame is received

A switch does not send retransmission requests; that is a function of higher-layer protocols or physical layer error detection, not basic MAC learning.

Concept tested: Switch MAC address learning function

Source: https://www.cisco.com/c/en/us/support/docs/switches/catalyst-6500-series-switches/10570-41.html

Topics

#MAC learning#Switch operation

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice