Jump to content

World Wide Web

From Simple English Wikipedia, the free encyclopedia
"The Web" redirects here. For other uses, see Web (disambiguation).

The World Wide Web ("WWW" or "The Web") is the part of the Internet that contains websites and webpages. It was invented in 1989 by Tim Berners-Lee at CERN, Geneva, Switzerland. Sir Tim Berners-Lee created a new markup language called HTML. Each Website is a group of pages linked by hypertext links that are written in HTML.

The software to see the World Wide Web is called a web browser. To access the World Wide Web, one also needs a connection to the Internet.

Many companies nowadays offer website hosting allowing one to make websites that can be displayed on the World Wide Web, including a custom domain (www.stuff.com) site.

This NeXT Computer was used by Tim Berners-Lee as the first web server and also to write the first web browser – WorldWideWeb.

The World Wide Web was created by Tim Berners-Lee in 1989 while he was working at CERN, a research center in Switzerland. He wanted to help scientists share documents and information easily over the Internet. He suggested a system using hypertext, which lets people click on links to move between documents.[1]

In 1990, Berners-Lee made the first version of the Web. It included:

In 1991, the Web became available to researchers outside CERN. By 1993, it began to grow fast. That year, the Mosaic browser was released. It was the first popular browser with graphics, which made the Web easier to use and helped it spread worldwide.[5][6]

In 1994, Berners-Lee started the World Wide Web Consortium (W3C) at MIT to create standards that would keep the Web open and accessible for everyone.[7]

Over time, the Web changed:

Function

[change | change source]

The World Wide Web works by combining several technologies so people can view and interact with content on the Internet.

When someone opens a website using a web browser, the browser sends a request to a web server asking for a web page. The server then sends the content back to the browser. This content is usually written in HTML (Hypertext Markup Language), which describes the structure of the page.[10]

Web pages can also include:

  • CSS (Cascading Style Sheets), which control the design and layout of the page,[11]
  • and JavaScript, which adds interactivity and lets the page respond to user actions.[12]

Web pages are connected to each other using hyperlinks. Clicking on a link tells the browser to open a new page.

Most websites use a client–server model:

  • The browser (the "client") sends requests to the server.
  • The server sends back the data needed for the page.[13]

These messages are usually sent using the Hypertext Transfer Protocol (HTTP) or its secure version, HTTPS.[14]

Some websites also get extra content from other servers, like ads, videos, or social media tools. Many modern websites use dynamic content, which lets them update part of the page without needing to reload everything.[15]

Security and privacy

[change | change source]

The Web uses several technologies to protect users and their data.

HTTPS encryption and authentication

[change | change source]

Most websites use **HTTPS**, which adds the TLS encryption layer on top of HTTP. This keeps data like passwords and personal information safe from eavesdropping and tampering. HTTPS also lets browsers verify a site’s identity using digital certificates, and ensures the content isn’t changed in transit.[16][17]

Modern browsers block certain sensitive features unless the page is delivered via HTTPS. They also enforce security features like HSTS, certificate transparency, and improved cipher suites.[17]

Tracking and privacy risks

[change | change source]

Websites may collect user data such as:

  • **IP addresses**, used for basic connection purposes and limited location inference;
  • **HTTP cookies**, which help websites remember users or track their activity.[18] Third-party cookies in particular can follow users across sites.[19]

Browsers and privacy tools increasingly block third-party cookies and tracking scripts by default.[20]

Example: Wikipedia's approach

[change | change source]

Wikipedia shows how a large, community-run site balances openness and privacy:

  • **Anonymous editing** is allowed; these edits show the user’s IP address.[21][22]
  • Basic logs (IP, timestamps) are kept temporarily for site maintenance and then deleted; some logs remain public for accountability.[23][24]
  • **HTTPS is used everywhere**, protecting all page views and edits since 2015.[25]
  • The Wikimedia Foundation implements standard security practices, including encryption, firewalls, and secure data retention.[26]

Components

[change | change source]

The Web consists of several key components that work together to display and interact with content online.

Web browsers

[change | change source]

A **web browser** (such as Chrome, Firefox, Edge or Safari) requests web pages from servers, renders HTML/CSS/JavaScript, and provides tools like bookmarks, history, cookies, form support, and security features.[27][28]

Web servers

[change | change source]

A **web server** is a computer (with server software like Apache, Nginx, CERN httpd) that listens for HTTP/HTTPS requests and returns web content—HTML, images, CSS, JavaScript. Servers can also generate pages dynamically using scripting languages.[28]

Web pages and HTML

[change | change source]
  • **Web pages** are documents written in **HTML** (Hypertext Markup Language), which defines elements like headings, paragraphs, images, and links.[29]

CSS and JavaScript

[change | change source]
  • **CSS** (Cascading Style Sheets) controls page appearance—layout, fonts, colors.
  • **JavaScript** adds interactivity and enables dynamic behavior on the client side.[30]
[change | change source]
  • Each resource has a **URL** or **URI** that uniquely identifies it.
  • The browser and server exchange data using **HTTP** or **HTTPS**.
  • **Hyperlinks** connect pages, allowing users to navigate across the Web.

Web platform and Web Components

[change | change source]
  • The **Web platform** refers to open standards like HTML, CSS, JavaScript, and APIs maintained by the W3C and other groups.[31]
  • **Web Components** let developers create custom HTML elements with their own encapsulated structure, styling (Shadow DOM), and behavior (via JavaScript). They're supported in modern browsers.

Architecture and protocols

[change | change source]

The architecture of the Web defines how its parts fit together—from clients and servers to protocols and addressing systems.

Client–server model

[change | change source]

The Web uses a **client–server** model: a web browser (client) sends requests to a web server, which then delivers content such as HTML pages, images, CSS, and JavaScript back to the client. Requests and responses typically travel over an Internet network, often using separate machines for client and server.[32][33]

Resource identification (URIs/URLs)

[change | change source]

Each resource on the Web—like a page, image, or video—is uniquely identified by a **URI** (or URL). These identifiers let browsers locate and request resources.[34]

HTTP and HTTPS

[change | change source]
  • The HTTP protocol, developed in 1990, defines how browsers ask for resources (with methods like GET and POST) and how servers respond.[35]
  • **HTTPS** adds TLS (formerly SSL) encryption on top of HTTP. It protects data in transit, verifies server identity, and prevents tampering or eavesdropping.[36]

These protocols run over the **TCP/IP** suite, which ensures reliable data transmission across networks.[37]

REST and architectural principles

[change | change source]

The Web follows the **REST** architecture style, which promotes stateless, uniform interactions, linking between resources, and scalable systems. It was defined by Roy Fielding in 2000.[34]

According to W3C's architecture documents, the Web is built around:

  • **Identification** of resources via URIs,
  • **Representation** of the resource's current state (HTML, JSON, XML, etc.),
  • **Interaction** using protocols like HTTP and standards to ensure consistency and growth.[38]
[change | change source]

In recent years, the Web has evolved beyond static and interactive content into a more **intelligent**, **immersive**, and often **decentralized** ecosystem.

Decentralized Web (Web 3.0)

[change | change source]

Also called **Web 3.0**, this movement uses technologies like **blockchain**, **peer-to-peer networking**, and **smart contracts**. It aims to return control over data, identity, and assets (e.g., NFTs) to users. Applications include decentralized finance (DeFi), decentralized apps (dApps), and alternative storage systems.[39]

AI, Semantic Web & Intelligent Agents

[change | change source]

AI and machine learning power personalization, automation, and smart services. The **Semantic Web** adds meaning to data for better machine understanding and smarter search. Emerging **agentic** features include autonomous software agents that can act on the user’s behalf.[40]

Immersive & 3D Web (Web3D)

[change | change source]

Web browsers now support **3D graphics** directly through **WebGL**, upcoming **WebGPU**, AR/VR capabilities, and platforms like *Web3D*. This enables in-browser 3D models, virtual tours, and interactive experiences.[39]

Edge computing & IoT

[change | change source]

A rise in **edge computing** means more data is processed on devices like smartphones and sensors. Combined with the **Internet of Things (IoT)**, it brings real‑world devices online for faster, localized computing.[41]

Fragmentation, trust & AI safety

[change | change source]

There are rising concerns over **deepfakes**, AI manipulation, and the **splintering** of the Web into national or corporate islands. Some propose blockchain-based identity, content authenticity schemes, and decentralisation to restore trust, openness, and resist monopolistic control.[42][43]

References

[change | change source]
  1. Berners-Lee, Tim. "Information Management: A Proposal". W3C. Retrieved 2021-09-13.
  2. "The World Wide Web project". CERN. Retrieved 2021-09-13.
  3. Gillies, James; Cailliau, Robert (2000). How the Web was Born: The Story of the World Wide Web. Oxford University Press. ISBN 978-0-19-286207-5.
  4. Markoff, John (1991-12-10). "European physicists propose 'hypertext' to link databases". The New York Times.
  5. Berners-Lee, Tim. "A Short History of the Web". W3C. Retrieved 2021-09-13.
  6. "Mosaic: The First Global Web Browser". Computer History Museum. Retrieved 2021-09-13.
  7. "W3C – World Wide Web Consortium". W3C. Retrieved 2021-09-13.
  8. Fensel, Dieter (2011). Foundations for the Web of Information and Services: A Review of 20 Years of Semantic Web Research. Springer. ISBN 978-3-642-19796-3.
  9. "The web is under threat. Join us and fight for it". World Wide Web Foundation. 2018-03-12. Retrieved 2021-09-13.
  10. Castro, Elizabeth (2000). HTML for the World Wide Web. Peachpit Press.
  11. "CSS: Cascading Style Sheets". MDN Web Docs. Retrieved 2021-09-14.
  12. Flanagan, David (2006). JavaScript: The Definitive Guide. O'Reilly Media. ISBN 978-0-596-10199-2.
  13. Hobbes, Thomas (2015). Client–Server Web Apps with JavaScript and Java. O'Reilly Media.
  14. Krill, Paul (2002). HTTP: The Definitive Guide. O'Reilly Media. ISBN 978-1-56592-509-0.
  15. "Introduction to client-side web APIs". MDN Web Docs. Retrieved 2021-09-14.
  16. "Hacker Lexicon: What Is HTTPS?". Wired. 2016-04-27. Retrieved 2025-06-26.
  17. 17.0 17.1 "Privacy on the web | MDN". developer.mozilla.org. 2025-04-10. Retrieved 2025-06-27.
  18. Kobusińska, Anna; Pawluczuk, Kamil; Brzeziński, Jerzy (2018-09-01). "Big Data fingerprinting information analytics for sustainability". Future Generation Computer Systems. 86: 1321–1337. doi:10.1016/j.future.2017.12.061. ISSN 0167-739X.
  19. Loshin, David; Reifer, Abie (2013-01-01), Loshin, David; Reifer, Abie (eds.), "Chapter 4 - Customer Lifetime and Value Analytics", Using Information to Develop a Culture of Customer Centricity, Boston: Morgan Kaufmann, pp. 23–31, ISBN 978-0-12-410543-0, retrieved 2025-06-27
  20. "Online Trackers Are Now Shifting To New Invasive CNAME Cloaking Technique - The Hack Report". The Hack Report. 2021-02-27. Retrieved 2025-06-27.
  21. "Is Wikipedia Safe? - JoinDeleteMe". joindeleteme.com. 2024-09-30. Retrieved 2025-06-27.
  22. "How Wikipedia Works/Chapter 11 - Wikibooks, open books for an open world". en.wikibooks.org. Retrieved 2025-06-27.
  23. "What user information does Wikipedia retain when a page is viewed?". Information Security Stack Exchange. Retrieved 2025-06-27.
  24. "Wikimedia Foundation Privacy Policy - Wikimedia Foundation Governance Wiki". foundation.wikimedia.org. Retrieved 2025-06-27.
  25. "Policy:Privacy policy/Frequently asked questions - Wikimedia Foundation Governance Wiki". foundation.wikimedia.org. Retrieved 2025-06-27.
  26. Couts, Andrew (2013-06-30). "Terms & Conditions: Wikipedia is open, but your user data isn't". Digital Trends. Retrieved 2025-06-27.
  27. "Tim Berners-Lee: WorldWideWeb, the first Web client". www.w3.org. Retrieved 2025-06-27.
  28. 28.0 28.1 "Defining World Wide Web (WWW)". www.americantv.com. Retrieved 2025-06-27.
  29. "HTML Elements". www.w3schools.com. Retrieved 2025-06-27.
  30. "Components of the World Wide Web". Edexcel iGCSE Computer Science. Retrieved 2025-06-27.
  31. "100 Specifications for the Open Web Platform and Counting". W3C. 2011-01-28. Retrieved 2025-06-27.
  32. "Wayback Machine" (PDF). java.sun.com. Retrieved 2025-06-27.
  33. "What is web architecture?". en.ryte.com. Retrieved 2025-06-27.
  34. 34.0 34.1 "Architecture of the World Wide Web, Volume One". www.w3.org. Retrieved 2025-06-27.
  35. Ford, Paul. "Meet the Web's Operating System: HTTP". Wired. ISSN 1059-1028. Retrieved 2025-06-27.
  36. "Understanding the Difference Between HTTP and HTTPS". Lifewire. Retrieved 2025-06-27.
  37. "What is TCP/IP and How Does it Work? | TechTarget". Search Networking. Retrieved 2025-06-27.
  38. "Architectural Principles of the World Wide Web". www.w3.org. Retrieved 2025-06-27.
  39. 39.0 39.1 "Top Web 3.0 trends and predictions for 2025 and beyond | TechTarget". Search CIO. Retrieved 2025-06-27.
  40. "Web 3.0 Explained: Key Features, Applications, and Future Trends". Bitcoin mining: mine the BTC cryptocurrency | ECOS - Crypto investment platform. Retrieved 2025-06-27.
  41. Lal, Rebecca (2022-12-02). "Web3 Trends That Will Go Big In 2025 (Updated)". IdeaUsher. Retrieved 2025-06-27.
  42. Dixon, Chris. "Blockchain Innovation Will Put an AI-Powered Internet Back Into Users' Hands". Wired. ISSN 1059-1028. Retrieved 2025-06-27.
  43. "« Le Web non marchand est en train de disparaître »" (in French). 2024-11-09. Retrieved 2025-06-27.
[change | change source]

Other websites

[change | change source]