Networking - TCP/IP - Discussion

Discussion Forum : TCP/IP - TCP/IP (Q.No. 4)
4.
You want to implement a mechanism that automates the IP configuration, including IP address, subnet mask, default gateway, and DNS information. Which protocol will you use to accomplish this?
SMTP
SNMP
DHCP
ARP
Answer: Option
Explanation:
Dynamic Host Configuration Protocol (DHCP) is used to provide IP information to hosts on your network. DHCP can provide a lot of information, but the most common is IP address, subnet mask, default gateway, and DNS information.
Discussion:
2 comments Page 1 of 1.

Ravina B said:   7 years ago
The Dynamic Host Configuration Protocol (DHCP) is a standardized networking protocol used by servers on an IP computer network to allocate IP addresses to computers. The purpose of DHCP is to automate the IP address configuration of a computer without a network administrator. IP addresses are typically selected from a range of assigned IP addresses stored in a database on the server and issued to a computer which requests a new IP address. An IP address is assigned to a computer for a set interval. After which, the computer must acquire a new IP address from the server. The computer may request to the server to have the interval extended, increasing the time that the computer may use the IP address for. The server may refuse to extend the time, forcing the computer to request a new IP address once the interval has elapsed.

James Dut Nuor said:   8 years ago
DHCP because it is reliable and provides a lot of information to host on your network.

Post your comments here:

Your comments will be displayed after verification.