3. Networks

The Internet

The Internet 🌍

Welcome, students. In this lesson, you will learn what the Internet is, how it works, and why it is such an important part of networks. The Internet is more than just websites and apps. It is a huge system of connected networks that lets computers around the world share data. By the end of this lesson, you should be able to explain key Internet terms, describe how data moves across it, and connect the Internet to the wider topic of networks.

Lesson objectives:

  • Explain the main ideas and terminology behind the Internet.
  • Describe how the Internet connects networks across the world.
  • Use examples to show how data travels through the Internet.
  • Link the Internet to other network concepts such as protocols, routers, and IP addresses.
  • Summarize why the Internet is reliable, flexible, and widely used.

Think about this: when you send a message, stream a video, or search for information, your device is not talking to one giant machine. Instead, it is working with many separate networks that cooperate together. That cooperation is what makes the Internet so powerful 🚀

What the Internet Actually Is

The Internet is a global network of networks. This means it is made up of many smaller networks connected together so that devices can communicate over long distances. These smaller networks may belong to homes, schools, companies, governments, or internet service providers.

A common mistake is to confuse the Internet with the World Wide Web. They are not the same thing. The Internet is the infrastructure—the physical and logical system that moves data. The Web is one service that runs on the Internet and uses websites, browsers, and web pages.

The Internet works because computers follow shared rules called protocols. A protocol is an agreed set of rules for communication. Without protocols, different devices would not understand each other. One of the most important protocol families is TCP/IP, which helps devices send data reliably and identify where data should go.

The Internet supports many services, including email, video calls, gaming, cloud storage, and social media. Each of these services uses the Internet differently, but all depend on the same network principles.

For example, when students watches a video online, the video data may come from a server in another country. Even though the server is far away, the Internet can still deliver the data quickly by moving it through a chain of connected networks. This is one reason the Internet is such an important example in IB Computer Science SL.

How Data Moves Across the Internet

To understand the Internet, you need to understand how data is broken up and sent. Large messages are usually split into smaller pieces called packets. Packet switching is the method of sending data in packets through a network. Each packet may travel along a different route to the destination, where the packets are reassembled.

Why use packets? Because it makes communication efficient and flexible. If one route is busy or fails, packets can be sent another way. This helps the Internet stay reliable even when some parts of the network have problems.

Each packet usually contains:

  • part of the data being sent
  • the destination address
  • the source address
  • control information such as sequence numbers

The destination address is often based on an IP address. An IP address is a numerical label used to identify a device on a network. IPv4 and IPv6 are two versions of the Internet Protocol. IPv4 uses a smaller address space, while IPv6 was created to provide many more addresses for the growing number of devices.

A useful analogy is sending a large book through the post. Instead of mailing the whole book as one package, you could send each chapter separately. The person receiving it can put the chapters back in the correct order. That is similar to how packets work 📦

Here is a simple example. Suppose students sends a file to a friend. The file is broken into packets. Each packet is sent from one router to another until it reaches the destination. If one router is overloaded, another path may be chosen. This is one reason packet switching is better than using a single fixed path for all data.

Routers, ISPs, and Network Paths

The Internet depends on many devices working together. Two of the most important are routers and modems.

A router is a device that forwards packets between networks. It reads the destination information in a packet and decides the best path to send it next. Routers are essential because the Internet is not one continuous cable from sender to receiver. It is a chain of networks linked by routing devices.

An ISP, or Internet Service Provider, is a company that provides access to the Internet. ISPs connect homes, schools, and businesses to larger Internet backbones. A backbone is a high-capacity network that carries large amounts of data across long distances. Large ISPs and backbone providers form the major transport system of the Internet.

A modem connects a local network to the ISP by converting signals into a form suitable for the transmission medium being used. In many homes, the modem and router are combined into one device.

When students types a website address, several things happen behind the scenes. The device first needs to find the correct IP address for that website. Then packets are sent through the local network to the router, then to the ISP, and then through a series of other routers until they reach the server.

This routing process is dynamic. If a cable is damaged or a router fails, the network can often adapt by choosing a different route. This ability to reroute traffic contributes to the Internet’s reliability.

Names, Addresses, and the Domain Name System

Humans are better at remembering names than numbers, so the Internet uses the Domain Name System or DNS. DNS translates a domain name, such as a website name, into an IP address that computers can use.

For example, if students visits a site using a name like a school website, the device sends a DNS request. The DNS server responds with the correct IP address. After that, the browser can connect to the server using network communication rules.

DNS is important because it makes the Internet easier to use. Without DNS, people would need to memorize long number strings for every website. DNS acts like a phonebook for the Internet 📱

The process is usually very fast, but it is still a real example of how network systems depend on layered services. First comes name lookup, then connection setup, then data transfer.

Internet Reliability and Security

The Internet is designed to be reliable, but no network is perfect. Reliability comes from packet switching, redundant paths, and layered protocols. If one part of the network fails, traffic can often be redirected.

However, the Internet also has security risks. Data moving across networks may be intercepted, altered, or blocked if protection is weak. This is why many services use encryption. Encryption converts data into a form that cannot be easily read by unauthorized users.

One common secure protocol is HTTPS, which uses encryption to protect data between a browser and a website. This is especially important when sending passwords, payment details, or personal information.

Security also depends on good user behavior and good network design. Strong passwords, updated software, firewalls, and secure protocols all help protect users. A firewall monitors and filters network traffic based on security rules.

For example, when students logs in to an online account, encrypted communication helps stop others from reading the password in transit. This shows how the Internet is not just about connection speed. It is also about trust, privacy, and safe communication.

The Internet in the Bigger Picture of Networks

The Internet fits into the topic of Networks because it is the largest real-world example of a wide area network system. It shows how many networking ideas work together:

  • Data transmission: data is split into packets and sent across routes.
  • Network structures: local networks connect to routers, ISPs, and backbones.
  • Internet systems: DNS, IP addressing, and routing make services work.
  • Security and reliability: encryption, firewalls, and redundancy protect communication.

You can think of networks as the general idea of devices communicating, while the Internet is the worldwide system that connects many of those networks together. In IB Computer Science SL, understanding the Internet helps you explain larger network systems clearly and accurately.

A good exam-style explanation might say that the Internet is a packet-switched network of networks that uses TCP/IP, routers, DNS, and IP addresses to move data between devices. That sentence connects terminology with function, which is exactly the kind of reasoning needed in the course.

Conclusion

The Internet is a global system of connected networks that allows data to move quickly, efficiently, and often reliably across the world. It depends on packets, IP addresses, routers, DNS, ISPs, and security tools to function. students should now be able to explain how the Internet works, distinguish it from the Web, and connect it to the broader study of networks. The Internet is one of the clearest examples of how computer systems cooperate on a global scale 🌐

Study Notes

  • The Internet is a global network of networks.
  • The Internet is not the same as the World Wide Web.
  • Data is usually sent as packets using packet switching.
  • IP addresses identify devices on a network.
  • Routers move packets between networks by choosing paths.
  • An ISP provides access to the Internet.
  • DNS translates domain names into IP addresses.
  • The Internet uses TCP/IP and other protocols so devices can communicate.
  • Reliability is improved by multiple paths and packet switching.
  • Security is improved by encryption, firewalls, and secure protocols such as HTTPS.
  • The Internet is a key example of how the Networks topic works in real life.
  • The Internet connects many smaller networks into one worldwide system.

Practice Quiz

5 questions to test your understanding