|
|
1.2 | DHCP | ||
| 1.2.2 | BOOTP and DHCP differences |
|
The Internet community first developed the
BOOTP protocol to enable configuration of diskless workstations. BOOTP
was originally defined in RFC 951 in 1985. As the predecessor of DHCP,
BOOTP shares some operational characteristics. Both protocols are
client/server based and use UDP ports 67 and 68. Those ports are still
known as BOOTP ports. The four basic IP parameters:
BOOTP does not dynamically allocate IP addresses to a host. When a client requests an IP address, the BOOTP server searches a predefined table for an entry that matches the MAC address for the client. If an entry exists, then the corresponding IP address for that entry is returned to the client. This means that the binding between the MAC address and the IP address must have already been configured in the BOOTP server.
There are two primary differences between DHCP and BOOTP:
|