Computer Science Grade 7 20 min

Troubleshooting Networks

Troubleshooting Networks

Tutorial Preview

1

Introduction & Learning Objectives

Learning Objectives Define key networking terms including IP Address, DNS, Router, and Packet. Explain the difference between a local network and the internet. Describe the function of a router and a switch in a home network. Apply a simplified, layered approach to diagnose a common network problem. Use the `ping` command to test for basic network connectivity. Identify the logical steps to take when a device cannot connect to a website. Ever tried to watch your favorite show online and suddenly... buffering? 😫 Let's become detectives and figure out why that happens! In this lesson, we'll learn the basic building blocks of a network, like IP addresses and routers. Understanding these concepts is the first step to becoming a master at troubleshooting and fixing co...
2

Key Concepts & Vocabulary

TermDefinitionExample IP Address (Internet Protocol Address)A unique address for every device on a network, just like a house has a unique mailing address. It's how computers find and talk to each other.A common IP address for a device on a home network might be `192.168.1.10`. RouterA device that acts like a traffic director for your network. It sends data (packets) between your local devices and out to the wider internet.Your home Wi-Fi box is a router. It connects your phone, laptop, and TV to the internet. DNS (Domain Name System)The phonebook of the internet. It translates human-friendly website names (like google.com) into computer-friendly IP addresses.When you type `www.example.com` into your browser, DNS finds its IP address, which might be `93.184.216.34`. PacketA small pie...
3

Core Syntax & Patterns

The Layered Troubleshooting Model Start from the bottom and work your way up: 1. Physical -> 2. Network -> 3. Application. This is a logical, step-by-step process. Don't assume the problem is complex. First, check the physical things (cables, lights), then the network connection (IP address, Wi-Fi), and finally the application (the browser or app). Divide and Conquer Logic Isolate the problem. Is it just one device or all devices? Is it just one website or all websites? Use this pattern to narrow down the possibilities. If only your laptop can't connect, the problem is likely with the laptop, not the whole internet. This is like using an `if/else` statement in your head to find the source of the bug. Ping Test Pattern 1. Ping yourself (127.0.0.1) ->...

4 more steps in this tutorial

Sign up free to access the complete tutorial with worked examples and practice.

Sign Up Free to Continue

Sample Practice Questions

Challenging
A user performs the full `Ping Test Pattern`. The results are: `ping 127.0.0.1` succeeds. `ping 192.168.1.1` (the router) succeeds. `ping 8.8.8.8` fails with 'Request timed out'. `ping google.com` also fails. Based on this exact sequence of results, where is the network connection breaking?
A.Between the router and the internet
B.Between the computer and the router
C.Within the computer's own networking software
D.At the DNS server
Challenging
Student A can't load any websites but can successfully `ping 8.8.8.8`. Student B also can't load any websites, but their `ping 8.8.8.8` command results in 'Request timed out'. Which student most likely has a DNS problem, and why?
A.Student B, because they cannot reach any IP address on the internet.
B.Student A, because their internet connection works (they can ping an IP) but name resolution is failing.
C.Both students have a DNS problem because neither can load websites.
D.Neither student has a DNS problem; they both have a bad internet connection.
Challenging
Everyone in your house complains that the internet is out on all devices (phones on Wi-Fi, computers on Ethernet). You check the router, and its lights look normal. What is the single MOST effective `ping` command to run first to determine if the problem is your router or your Internet Service Provider (ISP)?
A.`ping 127.0.0.1`
B.`ping your-computer-name`
C.`ping 8.8.8.8`
D.`ping your-router-address`

Want to practice and check your answers?

Sign up to access all questions with instant feedback, explanations, and progress tracking.

Start Practicing Free

More from Networking Concepts

Ready to find your learning gaps?

Take a free diagnostic test and get a personalized learning plan in minutes.