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/16range 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.
The exam usually wants you to:
| 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 |
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:
APIPA is a big clue because it points to address assignment, not to naming| 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 |
| 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 |
1ipconfig /all
2ping 127.0.0.1
3ping 192.168.1.1
4nslookup comptia.org
What to notice:
| 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 |
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
| 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 |
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: