DHCP server installation on Linux cent OS
The DHCP (Dynamic Host Configuration Protocol) is a network protocol works on “Application layer” on OSI Model. DHCP use to assign an IP (Internet Protocol) address to the clients and establish network connection between server and client. DHCP works on UDP. DHCP server works on port 67 allow in server firewallDHCP Client works on port…