Reverse Address Resolution Protocol
From Wikipedia, the free encyclopedia
| Internet protocol suite |
| 5. Application layer |
|
DNS, TLS/SSL, TFTP, FTP, HTTP, IMAP4, IRC, MIME, POP3, SIP, SMTP, SNMP, SSH, TELNET, RTP, SDP, … |
| 4. Transport layer |
| 3. Network layer |
| 2. Data link layer |
|
Ethernet, Wi-Fi, PPP, FDDI, ATM, Frame Relay, GPRS, Bluetooth, … |
| 1. Physical layer |
|
Modems, ISDN, SONET/SDH, RS232, USB, Ethernet physical layer, Wi-Fi, GSM, Bluetooth, … |
fr:Modèle:Pile de protocoles pt:Predefinição:ProtocolosIP vi:Tiêu bản:IPstack
Reverse Address Resolution Protocol (RARP) is a protocol used to resolve an IP address from a given hardware address (such as an Ethernet address). It is now obsoleted by BOOTP and the more modern DHCP, which both support a much greater feature set than RARP.
The primary limitations of RARP are that each MAC must be manually configured on a central server, and that the protocol only conveys an IP address. This leaves configuration of subnetting, gateways, and other information to other protocols or the user.
Another limitation of RARP compared to BOOTP or DHCP is that it is a non-IP protocol. This means that like ARP it can't be handled by the TCP/IP stack on the client, but is instead implemented seperately.
RARP is the complement of ARP. RARP is described in RFC 903.
[edit] See also
- Dynamic Host Configuration Protocol (DHCP)
- Bootstrap protocol (BOOTP)
- Address Resolution Protocol (ARP)
- Maintenance Operations Protocol (MOP)
[edit] External links
cs:RARPda:RARP de:Reverse Address Resolution Protocol es:Reverse Address Resolution Protocol fr:Reverse address resolution protocol it:RARP he:Reverse Address Resolution Protocol nl:Reverse Address Resolution Protocol ja:Reverse address resolution protocol pl:RARP pt:Reverse Address Resolution Protocol ru:RARP fi:RARP tr:RARP zh:反向地址轉換協議

