nerdexam
Cisco

200-301 · Question #1456

PC1 tries to send traffic to newly installed PC2. The PC2 MAC address is not listed in the MAC address table of the switch, so the switch sends the packet to all ports in the same VLAN. Which switchin

The correct answer is A. frame flooding. When a switch receives a frame for a destination MAC address not present in its MAC address table, it forwards the frame out all ports in the same VLAN except the ingress port, a process known as frame flooding.

Submitted by devops_kid· Mar 5, 2026Network Access

Question

PC1 tries to send traffic to newly installed PC2. The PC2 MAC address is not listed in the MAC address table of the switch, so the switch sends the packet to all ports in the same VLAN. Which switching concept does this describe?

Options

  • Aframe flooding
  • BMAC address table
  • Cspanning-tree protocol
  • DMAC address aging

How the community answered

(39 responses)
  • A
    92% (36)
  • C
    3% (1)
  • D
    5% (2)

Why each option

When a switch receives a frame for a destination MAC address not present in its MAC address table, it forwards the frame out all ports in the same VLAN except the ingress port, a process known as frame flooding.

Aframe floodingCorrect

Frame flooding occurs when a switch receives a frame destined for a MAC address not found in its MAC address table, causing the switch to forward the frame out all ports in the broadcast domain (VLAN) except the one it came in on.

BMAC address table

The MAC address table is the data structure that stores MAC-to-port mappings, but it's the *absence* of an entry that triggers flooding, not the table itself describing the action.

Cspanning-tree protocol

Spanning Tree Protocol (STP) prevents switching loops by blocking redundant paths, it does not describe the behavior of forwarding frames to unknown destinations.

DMAC address aging

MAC address aging is the process by which entries are removed from the MAC address table after a period of inactivity, which is a related but distinct concept from flooding.

Concept tested: Switch frame forwarding logic (flooding)

Source: https://www.cisco.com/c/en/us/support/docs/lan-switching/ethernet-switches/10574-mac-address-table.html

Topics

#Ethernet switching#MAC address table#frame flooding#VLANs

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice