what is the DHCP? please details

link|improve this question
2  
you mean over and above what's at en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol ? – charliegriefer Dec 9 '10 at 5:33
I think question is not appropriate for SO. – Mudassir Dec 9 '10 at 5:36
1  
If the answer is at the top of a google search, it doesn't belong here. – TuxRug Dec 9 '10 at 7:17
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.

3 Answers

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.

link|improve this answer
feedback

Dynamic Host Configuration Protocol, perhaps. It is used to "automatically obtain IP addresses" among other things.

link|improve this answer
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 ?

link|improve this answer
feedback