DNS- Naming system computers, services,clients,etc.. in a network whereas DHCP is a network protocol that uses DNS server to acquire configuration details .. only when the configuration is complete the host system can communicate with the network.
DHCP (Dynamic Host Configuration Protocol) is what your router or ISP uses to assign an IP address to your computer. Without DHCP, you would have to manual assign an IP address to your computer.
DNS (Domain Name Service) is a service that takes web site names like yahoo.com and converts them to their IP addresses. A computer is unable to find a site by its name. It has to know what the IP address is.
S.Jayakarthika
DNS- Naming system computers, services,clients,etc.. in a network whereas DHCP is a network protocol that uses DNS server to acquire configuration details .. only when the configuration is complete the host system can communicate with the network.
DHCP (Dynamic Host Configuration Protocol) is what your router or ISP uses to assign an IP address to your computer. Without DHCP, you would have to manual assign an IP address to your computer.
DNS (Domain Name Service) is a service that takes web site names like yahoo.com and converts them to their IP addresses. A computer is unable to find a site by its name. It has to know what the IP address is.