CH 4. DHCP
CH 4. DHCP
ALPHA University
IT and Cypher security
Borama, Somaliland
Chapter 4
DHCP
Objectives
• Introduction to DHCP
• How DHCP client and DHCP server model work?
• DORA PROCESS
• APIPA
• DHCP Configuration
Introduction
DHCP SERVER
Broadcasting
DHCP
DISCOVER
DHCP SERVER
00-8E-FC-14-08
DHCP SERVER
I have
received your
Packet
DHCP SERVER
I am sending
you an offer
DHCP SERVER
192.168.1..x
255.255.255.0
192.168.1.1
DHCP SERVER
I Like your
offer, I am
requesting you
to lease me
offered address
DHCP SERVER
Request
DHCP SERVER
Ok. I have
updated the
record in my
database.
DHCP
DATAB
ASE
DHCP SERVER
ACK DHCP
ACK
DATABASE
DHCP SERVER
APIPA
.
Automatic management of IP addresses, including the prevention of
duplicate IP address problems
Allows the administrator to set lease times, even on manually
allocated IP addresses.
It has great benefit to mobile users as valid configuration
parameters are automatically obtained from the new
It supports multiple scopes e.g. multicast scope, super scope etc.
The IP address configuration parameters must be exact and when
dealing with inputs such as “192.168.159.3”, it’s easy to make a
mistake. Typographical errors are typically very difficult to
troubleshoot and the use of a DHCP server minimizes that risk.
the IP addresses from the 192.168.5.0 – 192.168.5.25 range will
not be assigned to hosts
the DHCP pool was created and named HQ_DHCP_SERVER
the IP addresses assigned to the hosts will be from
the 192.168.5.0/24 range
the default gateway’s IP address is 192.168.5.1
the DNS server’s IP address is 192.168.5.1
Dhcp configure
End