Home
Blog
Tags

The Internet vs. The World Wide Web

By Taz Wilcock | 6/30/2025

The Internet vs. The World Wide Web

Understanding the Internet and the Web

The internet powers nearly everything we do today — from checking email and streaming videos to controlling smart home devices. But what exactly is “the internet”? And how is it different from the World Wide Web?

This article clears up the confusion by walking you through the core technologies behind your daily online experiences. You’ll learn what happens behind the scenes when you open a browser, type in a web address, or connect to Wi-Fi — and how each part works together to bring the web to life.

The Internet vs. The World Wide Web

People often use “the internet” and “the World Wide Web” as if they mean the same thing — but they’re actually two different things. The internet is the global infrastructure that connects computers and networks. The World Wide Web (WWW) is a service that runs on top of that infrastructure, made up of interlinked web pages you access with a browser.

Put simply:
The internet is the road system. The web is just one of the vehicles that travels on it.

The Internet: A Global Network

The internet is a vast, global system of interconnected computers and devices. It’s the foundation that allows us to send emails, stream videos, browse websites, and so much more.

Think of it as a giant spiderweb made up of millions of smaller networks. These networks include your home Wi-Fi, your mobile data connection, corporate servers, and even satellites. They all work together to transmit data around the world — instantly.

It’s important to remember:
The internet is the infrastructure — not the content.

The World Wide Web: A Layer on the Internet

The World Wide Web (WWW) is just one of many services that run on top of the internet. It’s the system of interlinked web pages and multimedia content you access through a browser.

In simple terms:
The internet is the road system. The web is the collection of destinations.

But the internet also powers other services beyond the web:

These services all rely on the same underlying infrastructure: the internet.

Email vs. The Web

While both email and the web rely on the internet to function, they’re two distinct services built on different protocols and designed for different purposes.

Put simply:
Email is like sending a letter. The web is like visiting a library.

Both are built on the internet, but they serve different communication needs.

Internet Services at a Glance

The internet is the global infrastructure. On top of it run various services — each with its own purpose and protocol:

ServicePurposeProtocols UsedAccessed With
World Wide WebView and interact with websitesHTTP / HTTPSWeb browser (Chrome, Safari)
EmailSend and receive personal or business messagesSMTP, IMAP, POP3Email app (Gmail, Outlook)
VoIPMake voice or video callsSIP, RTPApps (Zoom, Skype, WhatsApp)
IoTShare data between smart devicesMQTT, CoAP, HTTPIoT platforms / apps
FTPTransfer files between computersFTP / SFTPFTP clients (FileZilla, etc)

🧠 Reminder: These services all run on the same underlying network — the internet — but each one serves a unique role using specific communication rules called protocols.

How the Web Came to Be

The World Wide Web was invented in 1989 by Sir Tim Berners-Lee, a British computer scientist working at CERN (the European Organization for Nuclear Research).

At the time, scientists from around the world were collaborating at CERN but struggling to share research. Different systems, logins, and file formats made communication difficult. Berners-Lee proposed a better way: using a system of hyperlinked documents that could be accessed through a common interface — the web browser.

By 1990, he had created the core technologies of the web:

Together, these allowed anyone with internet access to share and access information easily.

Importantly, Berners-Lee and CERN made the web’s code freely available to the public. That decision sparked a global movement rooted in:

This openness laid the groundwork for the web as we know it — a platform for creativity, communication, and innovation across every sector of society.

Read more from the World Wide Web Foundation.

Connecting Yourself to the Web

What is a Web Browser?

A web browser is your gateway to the World Wide Web. It’s the app that lets you visit websites, read articles, watch videos, and do just about everything online.

Popular browsers include:

They all serve the same basic purpose but differ in speed, privacy features, and interface.


What is Wi-Fi?

Wi-Fi allows your device to connect to the internet wirelessly — no ethernet cables required. It works by using radio waves to transmit data between your device and a router, which is connected to the internet.

Thanks to Wi-Fi, you can browse the web from your couch, a café, or anywhere within range of a wireless signal.


IP Address: Your Internet ID

Every device on the internet has a unique IP (Internet Protocol) address — a string of numbers like 192.168.1.1.

Think of it like your digital mailing address:
When you request a webpage, the server needs to know where to send the data — that’s what your IP address is for.

Note: Most home devices connect through a network (like your ISP), which manages your public-facing IP address.


URL: The Web’s Address System

A URL (Uniform Resource Locator) is the full address of a resource on the web. For example:
https://www.google.com

Types of URLs:

Static vs. Dynamic URLs:

Query Parameters:

These add extra info to the end of a URL — great for search filters or tracking.

Example:
https://store.com/products?color=red&size=medium

Domain Name: Your Website’s Address

A domain name is the human-readable address you type into a browser to visit a website — like google.com or wikipedia.org.

Behind the scenes, domain names point to IP addresses, helping browsers find the right server to load a site.

Two main parts of a domain name:

You can also choose from newer or country-specific TLDs like .design, .tech, .uk, or .au.

To use a domain, you register it through a domain registrar and connect it to your hosting provider.

The Path and Subdomains: Organizing Your Website

A URL can have multiple layers of organization to help users and browsers navigate content.

Path

The path comes after the domain name and points to a specific page or resource on a website.

Example:
example.com/blog/post-name
Here, /blog/post-name is the path.

Paths help structure your site logically — like folders and files on your computer.

Subdomain

A subdomain is a prefix added to a domain to separate content or functions.

Example:
blog.example.com or shop.example.com

Subdomains are often used for different areas of a website, like a blog, store, or help center — while still being part of the same brand.

DNS: The Internet’s Phone Book

DNS stands for Domain Name System, and it’s what allows you to visit websites using easy-to-remember names like example.com instead of hard-to-remember IP addresses like 192.0.2.1.

Here’s how it works:

  1. You type a domain name into your browser.
  2. Your device asks a DNS server to find the matching IP address.
  3. The DNS server responds with the IP address tied to that domain.
  4. Your browser then connects to the server at that address and loads the site.

You can think of DNS like your phone’s contact list — you don’t memorize everyone’s number, you just tap their name. DNS does the same thing for the internet.

✅ Without DNS, we’d all be memorizing strings of numbers just to visit our favorite sites.

Cookies: The Web’s Memory

Cookies are small text files that websites store in your browser to remember things about you. They’re like the site’s short-term memory.

For example, cookies can:

A cookie might look like this under the hood:

session_id=abc123; expires=Fri, 30 Jul 2025 12:00:00 UTC; path=/

While cookies improve user experience, they also raise privacy concerns. Some cookies track your behavior across sites (often used in advertising), which is why websites now ask for cookie consent.

🔐 Most browsers let you view, block, or delete cookies in the settings.

👉 Tip: For developers, setting the HttpOnly, Secure, and SameSite attributes on cookies can help protect user data.


Let me know when you’re ready for the next section: “Server: The Heart of the Web.”

Server: The Heart of the Web

A server is a specialized computer that stores all the files, images, databases, and code that make up a website. It’s always on, waiting for requests from browsers around the world.

When you visit a website:

  1. Your browser sends a request to the server.
  2. The server processes the request.
  3. It sends back the necessary files (HTML, CSS, JS, etc.) to your browser.
  4. Your browser renders the page.

🧠 Think of it like this: visiting a website is like ordering a meal at a restaurant. Your browser places the order, and the server is the kitchen that prepares and delivers the food.

There are different types of servers:

💡 Fun fact: Most of the internet runs on Linux-based servers — even big sites like Google and Facebook.

Web Hosting: Where Websites Live

Web hosting is the service that makes your website accessible on the internet. Think of it as renting space on a computer (a server) where your website’s files live.

When someone types your domain into their browser:

  1. The browser sends a request to your hosting server.
  2. The server sends back the necessary HTML, CSS, images, and scripts.
  3. The browser displays your website.

There are several types of hosting:

💡 If you’re using a modern static site generator like Astro and deploying to platforms like Netlify or Vercel, you’re using a form of cloud hosting optimized for speed and scalability.

HTTP vs. HTTPS: Secure Connections

HTTP (Hypertext Transfer Protocol) is the foundation of communication on the web. It allows your browser to request and receive web pages from a server.

But there’s a problem:
Standard HTTP sends data in plain text, which can be intercepted.

That’s where HTTPS comes in.
HTTPS (Hypertext Transfer Protocol Secure) encrypts the connection between your browser and the server using SSL/TLS, protecting sensitive information like:

You’ll know a site is secure if:

Why it matters:

Tip: Always use HTTPS on every website — you can get a free SSL certificate with Let’s Encrypt or through services like Netlify, Vercel, or Cloudflare.

Protocols: The Rules of the Road

Every time you load a website, send an email, or stream a video, you’re using internet protocols — sets of rules that govern how data travels between computers.

Here are some of the most important ones:


Each of these protocols operates at a specific layer of the OSI model — a conceptual framework that breaks down network communication into seven layers, from physical wires to applications.

To give a few key examples:

You don’t need to memorize every detail — but understanding that these protocols exist (and which ones you’re using) helps you troubleshoot issues and build smarter web experiences.

Final Thoughts

While it’s easy to take the internet and the web for granted, understanding the difference between them — and how they work — helps you navigate the digital world with more confidence. Whether you’re building a website, setting up a router, or just curious about how a URL gets you to your favorite site, knowing the underlying structure gives you a clearer picture of the connected world we live in.

The more you understand, the more empowered you become — as a user, a creator, or a developer shaping the future of the web.

Tags: