what is the DHCP? please details
feedback
|
migrated from stackoverflow.com Dec 9 '10 at 5:37
This question came from our site for professional and enthusiast programmers.
closed as not a real question by Mehper C. Palavuzlar, Diago Dec 9 '10 at 8:27
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
DHCP is a network service that assigns IP addresses to machines. When you connect to a network, typically an Ethernet LAN or a wireless LAN, your computer asks the network "Can I have an IP address?". If a DHCP server exists, it will typically communicate the lease of an IP address, and send some other details, such as subnet masks, network routes, and DNS servers. The exact details are, of course, a bit more gory. See the Wikipedia article on DHCP for more info. | |||
|
feedback
|
|
Dynamic Host Configuration Protocol, perhaps. It is used to "automatically obtain IP addresses" among other things. | |||
|
feedback
|
|
DHCP means Dynamic Host Configuration Protocol, That assigns automatically IP to network computers configured in DHCP pool You can also reserve IP address from DHCP for particular network PC, you need to configure IP pool from that IPs DHCP will assign IPs to network computers. Let me know if have any more questions about DNS or DHCP ? | |||
|
feedback
|