What is the purpose of ARP (Address Resolution Protocol) on an IPv4 local…

2025

What is the purpose of ARP (Address Resolution Protocol) on an IPv4 local network?

Answer: C. To resolve an IPv4 address to a MAC address on the local linkConcept: On an IPv4 local link, a host must place an IP packet inside a link-layer frame. Address resolution maps a known network-layer address to the…

  1. A.

    To dynamically assign IP configuration to devices

  2. B.

    To resolve domain names to IP addresses

  3. C.

    To resolve an IPv4 address to a MAC address on the local link

  4. D.

    To control end-to-end network congestion

Attempted by 301 students.

Show answer & explanation

Correct answer: C

Concept: On an IPv4 local link, a host must place an IP packet inside a link-layer frame. Address resolution maps a known network-layer address to the link-layer hardware address needed for that frame.

Application: Consider a sender that knows the destination IPv4 address but still needs the destination hardware address for its local Ethernet frame.

  1. The sender first checks its ARP cache for a MAC address associated with the destination IPv4 address.

  2. If no entry exists, the sender broadcasts an ARP request asking which host owns that IPv4 address.

  3. The target host replies with its MAC address, and the sender uses that address as the destination in the local Ethernet frame.

Cross-check and contrast: The neighboring services operate at different stages:

  • DHCP provides IP configuration such as an address, gateway, and DNS server.

  • DNS translates domain names into IP addresses.

  • TCP congestion control adjusts end-to-end sending behavior.

Result: Therefore, ARP resolves a known IPv4 address to the corresponding MAC address on the local link.

Explore the full course: Bihar Stet Paper Ii Computer Science

Loading lesson…