50 likes | 177 Vues
The Address Resolution Protocol (ARP) is utilized by computers to locate another computer's MAC address using its known IP address. It sends a request for the MAC address through the router on the intended network. Conversely, the Reverse Address Resolution Protocol (RARP) aims to discover an IP address from a known MAC address, effectively functioning in reverse. Both protocols use similar packet formats but differ in their headers. RARP broadcasts to all devices to retrieve the necessary IP, facilitating communication within the network.
E N D
ARP ‘n RARP
The Address Resolution Protocol (ARP) is a request sent out by a computer to find another computer’s MAC address. It already knows the IP address!!! It sends the request to the router on the network the MAC address specifies to find the IP. Once the IP of the destination node is found, the packet is sent.
The Reverse Address Resolution Protocol, or RARP, finds the IP address based on the MAC address it is already aware of. It works likes the ARP only reverse!!
RARP uses the same packet format as ARP. But in a RARP request, the MAC headers, IP headers, and "operation code" are different from an ARP request. The RARP packet format contains places for MAC addresses of both destination and source. The source IP address field is empty. The broadcast goes to all devices on the network; therefore the destination IP address will be set to all binary 1s. Workstations running RARP have codes in ROM that direct them to start the RARP process, and locate the RARP server. Cisco Systems, 2001