Week 07 · lesson

Lesson 5: Local Network Fault Isolation

Core path: 42 minutes

"The internet is down" is a symptom report, not a diagnosis.

Today you prove how far the endpoint can actually communicate.

Evidence:

  • Ethernet interface reports disconnected;
  • no link indicators;
  • known-good switch port available.

Start at cable, connector, NIC, and switch-port boundaries. DHCP is downstream of a usable link.

Case B: APIPA

Evidence:

IPv4: 169.254.22.19
Gateway: none

The interface has an IPv4 self-assigned address but did not receive the expected site configuration.

Strong next question: can the client reach the DHCP path/service?

Weak response: manually type a random public DNS server and hope.

Case C: local works, remote fails

Evidence:

  • local printer responds;
  • another same-subnet endpoint responds;
  • configured gateway does not respond.

The surviving local path makes a total NIC/switch failure less likely. Focus near the gateway boundary.

Case D: duplicate address symptoms

Two endpoints were manually assigned the same IPv4 address. Connectivity becomes inconsistent.

The fix is not to reboot until luck changes. Correct the address plan and verify uniqueness.

Service record

Choose two cases and document:

symptom:
physical/link evidence:
address evidence:
local-path evidence:
gateway evidence:
strongest theory:
controlled next test:
expected result:
verification:

Week 7 defense

Explain this chain using your SOHO topology:

media/link
→ NIC
→ switch/AP
→ valid local IP configuration
→ local destination
→ gateway
→ remote network

If you cannot point to the last proven-good boundary, you are still guessing.

Read it. Prove it.

Lesson knowledge checks

Answer from the lesson you just completed. Results stay in this browser and are not submitted.
Knowledge check 1

A host can ping another device on the same subnet but cannot reach the internet. Which layer should be checked next?

Knowledge check 2

Why is swapping every network cable at once poor troubleshooting?