• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

RARP vs Bootp

life24

Senior member
Hello my friends,
Would you mind tell me what is differences between RARP and Bootp?
In RARP we have one server?
Thanks
 
That link is correct.
But maybe it doesn't explain the purpose of those protocols.

RARP and Bootp are old. Nobody uses them anymore. DHCP is the preferred protocol now.

RARP only gives a machine an IP-address. And nothing more. I don't think RARP is used (in new equipment) anymore.

Bootp was used for diskless work-stations. I think those are kinda called "thin-clients" now. Via Bootp a server would not only give the client its IP-address, it would also give the client a little more information, so it can boot its operating system. Normally that would mean the server would give the client: the client's IP address, the name of the TFTP-server where the client could download/mount its operating system, and the filename of the file that holds the OS. I don't think people use diskless workstations anymore. And bootp is not used anymore.

DHCP is the preferred protocol now. It gives the client its IP-address, the prefix-length of the local network (aka the subnet mask), the ip-address of the default-gateway, the ip-address(es) of DNS servers, etc.

BTW, maybe you should buy yourself a newer book. Lots of your questions seem to be about stuff that is 10-20 years old.
 
RARP and Bootp are old. Nobody uses them anymore. DHCP is the preferred protocol now.

Many industrial controllers (especially Rockwell - Allen Bradley brand) still use BootP to set the IP address initially. Small segment of the networking world for sure but Somebody still uses it! 😛
 
Back
Top