World Wide Web

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

The World Wide Web is a global information system where documents and other web resources are identified by Uniform Resource Locators (URLs), interlinked by hypertext links, and accessible via the Internet protocol suite.

        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;

      

🧒 Explique-moi comme si j'avais 5 ans

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).

🔗 Termes associés

Prérequis:

📚 Sources