CompTIA 220-1201 Connectivity Troubleshooting Guide

Study CompTIA 220-1201 Connectivity Troubleshooting: key concepts, common traps, and exam decision cues.

This is one of the most important troubleshooting lessons on Core 1 because networking clues often decide the answer faster than hardware clues do. A+ wants you to know whether the failure is link, addressing, Wi-Fi quality, gateway, or name resolution.

APIPA: Automatic private address in the 169.254.0.0/16 range that often appears when DHCP-based configuration fails.

DHCP: Dynamic Host Configuration Protocol, used to assign IP settings such as address, subnet mask, gateway, and DNS automatically.

DNS: Domain Name System, which converts hostnames into IP addresses.

What CompTIA is really testing

The exam usually wants you to:

  • classify the fault domain quickly
  • use simple evidence before changing settings blindly
  • distinguish wired, wireless, and service-layer failures

Symptom-first map

Symptom Strong first direction
169.254.x.x address DHCP path problem
hostname fails but direct IP works DNS problem
no link light cable, port, or NIC path problem
weak or unstable Wi-Fi RF interference, channel use, distance, or AP placement
one device works but others do not client-specific settings or hardware, not total internet failure

Keep the failure lanes separate

    flowchart TD
	  A["No connectivity"] --> B{"Link or Wi-Fi connection present?"}
	  B -->|No| C["Physical cable, NIC, SSID, password, or RF lane"]
	  B -->|Yes| D{"Valid IP configuration?"}
	  D -->|No, APIPA or missing values| E["DHCP or local addressing lane"]
	  D -->|Yes| F{"Can reach gateway or outside IP?"}
	  F -->|No| G["Gateway, router, or upstream path"]
	  F -->|Yes but names fail| H["DNS lane"]

What to notice:

  • a clean troubleshooting pass narrows the lane before changing settings
  • APIPA is a big clue because it points to address assignment, not to naming
  • good Wi-Fi signal does not prove the client has a valid network path beyond the access point

A better way to classify the failure

If the clue is… Think first about…
no link light or damaged connector physical path
169.254.x.x DHCP path
valid IP but no outside access gateway, router, or upstream path
IP works but names fail DNS
only wireless clients struggle RF, SSID, security, band, or placement

One-device versus all-device reasoning

If the problem affects… Stronger first interpretation
one wired PC only local cable, NIC, driver, or client settings
one Wi-Fi device only client Wi-Fi settings, saved profile, local radio, or DHCP path
all devices on one SSID access point, router, or uplink path
all devices on both wired and wireless gateway, modem, or ISP-side issue

Minimal evidence workflow

1ipconfig /all
2ping 127.0.0.1
3ping 192.168.1.1
4nslookup comptia.org

What to notice:

  • local stack checks differ from gateway reachability
  • gateway tests differ from name-resolution tests
  • you can narrow the problem without touching five settings first

What the common clues usually mean

Clue Strongest first conclusion
169.254.x.x the device failed to get usable DHCP-based addressing
valid private address and working gateway ping, but names fail DNS path is stronger suspect than cabling
Wi-Fi icon looks strong but only one client fails likely local client or settings problem
multiple clients lose access at once less likely to be one laptop NIC or cable

Wireless-specific evidence still matters

1Check SSID and security mode
2-> check signal quality and channel crowding
3-> compare one-device versus all-device behavior
4-> only then escalate toward router or ISP blame

Least-disruptive first moves

Symptom Best first move
APIPA on one client renew IP settings and verify DHCP reachability
names fail but direct IP works inspect DNS settings and resolver path
one laptop disconnects on Wi-Fi while phones stay stable forget/rejoin SSID or inspect client Wi-Fi settings before blaming ISP
wired link light is off reseat or replace cable and confirm port state before touching TCP/IP settings

Harder scenario question

A user’s laptop shows a good Wi-Fi icon, but only this device cannot browse websites. Other devices on the same SSID work. The laptop has a self-assigned 169.254.x.x address.

The strongest answer usually:

  • treats this as a client-side DHCP or settings issue first
  • avoids blaming the ISP or replacing the router immediately
  • uses the address clue to narrow the path before making changes

What strong answers usually do

  • keep link, addressing, and naming issues separate
  • choose the least disruptive test first
  • remember that Wi-Fi quality problems are often RF or placement issues, not always ISP failure
  • use one working device as a comparison clue instead of ignoring it
  • let the number of affected devices guide how far outward the blame should move

Decision order that usually wins

  1. Classify the fault as physical link, Wi-Fi association, IP addressing, gateway reachability, or DNS.
  2. Use one-device versus all-device evidence to decide whether the issue is local or shared.
  3. Let strong clues like APIPA or IP-versus-name behavior narrow the lane before changing settings.
  4. Start with the least disruptive physical or client-side test that fits the symptom.
  5. Move outward toward the router, modem, or ISP only after local evidence stops explaining the failure.

Quiz

Loading quiz…
Revised on Sunday, May 10, 2026