nerdexam
Cisco

200-301 · Question #1358

An Ethernet frame arrived at switch interface G0/1, but the destination MAC address is missing from the MAC address table. How does the switch process the frame?

The correct answer is D. It floods the frame out of the remaining switch interfaces.. When a switch receives an Ethernet frame for which it does not have the destination MAC address in its MAC address table, it floods the frame out of all interfaces except the one it was received on.

Submitted by saadiq_pk· Mar 5, 2026Network Fundamentals

Question

An Ethernet frame arrived at switch interface G0/1, but the destination MAC address is missing from the MAC address table. How does the switch process the frame?

Options

  • AIt sends an ARP request to attempt to locate the destination
  • BIt updates the destination to FFFF.FFFF.FFFF.
  • CIt drops the frame and notifies the sending host.
  • DIt floods the frame out of the remaining switch interfaces.

How the community answered

(47 responses)
  • B
    2% (1)
  • C
    2% (1)
  • D
    96% (45)

Why each option

When a switch receives an Ethernet frame for which it does not have the destination MAC address in its MAC address table, it floods the frame out of all interfaces except the one it was received on.

AIt sends an ARP request to attempt to locate the destination

ARP (Address Resolution Protocol) operates at Layer 3 to resolve IP addresses to MAC addresses and is initiated by a host or router, not by a Layer 2 switch encountering an unknown MAC address.

BIt updates the destination to FFFF.FFFF.FFFF.

The destination MAC address of the frame itself is not updated by the switch to FFFF.FFFF.FFFF; that is a broadcast MAC address which frames can already use as a destination.

CIt drops the frame and notifies the sending host.

A switch typically does not drop unknown unicast frames or notify the sending host unless there's a specific security feature configured (like port security) or if the frame's destination is unreachable after flooding.

DIt floods the frame out of the remaining switch interfaces.Correct

If a switch receives an Ethernet frame with a destination MAC address that is not found in its MAC address table (also known as a CAM table), the switch treats it as an unknown unicast frame and floods it out of all active interfaces, excluding the ingress port, in an attempt to reach the destination.

Concept tested: Layer 2 switch MAC address table forwarding

Source: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4500/12-2/20ew/configuration/guide/sw_layer2.html

Topics

#Ethernet switching#MAC address table#Unknown unicast flooding#Frame forwarding

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice