
- by x32x01 ||


Do you know how your devices get an IP address without you lifting a finger? Or how typing https://www.google.com/ magically opens a website? The magic lies in two essential protocols: DHCP & DNS.

➡ Automatically assigns IP addresses to devices
➡ Uses Port 67 & 68 and the speedy UDP protocol
➡ Follows the DORA process: Discover, Offer, Request, Acknowledge

DNS (Domain Name System)
➡ Translates domain names to IP addresses (Forward Lookup)➡ Converts IPs back to names (Reverse Lookup)
➡ Works on Port 53 with UDP for faster results





