DHCP Protocol purpose in networking

[[Intro to Lan]]

Created: 2022-04-23
Tags: #permanent


Automatically assigns an IP address to a device.

Types of DHCP Packets

  1. DHCP Discover
    A device searches if there is any DHCP server available.
  1. DHCP Offer
    DHCP Server notices someone is looking for them and offers that device with an IP Address

  2. DHCP Request
    The device accepts the offer

  3. DHCP ACK
    The DHCP acknowledges the reply thus finally giving the IP Address

References