The address resolution protocol (arp) is a protocol used by the Internet Protocol (IP) [RFC826] and specifically IPv4, to map IP network addresses to the hardware addresses used by a data link protocol. The protocol operates below the network layer as a part of the interface between the OSI network and OSI link layer and it is used when IPv4 is used over Ethernet.
The term address resolution refers to the process of finding an address of a computer in a network and the address is "resolved" using a protocol in which a piece of information is sent by a client process executing on the local computer to a server process executing on a remote computer and the information received by the server allows the server to uniquely identify the network system for which the address was required and therefore to provide the required address. The address resolution procedure is completed when the client receives a response from server containing the required address.
|