200-150 · Question #11
Which option describes what a switch does after it items that a host has connected to a switch port?
The correct answer is B. Create a MAC to port mapping entry in MAC table. When a switch receives a frame, it reads the source MAC address and records the association between that MAC address and the ingress port in its MAC address table.
Question
Which option describes what a switch does after it items that a host has connected to a switch port?
Options
- AFlood the frame only on all of its trunk ports.
- BCreate a MAC to port mapping entry in MAC table.
- CFlood the frame only on all of its access ports.
- DDiscard the frame.
How the community answered
(41 responses)- A2% (1)
- B88% (36)
- C2% (1)
- D7% (3)
Why each option
When a switch receives a frame, it reads the source MAC address and records the association between that MAC address and the ingress port in its MAC address table.
Flooding is performed when the destination MAC is unknown, not during the learning process triggered by a new host connection, and flooding goes to all ports in the VLAN - not exclusively trunk ports.
The MAC address learning process is fundamental to switch operation: when a frame arrives on a port, the switch inspects the source MAC address field and writes a MAC-to-port mapping into the CAM (Content Addressable Memory) table. This entry allows the switch to make forwarding decisions for future frames destined to that MAC address without flooding.
Flooding applies to all ports in the VLAN (excluding the ingress port) when the destination is unknown; restricting floods to only access ports is not how standard switch flooding works.
A switch does not discard frames simply because a new host has connected; discarding occurs due to filtering rules such as port security violations or ACLs, not normal host detection.
Concept tested: Switch MAC address learning and CAM table population
Source: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst9300/software/release/17-1/configuration_guide/lyr2/b_171_lyr2_9300_cg/configuring_mac_address_tables.html
Topics
Community Discussion
No community discussion yet for this question.