At Meta scale, hosts in data centers and corporate networks must obtain IP configuration reliably and securely before they can reach internal services. Explain how DHCP works end to end, and discuss the operational and security implications a DevOps engineer should understand when supporting Meta infrastructure.
Your answer should cover:
Assume a new server in a Meta rack boots via PXE, fails to reach internal services, and network logs show repeated DHCP discovery traffic. Walk through what should happen, where the failure may be occurring, and what signals you would inspect first.
A strong answer clearly explains the DORA sequence (Discover, Offer, Request, Acknowledge), distinguishes broadcast vs unicast behavior, mentions UDP ports 67/68, explains relay behavior across VLANs/subnets, and connects DHCP mechanics to security controls such as DHCP snooping, port security, network segmentation, and monitoring for anomalous lease activity.