Match each network adapter IP configuration status on the left with its corresponding network addressing classification or condition on the right.
- Host configured with IPv4 address 169.254.89.21 and subnet mask 255.255.0.0Automatic Private IP Addressing (APIPA) self-assigned due to DHCP failure
- Host configured with IPv4 address 192.168.1.50 and default gateway 192.168.1.1Valid IPv4 private address properly configured with a local gateway
- Host configured with IPv6 address fe80::a1b2:c3d4:e5f6%12IPv6 Link-Local address automatically assigned for local subnet traffic
Cevap
169.254.89.21 matches APIPA self-assigned address; 192.168.1.50 matches Valid IPv4 private address; fe80::a1b2:c3d4:e5f6%12 matches IPv6 Link-Local address.
Each diagnostic output corresponds directly to standard networking address classifications: 169.254.0.0/16 is reserved for APIPA when DHCP fails; 192.168.x.x is a standard Private IPv4 address; and fe80::/10 represents IPv6 link-local unicast addresses.
Adım Adım Çözüm
Anahtar Kavram
IP Address Types and Diagnostics (APIPA, Private IPv4, IPv6 Link-Local)