Hello, you are using an old browser that's unsafe and no longer supported. Please consider updating your browser to a newer version, or downloading a modern browser.

Global Accelerated Learning • Est. 1999
Glossary Term APIPA

Training Camp • Cybersecurity Glossary

What is APIPA?

Automatic Private IP Addressing self-assigns a 169.254.0.0/16 address when no DHCP server responds, keeping local connectivity alive.

Glossary > Network Security > APIPA

Understanding APIPA

APIPA (Automatic Private IP Addressing) is a feature that lets a host automatically assign itself an IP address from the 169.254.0.0/16 range when it is configured for DHCP but cannot reach a DHCP server. Standardized as link-local addressing in RFC 3927, it preserves basic communication on the local network segment without manual configuration.

The mechanism activates after a DHCP client's discovery attempts time out. The host randomly selects an address in 169.254.1.0 through 169.254.254.255, then uses ARP probes to check that no other device already holds it, repeating until it finds a free one. It assigns the 255.255.0.0 mask but configures no default gateway or DNS, so APIPA connectivity is confined to the local link. The host keeps trying to contact a DHCP server in the background and switches to a leased address once one becomes available.

APIPA matters mostly as a diagnostic signal and a minor security consideration. To an administrator, a device showing a 169.254.x.x address is a clear indicator that DHCP failed, whether from a downed server, a severed link, or a depleted scope. Because APIPA hosts have no gateway, they cannot route off the subnet, which limits both functionality and exposure. Unexpected APIPA addresses can also hint at network misconfiguration or a rogue device disrupting DHCP.

For example, a laptop boots and broadcasts DHCP requests, but the DHCP server is offline. After timing out, Windows assigns 169.254.182.5. The user can still reach another APIPA-addressed machine on the same switch for local file sharing, but cannot browse the internet. Running ipconfig reveals the 169.254 address, immediately telling the technician that DHCP, not the laptop's hardware, is the problem.

Learn More About APIPA:

Ready to Get Certified?

Turn knowledge into credentials with our instructor-led cybersecurity boot camps.

View All Courses →