bootp
BOOTP (Bootstrap Protocol) is a network protocol designed to assist devices in obtaining their initial network configuration parameters, such as an IP address, subnet mask, default gateway, and DNS server, during the booting process. It operates at the application layer of the OSI model and is closely related to DHCP (Dynamic Host Configuration Protocol), which it predates.
BOOTP was introduced in the early 1980s as part of the original TCP/IP suite to simplify network
The BOOTP process begins when a client device broadcasts a BOOTP request packet across the local network.
While BOOTP remains functional, it has largely been superseded by DHCP due to its limitations in scalability