World Wide Web
An information system of interlinked hypertext documents and resources accessed via the Internet using web browsers.
Also known as: WWW, The Web
Category: Software Development
Tags: software-engineering, history, foundations
Explanation
The World Wide Web (WWW or simply the Web) is a global information system that allows users to access and navigate interconnected documents and resources through hyperlinks. It operates over the Internet using standardized protocols and languages.
**Origins and Creation**:
The Web was invented by British computer scientist Tim Berners-Lee in 1989 while working at CERN (the European Organization for Nuclear Research) in Switzerland. He proposed a system to help scientists share research documents across different computer systems. The first website went live on August 6, 1991, and the technology was made freely available to the public in 1993.
**Core Technologies**:
- **HTML (HyperText Markup Language)**: The standard language for creating web pages and structuring content
- **HTTP (HyperText Transfer Protocol)**: The protocol that enables communication between web browsers and servers
- **URLs (Uniform Resource Locators)**: Addresses that uniquely identify resources on the web
- **Web Browsers**: Software applications that retrieve, render, and display web content
**How It Works**:
When you enter a URL in your browser, it sends an HTTP request to a web server. The server responds with HTML documents, images, and other resources. The browser then renders this content as the web page you see. Hyperlinks within pages allow you to navigate to other documents anywhere on the web.
**Web vs. Internet**:
The Web is often confused with the Internet, but they are distinct. The Internet is the global network infrastructure connecting computers worldwide. The Web is one of many services that run on top of the Internet, alongside email, file transfer (FTP), and other protocols.
**Impact and Evolution**:
The World Wide Web fundamentally transformed how humanity accesses, shares, and creates information. It democratized publishing, enabled e-commerce, created new forms of social interaction, and became the foundation for countless applications. The Web continues to evolve through standards like HTML5, CSS3, and WebAssembly, enabling increasingly sophisticated web applications.
**Web Standards**:
The World Wide Web Consortium (W3C), founded by Tim Berners-Lee, develops and maintains web standards to ensure interoperability and accessibility across different browsers and devices.
Related Concepts
← Back to all concepts