← GALLERY IX EXHIBITS
The World Wide Web
GALLERY IX

The World Wide Web

The World Wide Web (1989–present) transformed information exchange from centralized archives to distributed, hyperlinked documents. Tim Berners-Lee's invention at CERN democratized access to knowledge and enabled the platform economy, reshaping society as profoundly as the printing press.
Tim Berners-Lee (b. 1955), British physicist and computer scientist. In 1989, while working at CERN (European Organization for Nuclear Research) near Geneva, Berners-Lee proposed a distributed information system to solve the problem of data sharing among thousands of scientists across incompatible computers. He designed the three foundational technologies—HTTP (HyperText Transfer Protocol), HTML (HyperText Markup Language), and URIs (Uniform Resource Identifiers)—and wrote the first web browser and server software between 1989 and 1991. Unlike earlier hypertext systems (Xanadu, NLS), Berners-Lee's design was radically simple, nonproprietary, and scalable. He released the Web into the public domain in 1993, refusing to patent it. This act of intellectual generosity parallels the Enlightenment ethos of the Age of Revolutions: the belief that knowledge belongs to humanity, not gatekeepers.

Specifications

First Server
NeXT Computer (68040 processor)
First Browser
WorldWideWeb (text and graphics)
Core Protocols
HTTP/1.0, HTML 2.0, URI
Invention Date
1989
Public Release
August 6, 1991
Initial User Base
CERN physics community (~10,000 scientists)
Foundational Principle
Decentralized, open-source, non-proprietary
Growth Rate (1991–1995)
Exponential; ~16 million users by 1995

Engineering

The Web operates on a client-server model using three interlocking technologies. HTTP is a stateless protocol that allows clients (browsers) to request resources from servers using simple text commands (GET, POST, HEAD). HTML is a markup language that structures content into semantic elements (headings, paragraphs, links) rendered by browsers into human-readable pages. URIs (later URLs) provide a universal addressing scheme—a unique identifier for every resource on the network. Berners-Lee's genius lay not in inventing any single component (hypertext, networking, markup existed before) but in their elegant integration. The Web layer sits atop the Internet's TCP/IP infrastructure, which handles packet routing. A user types a URL into a browser; the browser resolves the domain name (via DNS) to an IP address, opens a TCP connection to the server, sends an HTTP GET request, receives an HTML document, parses it, and renders it. Hyperlinks (anchor tags) embed URLs within documents, allowing non-linear navigation—the 'web' metaphor. This architecture proved infinitely scalable: a single server can serve millions; millions of servers can coexist without central coordination.

Parts & Labels

Cookies
Small text files stored on the client, sent with HTTP requests, enabling session management and tracking.
MIME Types
Metadata (e.g., text/html, image/jpeg) indicating the type of resource being transmitted.
Web Server
Software (e.g., Apache, CERN httpd) that listens for HTTP requests and serves files or generates dynamic content.
Web Browser
Client software (e.g., Mosaic, Netscape Navigator, Internet Explorer) that fetches, parses, and renders HTML documents.
TCP/IP Stack
Underlying Internet protocols handling packet routing and delivery; the Web rides atop this layer.
Hyperlink (Anchor Tag)
HTML element (<a href='...'>text</a>) embedding a URL within a document, enabling navigation.
DNS (Domain Name System)
Infrastructure translating human-readable domain names (example.com) into IP addresses.
HTML (HyperText Markup Language)
Markup language using tags (e.g., <p>, <a>, <h1>) to structure content and embed hyperlinks.
HTTP (HyperText Transfer Protocol)
Application-layer protocol defining request-response communication between client and server.
URI/URL (Uniform Resource Identifier/Locator)
Addressing scheme (e.g., https://example.com/page.html) identifying every resource on the Web.

Historical Overview

The World Wide Web emerged at a moment of technological and ideological ferment. By 1989, the Internet connected roughly 100,000 computers worldwide, yet accessing information required specialized knowledge of FTP, Gopher, and WAIS protocols. Scientists at CERN—a multinational laboratory embodying post-war internationalism—faced a practical crisis: how to share data across incompatible systems. Berners-Lee, influenced by his father's work in computing and his own experience with hypertext systems, saw the solution: a universal, simple, open standard for information sharing. He drafted his proposal in November 1989; by December 1990, he had written the first browser and server. The Web remained obscure until 1993, when CERN released it into the public domain and Marc Andreessen's team at the National Center for Supercomputing Applications (NCSA) released Mosaic, a graphical browser that made the Web accessible to non-technical users. Mosaic's 1993 release marks the inflection point: within two years, the Web exploded from academic curiosity to commercial phenomenon. By 1995, Netscape Navigator and Internet Explorer competed for dominance; by 2000, the 'dot-com bubble' had inflated and burst, yet the Web's infrastructure remained. The subsequent decades saw the rise of search engines (Google, 1998), social platforms (Facebook, 2004), and mobile access (iPhone, 2007), transforming the Web from a document-sharing system into a platform for commerce, communication, and surveillance. Yet the foundational architecture—HTTP, HTML, URIs—remains largely unchanged, a testament to Berners-Lee's prescient design.

Why It Existed

The Web solved a specific, urgent problem: how to share information across heterogeneous computer systems in a decentralized, scalable manner. CERN employed thousands of scientists from dozens of countries, each using different computers and operating systems. Existing protocols (FTP, Gopher, WAIS) were either too specialized or too rigid. Berners-Lee recognized that hypertext—the ability to embed links within documents—could solve this. But hypertext systems like Xanadu (Ted Nelson's decades-long project) remained proprietary and complex. Berners-Lee's insight was to make hypertext *simple*, *open*, and *universal*. By anchoring the system to the Internet's existing TCP/IP infrastructure and using plain-text protocols, he ensured that anyone with a computer and a network connection could participate. The Web was thus a democratizing technology, embodying Enlightenment principles of open knowledge and universal access. Its existence was not inevitable: it required a specific person (Berners-Lee), at a specific institution (CERN), at a specific moment (the late Cold War, when international scientific collaboration was a priority), with a specific problem (data sharing) and a specific philosophy (that knowledge should be free). Had Berners-Lee patented his invention, the Web might have remained proprietary, controlled by a single corporation. Instead, his decision to release it into the public domain unleashed a revolution.

Daily Use

In the early 1990s, using the Web was a laborious, text-based affair. A user would launch a browser (WorldWideWeb, then Mosaic), type a URL into the address bar, and wait—often 30 seconds or more—for the page to load over a 14.4 kbps modem. Pages were sparse, mostly text with occasional inline images. Hyperlinks appeared as underlined blue text; clicking them triggered a new HTTP request. There was no 'back' button; users navigated via bookmarks or by retyping URLs. Email was separate from the Web, accessed via Outlook or Eudora. By the late 1990s, broadband adoption accelerated the experience. Pages loaded in seconds; graphics became richer; JavaScript added interactivity. Users began to 'surf' the Web, exploring from site to site. Search engines (AltaVista, then Google) replaced manual navigation. By the 2000s, the Web became the primary interface for commerce (Amazon, eBay), communication (Gmail, MySpace, Facebook), and information (Wikipedia, blogs). Mobile devices (iPhone, Android) made the Web ubiquitous, accessible anywhere, anytime. Today, the Web is so seamlessly integrated into daily life that its revolutionary nature is invisible. A user opens a browser, searches for information, watches video, shops, communicates, and works—all via the Web—without thinking about the HTTP requests, HTML parsing, or DNS lookups happening beneath the surface. The Web has become the infrastructure of modern life.

Crew / Personnel

Eric Bina
NCSA programmer; co-developer of Mosaic alongside Andreessen.
Jon Postel
Internet pioneer; managed IANA (Internet Assigned Numbers Authority); ensured Web standards interoperability.
Ted Nelson
Hypertext theorist; Xanadu project influenced Berners-Lee's thinking on linked documents.
Roy Fielding
HTTP/1.1 architect; formalized REST principles; ensured Web scalability and extensibility.
Marc Andreessen
NCSA programmer; led development of Mosaic (1993), the first graphical Web browser; later co-founded Netscape.
Robert Cailliau
CERN colleague; co-authored the original Web proposal; contributed to early browser development.
Tim Berners-Lee
Inventor; designed HTTP, HTML, URIs; wrote first browser and server; released Web into public domain (1993).
Paul Mockapetris
Inventor of DNS (1983); enabled human-readable domain names, essential to Web usability.
Vint Cerf & Bob Kahn
TCP/IP protocol designers; provided the network layer upon which the Web runs.
W3C (World Wide Web Consortium)
Founded by Berners-Lee (1994); standardizes Web technologies; includes representatives from industry, academia, and civil society.

Construction

The Web was constructed in layers, each building upon the previous. The foundational layer is the Internet itself—TCP/IP protocols, routers, fiber-optic cables, and data centers—built over decades by ARPA, universities, and private companies. Berners-Lee assumed this layer existed and designed the Web to run atop it. The second layer is HTTP, a simple text-based protocol. An HTTP request is a few lines of ASCII: 'GET /index.html HTTP/1.0\r\nHost: example.com\r\n\r\n'. The server responds with a status line ('HTTP/1.0 200 OK'), headers (metadata about the resource), and a body (the actual content). This simplicity was intentional: it meant that anyone could write a Web server or browser using basic programming skills. The third layer is HTML, a markup language derived from SGML (Standard Generalized Markup Language). HTML uses tags—<html>, <head>, <body>, <p>, <a>—to structure content. A hyperlink is encoded as <a href='http://example.com/page.html'>click here</a>. Again, simplicity was key: HTML could be written in any text editor. The fourth layer is the browser, which parses HTML and renders it into a visual display. Mosaic (1993) was revolutionary because it was the first graphical browser; it displayed images inline, not as separate files, and it had a 'back' button and bookmarks. The fifth layer is the server, which listens for HTTP requests and serves files or generates dynamic content. CERN's original server was written in C; later servers (Apache, Nginx) became more sophisticated, supporting virtual hosting, SSL/TLS encryption, and scripting languages (PHP, Python). The sixth layer is DNS, which translates domain names into IP addresses. This required a distributed, hierarchical database of domain registrations—a massive infrastructure project that unfolded throughout the 1990s. Finally, the seventh layer is the content itself—the billions of HTML documents, images, videos, and data that make up the Web. This layer was constructed not by a single entity but by millions of individuals and organizations, each publishing their own content. The Web's architecture enabled this decentralized construction: anyone could publish by creating an HTML file and uploading it to a server; anyone could access it by typing a URL into a browser.

Variations

Extranet
Controlled access to Web resources for external partners; hybrid of intranet and public Web.
Intranet
Private networks using Web technologies (HTTP, HTML) within organizations; corporate variant of the public Web.
Federated Web
Decentralized social networks (Mastodon, Bluesky) using open protocols; reaction to centralized platforms.
Metaverse / Web3D
Immersive, three-dimensional Web experiences; speculative future iteration; technologies (WebGL, WebXR) emerging.
Darknet / Dark Web
Anonymized overlay networks (Tor, I2P) running atop the Internet; used for privacy, activism, and illicit commerce.
Web 1.0 (1991–2004)
Static HTML documents; read-only for most users; centralized content creation; examples: Yahoo, early Google.
Web 2.0 (2004–2010)
User-generated content; social media; interactive applications; examples: Facebook, YouTube, Twitter, Wikipedia.
Web 3.0 / Semantic Web
Machine-readable metadata; ontologies; linked data; envisioned by Berners-Lee but adoption remains limited.
Decentralized Web (DWeb)
Peer-to-peer alternatives (IPFS, Blockchain) reducing reliance on centralized servers; emerging response to surveillance and censorship.
Progressive Web Apps (PWAs)
Web applications with offline capability, push notifications, and app-like interfaces; blur distinction between web and native apps.

Timeline

DateEvent
1989Tim Berners-Lee proposes 'Information Management: A Proposal' at CERN Unpublished internal memo; outlines hypertext system for data sharing
December 1990Berners-Lee writes first Web browser and server software Browser named 'WorldWideWeb'; runs on NeXT Computer
August 6, 1991CERN releases the Web into the public domain First public Web server goes online at CERN
January 1993NCSA releases Mosaic, first graphical Web browser for multiple platforms Developed by Marc Andreessen and Eric Bina; free download
1993CERN releases Web technology under a royalty-free license Berners-Lee refuses to patent the Web
October 1994World Wide Web Consortium (W3C) founded by Tim Berners-Lee at MIT Standardizes Web technologies; includes industry, academia, and civil society
1995Netscape Navigator and Internet Explorer compete for browser dominance Netscape IPO valued at $2.7 billion; 'Browser Wars' begin
1998Google search engine launches; transforms Web navigation Founded by Larry Page and Sergey Brin; PageRank algorithm
2000Dot-com bubble bursts; Web economy crashes Nasdaq loses 78% of value; hundreds of startups fail
2004Facebook launches; Web 2.0 era begins Founded by Mark Zuckerberg; user-generated content and social networking
2007Apple releases iPhone; mobile Web access becomes ubiquitous Safari browser; responsive design emerges as standard
2009Tim Berners-Lee launches the Semantic Web initiative; calls for decentralized Web W3C Linked Data standards; RDF, OWL, SPARQL

Famous Examples

Http://info.cern.ch/
The first Web page, published August 6, 1991; describes the Web project; still accessible as a historical artifact.
Google (1998–present)
Search engine that became the primary gateway to the Web; transformed information access and advertising.
Twitter (2006–present)
Microblogging platform; real-time information sharing; became primary news distribution channel.
YouTube (2005–present)
Video platform; user-generated content at scale; demonstrates shift from text to multimedia on the Web.
Facebook (2004–present)
Social network; 2+ billion users; dominates Web 2.0; raises questions about privacy, surveillance, and algorithmic control.
Wikipedia (2001–present)
Collaborative encyclopedia; exemplifies Web 2.0 user-generated content; demonstrates collective intelligence.
Amazon.com (1995–present)
First major e-commerce site; demonstrated Web's commercial potential; drove broadband adoption.
Tor Browser (2003–present)
Darknet browser; anonymity-focused; demonstrates Web's use for privacy and activism.
Yahoo Directory (1994–2014)
Manual directory of Web sites; pre-Google navigation tool; embodied Web 1.0 ethos of curated information.
IPFS / Filecoin (2015–present)
Decentralized Web infrastructure; peer-to-peer file sharing; emerging alternative to centralized servers.

Archaeological Finds

The Web's 'archaeological' record consists primarily of digital archives and preserved snapshots, rather than physical artifacts. The Wayback Machine (Internet Archive, founded 1996) has captured over 735 billion Web pages, creating a searchable history of the Web's evolution. Early Web sites—Yahoo, GeoCities, AltaVista—exist only in these snapshots; their original servers are long offline. The Computer History Museum (Mountain View, California) preserves the original NeXT Computer on which Berners-Lee wrote the first Web server, along with printed documentation of early HTTP and HTML specifications. CERN maintains the original Web server hardware and software as historical artifacts. The Smithsonian Institution's National Museum of American History holds oral histories and papers related to Web pioneers (Marc Andreessen, Vint Cerf). Source code repositories (GitHub, SourceForge) preserve the evolution of open-source Web technologies (Apache, Nginx, WordPress), allowing researchers to trace development histories. The W3C archives contain decades of standards documents, meeting minutes, and email discussions, providing insight into the governance and evolution of Web standards. Early Web browsers—Mosaic, Netscape Navigator, Internet Explorer—are preserved in software museums and emulators, allowing researchers to experience the Web as it appeared in the 1990s. These digital artifacts collectively document one of humanity's most consequential inventions.

Comparison Panel

Radio (1906)
One-way broadcast to mass audiences; required specialized transmitters; centralized control; limited bandwidth.
Telegraph (1844)
Enabled real-time long-distance communication; required specialized infrastructure and operators; point-to-point, not broadcast.
Telephone (1876)
Real-time voice communication; required physical wiring; point-to-point; expensive to deploy globally.
Television (1927)
Rich multimedia broadcast; one-way; centralized control; limited channels; passive consumption.
World Wide Web (1989)
Unified interface atop Internet; hyperlinked documents; decentralized publishing; simple enough for non-technical users; exponential growth.
Mobile Internet (2007)
Web access anywhere, anytime; shifted from desktop to mobile; enabled app ecosystem; accelerated social media dominance.
Blockchain / Crypto (2008)
Decentralized ledger; peer-to-peer transactions; immutable record; Web alternative for finance; limited scalability.
Printing Press (Gutenberg, 1440)
Democratized access to written knowledge; required physical distribution; one-way communication (author to reader); took centuries to reach global scale.
Packet Switching / Internet (1969)
Decentralized, resilient network; enabled data exchange; required technical expertise to use; no unified interface.
Artificial Intelligence / Large Language Models (2023)
Generative interface to Web-scale information; conversational; raises questions about truth, bias, and labor; potential successor to search.

Interesting Facts

  • Berners-Lee's father, Conway Berners-Lee, was a computer pioneer; his mother, Jean Jennings Berners-Lee, was one of the first ENIAC programmers—computing ran in the family.
  • The first Web page, published August 6, 1991, contained only text and a few hyperlinks; no images, no styling, no JavaScript.
  • Berners-Lee chose the name 'World Wide Web' partly because it was an acronym (WWW) that was easy to remember and pronounce in multiple languages.
  • Mosaic (1993) was the first browser to display images inline; before Mosaic, images had to be downloaded and viewed separately.
  • The @ symbol in email addresses was chosen by Ray Tomlinson (1971) because it was rarely used in names; the Web later made it ubiquitous.
  • HTTP is stateless: each request is independent; the server does not remember previous requests. Cookies (1994) were invented to add state.
  • The first webcam was created at Cambridge University (1991) to monitor a coffee pot; researchers could check if coffee was available before walking to the break room.
  • Google's name is a play on 'googol,' a number with 100 zeros; chosen to reflect the search engine's ambition to index the vast Web.
  • Facebook's original name was 'TheFacebook'; it was a digital version of the printed 'face books' distributed to college students.
  • The 'like' button on Facebook (2009) was inspired by the '+1' feature on Google+; it became the primary metric of engagement on social media.
  • YouTube was founded in 2005 and acquired by Google in 2006 for $1.65 billion; at the time, YouTube had no clear business model.
  • The term 'Web 2.0' was coined by O'Reilly Media (2004) to describe the shift from static documents to interactive, user-generated platforms.
  • Tim Berners-Lee has repeatedly warned about the Web's centralization by large corporations (Google, Facebook, Amazon) and advocated for decentralization.
  • The Tor Browser, which enables anonymous Web browsing, was originally developed by the U.S. Naval Research Laboratory; it was later released as open-source.
  • The first online purchase was a Sting CD, sold by NetMarket to a student in New Hampshire on August 11, 1994; the transaction was encrypted using SSL.
  • Wikipedia, launched in 2001, was inspired by the open-source software movement; it demonstrates that large-scale collaborative knowledge creation is possible.
  • The Internet Archive's Wayback Machine has captured over 735 billion Web pages; it serves as a historical record of the Web's evolution.
  • The domain name 'symbolics.com,' registered in 1985, is the oldest continuously operating Web site; Symbolics Inc. (a computer manufacturer) still maintains it.
  • The average Web page size has grown from ~35 KB (1998) to ~2 MB (2023); modern pages are bloated with ads, trackers, and multimedia.
  • The Web was designed to be platform-agnostic; HTTP and HTML work on any computer, any operating system, any device—a radical departure from proprietary systems.

Quotations

  • Text
    The Web is more a social creation than a technical one. I designed it for a social effect—to help people work together—and not as a technical toy.
    Attribution
    Tim Berners-Lee, Weaving the Web (1999)
  • Text
    Anyone can publish anything on the Web. There are no editors, no gatekeepers. This is both the Web's greatest strength and its greatest weakness.
    Attribution
    Tim Berners-Lee, paraphrased from multiple interviews (1990s–2000s)
  • Text
    The dream behind the Web is of a collaborative space where I can interact with information and with people.
    Attribution
    Tim Berners-Lee, Weaving the Web (1999)
  • Text
    I have always believed the Web is for everyone. That's why I've fought so hard to keep it open, non-proprietary, and free.
    Attribution
    Tim Berners-Lee, attributed to multiple sources (1990s–present)
  • Text
    The Web as I envisioned it, we have not seen it yet. The Web has been taken over by large corporations.
    Attribution
    Tim Berners-Lee, interview with The Guardian (2017)
  • Text
    The Web is now so fundamental to society that its health is a matter of public concern.
    Attribution
    Tim Berners-Lee, Contract for the Web initiative (2019)
  • Text
    It's not a bug, it's a feature. The Web's decentralization is what makes it resilient and innovative.
    Attribution
    Jon Postel, Internet pioneer; attributed to Web architecture discussions (1990s)
  • Text
    The Internet is for everyone. But it's also for surveillance, manipulation, and control. We must choose which Web we want.
    Attribution
    Tim Berners-Lee, paraphrased from Contract for the Web (2019)
  • Text
    I wanted to create a system where information could flow freely, without centralized control. That was the whole point.
    Attribution
    Tim Berners-Lee, attributed to multiple interviews (1990s–2000s)
  • Text
    The Web is the first truly global medium. It has connected billions of people, for better and worse.
    Attribution
    Tim Berners-Lee, attributed to various sources (2000s–present)

Sources

  • Date
    November 1989
    Note
    Original internal memo to CERN management; outlines the Web concept; archived at CERN.
    Type
    primary
    Title
    Information Management: A Proposal
    Author
    Tim Berners-Lee
  • Date
    1990
    Note
    Expanded proposal; circulated at CERN; describes HTTP, HTML, and browser design.
    Type
    primary
    Title
    WorldWideWeb: Proposal for a HyperText Project
    Author
    Tim Berners-Lee & Robert Cailliau
  • Date
    1991–1993
    Note
    Early HTML specifications; published by W3C; defines markup language for Web documents.
    Type
    primary
    Title
    Hypertext Markup Language (HTML) Specification
    Author
    Tim Berners-Lee
  • Date
    May 1996
    Note
    Formal specification of HTTP protocol; defines request-response model.
    Type
    primary
    Title
    Hypertext Transfer Protocol (HTTP/1.0) Specification (RFC 1945)
    Author
    Internet Engineering Task Force (IETF)
  • Date
    1999
    Note
    Berners-Lee's memoir; recounts invention of the Web, its philosophy, and vision for the future.
    Type
    secondary
    Title
    Weaving the Web: The Original Design and Ultimate Destiny of the World Wide Web
    Author
    Tim Berners-Lee with Mark Fischetti
  • Date
    1996
    Note
    Authoritative history of Internet development; includes context for Web's emergence.
    Type
    secondary
    Title
    Where Wizards Stay Up Late: The Origins of the Internet
    Author
    Katie Hafner & Matthew Lyon
  • Date
    1999
    Note
    Scholarly history of Internet protocols and governance; essential background for Web's infrastructure.
    Type
    secondary
    Title
    Inventing the Internet
    Author
    Janet Abbate
  • Date
    2000
    Note
    Doctoral dissertation; formalizes REST principles underlying HTTP; foundational for Web scalability.
    Type
    secondary
    Title
    Architectural Styles and the Design of Network-based Software Architectures
    Author
    Roy Fielding
  • Date
    2008
    Note
    Critical analysis of Web's evolution; warns of centralization and loss of generativity.
    Type
    secondary
    Title
    The Future of the Internet and How to Stop It
    Author
    Jonathan Zittrain
  • Date
    2019
    Note
    Critique of surveillance-based business models on the Web; examines Facebook, Google, Amazon.
    Type
    secondary
    Title
    The Age of Surveillance Capitalism: The Fight for a Human Future at the New Frontier of Power
    Author
    Shoshana Zuboff
  • Url
    https://www.w3.org/
    Note
    Official repository of Web standards; includes HTTP, HTML, CSS, JavaScript specifications.
    Type
    modern
    Title
    Web Standards & Specifications
    Author
    World Wide Web Consortium (W3C)
  • Url
    https://web.archive.org/
    Note
    Searchable archive of 735+ billion Web pages; documents Web's evolution from 1996 to present.
    Type
    modern
    Title
    Wayback Machine
    Author
    Internet Archive
  • Url
    https://www.computerhistory.org/
    Note
    Preserves artifacts, oral histories, and documentation of Web and Internet pioneers.
    Type
    modern
    Title
    Internet History
    Author
    Computer History Museum
  • Url
    https://home.cern/science/computing/birth-web
    Note
    Official CERN history of the Web's invention; includes archival documents and original server.
    Type
    modern
    Title
    World Wide Web Project
    Author
    CERN

Source of Truth

🗺 POCKET MAP
🗺 Museum Map
Galleries
Plan your visit
Your route
…tracing your steps…
QR code linking back to this exhibit
SCAN TO RETURN TO THIS EXHIBIT