0
17kviews
Short Note: Address Resolution Protocol (ARP)
1 Answer
written 8.5 years ago by |
ARP:
ARP Request & Reply:
ARP maintains the mapping between IP address and MAC address in a table in memory called ARP cache.
The entries in this table are dynamically added and removed.
A host will update its ARP cache, only if the ARP request is for its IP address.
Otherwise, it will discard the ARP request.
Consider the above figure, in this a Host sends out the Request Message.
It is looking for the MAC Address of the node with IP Address 192.168.1.220.
The Node with the IP Address 192.168.1.220 sends out the Reply Message.
In reply message it sends its MAC Address to the Host.