Internet

Systems And Networks
definition

Also known as: the internet, net

Grade 3-5

View on concept map

A global network of interconnected computer networks that communicate using standardized protocols (TCP/IP). The internet transformed communication, commerce, education, and entertainment.

Definition

A global network of interconnected computer networks that communicate using standardized protocols (TCP/IP). The internet is decentralized—no single authority controls it. It connects billions of devices worldwide by routing data as packets through a shared infrastructure of cables, routers, and wireless links.

💡 Intuition

The internet is the world's biggest network — it connects smaller networks together so any device can talk to any other device, anywhere.

🎯 Core Idea

The internet is decentralized — no single authority controls it. It works because everyone agrees on the same protocols.

Example

When you watch a video on YouTube, your device connects through your local network to your ISP, which connects to YouTube's servers across the internet.

🌟 Why It Matters

The internet transformed communication, commerce, education, and entertainment. Understanding how it works is essential digital literacy—it explains why websites load, how emails reach their destination, and what happens when your connection drops.

💭 Hint When Stuck

When understanding the internet, trace the path of data: your device sends a request through your router, to your ISP, across backbone networks, to the destination server. The response travels back the same way. Protocols like TCP/IP ensure the data arrives correctly.

Formal View

The internet is a decentralized packet-switched network using the TCP/IP protocol stack. Each device has a unique IP address, and routers forward packets hop by hop toward their destination based on routing tables.

Related Concepts

🚧 Common Stuck Point

The internet is not the same as the World Wide Web. The web is one service that runs on the internet (alongside email, streaming, etc.).

⚠️ Common Mistakes

  • Confusing the internet (the network infrastructure) with the World Wide Web (websites and browsers that use the internet)
  • Assuming the internet has a central server or single point of control—it is fundamentally decentralized
  • Believing that data travels directly from sender to receiver—it actually passes through many intermediate routers

Frequently Asked Questions

What is Internet in CS Thinking?

A global network of interconnected computer networks that communicate using standardized protocols (TCP/IP). The internet is decentralized—no single authority controls it. It connects billions of devices worldwide by routing data as packets through a shared infrastructure of cables, routers, and wireless links.

When do you use Internet?

When understanding the internet, trace the path of data: your device sends a request through your router, to your ISP, across backbone networks, to the destination server. The response travels back the same way. Protocols like TCP/IP ensure the data arrives correctly.

What do students usually get wrong about Internet?

The internet is not the same as the World Wide Web. The web is one service that runs on the internet (alongside email, streaming, etc.).

Prerequisites

Next Steps

How Internet Connects to Other Ideas

To understand internet, you should first be comfortable with network. Once you have a solid grasp of internet, you can move on to packet and protocol.