Packet Navigators Lesson Plan Computer Science • Networking Essentials
Packet Navigators Lesson Plan
55 Minutes • Grades 6–10
Topic: Routers & Network Packets
Lesson Focus & Big Idea
The Internet is not a single giant cable, but an interconnected network of independent networks. In this lesson, students explore how data is partitioned into discrete packets, how routers inspect address headers to determine optimal paths, and how dynamic routing preserves communication even when individual links fail.
CSTA Standards
2-NI-04: Model how data packets travel across networks using routers.
3A-NI-04: Evaluate dynamic routing algorithms and fault tolerance.
Measurable Objectives
Define a packet and distinguish its header (metadata) from payload (content).
Explain how a router directs traffic between separate local area networks (LANs).
Trace multi-hop paths on a network topology map and calculate total hop latency.
Demonstrate how routers re-route traffic when an intermediary connection drops (fault tolerance).
Essential Questions
Why can't computers transmit an entire movie or message in a single continuous stream?
How does a router know where to send a packet if it doesn't own the destination computer?
What prevents the internet from collapsing when a physical fiber-optic cable is cut?
Key Architectural Vocabulary
Packet
A standardized chunk of digital data formatted with metadata for transmission across networks.
Packet Header
The envelope info: source IP, destination IP, packet sequence number, and error-check bits.
Router
A specialized network hardware device that reads packet headers and forwards them along paths.
IP Address
A unique numeric identifier assigned to every device on a network (e.g., 192.168.1.10).
Hop & Latency
A single transit step from one router to another. Total hops and congestion determine trip latency.
Routing Table
An internal reference database a router uses to decide the next best interface hop for an IP destination.
Recommended Pacing (55 Min Session)
00–08 min Hook: The Jigsaw Puzzle
08–22 min Slide Instruction & Demo
22–45 min Packet Pathfinder Activity
45–55 min Debrief & Exit Ticket
Instructional Sequence
Step-by-Step Lesson Execution
Page 2 of 2
Phase 1: The Hook (8 Mins) — Post Office vs. The Web Class Discussion
Hold up a 500-page book or puzzle. Ask: "If you had to mail this entire novel to a friend through postal carriers with a strict 2-page weight limit per letter, how would you do it?" Prompt students toward dividing content, numbering each letter (sequence), adding sender/recipient addresses (header), and reassembling on arrival. Reveal that this is precisely how streaming 4K video works!
Phase 2: Direct Instruction (14 Mins) — Slides & Anatomy Visual Walkthrough
Present the Packet Navigators Slides . Emphasize:
Packet Anatomy: Header (To, From, Seq #, Checksum) vs. Payload (actual binary data).
Routers as Traffic Directors: Routers connect different networks (LAN to WAN), not individual files. They don't read payload contents—only header routing info.
Dynamic Paths: Packets from the same message can take completely different routes.
Phase 3: Student Simulation (23 Mins) — Packet Pathfinders Individual / Pairs
Distribute the Packet Pathfinders Worksheet . Students examine packet data, formulate headers, and trace route hops across a multi-router network map.
Mid-Activity Twist (Minute 35): Announce a simulated underwater cable break (Router C to Router E goes offline). Challenge students to consult routing tables to find the failover alternate path.
Phase 4: Synthesis & Debrief (10 Mins) Formative Check
Collect worksheets and run a lightning debrief. Ask: "Why is sending 1,000 tiny packets safer than sending one huge 1GB file over a cable?" (If one packet drops, only that single packet is re-sent, rather than re-transmitting the entire 1GB).
Common Student Misconceptions
Misconception: Routers hold and store files like cloud hard drives.
Reality: Routers only buffer and immediately forward data.
Misconception: Packets always follow one single file line in order.
Reality: Packets take independent paths and arrive out of order.
Differentiation & Extension
Support: Provide pre-highlighted source/dest IP cards and route color-coding pencils.
Extension: Have advanced students calculate latency with packet dropped rate (TCP vs UDP acknowledgment models).
Materials Checklist: Packet Navigators Slides, Printed Activity Sheets, Answer Key for grading, Red pens for packet routing trace.
Packet Navigators Slides Computer Science • Networking
Grades 6–10
Packet Navigators
How Routers and Packets Connect the Global Internet
Data Fragmentation Dynamic Routing Fault Tolerance
Lesson 1.0
The Fundamental Question
Why Can't We Send Huge Files in One Piece?
The Giant Single Stream
Line Clogging: One huge video blocks everyone else from sending data.
All-or-Nothing Failure: If a single glitch occurs at 99%, the whole file restarts!
The Packet Solution
Interleaved Traffic: Millions of users share the same cables seamlessly.
Resilient: If packet #42 drops, only packet #42 is re-sent!
Big Takeaway: The Internet cuts all digital data into millions of tiny, independent chunks called packets .
Data Architecture
Anatomy of a Digital Packet
Packet Header
Metadata (The Envelope)
Destination IP 172.217.16.206
Source IP (Sender) 192.168.1.45
Sequence Number Part 3 of 8
Checksum / Error Check 0xA4F2 (Valid)
Payload
The actual chunk of content being sent (text characters, pixel colors, or audio frames).
01001000 01100101...
Routers inspect only the header to route data—never opening the payload!
Network Hardware
Meet the Router: The Internet's Traffic Cop
Connects Networks
Joins your home Local Area Network (LAN) to your ISP and the Wide Area Network (WAN).
Network Gateway
Reads IP Headers
Examines the destination IP address on incoming packets in a split millisecond.
Header Inspection
Consults Route Tables
Looks up the fastest available next hop to send the packet closer to its target.
Next-Hop Forwarding
A router does not need to know the entire path to the destination—only the best next hop !
Fault Tolerance & Resilience
Dynamic Routing: Never Get Stranded
Independent Paths
Packets from the same email or photo do not travel in a single locked line.
Packet 1 → Router A → Router B → Goal
Packet 2 → Router A → Router C → Goal
Packet Pathfinders Activity Worksheet Student Investigation Sheet
Packet Pathfinders Worksheet
Name:
Date:
Class:
Score:
Part 1
Anatomy of an Intercepted Packet
Examine the digital packet below captured by a network monitor, then answer the analysis questions.
Packet #0492 Metadata Header IPv4 Protocol
Source IP (Sender) 192.168.1.74
Destination IP 142.250.190.46
Sequence Index Packet 3 of 8
Checksum Integrity 0x7B3D (Pass)
Data Payload (Encrypted Body) Size: 1,420 Bytes
48 65 6c 6c 6f 2c 20 77 6f 72 6c 64 21 20 54 68 69 73 20 69 73 20 64 61 74 61...
1. Sender & Receiver Identification
Identify the exact device addresses for this transmission:
Source Device:
Destination Device:
2. The Role of Sequence Numbers
Why does the packet say "Packet 3 of 8"? What does the recipient do with this number?
3. Router Inspection Zone
Does an intermediary router read the Payload or the Header to choose the next hop? Explain why.
4. Corrupt Packet Scenario
If electromagnetic interference changes bits and the checksum fails (Fail), what will the router do?
Part 2
Router Architecture Concepts
5. Which statement best describes how a router directs data across the global internet?
A It downloads the whole file, stores it permanently, and re-uploads it to the receiver.
B It inspects destination IP addresses and forwards packets to the next optimal connected router.
C It converts all internet traffic into radio soundwaves regardless of physical cables.
D It forces all packets from the same device to travel strictly across a single predetermined wire.
Packet Pathfinders • Networking Unit Turn page for Network Simulation Challenge →
Simulation Lab
Network Topology & Hop Simulation
Page 2 of 2
Global Transit Network Grid Numbers on lines indicate Link Latency in milliseconds (ms)
Sender Host Host Alpha 192.168.1.10
── 4ms ──▶
Gateway Router 1 10.0.0.1
──▶
Router 2 (North) R1→R2: 14ms | R2→R5: 16ms
Router 3 (Central) R1→R3: 8ms | R3→R5: 18ms
Router 4 (South) R1→R4: 11ms | R4→R5: 12ms
──▶
Gateway Router 5 10.0.4.1
── 5ms ──▶
Web Server Server Omega 204.79.197.200
Packet Pathfinders Answer Key Educator Scoring & Solutions Guide
Packet Pathfinders Answer Key
TEACHER REFERENCE Grading Rubric & Explanations
Solutions
Part 1: Anatomy of an Intercepted Packet
1. Sender & Receiver Identification (2 pts)
Source Device: 192.168.1.74
Destination Device: 142.250.190.46
Teacher Note: Verify students distinguish Source (sender) from Destination (recipient).
2. Role of Sequence Numbers (3 pts)
Correct Answer: Indicates this packet is chunk #3 of 8 total chunks.
Because packets take different routes and can arrive out of chronological order, the receiving device uses sequence numbers to reassemble data in the proper order and detect if any chunks are missing to request retransmission.
3. Router Inspection Zone (3 pts)
Correct Answer: The router inspects only the Header (specifically the Destination IP).
Routers act like mail sorters: they only need to see the address on the outside envelope. The payload is private, often encrypted, and unnecessary for route-forwarding decisions.
4. Corrupt Packet Scenario (2 pts)
Correct Answer: The router drops / discards the packet .
If the mathematical checksum does not validate, the packet is corrupted. Rather than passing corrupt data forward, routers discard it. Transmission protocols (like TCP) will timeout and trigger a re-send.
Solutions
Part 2: Multiple Choice Concept Check (2 pts)
5. Which statement best describes how a router directs data across the global internet?
Correct Choice: B
"It inspects destination IP addresses and forwards packets to the next optimal connected router."
Distractor Rationale:
• Option A is incorrect: Routers are transit devices; they buffer packets in volatile memory for milliseconds, not permanent file storage.
• Option C is incorrect: Routers work over wired fiber/copper cables as well as wireless links.
• Option D is incorrect: Packet-switched networking routes packets dynamically across multiple pathways, not a single locked physical wire.
Packet Pathfinders Answer Key • Section 1 Scoring Turn page for Network Topology Solutions →
Educator Solutions
Simulation Lab Solutions & Point Values
Page 2 of 2
Mission 1 Key Path Latencies Calculation Table (6 pts: 2 pts per row)