SK0-004 · Question #281
Which of the following protocols is responsible for the resolution of IP addresses to MAC addresses?
The correct answer is B. ARP. ARP (Address Resolution Protocol) is the protocol that resolves a known IP address to its corresponding MAC address so that Ethernet frames can be properly addressed on a local network segment.
Question
Which of the following protocols is responsible for the resolution of IP addresses to MAC addresses?
Options
- ADHCP
- BARP
- CDNS
- DRARP
How the community answered
(31 responses)- A6% (2)
- B90% (28)
- D3% (1)
Why each option
ARP (Address Resolution Protocol) is the protocol that resolves a known IP address to its corresponding MAC address so that Ethernet frames can be properly addressed on a local network segment.
DHCP dynamically assigns IP addresses and network configuration to hosts at boot time and plays no role in resolving IP addresses to MAC addresses.
ARP works by broadcasting a request on the local network asking which device owns a specific IP address, and the owning device responds with its MAC address so layer-2 framing can proceed. This resolution is essential because Ethernet frames require a destination MAC address - not an IP address - to deliver data on a local segment. ARP caches recent mappings to reduce repeated broadcast traffic.
DNS resolves human-readable hostnames to IP addresses and operates entirely at a higher layer with no involvement in MAC address resolution.
RARP performs the opposite function - it maps a known MAC address to an IP address - which is the reverse of ARP's IP-to-MAC direction.
Concept tested: ARP protocol IP-to-MAC address resolution
Source: https://www.rfc-editor.org/rfc/rfc826
Topics
Community Discussion
No community discussion yet for this question.