|
Home > Archive > CCNA > April 2001 > RARP,BOOTP and DHCP?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
RARP,BOOTP and DHCP?
|
|
|
| What is the difference between them? | |
|
| quote: Originally posted by ppp
What is the difference between them?
Good question!
RARP is the oldest, described in RFC903. RARP can assign an IP address to a host. That's it.
BOOTP described in RFC951 also configures the host with the IP address of a server and a filename on that server which can serve as the initial boot image for the given host.
DHCP last described in RFC2131 is really an extension of BOOTP that is much more flexible and extensible. The DHCP server can be configured to supply the client with a lot of optional parameters. Common examples are IP address of DNS servers, default gateway, subnetmask etc. Vendor specific options are also supported, e.g. WINS servers in a Microsoft Environment. The client can choose which options to use or ignore.
Terje |
|
|
|
|