A Windows computer that is configured for DHCP will automatically assign itself an Automatic Private IP Addressing (APIPA) address if it cannot reach a DHCP server. From which IPv4 address block does Windows select an APIPA address?
APIPA uses the IANA-reserved 169.254.0.0/16 link-local block, but RFC 3927 reserves the first 256 addresses (169.254.0.0/24) and the last 256 addresses (169.254.255.0/24). Windows therefore chooses an address between 169.254.1.0 and 169.254.254.255 and assigns the subnet mask 255.255.0.0. This allows limited communication with other devices on the same subnet until a DHCP lease can be obtained. The other ranges listed are either the full /16 (including the reserved portions) or private-network blocks that are not used by APIPA.
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.