Internet & the WebInteractive Concept Map

New

A visual guide to how the Internet and the Web actually work — networking fundamentals, routing, DNS, transport, security, browsers, HTTP, web servers, caching, CDNs, and modern infrastructure. Built to form a coherent mental model rather than isolated facts: ideal for self-study, onboarding, revision, or certification prep.

629 nodes890 connections16 equations7 branches

Updated 2026.08.21

Download .json

Opens in the browser — no account, nothing to install. Yours to edit once it's open, or download the file to keep.

Graphs are built for a large screen — open this one on a desktop computer.

You have typed a URL and pressed enter maybe a million times. Somewhere in the second and a half that follows, a name becomes an address, an address becomes a route, a route becomes a conversation between two machines that have never met, and a page appears. Most people who work with the web for a living know each of those steps in isolation and have never once seen them laid end to end.

That is what this map is for. It is built as a mental model rather than a glossary, so things sit next to the thing that explains them: DNS beside the problem it solves, TLS on top of the transport it protects, a CDN somewhere you can see the round trip it is cutting short. Nothing here is a fact you could not look up. The value is in the arrangement.

Start wherever you already half-know something — for most people that is HTTP or the browser — and work downward until the layer below stops feeling like a black box. If you are preparing for an interview or a certification, the security and caching branches are where the questions actually come from.

It stops at the level a working engineer needs. No frame formats, no routing policy, nothing that belongs in an RFC rather than in your head. If you want to take it further, open it and keep going — that is what it is there for.

What's in this graph

The map opens on Internet & the Web. These are the concepts branching from it — open one to see the concepts inside it.

written article or notes

The shape of this map

Most routes through the map pass through Internet Applications, World Wide Web, Internetworking, Internet Security, Web Delivery, Domain Name System.

One node from the map

Internet & the Web

The Internet is one of the largest cooperative systems ever built. Billions of devices exchange data across fibre, copper, radio, satellite links, private networks, public carriers, cloud platforms, and home routers, yet the result usually appears as a single effortless action: a message arrives, a page opens, a call connects, or a file synchronizes. The machinery is almost invisible precisely because it works so well.

That apparent simplicity conceals an unusual engineering achievement. The Internet is not one network owned or operated by one authority. It is a federation of independently managed networks that agree on enough common rules to exchange traffic. A laptop on Wi-Fi, a mobile phone on a cellular network, a server in a data centre, and a sensor behind a satellite link can communicate without sharing the same hardware, local technology, or operator. The system succeeds by standardizing the boundaries between responsibilities rather than standardizing every component.

Understanding those boundaries is the key to understanding the subject. A local link carries data to a nearby device or router. The Internet Protocol provides a common packet format and addressing model across different networks. Routers forward packets hop by hop, while routing systems learn which destinations are reachable and under what policies. Transport protocols turn best-effort packet delivery into forms of communication useful to applications. Naming systems allow people and software to refer to services without memorizing numerical addresses. Security mechanisms establish confidentiality, integrity, identity, and trust across paths that may include unknown or untrusted networks. …

This continues inside the graph, along with 628 other nodes.

A few scenes from this graph