Difference between revisions of "World Wide Web"

From Pulsed Media Wiki
(Created page with " The '''World Wide Web''' ('''WWW'''), commonly known as the '''Web''', is a primary information resource that users navigate via the Internet. It is a system of interlin...")
 
(Guides: Information: Pulsed Media: Linux)
 
Line 1: Line 1:
 +
The '''World Wide Web''' ('''WWW'''), or simply the '''Web''', is a main source of information that people access through the [[Internet]]. It's a system of connected [[hypertext]] documents. Using a [[web browser]], users can see web pages with text, pictures, videos, and more, and move between them using [[hyperlink]]s.
  
 +
English computer scientist Tim Berners-Lee invented the Web at CERN in 1989, and it became public in August 1991. The Web is ''not'' the same as the Internet; the Internet is the underlying network, and the Web is a service built on it.
  
The '''World Wide Web''' ('''WWW'''), commonly known as the '''Web''', is a primary information resource that users navigate via the [[Internet]]. It is a system of interlinked [[hypertext]] documents accessed via the Internet. With a [[web browser]], users can view [[web page|web pages]] that may contain text, images, videos, and other multimedia and navigate between them using [[hyperlink]]s.
 
 
The Web was invented by English computer scientist [[Tim Berners-Lee]] at [[CERN]] in 1989 and opened to the public in August 1991. It is not synonymous with the Internet, which is the underlying network infrastructure; the Web is a service built on top of the Internet.
 
  
 
== History ==
 
== History ==
 +
In 1989, Tim Berners-Lee suggested a system at CERN to manage information using hypertext. This led to the creation of the first web server, the first web browser (called WorldWideWeb), and the first web pages in 1990. The project was announced to the public in August 1991, making the Web a public service on the Internet.
  
In 1989, Tim Berners-Lee proposed a system at CERN to manage information using hypertext. This led to the development of the first web server, the first web browser (called WorldWideWeb), and the first web pages in 1990. The project was announced to the public in August 1991, marking the debut of the Web as a publicly available service on the Internet.
 
  
 
== How it works ==
 
== How it works ==
 +
The World Wide Web uses a client-server model over the Internet.
  
The World Wide Web operates on a client-server model using the Internet.
+
# A user opens a [[web browser]] (the client) and types in a [[URL]] (web address).
 +
# The browser uses the [[Hypertext Transfer Protocol|HTTP]] or HTTPS protocol to ask a [[web server]] on the Internet for the web page.
 +
# The web server finds the page (usually written in [[HTML]] - Hypertext Markup Language) and sends it back to the browser using HTTP/HTTPS.
 +
# The browser gets the HTML and displays it as a readable web page for the user to see and interact with.
  
# A user opens a [[web browser]] (the client) and enters a [[URL]] (Uniform Resource Locator), which is a web address.
 
# The browser uses the [[Hypertext Transfer Protocol|HTTP]] or HTTPS protocol to send a request for the specified web page to a [[web server]] located on the Internet.
 
# The web server receives the request, finds the requested web page (which is typically written in [[HTML]] - Hypertext Markup Language), and sends it back to the browser via HTTP/HTTPS.
 
# The browser receives the HTML content and renders it into a human-readable web page for the user to view and interact with.
 
  
 
== Key Concepts ==
 
== Key Concepts ==
 +
* '''Web Page:''' A document, usually in HTML, made to be shown in a web browser.
 +
* '''Website:''' A group of connected web pages, typically under one domain name, stored on a web server.
 +
* '''Web Server:''' Software and hardware that stores web pages and sends them to web browsers when asked.
 +
* '''Web Browser:''' Software users use to access and view web pages (e.g., Chrome, Firefox, Safari).
 +
* '''Hyperlink:''' A link from one web page to another, or to a different part of the same page. These links connect documents into a "web."
 +
* '''URL:''' The address used to find a resource (like a web page) on the Internet.
 +
* '''HTTP/HTTPS:''' The main protocol for sending web pages and other content over the Internet. HTTPS adds security.
 +
* '''HTML:''' The standard language used for creating web pages.
  
* '''Web Page:''' A document, typically written in HTML, that is designed to be displayed in a web browser.
 
* '''Website:''' A collection of interlinked web pages, usually grouped together under a single domain name, that are published on a web server.
 
* '''Web Server:''' Software and hardware that stores web pages and related files and delivers them to web browsers upon request.
 
* '''Web Browser:''' Software used by users to access and view web pages (e.g., Chrome, Firefox, Safari).
 
* '''Hyperlink:''' A link from one web page to another, or to another section within the same page. These links are the defining feature that connects disparate documents into a "web".
 
* '''URL:''' The address used to identify and locate a resource (like a web page) on the Internet.
 
* '''HTTP/HTTPS:''' The fundamental protocol used for transmitting web pages and other content over the Internet. HTTPS is the secure version.
 
* '''HTML:''' The standard markup language used for creating web pages.
 
  
 
== Evolution ==
 
== Evolution ==
The Web has evolved significantly since its creation. Initially, it was largely a collection of static pages (sometimes referred to retrospectively as Web 1.0). Over time, it became more interactive and dynamic, incorporating user-generated content, social networking, and complex web applications (often associated with the term Web 2.0). Further developments involve concepts like the Semantic Web, decentralized web, and enhanced multimedia capabilities.
+
The Web has changed a lot since it started. At first, it was mostly static pages (sometimes called Web 1.0). Over time, it became more interactive, including user-made content, social media, and complex web applications (often called Web 2.0). Future developments include ideas like the Semantic Web and enhanced multimedia.
 +
 
  
 
== See also ==
 
== See also ==
Line 36: Line 36:
 
* [[HTML]]
 
* [[HTML]]
 
* [[HTTP]]
 
* [[HTTP]]
* [[Web browser]]
 
* [[Web server]]
 
* [[Hypertext]]
 
 
  
== External links ==
+
[[Category:Information]]
* [https://home.cern/science/computing/physics/early-web/birth-web The original proposal of the WWW by Tim Berners-Lee at CERN]
 
* [https://www.w3.org/ The World Wide Web Consortium (W3C)] - The main international standards organization for the World Wide Web
 

Latest revision as of 10:38, 29 May 2025

The World Wide Web (WWW), or simply the Web, is a main source of information that people access through the Internet. It's a system of connected hypertext documents. Using a web browser, users can see web pages with text, pictures, videos, and more, and move between them using hyperlinks.

English computer scientist Tim Berners-Lee invented the Web at CERN in 1989, and it became public in August 1991. The Web is not the same as the Internet; the Internet is the underlying network, and the Web is a service built on it.


History

In 1989, Tim Berners-Lee suggested a system at CERN to manage information using hypertext. This led to the creation of the first web server, the first web browser (called WorldWideWeb), and the first web pages in 1990. The project was announced to the public in August 1991, making the Web a public service on the Internet.


How it works

The World Wide Web uses a client-server model over the Internet.

  1. A user opens a web browser (the client) and types in a URL (web address).
  2. The browser uses the HTTP or HTTPS protocol to ask a web server on the Internet for the web page.
  3. The web server finds the page (usually written in HTML - Hypertext Markup Language) and sends it back to the browser using HTTP/HTTPS.
  4. The browser gets the HTML and displays it as a readable web page for the user to see and interact with.


Key Concepts

  • Web Page: A document, usually in HTML, made to be shown in a web browser.
  • Website: A group of connected web pages, typically under one domain name, stored on a web server.
  • Web Server: Software and hardware that stores web pages and sends them to web browsers when asked.
  • Web Browser: Software users use to access and view web pages (e.g., Chrome, Firefox, Safari).
  • Hyperlink: A link from one web page to another, or to a different part of the same page. These links connect documents into a "web."
  • URL: The address used to find a resource (like a web page) on the Internet.
  • HTTP/HTTPS: The main protocol for sending web pages and other content over the Internet. HTTPS adds security.
  • HTML: The standard language used for creating web pages.


Evolution

The Web has changed a lot since it started. At first, it was mostly static pages (sometimes called Web 1.0). Over time, it became more interactive, including user-made content, social media, and complex web applications (often called Web 2.0). Future developments include ideas like the Semantic Web and enhanced multimedia.


See also