Address Resolution Protocol (ARP)
Address Resolution Protocol (ARP) is a
protocol for mapping an Internet Protocol address (
IP address) to a physical machine address that is recognized in the local network. For example, in IP Version 4, the most common level of IP in use today, an address is 32 bits long. In an
Ethernet local area network, however, addresses for attached devices are 48 bits long. (The physical machine address is also known as a Media Access Control or
MAC address.) A table, usually called the ARP cache, is used to maintain a correlation
between each MAC address and its corresponding IP address. ARP provides the protocol rules for making this correlation and providing address conversion in both directions.
How ARP Works
When an incoming packet destined for a host machine on a particular local area network arrives at a
gateway, the gateway asks the ARP program to find a physical host or MAC address that matches the IP address. The ARP program looks in the ARP cache and, if it finds the address, provides it so that the packet can be converted to the right packet length and format and sent to the machine. If no entry is found for the IP address, ARP broadcasts a request packet in a special format to all the machines on the LAN to see if one machine knows that it has that IP address associated with it. A machine that recognizes the IP address as its own returns a reply so indicating. ARP updates the ARP cache for future reference and then sends the packet to the MAC address that replied.
Since protocol details differ for each type of local area network, there are separate ARP Requests for Comments (RFC) for Ethernet, ATM, Fiber Distributed-Data Interface, HIPPI, and other protocols.
There is a Reverse ARP (RARP) for host machines that don't know their IP address. RARP enables them to request their IP address from the gateway's ARP cache.
Contributor(s): Kevin Beamer and Mariusz Zydyk
This was last updated in August 2000
Dig Deeper
-
SaaS CRM helps a national broker/dealer woo financial advisers away from competitors by creating a single-sign on experience.
-
Learn how collaboration tools can increase employee productivity and overall business efficiency, and how the business can benefit from collaboration tool implementations.
-
Putting beta software into production is a risk many organizations won't take -- but for those that do, the benefits can be great. Here's how to balance the risks and rewards.
-
People who read this also read...
-
Resources from around the Web