Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn How the Internet Actually Works | Understanding the Digital Environment
Digital Literacy for the Modern Workplace

How the Internet Actually Works

Swipe to show menu

Most people use the internet for eight or more hours a day without having any mental model of how it works. That's fine for casual browsing. In a professional context, a basic understanding of the underlying architecture makes you better at troubleshooting problems, following security policies, and making decisions about how you handle information.

The Basic Architecture

The internet is a global network of connected computers. When you send a file, post a message, or load a webpage, data travels from your device through a series of interconnected systems before reaching its destination.

Here's the simplified version of what happens when you send an email:

Your email client (Outlook, Gmail, whatever you use) packages your message into small units called packets. Those packets travel from your device to your company's network router, which connects to your internet service provider (ISP), which routes the packets through the internet's backbone infrastructure — a global system of high-speed cables and servers — until they reach the mail server that handles your recipient's email. That server delivers the packets to your recipient's device, where they're reassembled into a readable message.

The whole process takes under a second. The path the packets take may cross multiple countries, even for a message to someone in the same building.

IP Addresses and Domain Names

Every device connected to the internet has an IP address — a numerical identifier, something like 192.168.1.1 for a local network device, or a longer string for a public internet address. This is how the internet knows where to send data.

Domain names — like yourcompany.com or google.com — are human-readable addresses that map to IP addresses. When you type a web address, a system called DNS (Domain Name System) translates it into the numerical IP address your device actually uses to connect. Think of DNS as the internet's phone book.

This matters practically: when attackers create fake websites that mimic legitimate ones, they often use domain names designed to look like the real thing — "yourcompany-login.com" instead of "yourcompany.com." Knowing that domains and IP addresses are different things helps you spot these deceptions.

HTTP vs. HTTPS — The Lock That Matters

When you see a padlock icon in your browser's address bar, it means your connection to that website uses HTTPS — a secure, encrypted version of the standard web protocol. Data transmitted over HTTPS is scrambled in transit, so even if someone intercepts the packets, they can't read the content.

HTTP without the S means the connection is unencrypted. Any data you send — including login credentials — travels in plain text that can be intercepted on the same network.

In a workplace context: never enter a password, personal data, or company information on a site without HTTPS. And be especially cautious on public or unfamiliar Wi-Fi networks, where packet interception is significantly easier.

Why Your IT Team Cares About Networks

When your IT department says "don't use public Wi-Fi for work," they're not being overcautious. On an unsecured public network, other users on the same network can potentially intercept unencrypted traffic — a technique called a man-in-the-middle attack.

Corporate networks have layers of protection — firewalls, traffic monitoring, access controls — that public networks don't. A VPN (Virtual Private Network) recreates those protections when you're working remotely by encrypting all your traffic and routing it through your company's secure infrastructure.

The underlying principle: the network you're on determines the security of everything you do on it.

1. What actually happens when you send an email over the internet?

2. What is the main security difference between HTTP and HTTPS when transmitting data over the internet?

3. Why do IT teams advise against using public Wi-Fi for work-related tasks?

question mark

What actually happens when you send an email over the internet?

Select the correct answer

question mark

What is the main security difference between HTTP and HTTPS when transmitting data over the internet?

Select the correct answer

question mark

Why do IT teams advise against using public Wi-Fi for work-related tasks?

Select the correct answer

Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 1. Chapter 2

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

Section 1. Chapter 2
some-alt