529 views

2 Answers

1 votes
1 votes
ARP is a protocol used by the Internet Protocol (IP) [RFC826], 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 Open Systems Interconnection (OSI) network and OSI link layer. 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. 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. 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 the server containing the required address.

0 votes
0 votes

@atulcse

*** ARP a data link layer protocol ..

ARP packets are encapsulated by link layer and are distributed only in a particular network. As a result, ARP is said to be a link layer protocol...

The Address Resolution Protocol(ARP) is a communication protocol used to discover the data-link layer address(Layer 2 address like Media Access Control(MAC) address) associated with an Internet layer address(Layer 3 address like IPv4 address).

ARP was defined in 1982 by RFC 826…

 

1. https://en.wikipedia.org/wiki/Address_Resolution_Protocol 

 

Related questions

2 votes
2 votes
0 answers
1
Kabir5454 asked Jun 2, 2022
329 views
Assume the network does not support broadcasting.What do you suggest for sending the ARP request in this network?
3 votes
3 votes
2 answers
2
rahul sharma 5 asked Aug 12, 2017
1,234 views
At which layer,ARP and RARP works?