Match each host network configuration state and diagnostic output on the left with its correct underlying IP addressing or protocol diagnosis on the right.
- A host receives an IPv4 address of 169.254.142.88 with subnet mask 255.255.0.0 and empty gateway and DNS entries.Automatic Private IP Addressing (APIPA) triggered due to DHCP server unreachability or scope exhaustion.
- A host with static IP 10.0.4.15/24 can successfully ping 10.0.4.1, but pings to 10.0.5.15 return 'Destination host unreachable'.Misconfigured Default Gateway address or gateway subnet mismatch preventing off-subnet routing.
- A host can successfully ping external IP 1.1.1.1 and internal servers by IP, but fails to load web pages using FQDNs.Invalid or non-responsive DNS Server IP configuration preventing hostname resolution.
- A host generates an IPv6 address beginning with fe80::/10 and can only reach neighbor nodes on the local link.Non-routable IPv6 Link-Local auto-configuration active in the absence of a Router Advertisement for Global Unicast.
Cevap
1. APIPA IP assignment (169.254.x.x) corresponds to DHCP failure.
2. Inability to reach external subnets despite local connectivity corresponds to a default gateway issue.
3. Successful IP pings paired with failed FQDN lookup corresponds to a DNS server misconfiguration.
4. fe80:: IPv6 addressing corresponds to non-routable link-local auto-configuration.
2. Inability to reach external subnets despite local connectivity corresponds to a default gateway issue.
3. Successful IP pings paired with failed FQDN lookup corresponds to a DNS server misconfiguration.
4. fe80:: IPv6 addressing corresponds to non-routable link-local auto-configuration.
Each IP parameter serves a distinct network role: APIPA (169.254.0.0/16) occurs when DHCP discovery fails; default gateways route traffic off the local subnet; DNS converts human-readable domain names into IP addresses; and IPv6 link-local addresses (fe80::/10) facilitate communication restricted strictly to the local physical link.
Adım Adım Çözüm
Anahtar Kavram
Core IP Addressing Parameters and Diagnostic Symptomatic Analysis
Tahmini Süre:2m 0s