What is DHCP Server in Windows Server? (original) (raw)

Dynamic Host Configuration Protocol (DHCP) Server in Windows Server automates the assignment and management of IP addresses and related network configurations. By centralizing these tasks, DHCP Server reduces manual effort, minimizes errors, and ensures efficient use of IP address resources across your network.

Windows Server includes DHCP Server as an optional networking server role that you can deploy to manage and offer IP addresses leases and other information to DHCP clients. All Windows-based client operating systems include the DHCP client as part of TCP/IP, and DHCP client is enabled by default.

Dynamic Host Configuration Protocol (DHCP) is a client/server protocol that automatically provides an Internet Protocol (IP) host with its IP address and other related configuration information such as the subnet mask and default gateway. RFCs 2131 and 2132 define DHCP as an Internet Engineering Task Force (IETF) standard based on Bootstrap Protocol (BOOTP), a protocol with which DHCP shares many implementation details. DHCP allows hosts to obtain required TCP/IP configuration information from a DHCP server.

Why use DHCP?

Every device on a TCP/IP-based network must have a unique unicast IP address to access the network and its resources. Without DHCP, IP addresses for new computers or computers that are moved from one subnet to another must be configured manually; IP addresses for computers that are removed from the network must be manually reclaimed.

With DHCP, this entire process is automated and managed centrally. The DHCP server maintains a pool of IP addresses and leases an address to any DHCP-enabled client when it starts up on the network. Because the IP addresses are dynamic (leased) rather than static (permanently assigned), addresses no longer in use are automatically returned to the pool for reallocation.

The network administrator establishes DHCP servers that maintain TCP/IP configuration information and provide address configuration to DHCP-enabled clients in the form of a lease offer. The DHCP server stores the configuration information in a database that includes:

A DHCP-enabled client, upon accepting a lease offer, receives:

Benefits of DHCP Server

DHCP provides the following benefits.

DHCP Server features

DHCP Server in Windows Server includes the following features:

Get started with DHCP

To learn how to install and configure DHCP in Windows Server, see Quickstart: Install and configure DHCP Server.