DHCP & DORA

Learn how clients automatically receive IPv4 configuration.

beginnerdhcpdoraccna
ADDYSEC VISUALTOPOLOGY / FLOW
CLIENTNo IP yet
SW1LAN
DHCP192.168.1.2

Discover → Offer → Request → ACK across the client LAN.

What is it?

DHCP automatically gives clients IPv4 configuration. The common DORA flow is Discover → Offer → Request → ACK.

Why should I learn it?

Most client IP issues trace back to the DORA exchange, a relay path, or scope configuration.

How it works

Client broadcasts Discover → server sends Offer → client sends Request → server sends ACK.

Real-world example

A new client starts without a usable IP. If the server is on another subnet, the gateway can relay the client request with ip helper-address because broadcasts do not normally cross routers.

Troubleshooting mindset

Check VLAN/local path first, then relay/server reachability, then pool/exclusion state.

Common mistake

Do not memorise the definition without connecting it to packet flow, device state and verification. Ask: what should happen, what actually happened, and which command or capture can prove the difference?

Quick recap

  • Understand the job of the protocol or feature.
  • Know where it sits in the traffic path.
  • Verify behaviour instead of guessing.
  • Connect the topic to the next networking layer.

Interview connection

Explain the concept in simple words first. Then give one practical example or troubleshooting check. That is stronger than repeating a textbook definition.

References & Further Reading

  • How to Master CCNA — supplied reference material.
  • CCNA Notes — supplied technical/configuration reference.
CONTINUE LEARNING