A network technician is dispatched to troubleshoot a workstation that suddenly lost all network connectivity after an office redesign. Following the standard CompTIA bottom-up (Layer 1 through Layer 7) network troubleshooting methodology, in what sequence should the technician perform the diagnostic actions below?
- 1Inspect the physical RJ-45 patch cable connections and verify that status link lights on the network interface card (NIC) are lit.
- 2Execute ipconfig /all to check the adapter configuration and determine if an APIPA address (169.254.x.x) is assigned.
- 3Ping the IPv4 loopback address (127.0.0.1) to confirm the local TCP/IP protocol stack is operating correctly.
- 4Ping the local default gateway address to verify connectivity across the local subnet to the router.
- 5Run nslookup to query a domain name and confirm remote DNS hostname resolution is functioning.
Answer
The proper bottom-up diagnostic sequence begins with verifying physical link lights and cables (Layer 1), checking local IP configuration with ipconfig (Layer 2/3), testing the loopback address (127.0.0.1) for stack integrity, pinging the default gateway for subnet connectivity, and finally testing DNS domain name resolution with nslookup.
Following the standard CompTIA bottom-up troubleshooting methodology, technicians work sequentially from Layer 1 up to Layer 7. The process starts by checking cables and link lights (Physical), reviewing local adapter configuration with ipconfig, verifying the internal TCP/IP stack with loopback ping (127.0.0.1), testing subnet routing by pinging the default gateway, and lastly verifying higher-layer services like DNS hostname resolution with nslookup.
Step-by-Step Solution
Key Concept
OSI Model Bottom-Up Network Troubleshooting