200-301 · Question #1503
How does MAC learning function?
The correct answer is B. enabled by default on all VLANs and interfaces. MAC address learning is an inherent feature of Layer 2 switches, automatically active on all interfaces within a VLAN to dynamically build the forwarding table.
Question
How does MAC learning function?
Options
- Asends a retransmission request when a new frame is received
- Benabled by default on all VLANs and interfaces
- Cpopulates the ARP table with the egress port
- Dprotects against denial of service attacks
How the community answered
(24 responses)- B88% (21)
- C8% (2)
- D4% (1)
Why each option
MAC address learning is an inherent feature of Layer 2 switches, automatically active on all interfaces within a VLAN to dynamically build the forwarding table.
Switches operate at Layer 2 and do not send retransmission requests; that functionality is handled by higher-layer protocols like TCP.
MAC address learning is a fundamental, default behavior on Layer 2 switches, wherein the switch automatically populates its MAC address table by examining the source MAC addresses of frames received on its active interfaces within each VLAN. This process is crucial for enabling efficient frame forwarding.
MAC learning populates the *MAC address table* with MAC addresses and their associated ingress ports, not the ARP table, which maps IP addresses to MAC addresses.
While port security (a related feature) can mitigate some attacks, MAC address learning itself is a core forwarding mechanism and is not primarily a security feature to protect against denial of service attacks.
Concept tested: Switch MAC address learning default behavior
Source: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960/software/release/12-2_55_se/configuration/guide/scg/swbasic.html
Topics
Community Discussion
No community discussion yet for this question.