A desktop computer in an office environment suddenly loses network connectivity. Sequence the following troubleshooting actions in the correct bottom-up order, starting with physical layer verification and ending with remote network testing.
- 1Inspect the Ethernet cable connection and verify that the link lights on the network interface card (NIC) are illuminated.
- 2Run the `ipconfig /all` command to verify whether the computer has a valid IP address or an APIPA address.
- 3Ping the local loopback address () to confirm that the local TCP/IP protocol stack is functioning properly.
- 4Ping the default gateway IP address to test connectivity within the local network segment.
Answer
The correct troubleshooting sequence starts with inspecting physical cable connections and NIC link lights, followed by checking IP configuration using ipconfig, testing the TCP/IP stack via loopback ping, and finally pinging the default gateway.
Following the CompTIA OSI bottom-up troubleshooting methodology, a technician first verifies physical Layer 1 connectivity (checking cable connections and NIC status lights). Next, the technician verifies Layer 3 logical IP addressing using `ipconfig`. After addressing is checked, testing the loopback address () verifies the internal network stack. Finally, pinging the default gateway checks local network connectivity beyond the local host.
Step-by-Step Solution
Key Concept
CompTIA Bottom-Up Network Troubleshooting Methodology