Dynamic Host Configuration Protocol (DHCP) is an IP standard designed to reduce thecomplexity of administering IP address configurations." - Microsoft's definition. A DHCPserver would be set up with the appropriate settings for a given network. Such settingswould include a set of fundamental parameters such as the gateway, DNS, subnet masks,and a range of IP addresses. Using DHCP on a network means administrators don't needto configure these settings individually for each client on the network. The DHCP wouldautomatically distribute them to the clients itself.The DHCP server assigns a client an IP address taken from a predefined scope for a givenamount of time. If an IP address is required for longer than the lease has been set for, theclient must request an extension before the lease expires. If the client has not requested anextension on the lease time, the IP address will be considered free and can be assigned toanother client. If the user wishes to change IP address then they can do so by typing"ipconfig /release", followed by "ipconfig /renew" in the command prompt. This willremove the current IP address and request a new one. Reservations can be defined on theDHCP server to allow certain clients to have their own IP address (this will be discusseda little later on). Addresses can be reserved for a MAC address or a host name so theseclients will have a fixed IP address that is configured automatically. Most Internet ServiceProviders use DHCP to assign new IP addresses to client computers when a customer connects to the internet - this simplifies things at user level.The above diagram displays a simple structure consisting of a DHCP server and a number of client computers on a network.The DHCP Server itself contains an IP Address Database which holds all the IP addressesavailable for distribution. If the client (a member of the network with a Windows 2000Professional/XP operating system, for example) has "obtain an IP address automatically"enabled in TCP/IP settings, then it is able to receive an IP address from the DHCP server.
Setting up a DHCP Server
This will serve as a step-by-step guide on how to setup a DHCP server.Installing the DHCP server is made quite easy in Windows 2003. By using the "Manageyour server" wizard, you are able to enter the details you require and have the wizard setthe basics for you. Open to "Manage your server" wizard, select the DHCP server optionfor the list of server roles and press Next.
Leave a Comment