Projected topic: The College Board has not yet published the final Unit 3 and 4 topic list in the public pilot framework (V.1). This page reflects our best-guess structure based on the framework's scaling logic and is updated when official topics are released. The networking concepts covered are standard and accurate regardless of final topic numbering.
When you open a website, your request may cross many networks and great distances in a fraction of a second. Understanding how data travels globally, broken into packets, routed network to network, reassembled at the destination, demystifies the whole internet.
Data Travels in Packets
Large pieces of data are broken into small packets, each labeled with its destination. Packets travel independently across the network and are reassembled at the other end. This packet approach makes the internet resilient: if one path is congested or fails, packets can take another.
Routing Across Networks
No single network spans the globe. Instead, routers pass packets from one network to the next, each step moving them closer to the destination. Each router makes a local decision about the best next hop, and together those decisions carry data worldwide.
This is the network layer (and TCP/IP internet layer) doing its job at global scale: addressing and routing between networks, repeated across many hops.
Reliable vs. Fast Delivery
The transport layer offers a choice: reliable delivery that confirms every packet arrived and re-sends what is lost, or faster delivery that does not. Different applications choose differently, a file download wants reliability, while live video may prefer speed and tolerate a little loss.
Practice Questions
Why is breaking data into independently routed packets good for the internet's reliability?
- A. It makes data permanent
- B. If one path is congested or fails, packets can take another route
- C. It removes the need for addresses
- D. It prevents all data loss forever
Answer: B. Independent packets can be routed around congestion or failures, so the network keeps working even when a path goes down, a key source of internet resilience.
Frequently Asked Questions
How does data travel across the internet?
It is broken into packets, each labeled with its destination, routed independently network to network, and reassembled at the other end.
Why are packets good for reliability?
Because if one path is congested or fails, packets can take another route, keeping the network working.
What is the difference between reliable and fast delivery?
Reliable delivery confirms and re-sends lost packets; fast delivery does not. Downloads favor reliability; live video may favor speed.