0% found this document useful (0 votes)
17 views21 pages

Dynamic Host Configuration Protocol (DHCP) - 231009 - 100626

Uploaded by

Devang Rathod
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views21 pages

Dynamic Host Configuration Protocol (DHCP) - 231009 - 100626

Uploaded by

Devang Rathod
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

Dynamic Host Configuration

Protocol ( DHCP )
IT304 COMPUTER NETWORKS
ARP ( Address Resolution Protocol )
ARP ( Con. )
● ARP associates an IP address with its physical address. On a
typical physical network, such as a LAN, each device on a link is
identified by a physical or station address that is usually imprinted
on the NIC.

● Logical address to physical address translation can be done statically


(not practical) or dynamically (with ARP).
RARP ( Reverse ARP )
● RARP finds the logical address for a machine that only knows its
physical address.

● This if often encountered on thin-client workstations. No disk, so


when machine is booted, it needs to know its IP address (don't want to
burn the IP address into the ROM).

● RARP requests are broadcast, RARP replies are unicast.


BootP ( Bootstrap Protocol )
● BOOTP (Bootstrap Protocol) is an internet protocol that lets a network
user automatically be configured to receive an IP address and have an
operating system booted without user involvement.

● The BOOTP server, managed by a network administrator, automatically


assigns the IP address from a pool of addresses for a certain duration of
time.

● Today, BOOTP is executed using User Datagram Protocol (UDP) and is the
basis for Dynamic Host Configuration Protocol (DHCP).
DHCP ( Dynamic Host Configuration Protocol )
● DHCP Stands for Dynamic Host Configuration Protocol

● DHCP is a protocol that automatically provides an IP host with its IP


address and other related configuration information ( subnet mask
default gateway DNS etc.)

● Works on Protocol UDP port no 67 and 68.


Static IP
Dynamic IP
Dynamic IP
Reservation of IP in DHCP
DHCP Working Flow
DHCP Message Types
DHCP Client Table
Advantages of DHCP
● To implement DHCP requires no additional costs.

● Duplicated IP addresses are prevented.

● Reduces the amount of time you spend configuring computers on


your network.

● DHCP servers only allocate IP addresses to clients when they


request them.
Questions :

(1) What service is DHCP an extension of?


A. TFTP
B. BOOTP
C. RARP
D. DNS

(2) What is the function of ARP?


A. Find the hardware address of destination.
B. Find the IP address of destination.
C. Find the hardware address of source.
D. Find the IP address of source.
Questions :
(3) What happens to the IP address if the client has not received an extension?
A. DHCPOFFER is sent
B. DHCPNAK is sent from the server
C. The client drops the IP
D. DHCPDISCOVER is sent from the server

(4) What is used for the first 24 bits of a hardware address?


A. IP address
B. Vendor Code
C. Serial number
D. Network portion
Questions :
(5) Who controls/configures DHCP servers?
A. Router software
B. Network administrators
C. Clients through DHCP options
D. Microsoft personnel

(6) What is DHCP?


A. Creates IP pools to conserve address
B. Used to configure PCs over the network
C. Assigns configuration info dynamically
D. All of the above

You might also like