Computer Science Grade 7 20 min

Troubleshooting Network Problems: Diagnosing and Fixing Common Issues

Students will learn basic troubleshooting techniques for common network problems.

Tutorial Preview

1

Introduction & Learning Objectives

Learning Objectives Define key networking terms like IP Address, Router, and DNS. Explain the journey of a data packet from a computer to a website server. Differentiate between a local network (LAN) and the wider internet (WAN). Identify the roles of a modem and a router in a home network. Describe how the Domain Name System (DNS) translates website names into IP addresses. Trace the basic path of an internet request using a simplified model. Ever wonder how your computer instantly finds a funny video on the other side of the world? 🌍 Let's pull back the curtain on how the internet's magic really works! In this chapter, we'll explore the secret language of computers and the superhighway they use to talk to each other, called the internet. Understanding how...
2

Key Concepts & Vocabulary

TermDefinitionExample IP Address (Internet Protocol Address)A unique address for every device connected to a network, just like a house has a mailing address. Computers use these numbers to find each other.A home network IP might look like `192.168.1.15`, while a public website's IP might be `142.250.190.46`. RouterA device that acts like a traffic cop for your home network. It directs internet traffic between all your devices (phone, laptop, TV) and the outside internet.Your Wi-Fi box is a router. It makes sure a video stream goes to your tablet and not your printer. ModemThe device that connects your home network to your Internet Service Provider (ISP). It translates the signal from the internet cable into a signal your router can use.The box that the cable from the wall plugs into...
3

Core Syntax & Patterns

The Client-Server Model Client (Your Device) -> Request -> Server (Website) -> Response -> Client (Your Device) This is the fundamental pattern of the internet. Your computer (the client) asks a server for information (like a webpage), and the server sends it back (the response). This is how almost all internet communication works. The Packet Journey Your PC -> Router -> Modem -> ISP -> Internet -> Website Server Data doesn't travel in one straight line. It's broken into packets that are sent from your device, through your home network, out to your ISP, and across many other networks on the internet to reach their final destination. DNS Lookup First 1. Type Domain Name -> 2. Ask DNS for IP -> 3. Get IP Address -> 4. Connect...

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
You are troubleshooting a connection to a friend's game server. You can connect perfectly when you type in the server's IP address (e.g., 198.51.100.5), but the connection fails when you use its domain name (e.g., `myfriendscoolserver.game`). What is the MOST likely cause of this specific issue?
A.Your modem is not connected to your ISP.
B.There is a problem with the Domain Name System (DNS) lookup for that specific server name.
C.The game server itself is offline and not running.
D.Your router is blocking all internet traffic from your computer.
Challenging
If we use the analogy of a small office building for your home network, where data packets are mail, what is the best description of the router's job?
A.It is the main city post office that handles all mail for the entire city.
B.It is the address label on each piece of mail.
C.It is the company's mailroom clerk, sorting mail between offices (devices) and handling all incoming/outgoing mail with the outside world (internet).
D.It is the mail truck that brings mail from the post office to the building's front door.
Challenging
Your laptop is streaming a movie, your phone is on a video call, and a game console is playing an online game, all at the same time on your home Wi-Fi. What single device is acting as the 'traffic cop' to manage these separate data streams and ensure the correct packets go to the correct device?
A.The Modem
B.The Internet Service Provider (ISP)
C.The DNS Server
D.The Router

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 Understanding Computer Networks: How the Internet Works

Ready to find your learning gaps?

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