Address Resolution Protocol (ARP)

A method for finding a host's Ethernet address from its Internet address. It works like this: The sender broadcasts an ARP packet containing the Internet address of another host and waits for it 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 only works if all hosts support it.

See also : ISP  
NetLingo Classification: Net Programming

Updates