A remote employee reports that their office computer lost connection to corporate network services following a power loss. Executing `ipconfig` on the workstation displays an IPv4 address of with a subnet mask of , but no gateway entry is present. Which of the following best explains why the workstation assigned itself this specific IP address configuration?
- The computer was unable to communicate with a DHCP server and auto-assigned an APIPA address.Cevap
- BThe corporate DNS server went offline and failed to issue a valid network address lease.
- CThe local network switch is operating strictly at Layer 2 and blocking router multicast traffic.
- DThe workstation network interface swapped port 80 HTTP traffic to secure port 443 HTTPS traffic.
Cevap
The workstation was unable to contact a DHCP server to obtain an IP lease, causing it to automatically configure an Automatic Private IP Address (APIPA) in the 169.254.0.0/16 range.
When a host configured for DHCP fails to receive an IP lease from a reachable DHCP server, the operating system uses APIPA to self-assign an IP address in the range of 169.254.0.1 to 169.254.255.254. This allows basic communication with other hosts on the immediate local segment that also use APIPA, but prevents routing beyond the local link due to the lack of a valid default gateway.
Adım Adım Çözüm
Anahtar Kavram
Automatic Private IP Addressing (APIPA)