Site icon i2tutorials

CDCS – BOOTP vs DHCP

BOOTP vs DHCP

 

BOOTP is short for Bootstrap Protocol, and DHCP is short for Dynamic Host Configuration Protocol. They are measures used to get the information science address of the host alongside the bootstrap information. 

 

BOOTP is a TCP/IP protocol that allows the client to find IP addresses and the names of a load file from a server on the network. 

 

DHCP, on the other hand, is useful to automate the process of configuring devices on IP networks. 

It dynamically assigns an IP address and other network configuration parameters to every device on a network to enable them to communicate between other IP networks. 

 

The differences between BOOTP and DHCP are as follows:

 

BOOTPDHCP
It does not support mobile machines.It supports mobile machines.
It does not support DHCP clients.It supports BOOTP clients.
It does not provide temporary IP addressing.It provides a temporary IP addressing for a limited time.
It uses manual configuration.It uses auto-configuration.
As it uses manual configuration, there are chances of errors.There are lesser chances of errors as it uses auto-configuration.

 

Reference 

BOOTP vs DHCP

 

Exit mobile version