Compare DHCP with RARP and BOOTP.

What will be an ideal response?

The Dynamic Host Configuration Protocol (DHCP) provides IP configuration information to hosts on bootup. This functionality is much like that provided by older protocols RARP and BOOTP. But unlike DHCP servers, RARP and BOOTP servers issue IP configuration information based on a host's MAC address and require manual preconfiguration for each host. In addition, RARP servers can provide only limited information and can serve only a single LAN. Unlike its predecessors, DHCP is a truly dynamic way to configure IP hosts. In addition to the IP address itself, DHCP servers can provide other parameters, such as the WINS and DNS server addresses, and the default gateway address.

Computer Science & Information Technology

You might also like to view...

Everyone has the same size reservoir of goodwill.

a. True b. False

Computer Science & Information Technology

The break method facilitates which of the following actions?

A. Terminates the execution of a loop. B. Repeats the current loop execution without evaluating the condition or iterating. C. Stops the current iteration of the loop and immediately begins a new iteration. D. Restarts the loop from the beginning, resetting the value of the iterator.

Computer Science & Information Technology