Questions: Diagnosing and Resolving Internet Connection Problems
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
Your laptop cannot reach the internet. Your phone on the same WiFi network works fine. What should you investigate FIRST?
ARestart your modem and router in the correct sequence
BContact your ISP to report an outage
CCheck your laptop's WiFi settings and network connection — the problem is specific to that device
DCheck downdetector.com to see if the website you're visiting is down
When one device fails but others on the same network work, the failure is isolated to the device — not the router, modem, or ISP. Those shared components serve all devices equally; if they were broken, all devices would fail. Investigating the laptop's WiFi settings, network adapter, and connection status is the correct first step. Restarting the router (option A) would be appropriate if no devices could connect.
Question 2 Multiple Choice
You've restarted your modem and router in the correct sequence. Internet still doesn't work. Downdetector.com shows no widespread outages for any site you try. A speed test shows near-zero speed despite your router showing a successful connection status. What does this most likely indicate?
AYour WiFi password has changed and your devices are connecting to an unauthenticated network
BYour DNS server is misconfigured, preventing name resolution
CYour ISP connection itself may be disrupted — contact your provider with the speed test result as evidence
DYour router needs to be replaced
Near-zero speed despite a successful connection status means traffic is not actually flowing through the ISP link. This is distinct from DNS problems (option B), which would cause name resolution failures but normal speeds when connecting by IP address. A speed test near zero with the router showing 'connected' points to the ISP layer — the link is reported up but data isn't moving. Contacting the ISP with specific evidence (speed test numbers) is more productive than vague complaints.
Question 3 True / False
If all devices on a home network lose internet access simultaneously, the problem is upstream of the devices — in the router, modem, or ISP — rather than in any individual device.
TTrue
FFalse
Answer: True
This is the core logic of chain-of-failure isolation. Each device connects to the network independently, so a problem affecting all devices simultaneously cannot be in any individual device. The failure must be at a shared component: the WiFi access point, the router, the modem, or the ISP link. Knowing this immediately narrows where to look and what to test next — hardware restart rather than device-specific settings.
Question 4 True / False
When restarting network equipment, it is fine to restart the modem and router simultaneously because the order in which they come back online does not affect the result.
TTrue
FFalse
Answer: False
The restart sequence matters. The modem must come up first and fully establish its connection to the ISP before the router is powered on, because the router needs to acquire a valid IP address and configuration from the modem (or ISP) at startup. If the router comes up before the modem is ready, it may acquire a stale or invalid configuration and continue to fail even though the hardware is physically running. The correct sequence: modem on → wait 1-2 minutes → router on → wait → reconnect devices.
Question 5 Short Answer
Why is asking 'can multiple devices access the internet?' the best first diagnostic step when troubleshooting a connection problem?
Think about your answer, then reveal below.
Model answer: It immediately isolates which segment of the chain has failed. If only one device can't connect, the problem is in that device — not the shared network infrastructure. If no devices can connect, the problem is upstream in the router, modem, or ISP. This single question rules out half the possible failure points before touching any hardware or settings, making every subsequent step more targeted and efficient.
Good troubleshooting is about narrowing the problem space as quickly as possible. The device-vs-network question is the single most efficient branch point because it divides the entire chain into two distinct halves. Starting here prevents the common mistake of restarting routers and modems when the actual problem is a disabled WiFi adapter on a single laptop — or vice versa, spending time on device settings when the ISP is down.