World Wide Web: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
m See also: +GeoCities
m External links: +The World Wide Web as an Engineering Paradigm
 
Line 10: Line 10:


* [[GeoCities]]
* [[GeoCities]]
==External links==
* Matthew Lee, Andrew Montgomery, Steven Shapiro, Veeral Shah, Qian Wang, [http://web.mit.edu/6.933/www/Fall2000/6933group5.pdf The World Wide Web as an Engineering Paradigm], 2000 - archived [https://web.archive.org/web/20060916033908/http://web.mit.edu/6.933/www/Fall2000/6933group5.pdf here]


[[Category: Internet]]
[[Category: Internet]]

Latest revision as of 16:21, 30 September 2025

The World Wide Web (often referred to as the WWW or Web for short) is an extremely large hypertext system which is the most-popular application on the Internet (to the point that to many ordinary people, the two are synonyms).

It consists of a large number of servers, which provide the content, along with the client user applications, called 'browsers', which retrieve the content, using the HTTP protocol, and display it, usually on a personal computer of some sort.

The content is divided into 'static' content (which is stored in its final form, ready to be passed out to whoever asks for it), and 'dynamic', which is prepared in response to a user's request.

See also

External links