101 · Question #531
What is used to resolve IP address to MAC address mappings?
The correct answer is B. ARP. ARP (Address Resolution Protocol) is the Layer 2 protocol responsible for mapping a known IP address to its corresponding MAC address on a local network.
Question
What is used to resolve IP address to MAC address mappings?
Options
- ADHCP
- BARP
- CDNS
- DICMP
How the community answered
(52 responses)- A2% (1)
- B88% (46)
- C2% (1)
- D8% (4)
Why each option
ARP (Address Resolution Protocol) is the Layer 2 protocol responsible for mapping a known IP address to its corresponding MAC address on a local network.
DHCP dynamically assigns IP addresses to hosts but does not resolve IP-to-MAC mappings.
ARP operates at Layer 2 by broadcasting a request asking 'who has this IP?' and the device with that IP replies with its MAC address. This mapping is cached in the ARP table for future use, enabling Layer 2 frame delivery on the same subnet.
DNS resolves human-readable hostnames to IP addresses, not IP addresses to MAC addresses.
ICMP is used for network diagnostics and error reporting such as ping, not address resolution.
Concept tested: ARP IP-to-MAC address resolution protocol
Source: https://www.cisco.com/c/en/us/support/docs/ip/address-resolution-protocol-arp/13718-5.html
Topics
Community Discussion
No community discussion yet for this question.