World Wide Web

A global information system of documents and resources accessible via the Internet.

The World Wide Web (WWW, or the Web) is a global information system where documents and other web resources are identified by Uniform Resource Locators (URLs), interlinked by hypertext links, and can be accessed via the Internet. It is one of the most popular services, running over the Internet, and is a vast collection of interconnected documents and resources. The Web operates on a client-server model. Web browsers (clients) request resources (like web pages, images, videos) from web servers using the Hypertext Transfer Protocol (HTTP) or its secure version (HTTPS). Web servers store the requested resources and send them back to the browser for rendering. These resources are typically written in Hypertext Markup Language (HTML), styled with Cascading Style Sheets (CSS), and made interactive with scripting languages like JavaScript. The Web was invented by Sir Tim Berners-Lee in 1989 while working at CERN. Key components include URLs (addresses), HTTP (protocol for data transfer), and HTML (markup language for creating web pages). The Web has fundamentally transformed communication, commerce, education, and entertainment, making information accessible on an unprecedented scale.

        graph LR
  Center["World Wide Web"]:::main
  Pre_cryptography["cryptography"]:::pre --> Center
  click Pre_cryptography "/terms/cryptography"
  Rel_antimatter_propulsion["antimatter-propulsion"]:::related -.-> Center
  click Rel_antimatter_propulsion "/terms/antimatter-propulsion"
  Rel_arpanet["arpanet"]:::related -.-> Center
  click Rel_arpanet "/terms/arpanet"
  Rel_artificial_consciousness["artificial-consciousness"]:::related -.-> Center
  click Rel_artificial_consciousness "/terms/artificial-consciousness"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 Explain Like I'm 5

It's like a giant library where all the books (websites) are connected by special footnotes (links), and you can use a special magnifying glass (browser) to read any book you want from anywhere in the world.

🤓 Expert Deep Dive

The World Wide Web is an application-layer protocol suite built atop the Internet Protocol suite. Its foundational elements are URIs (specifically URLs for location), HTTP for request/response semantics, and HTML for document structure. Berners-Lee's initial vision emphasized open standards and decentralization, allowing anyone to publish information without central authority. The evolution of the Web includes advancements like HTTP/2 and HTTP/3 (QUIC) for improved performance, the rise of dynamic content delivery via server-side scripting and APIs, and the proliferation of client-side JavaScript frameworks enabling Single Page Applications (SPAs). Security considerations involve HTTPS (TLS/SSL encryption), Content Security Policy (CSP), and Same-Origin Policy (SOP) to mitigate cross-site scripting (XSS) and other attacks. The Web's architecture, while highly scalable, faces challenges related to information overload, misinformation, and the de facto centralization of content delivery through major platforms and content delivery networks (CDNs).

🔗 Related Terms

Prerequisites:

📚 Sources