Computing.Net > Forums > Networking > RARP vs DHCP

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

RARP vs DHCP

Reply to Message Icon

Name: Andreas
Date: April 7, 2002 at 06:27:22 Pacific
Comment:

What is the major diffrence between RARP and DHCP? (or am I just stupid now) They both assign IP addresses don't they?



Sponsored Link
Ads by Google

Response Number 1
Name: michael
Date: April 7, 2002 at 10:43:58 Pacific
Reply:

Plugged RARP into dogile.com and came up with a bunch of links. Try

http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1931.html



0

Response Number 2
Name: techtony
Date: April 7, 2002 at 22:29:24 Pacific
Reply:

RARP doesn't assign IP addresses, it is used to discover what IP address a machine is using. DHCP is dynamic in that the IP addresses changes as it is assigned, RARP involves a static address that often is not recorded to a node (as in a dumb terminal) but recorded in a RARP server.


0

Response Number 3
Name: gav
Date: April 8, 2002 at 02:35:52 Pacific
Reply:

A RARP server assigns IP addresses to clients just like a DHCP server however DHCP has the ability to providec extra info such as subnet mask, gateway,nameserver, wins server, just about any network service.


0

Response Number 4
Name: Foster
Date: April 11, 2002 at 18:00:05 Pacific
Reply:

Actually, only one of the two assigns IP addresses and thats DHCP(don't know what went on in the posts above). ARP and RARP operate at the data link layer where as DHCP operates at the IP layer.

RARP stands for "Reverse Address Resolution Protocol." Its partner protocol is ARP which stands for, you guessed it, "Address Resolution Protocol."

RARP and ARP are used to map hardware addresses (MAC addresses) to network addresses (IP addresses)and vice versa. Normally, you won't encounter ARP unless you wanna know your MAC address (type "arp -a" at the command prompt). This protocol mainly comes in when a machine has multiple NICs like a router.


0

Response Number 5
Name: gav
Date: April 12, 2002 at 01:10:17 Pacific
Reply:

I'll give you some credit, RARP does work at the Data Link layer, but don't confuse yourself about what they're both designed to do.

Just because DHCP is encapsulated in a UDP datagram, and RARP encapsulated directly in a data link frame makes no difference. They are both used to assign an IP address from a server.

I think your getting confused because you probably understand the use of ARP (mapping a logical address to a physical address but are not understanding why RARP is needed.(well done RARP is ARP with an R)

Whenever a host or router has an IP datagram for the reciever it will know the IP address but may not know the physical MAC which is needed to actaully send the datagram on it's way (ARP to the rescue). This will happen anytime a host/router has an IP datagram for delivery.... however

The only time a host/router will need to do the reverse (map a physical address to a logical address) is when it has no knowledge of what its own logical address is meant to be. Such as when a diskless workstation is powered up. RARP Servers provide this information. And no, there is no such thing as an ARP server. (well actually you can have an ARP proxy but that will only confuse you more).


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Networking Forum Home


Sponsored links

Ads by Google


Results for: RARP vs DHCP

router DHCP won't work... www.computing.net/answers/networking/router-dhcp-wont-work/23829.html

connectin router to the internet www.computing.net/answers/networking/connectin-router-to-the-internet/30599.html

Static IP on DHCP www.computing.net/answers/networking/static-ip-on-dhcp/19066.html