Jump to content

Address Resolution Protocol

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Aldie (talk | contribs) at 18:19, 6 April 2002 (from foldoc). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In computer networking ARP is a method for finding a host's Ethernet (MAC) address from its IP address. The sender broadcasts an ARP packet containing the Internet address of another host and waits for it (or some other host) to send back its Ethernet address. Each host maintains a cache of address translations to reduce delay and loading. ARP allows the Internet address to be independent of the Ethernet address but it only works if all hosts support it.

ARP is defined in RFC 826.

The alternative for hosts that do not do ARP is constant mapping.

See also proxy ARP, reverse ARP, serial line ARP.

Based of Foldoc used with permission