nerdexam
CompTIA

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.

Server administration

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)
  • A
    6% (2)
  • B
    90% (28)
  • D
    3% (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.

ADHCP

DHCP dynamically assigns IP addresses and network configuration to hosts at boot time and plays no role in resolving IP addresses to MAC addresses.

BARPCorrect

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.

CDNS

DNS resolves human-readable hostnames to IP addresses and operates entirely at a higher layer with no involvement in MAC address resolution.

DRARP

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

#ARP#MAC address resolution#IP to MAC#network protocols

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice