Lectern

Search

Search IconIcon to open search

Address Resolution Protocol

Last updated Jan 31, 2023

Used to discover the MAC address of a device given its IP address. There are particularly two parts to the ARP protocol, namely the request and response.

# Process

  1. A host or router that needs to find the MAC address of another host or router on the network creates an ARP query packet which includes:
    • the sender’s MAC and IP address; and
    • the receiver’s IP address.
  2. The created packet gets broadcasted over the network to other hosts or routers.
  3. Every host or router receives the packet, but the host or router with the receiver’s IP address creates a reply packet that includes its MAC address. This is then sent back to the initiating host or router.