A help desk technician is investigating a network connection failure on a Windows client workstation. Place the following network diagnostic troubleshooting steps in the correct order to systematically isolate the failure from the local protocol stack out to DNS name resolution.
- 1Ping the loopback address (127.0.0.1) to test the local TCP/IP stack.
- 2Ping the default gateway IP address to test local subnet connectivity.
- 3Ping a public IP address (such as 8.8.8.8) to test external network routing.
- 4Ping a fully qualified domain name (such as www.comptia.org) to test DNS name resolution.
Cevap
The correct order of network diagnostic steps is: 1) Ping the loopback address (127.0.0.1), 2) Ping the default gateway IP address, 3) Ping a public IP address, 4) Ping a fully qualified domain name.
Systematic network troubleshooting follows a bottom-up sequence starting at the local host and moving outward: 1) Loopback address (127.0.0.1) tests the local TCP/IP software stack, 2) Default gateway IP tests local physical switch and router link connectivity, 3) Public numerical IP address tests external WAN routing while bypassing DNS, 4) Domain name tests the DNS resolution service.
Adım Adım Çözüm
Anahtar Kavram
Layered Network Diagnostic Isolation