DNS and DHCP are the two services that make networks usable: DNS turns names into IP addresses, and DHCP hands out those addresses automatically.
How DNS Resolves a Name
From typing a web address to receiving an IP — step by step.
Tap or hover a part to learn more.
Already known?
The browser and OS check their local DNS caches first. If the name is cached and not expired, the IP is returned instantly.
Check your understanding
1. What is checked first when resolving a name?
2. Which server returns the actual IP for a domain?
Keep learning
The core idea
- DNS resolves human-friendly names (missiora.com) into IP addresses.
- DHCP automatically assigns IP, subnet mask, gateway and DNS to devices.
- The DHCP process is DORA: Discover, Offer, Request, Acknowledge.
How DHCP Assigns an Address (DORA)
Discover, Offer, Request, Acknowledge — how a device gets its IP.
Tap or hover a part to learn more.
Client shouts.
A client with no IP broadcasts a DHCP Discover to find any DHCP server on the network.
Check your understanding
1. What is the correct DHCP order?
2. What does a 169.254.x.x address indicate?
Keep learning
How it works in practice
- nslookup/dig test DNS; ipconfig /release + /renew re-run DHCP.
- A 169.254.x.x (APIPA) address means DHCP failed.
- Wrong DNS settings cause 'can ping the IP but not the name' symptoms.
Common mistakes
- Confusing DNS (naming) with DHCP (addressing).
- Blaming the network when it's a stale DNS cache (TTL).
- Overlapping DHCP scopes causing address conflicts.
Why it matters for your career
DNS and DHCP issues are among the most common real-world tickets — interviewers love the classic 'a user can't reach a website, walk me through it' question.
Technical interview questions
- What is the difference between DNS and DHCP?
- Walk me through the DHCP DORA process.
- What does a 169.254 address mean?
Practice questions
- What resolves names to IPs? (DNS)
- What is the DHCP order? (Discover, Offer, Request, Acknowledge)
- What assigns IPs automatically? (DHCP)
Where this fits in your networking journey
This is one concept in the Networking Fundamentals path, which leads into CompTIA Network+ and Cisco CCNA. When this clicks, review Dynamic Routing (OSPF & BGP) and continue with NAT.
Practise with Missiora
- AI Interview™ — rehearse networking interview questions with scored feedback.
- Career Coach™ — build a fundamentals → certification → job plan.
- Job Intelligence™ — see which networking skills real adverts demand.
