nerdexam
Huawei

H13-511_V5.5 · Question #496

Which of the following actions may a switch take on data frames?

The correct answer is A. discard C. flood D. forward. A network switch has exactly three actions it can perform on a data frame: discard (drop the frame due to errors, filtering rules, or when the source and destination are on the same segment), flood (send the frame out all ports except the incoming one when the destination MAC…

Cloud Computing IT Infrastructure (Compute, Storage, Network)

Question

Which of the following actions may a switch take on data frames?

Options

  • Adiscard
  • Bblock
  • Cflood
  • Dforward

How the community answered

(26 responses)
  • A
    81% (21)
  • B
    19% (5)

Explanation

A network switch has exactly three actions it can perform on a data frame: discard (drop the frame due to errors, filtering rules, or when the source and destination are on the same segment), flood (send the frame out all ports except the incoming one when the destination MAC address is unknown or for broadcasts), and forward (send the frame out a specific port when the destination MAC is found in the switch's MAC address table). These three actions represent the complete decision set a switch makes after looking up a frame's destination MAC address.

Why B (block) is wrong: "Block" is a Spanning Tree Protocol (STP) port state, not an action a switch takes on a frame. A port in STP blocking state simply doesn't participate in data forwarding - the switch isn't actively doing something to the frame; the port itself is disabled for traffic. This is a common trap because "block" sounds intuitive.

Memory tip: Think "FDF" - Flood, Discard, Forward" - the three things a switch does to frames. When the MAC is known → Forward; when unknown/broadcast → Flood; when there's an error or it needs to be dropped → Discard. "Block" belongs to STP port states, not frame handling - if you see it in a frame-action question, it's the distractor.

Topics

#switch#data frame handling#flooding#frame forwarding

Community Discussion

No community discussion yet for this question.

Full H13-511_V5.5 Practice