101 · Question #554
ARP provides translation between which two address types?
The correct answer is A. IP addresses and hardware addresses. ARP resolves Layer 3 IP addresses to Layer 2 MAC (hardware) addresses, enabling proper frame delivery on local network segments.
Question
ARP provides translation between which two address types?
Options
- AIP addresses and hardware addresses
- BHardware addresses and VLAN
- CVLAN and IP addresses
- DHostnames and IP addresses
How the community answered
(25 responses)- A88% (22)
- C8% (2)
- D4% (1)
Why each option
ARP resolves Layer 3 IP addresses to Layer 2 MAC (hardware) addresses, enabling proper frame delivery on local network segments.
ARP works by broadcasting a request containing a known IP address and receiving a unicast reply with the corresponding MAC address, allowing a host to encapsulate IP packets into Layer 2 frames addressed to the correct physical destination on the local segment.
ARP does not translate between hardware addresses and VLANs; VLAN tagging is a separate Layer 2 function handled by IEEE 802.1Q and managed through switch port configuration.
ARP has no role in mapping VLANs to IP addresses; VLAN assignment is determined by switch configuration, not by any ARP exchange.
Hostname to IP address resolution is the function of DNS, not ARP; ARP only operates within a local Layer 2 segment to resolve IP addresses to MAC addresses.
Concept tested: ARP IP to MAC address resolution
Source: https://datatracker.ietf.org/doc/html/rfc826
Topics
Community Discussion
No community discussion yet for this question.