Reverse Address Resolution Protocol
Internet protocol suite |
---|
Application layer |
Transport layer |
Internet layer |
Link layer |
The Reverse Address Resolution Protocol (RARP) is an obsolete computer communication protocol used by a client computer to request its Internet Protocol (IPv4) address from a computer network, when all it has available is its link layer or hardware address, such as a MAC address.[1] The client broadcasts the request and does not need prior knowledge of the network topology or the identities of servers capable of fulfilling its request.
RARP has been rendered obsolete by the Bootstrap Protocol (BOOTP) and the modern Dynamic Host Configuration Protocol (DHCP), which both support a much greater feature set than RARP.
RARP requires one or more server hosts to maintain a database of mappings of link layer addresses to their respective protocol addresses. MAC addresses need to be individually configured on the servers by an administrator. RARP is limited to serving only IP addresses.
Reverse ARP differs from the Inverse Address Resolution Protocol (InARP), which is designed to obtain the IP address associated with a local Frame Relay data link connection identifier.[2] InARP is not used in Ethernet.
History
[edit]The Reverse Address Resolution Protocol (RARP) was introduced in the early 1980s to help devices especially diskless workstations determine their IP address using only their hardware (MAC) address.[3] This was a common need in early network environments where local storage was unavailable for IP configuration.
RARP was specified in RFC 903, published in June 1984 by David C. Plummer.[4] Building on the original ARP protocol, RARP reused ARP’s message structure but reversed its function, allowing a device to query a RARP server for its corresponding IP address.[4] The protocol was widely adopted in UNIX-based systems for network booting.[4]
Despite its utility, RARP had major limitations: it required static mappings, lacked support for additional configuration data, and could not operate across subnets. These drawbacks led to its replacement by more robust protocols like BOOTP and DHCP.[4] Nonetheless, RARP laid the groundwork for later network boot technologies.
Modern Day Uses
[edit]Although the original uses for RARP have been superseded by different protocols, some modern-day protocols use RARP to handle MAC migration, particularly in virtual machines, using a technique originating in QEMU.
Examples include:
- Cisco's Overlay Transport Virtualization (OTV). RARP is used to update the layer 2 forwarding tables when a MAC address moves between data centers.
- VMware vSphere's vMotion.[5] RARP is used when a VM MAC moves between hosts.
See also
[edit]References
[edit]- ^ R. Finlayson; T. Mann; J. Mogul; M. Theimer (June 1984). A Reverse Address Resolution Protocol. Network Working Group. doi:10.17487/RFC0903. STD 38. RFC 903. Internet Standard 38.
- ^ T. Bradley; C. Brown; A. Malis (September 1998). Inverse Address Resolution Protocol. Network Working Group. doi:10.17487/RFC2390. RFC 2390. Draft Standard. Obsoletes RFC 1293.
- ^ "The Origins of RARP: How and Why the Reverse Address Resolution Protocol Was Developed". usa-ip.com. Retrieved 19 June 2025.
- ^ a b c d Plummer, David C,"RFC 903: A Reverse Address Resolution Protocol". datatracker.ietf.org. 1 June 1984. Retrieved 19 June 2025.
- ^ Deshpande, Venky (22 July 2013). "VXLAN Series – How vMotion impacts the forwarding table – Part 6". vmware. Retrieved 15 March 2023.