SSCP · Question #811
What protocol is used to match an IP address to the appropriate hardware address of the packet's destination so it can be sent?
The correct answer is B. Address resolution protocol (ARP). Address Resolution Protocol (ARP) is specifically designed to resolve an IP address (Layer 3) to a MAC/hardware address (Layer 2), enabling a packet to be delivered across a local network segment. Without ARP, a device knows where to send data logically but not how to address the
Question
Options
- ARouting tables
- BAddress resolution protocol (ARP)
- CReverse address resolution protocol (RARP)
- DInternet Control Message Protocol (ICMP)
How the community answered
(17 responses)- A6% (1)
- B88% (15)
- C6% (1)
Explanation
Address Resolution Protocol (ARP) is specifically designed to resolve an IP address (Layer 3) to a MAC/hardware address (Layer 2), enabling a packet to be delivered across a local network segment. Without ARP, a device knows where to send data logically but not how to address the physical frame on the wire.
Why the distractors are wrong:
- A. Routing tables - these determine which path to send traffic, not how to map an IP to a hardware address.
- C. RARP - does the opposite: it maps a hardware address to an IP address (used by diskless workstations; largely obsolete).
- D. ICMP - handles error reporting and diagnostics (e.g.,
ping), not address resolution.
Memory tip: Think of ARP as the "address book lookup" - you know someone's name (IP), and ARP finds their phone number (MAC address) so you can actually call them.
Topics
Community Discussion
No community discussion yet for this question.