Code Safari

Chapter 108·Beginner·9 min read

Who Runs the Internet? Nobody, and Everybody — Explained

Who actually controls the internet? A plain-English look at internet governance — why no one is in charge, what ICANN, IANA and the IETF actually do, how RFCs and rough consensus set the rules, and why the debates over control and net neutrality matter.

August 6, 2026

We've reached the end of the journey — from typing a URL all the way down to the undersea cables it runs on. One question has been building the whole way, and the routing chapter made it unavoidable: if there's no central router, no master map, and no single owner of the path… who runs this thing?

The answer is genuinely one of the most remarkable facts about the modern world: essentially no one — and it works better for it.

No one is in charge (really)

There is no head office of the internet. No CEO, no board, no government, no master control room with a switch. The internet is not a company or a country; it's an agreement — a set of shared standards that independent networks voluntarily follow because doing so lets them talk to everyone else.

This shouldn't work. A planet-spanning system carrying civilisation's communications, with nobody in charge? And yet it's precisely the decentralisation from the routing chapter, scaled up to governance. The internet coheres the same way a language does: no one owns English, yet we all follow enough shared rules to understand each other, because the shared rules are what make it useful.

But "no one is in charge" doesn't mean "nothing is coordinated." A few narrow things genuinely must be globally unique, and a small set of bodies handle exactly those — and little else.

The coordinators: ICANN and IANA

Two things on the internet cannot be allowed to collide:

  • Domain names — there can be only one example.com worldwide, or DNS breaks.
  • IP address blocks — the same address can't be handed to two different networks, or routing breaks.

Keeping these globally unique is the job of ICANN (the Internet Corporation for Assigned Names and Numbers) and the IANA function it operates. They sit at the very top of the naming and numbering systems: overseeing the DNS root, accrediting the registrars you buy domains from, and allocating large IP address blocks to the regional registries that hand them out.

It's crucial to see how narrow this role is. ICANN does not run the internet, control content, or govern networks. It coordinates the one category of thing that must not clash — unique names and numbers — and stops there. It's more like the body that ensures no two phone numbers are identical than anything resembling a ruler.

The standards: the IETF and RFCs

If ICANN keeps the identifiers unique, who decides how the protocols themselves work — what a TCP handshake looks like, how HTTP is structured, how DNS resolves?

That's the IETF — the Internet Engineering Task Force — and it may be the most quietly important organisation you've never heard of. The IETF develops and publishes the internet's technical standards as RFCs (Requests for Comments): open documents, freely readable by anyone, that define how the protocols work. TCP, IP, HTTP, DNS — every one is specified in an RFC that you could go read right now.

Two things make the IETF extraordinary:

  • It's open. There's no membership requirement to participate. Standards are developed in public mailing lists and meetings; anyone with the expertise and interest can contribute. The rules of the internet are written in the open, by whoever shows up to do the work well.
  • No one is forced to adopt anything. An RFC is not a law. Networks implement a standard because it's useful and everyone else is using it — adoption is voluntary and driven by merit. A great standard spreads; a bad one is ignored.

So the internet's "rulebook" is a library of open documents, written by a volunteer-driven body, that networks follow because the standards are good — not because anyone can compel them.

No owner doesn't mean no politics

It would be a mistake to hear "no one's in charge" and conclude the internet is a neutral, apolitical utopia. The opposite is true: because it's so powerful and because no single entity fully governs it, control over its pressure points is fiercely contested. Three live fronts:

  • Net neutrality — should ISPs treat all traffic equally, or be allowed to speed up, slow down, or charge extra for particular services? This is a genuine fight over who controls the pipe you pay for, and it's been regulated differently in different countries and eras. The routing and ISP-tier realities are exactly what make it possible to discriminate between traffic — and exactly what net-neutrality rules try to prevent.
  • Censorship and fragmentation — governments increasingly assert control within their borders: blocking sites, filtering DNS, even building national networks that can be cut off from the global internet. The dream of one borderless internet is under real pressure from a "splinternet" of nationally-controlled zones.
  • Control of the naming system — because ICANN sits atop domain names, who oversees ICANN has been a decades-long geopolitical question, shifting from US government stewardship toward a more international multi-stakeholder model. Whoever influences the root of naming holds real leverage.

These aren't signs the system is broken — they're the natural politics of infrastructure that matters enormously and belongs to everyone and no one. The absence of a single owner doesn't remove power struggles; it distributes them.

The whole guide, in one idea

Step back across all eight chapters and a single theme runs through everything:

The internet works through decentralised cooperation on shared standards, not central control.

You've now seen it at every layer. Packets route with no central controller. BGP stitches 70,000 independent networks together by mutual announcement. DNS distributes naming across a global hierarchy. And governance itself is the same pattern once more: open standards, voluntary adoption, coordination only where uniqueness demands it. The internet is less a machine someone built and runs, and more an agreement the world keeps choosing to honour — protocol by protocol, network by network, packet by packet.

That's the deepest answer to "how does the internet work." Not any single mechanism, but the principle underneath all of them: get enough independent parties to agree on a few good shared rules, and something greater than any of them emerges — with no one in charge.

Recap

  • No one runs the internet — there's no owner, CEO, or master switch; it coheres through shared standards independent networks voluntarily follow, like a common language.
  • ICANN / IANA coordinate only what must be globally unique — domain names and IP address blocks — and nothing more; they don't govern content or networks.
  • The IETF defines the protocols as open RFCs that anyone can read and propose; adoption is voluntary, driven by merit, not mandate.
  • Standards advance by "rough consensus and running code" — does it work, and do most agree? — rejecting authority and formal voting.
  • No owner ≠ no politics: net neutrality, censorship/fragmentation, and control of the naming system are fierce fights precisely because the internet matters and belongs to everyone and no one.

That completes the guide — from a single keystroke to the governance of a planet-spanning system. To go deeper on the layers you've met here, see Backend Engineering from Zero for HTTP and APIs, System Design Fundamentals for CDNs and scale, and Web Security Beyond Auth for how these systems are attacked and defended.

Who Runs the Internet? Nobody, and Everybody — Explained | Code Safari