1 / 21

DHCP OVERVIEW

DHCP OVERVIEW. What is DHCP. The Dynamic Host Configuration Protocol (DHCP) is a client/server protocol used on Internet Protocol (IP) networks for automatically assign network configuration parameters, such as IP addresses, Default gateway, dns for interfaces and services.

lorrainet
Download Presentation

DHCP OVERVIEW

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. DHCP OVERVIEW

  2. What is DHCP The Dynamic Host Configuration Protocol (DHCP) is a client/server protocol used on Internet Protocol (IP) networks for automatically assign network configuration parameters, such as IP addresses, Default gateway, dns for interfaces and services.

  3. How DHCP client server model work ?

  4. DORA PROCESS When a new client come to the network, It broadcast a DHCP DISCOVER packet to find the dhcp server in network. Once dhcp server receive the DHCP DISCOVER packet. It replies with OFFER PACKET contains ip address, subnet mask, gateway. Once client select the offer it broadcast a DHCP REQUEST to the dhcp server. Once dhcp server receive the dhcp request it stores the IP address client information in the DHCP database and broadcasts DHCPACK message

  5. Hey ! I am new In Network DHCP SERVER

  6. Broadcasting DHCP DISCOVER DHCP SERVER

  7. 00-8E-FC-14-08 DHCP SERVER

  8. I have received your Packet DHCP SERVER

  9. I am sending you an offer DHCP SERVER

  10. 192.168.1..x 255.255.255.0 192.168.1.1 DHCP SERVER

  11. I Like your offer, I am requesting you to lease me offered address DHCP SERVER

  12. Request DHCP SERVER

  13. Ok. I have updated the record in my database. DHCP DATABASE DHCP SERVER

  14. DHCP DATABASE ACK DHCP SERVER

  15. DHCP SCOPE A Dynamic Host Configuration Protocol (DHCP) scope is the consecutive range of possible IP addresses that the DHCP server can lease to clients on a subnet. Scopes typically define a single physical subnet on your network to which DHCP services are offered

  16. DHCP LEASE DHCP server assign an IP address to a client in the form of lease. A lease is a period in which IP address allocation is valid only up to a contract period.

  17. LEASE RENEWEL PROCESS

  18. T1: It’s a first timer which start at the 50% of completion of lease period. Client computer submits a request to renew the lease to the dhcp server. If dhcp server is online then it accept the request and renew the lease. Lease renew request (Unicast) Lease renewal accepted (Unicast) 50 % Lease expired DHCP SERVER

  19. T2: It’s a second timer which start at 87.5% of completion of lease period. In case client computer could not renew the lease due to dhcp server unavailable by this time then client comes to the binding stage and tries to locate new server and tries to acquire different ip address. Lease renew request (Unicast) Lease renewal failed Offline DHCPDISCOVER (Broadcast) 87.5% Lease expired

  20. WHAT WILL HAPPEN WHEN DHCP SERVER IS OFFLINE DURING CLIENT STARTUP ? If the client computer is still under lease period and there is no dhcp server available at startup time then client computer ping to the gateway that was assigned previously by the dhcp server. If gateway respond back then client assumes that it is still in the same network and hence keep on using same IP address. If client can’t get the response from the gateway, it will consider itself to be out of network and hence will auto configure ip address (APIPA)

  21. APIPA Short for Automatic Private IP Addressing, a feature of later Windows operating systems. With APIPA, dhcp clients can automatically self-configure an ip address and subnet mask when a DHCP server isn't available APIPA IP Range is 169.254.0.0 to 169.254.255.254

More Related