Configure A Cisco Router As A DHCP Server
Configure A Cisco Router As A DHCP Server
Experiment No. –
Problem Statement:
Configuring a Cisco Router as a DHCP Server.
Objectives:
What is a DORA PROCESS?
Benefits of DHCP
How it works?
Outcome:
Deploy Client-Server architectures and prototypes by the means of correct standards and technology to
assign IP address.
Software Requirements:
Open-source Linux operating system, Cisco Packet Tracer.
THEORY:
Dynamic Host Configuration Protocol (DHCP) is a standardized client/server network protocol
that dynamically assigns IP addresses and other related configuration information to network devices.
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.
DORA Process
The following diagram shows the changing port numbers and the source and destination addresses
used during the DHCP transaction. UDP port 68 is reserved for DHCP clients, and UDP port 67 is
reserved for DHCP servers.
Step 1
DHCP Discover
Sent by the client looking for the IP address. The source IP is 0.0.0.0 because the client doesn’t.
have an IP address. The destination is 255.255.255.255, which is the broadcast address, as the
client doesn’t know where the DHCP server is located, so it broadcasts to all devices on the
network.
OUTPUT :
Conclusion: