When a computer that is configured to obtain an IPv4 address automatically cannot reach a DHCP server, from which address range will it most likely self-assign an address (APIPA/link-local)?
Automatic Private IP Addressing (APIPA) uses the link-local block 169.254.0.0/16. However, RFC 3927 reserves the first and last /24 networks, so operating systems actually select addresses from 169.254.1.0 through 169.254.254.255. If you see an address in this range, it indicates the host could not contact a DHCP server and has self-configured for local-only communication. Other private ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) are not used automatically; they must be assigned manually or by DHCP.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What does APIPA stand for and why is it important?
Open an interactive chat with Bash
Can devices with APIPA addresses communicate with other networks?
Open an interactive chat with Bash
What should I do if a computer is stuck with an APIPA address?