Chapter 3 - DHCP New
Chapter 3 - DHCP New
• DHCP servers
– Computers that offer dynamic configuration of
IPv4 addresses and related configuration
parameters to DHCP clients.
• DHCP clients
– Network nodes that support the ability to
communicate with a DHCP server to obtain a
dynamically leased IPv4 address and related
configuration parameters.
• DHCP relay agents
– Network nodes, typically routers, that listen for
broadcast and unicast DHCP messages and
relay them between DHCP servers and DHCP
clients. Without DHCP relay agents, you would
have to install a DHCP server on each subnet
that contains DHCP clients
• Each time a DHCP client starts, it requests IPv4 addressing
information from a DHCP server, including:
–IPv4 address
–Subnet mask
–Additional configuration parameters, such as a default gateway
address, Domain Name System (DNS) server addresses, a DNS
domain name, and Windows Internet Name Service (WINS)
server addresses.
Benefits of Using DHCP
HOW DHCP Works?
• •DHCP uses a client-server model. The network administrator establishes one or more
DHCP servers that maintain TCP/IP configuration information and provide it to clients. The
server database includes the following:
– Valid configuration parameters for all clients on the network.
– Valid IP addresses maintained in a pool for assignment to clients, plus reserved addresses for
manual assignment.
– Duration of a lease offered by the server. The lease defines the length of time for which the
assigned IP address can be used.
• •With a DHCP server installed and configured on your network, DHCP-enabled clients can
obtain their IP address and related configuration parameters dynamically each time they
start and join your network.
• •DHCP servers provide this configuration in the form of an address-lease offer to requesting
clients.
• DHCP Message = DHCP Packet
– Client = DHCP Client
– Server = DHCP Server
• Broadcast and unicast used for Packets’s in
• both directions
– “Broadcast”: link and IP addresses are broadcast
– “Unicast”: link and IP addresses are unicast
How DHCP Lease Renewal Works
DHCP Message Types
9) The router address for the subnet. This value is also known as
the Default Gateway address.
10) The domain name and the IP address of the network’s DNS
server and WINS servers.
Exclusions Range
• Set of one or more IP addresses that is included within the range of a defined
scope but you don’t want to lease to DHCP client
• Exclusion range ensure that the DHCP Server does not assign addresses that
already assigned manually to server or others computer
• Example:
- new scope : 192.168.0.10 – 192.168.0.254
- number of preexisting servers whose static address within this range 192.168.0.200
to 192.168.0.210
• - server with isolated static address such as 192.168.0.99
Reservation