Information about World Wide Web
- "The World Wide Web" and "WWW" redirect here. For other uses, see Web and WWW (disambiguation). For the web browser, see WorldWideWeb.

WWW's historic logo designed by Robert Cailliau
The World Wide Web (commonly shortened to the Web) is a system of interlinked, hypertext documents accessed via the Internet. With a web browser, a user views web pages that may contain text, images, videos, and other multimedia and navigates between them using hyperlinks. The World Wide Web was created in 1989 by Sir Tim Berners-Lee and Sir Sam Walker from the United Kingdom, and Robert Cailliau from Belgium, working at CERN in Geneva, Switzerland. Since then, Berners-Lee has played an active role in guiding the development of web standards (such as the markup languages in which web pages are composed), and in recent years has advocated his vision of a Semantic Web.
How the Web works
Viewing a web page on the World Wide Web normally begins either by typing the URL of the page into a web browser, or by following a hypertext link to that page or resource. The web browser then begins a series of communications, behind the scenes, in order to fetch and display it.First, the server-name portion of the URL is resolved into an IP address using the global, distributed Internet database known as the domain name system, or DNS. This IP address is necessary to contact and send data packets to the web server.
The browser then requests the resource by sending an HTTP request to the web server at that particular address. In the case of a typical web page, the HTML text of the page is requested first and parsed immediately by the web browser, which will then make additional requests for images and any other files that form a part of the page. Statistics measuring a website's popularity are usually based on the number of 'page views' or associated server 'hits', or file requests, which take place.
Having received the required files from the web server, the browser then renders the page onto the screen as specified by its HTML, CSS, and other web languages. Any images and other resources are incorporated to produce the on-screen web page that the user sees.
Most web pages will themselves contain hyperlinks to other related pages and perhaps to downloads, source documents, definitions and other web resources. Such a collection of useful, related resources, interconnected via hypertext links, is what was dubbed a "web" of information. Making it available on the Internet created what Tim Berners-Lee first called the WorldWideWeb (note the original name's use of CamelCase, subsequently discarded) in 1990.[1]
Caching
If a user revisits a web page after only a short interval, the page data may not need to be re-obtained from the source web server. Almost all web browsers cache recently-obtained data, usually on the local hard drive. HTTP requests sent by a browser will usually only ask for data that has changed since the last download. If the locally-cached data is still current, it will be reused.Caching helps reduce the amount of web traffic on the Internet. The decision about expiration can be made independently for each downloaded file, whether image, stylesheet, JavaScript, HTML, or whatever other content the site may provide. Thus even on sites with highly dynamic content, many of the basic resources may only need to be refreshed once every few sessions. Web site designers may find it worthwhile to collate shared resources such as CSS data and JavaScript into a few site-wide files so that they can be cached efficiently. This helps reduce page download times and lowers demands on the web server.
There are other components of the Internet that can also cache web content. In practice, the most widely-used caches are built into corporate and academic firewalls which cache web resources requested by one user for the benefit of all. (See also Caching proxy server.) Some search engines, such as Google or Yahoo!, also store cached content from web sites.
Apart from the facilities built into web servers that can determine when files have been updated, designers of dynamically-generated web pages can control the HTTP headers sent back to requesting users, so that transient or sensitive pages are not cached. Internet banking and news sites frequently use these facilities.
Data requested with an HTTP 'GET' is likely to be cached if other conditions are met, whereas data obtained via a 'POST' command is assumed to be dependent on the data that was POSTed and so will not be cached.
History
This NeXTcube used by Berners-Lee at CERN became the first Web server.
The concept of a home-based global information system goes back at least as far as Isaac Asimov's short story "Anniversary" (Amazing Stories, March 1959), in which the characters look up information on a home computer called a "Multivac outlet" -- which was connected by a "plantewide network of circuits" to a mile-long "super-computer" somewhere in the bowels of the Earth. One character is thinking of installing a Mulitvac, Jr. model for his kids.
Interestingly, the story was set in the far distant future when commercial space travel was commonplace, and yet the machine "prints the answer on a slip of tape" that comes out a slot -- there is no video display -- and the owner of the home computer says that he doesn't spend the kind of money to get a Multivac outlet that talks.
The underlying ideas of the Web can be traced as far back as 1980, when, at CERN in Switzerland, Tim Berners-Lee built ENQUIRE (referring to Enquire Within Upon Everything, a book he recalled from his youth). While it was rather different from the system in use today, it contained many of the same core ideas (and even some of the ideas of Berners-Lee's next project after the World Wide Web, the Semantic Web).
In March 1989, Tim Berners-Lee wrote a proposal,[2] which referenced ENQUIRE and described a more elaborate information management system. With help from Robert Cailliau, he published a more formal proposal for the World Wide Web on November 12, 1990.[3]
A NeXTcube was used by Berners-Lee as the world's first web server and also to write the first web browser, WorldWideWeb, in 1990. By Christmas 1990, Berners-Lee had built all the tools necessary for a working Web:[4] the first web browser (which was a web editor as well), the first web server, and the first web pages[5] which described the project itself.
On August 6, 1991, he posted a short summary of the World Wide Web project on the alt.hypertext newsgroup.[6] This date also marked the debut of the Web as a publicly available service on the Internet.
The crucial underlying concept of hypertext originated with older projects from the 1960s, such as Ted Nelson's Project Xanadu and Douglas Engelbart's oN-Line System (NLS). Both Nelson and Engelbart were in turn inspired by Vannevar Bush's microfilm-based "memex," which was described in the 1945 essay "As We May Think."
Berners-Lee's breakthrough was to marry hypertext to the Internet. In his book Weaving The Web, he explains that he had repeatedly suggested that a marriage between the two technologies was possible to members of both technical communities, but when no one took up his invitation, he finally tackled the project himself. In the process, he developed a system of globally unique identifiers for resources on the Web and elsewhere: the Uniform Resource Identifier.
The World Wide Web had a number of differences from other hypertext systems that were then available. The Web required only unidirectional links rather than bidirectional ones. This made it possible for someone to link to another resource without action by the owner of that resource. It also significantly reduced the difficulty of implementing web servers and browsers (in comparison to earlier systems), but in turn presented the chronic problem of link rot. Unlike predecessors such as HyperCard, the World Wide Web was non-proprietary, making it possible to develop servers and clients independently and to add extensions without licensing restrictions.
On April 30, 1993, CERN announced[7] that the World Wide Web would be free to anyone, with no fees due. Coming two months after the announcement that the Gopher protocol was no longer free to use, this produced a rapid shift away from Gopher and towards the Web. An early popular web browser was ViolaWWW, which was based upon HyperCard.
Scholars generally agree, however, that the turning point for the World Wide Web began with the introduction[8] of the Mosaic web browser[9] in 1993, a graphical browser developed by a team at the National Center for Supercomputing Applications at the University of Illinois at Urbana-Champaign (NCSA-UIUC), led by Marc Andreessen. Funding for Mosaic came from the High-Performance Computing and Communications Initiative, a funding program initiated by then-Senator Al Gore's High Performance Computing and Communication Act of 1991, also known as the Gore Bill.[10] (See Al Gore's contributions to the Internet and technology for more information.) Prior to the release of Mosaic, graphics were not commonly mixed with text in web pages, and its popularity was less than older protocols in use over the Internet, such as Gopher and Wide Area Information Servers (WAIS). Mosaic's graphical user interface allowed the Web to become, by far, the most popular Internet protocol.
Standards
Usually, when web standards are discussed, the following publications are seen as foundational:
- Recommendations for markup languages, especially HTML and XHTML, from the W3C. These define the structure and interpretation of hypertext documents.
- Recommendations for stylesheets, especially CSS, from the W3C.
- Standards for ECMAScript, a.k.a. JavaScript, from Ecma International.
- Recommendations for the Document Object Model, from W3C.
- Uniform Resource Identifier (URI), which is a universal system for referencing resources on the Internet, such as hypertext documents and images. URIs, often called URLs, are defined by the IETF's RFC 3986 / STD 66: Uniform Resource Identifier (URI): Generic Syntax, as well as its predecessors and numerous URI scheme-defining RFCs;
- HyperText Transfer Protocol (HTTP), especially as defined by RFC 2616: HTTP/1.1 and RFC 2617: HTTP Authentication, which specify how the browser and server communicate with each other.
Java and JavaScript
A significant advance in Web technology was Sun Microsystems' Java platform. It enables web pages to embed small programs (called applets) directly into the view. These applets run on the end-user's computer, providing a richer user interface than simple web pages. Java client-side applets never gained the popularity that Sun had hoped for a variety of reasons, including lack of integration with other content (applets were confined to small boxes within the rendered page) and the fact that many computers at the time were supplied to end users without a suitably installed Java Virtual Machine, and so required a download by the user before applets would appear. Adobe Flash now performs many of the functions that were originally envisioned for Java applets, including the playing of video content, animation, and some rich UI features. Java itself has become more widely used as a platform and language for server-side and other programming.JavaScript, on the other hand, is a scripting language that was initially developed for use within web pages. The standardized version is ECMAScript. While its name is similar to Java, JavaScript was developed by Netscape and it has almost nothing to do with Java, although, like Java, its syntax is derived from the C programming language. In conjunction with a web page's Document Object Model, JavaScript has become a much more powerful technology than its creators originally envisioned. The manipulation of a page's Document Object Model after the page is delivered to the client has been called Dynamic HTML (DHTML), to emphasize a shift away from static HTML displays.
In simple cases, all the optional information and actions available on a JavaScript-enhanced web page will have been downloaded when the page was first delivered. Ajax ("Asynchronous JavaScript And XML") is a JavaScript-based technology that provides a method whereby parts within a web page may be updated, using new information obtained over the network at a later time in response to user actions. This allows the page to be more responsive, interactive and interesting, without the user having to wait for whole-page reloads. Ajax is seen as an important aspect of what is being called Web 2.0. Examples of Ajax techniques currently in use can be seen in Gmail, Google Maps, and other dynamic web applications.
Publishing web pages
Web pages are available to individuals outside mass media. In order to publish a web page, one does not have to go through a publisher or other media institution, and potential readers could be found in all corners of the globe.Unlike books and other documents, hypertext does not need to have a linear order from beginning to end. It is not necessarily broken down into the hierarchy of chapters, sections, subsections, and so on.
Many different kinds of information are now available on the Web, and for those who wish to know other societies, cultures, and peoples, it has become easier. When traveling in a foreign country or a remote town, one might be able to find some information about the place on the Web, especially if the place is in one of the developed countries. Local newspapers, government publications, and other materials are easier to access, and therefore the variety of information obtainable with the same effort may be said to have increased for the users of the Internet.
Although some web sites are available in multiple languages, many are in the local language only. Additionally, not all software supports all special characters, and RTL languages. These factors would challenge the notion that the World Wide Web will bring a unity to the world.
The increased opportunity to publish materials is certainly observable in the countless personal pages, as well as pages by families, small shops, etc., facilitated by the emergence of free web hosting services.
Statistics
According to a 2001 study, there were more than 550 billion documents on the Web, mostly in the "invisible web", or deep web.[11] A 2002 survey of 2,024 million web pages[12] determined that by far the most web content was in English: 56.4%; next were pages in German (7.7%), French (5.6%), and Japanese (4.9%). A more recent study, which used web searches in 75 different languages to sample the Web, determined that there were over 11.5 billion web pages in the publicly indexable web as of the end of January 2005.[13]Speed issues
Frustration over congestion issues in the Internet infrastructure and the high latency that results in slow browsing has led to an alternative, pejorative name for the World Wide Web: the World Wide Wait. Speeding up the Internet is an ongoing discussion over the use of peering and QoS technologies. Other solutions to reduce the World Wide Wait can be found on W3C.Standard guidelines for ideal web response times are (Nielsen 1999, page 42):
- 0.1 second (one tenth of a second). Ideal response time. The user doesn't sense any interruption.
- 1 second. Highest acceptable response time. Download times above 1 second interrupt the user experience.
- 10 seconds. Unacceptable response time. The user experience is interrupted and the user is likely to leave the site or system.
Link rot and web archival
The ephemeral nature of the Web has prompted many efforts to archive web sites. The Internet Archive is one of the most well-known efforts; it has been active since 1996.
Academic conferences
The major academic event covering the Web is the World Wide Web series of conferences, promoted by IW3C2.WWW prefix in web addresses
The letters "www" are commonly found at the beginning of web addresses because of the long-standing practice of naming Internet hosts (servers) according to the services they provide. So for example, the host name for a web server is often "www"; for an FTP server, "ftp"; and for a USENET news server, "news" or "nntp" (after the news protocol NNTP). These host names appear as DNS subdomain names, as in "www.example.com".This use of such prefixes is not required by any technical standard; indeed, the first web server was at "nxoc01.cern.ch",[14] and even today many web sites exist without a "www" prefix. The "www" prefix has no meaning in the way the main web site is shown. The "www" prefix is simply one choice for a web site's subdomain name.
Some web browsers will automatically try adding "www." to the beginning, and possibly ".com" to the end, of typed URLs if no host is found without them. Internet Explorer, Mozilla Firefox, Safari, and Opera will also prefix "http://www." and append ".com" to the address bar contents if the Control and Enter keys are pressed simultaneously. For example, entering "example" in the address bar and then pressing either just Enter or Control+Enter will usually resolve to "http://www.example.com", depending on the exact browser version and its settings.
Pronunciation of "www"
In Simplified Chinese, the World Wide Web is commonly translated to wàn wéi wǎng (万维网), which satisfies "www" and literally means "ten-thousand dimensional net".
See also
- Amaya web browser - W3C
- Deep web
- Search engine
- Streaming media
- Web 2.0
- Web directory
- Web operating system
- Web services
- Web science
- Webology
- Website
- Website architecture
References
- General
- Fielding, R.; Gettys, J.; Mogul, J.; Frystyk, H.; Masinter, L.; Leach, P.; Berners-Lee, T. (June 1999). "Hypertext Transfer Protocol — HTTP/1.1". Request For Comments 2616. Information Sciences Institute.
- Berners-Lee, Tim; Bray, Tim; Connolly, Dan; Cotton, Paul; Fielding, Roy; Jeckle, Mario; Lilley, Chris; Mendelsohn, Noah; Orchard, David; Walsh, Norman; Williams, Stuart (December 15, 2004). "Architecture of the World Wide Web, Volume One". Version 20041215. W3C.
- Polo, Luciano (2003). World Wide Web Technology Architecture: A Conceptual Analysis. New Devices. Retrieved on July 31, 2005.
- Specific
1. ^ "WorldWideWeb: Proposal for a HyperText Project", Tim Berners-Lee & Robert Cailliau, 1990
2. ^ Information Management: A Proposal
3. ^ proposal for the World Wide Web
4. ^ [1]
5. ^ first Web pages
6. ^ Short summary of the World Wide Web project
7. ^ Ten Years Public Domain for the Original Web Software
8. ^ [2]
9. ^ [3]
10. ^ [4]
11. ^ The 'Deep' Web: Surfacing Hidden Value
12. ^ [5]
13. ^ [6]
14. ^ [7]
2. ^ Information Management: A Proposal
3. ^ proposal for the World Wide Web
4. ^ [1]
5. ^ first Web pages
6. ^ Short summary of the World Wide Web project
7. ^ Ten Years Public Domain for the Original Web Software
8. ^ [2]
9. ^ [3]
10. ^ [4]
11. ^ The 'Deep' Web: Surfacing Hidden Value
12. ^ [5]
13. ^ [6]
14. ^ [7]
External links
- World Wide Web Consortium
- Official WWW conference, 2007
- Official WWW conference, 2006
- Open Directory — Computers: Internet: Web Design and Development
- Early archive of the first web site
- Internet Statistics: Growth and Usage of the Web and the Internet
- Living Internet A comprehensive history of the Internet, including the World Wide Web.
- World Wide Web Size Daily estimated size of the World Wide Web.
- Thomas Haigh, "Protocols for Profit: Web and Email Technologies as Product and Infrastructure" in The Internet & American Business, eds. Ceruzzi & Aspray, MIT Press, 2008 Business & technological history of web browsers, online preprint.
WEB is a computer programming system created by Donald Knuth as the first implementation of what he called "literate programming": the idea that one could create software as works of literature, by embedding source code inside descriptive text, rather than the reverse (as is common
..... Click the link for more information.
..... Click the link for more information.
The World Wide Web is a system of interlinked, hypertext documents that runs over the Internet.
WWW may also refer to:
..... Click the link for more information.
WWW may also refer to:
- WorldWideWeb, the world's first web browser
- WWW - The Libwww Line Mode Browser, an early line-mode web browser
..... Click the link for more information.
Maintainer: Tim Berners-Lee for CERN
OS: NeXTSTEP
Use: Web browser
License: Public domain
Website: www.w3.org/.../WorldWideWeb.html
..... Click the link for more information.
OS: NeXTSTEP
Use: Web browser
License: Public domain
Website: www.w3.org/.../WorldWideWeb.html
This article is about the first web browser.
..... Click the link for more information.
Hypertext most often refers to text on a computer that will lead the user to other, related information on demand. Hypertext represents a relatively recent innovation to user interfaces, which overcomes some of the limitations of written text.
..... Click the link for more information.
..... Click the link for more information.
Internet is a worldwide, publicly accessible series of interconnected computer networks that transmit data by packet switching using the standard Internet Protocol (IP). It is a "network of networks" that consists of millions of smaller domestic, academic, business, and government
..... Click the link for more information.
..... Click the link for more information.
A web browser is a software application that enables a user to display and interact with text, images, videos, music and other information typically located on a Web page at a website on the World Wide Web or a local area network.
..... Click the link for more information.
..... Click the link for more information.
A Web page or webpage is a resource of information that is suitable for the World Wide Web and can be accessed through a web browser. This information is usually in HTML or XHTML format, and may provide navigation to other web pages via hypertext links.
..... Click the link for more information.
..... Click the link for more information.
Writing, is the representation of language in a textual medium; that is with the use of signs or symbols. It is distinguished from illustration such as cave drawings and paintings, and recording language via a non-textual medium such as magnetic tape audio.
..... Click the link for more information.
..... Click the link for more information.
IMAGE (from Imager for Magnetopause-to-Aurora Global Exploration), or Explorer 78, was a NASA MIDEX mission that studied the global response of the Earth's magnetosphere to changes in the solar wind.
..... Click the link for more information.
..... Click the link for more information.
Video (Latin for "I see", first person singular present, indicative of videre, "to see") is the technology of electronically capturing, recording, processing, storing, transmitting, and reconstructing a sequence of still images representing scenes in motion.
..... Click the link for more information.
..... Click the link for more information.
Multimedia (Lat. Multum + Medium) is media that uses multiple forms of information content and information processing (e.g. text, audio, graphics, animation, video, interactivity) to inform or entertain the (user) audience.
..... Click the link for more information.
..... Click the link for more information.
A hyperlink, is a reference or navigation element in a document to another section of the same document or to another document that may be on a different website.
Hyperlinks are part of the foundation of the World Wide Web created by Tim Berners-Lee, but are not limited to
..... Click the link for more information.
Hyperlinks are part of the foundation of the World Wide Web created by Tim Berners-Lee, but are not limited to
..... Click the link for more information.
Sir Timothy John Berners-Lee, OM, KBE, FRS, FREng, FRSA (born 8 June 1955) is a British developer who with the help of Robert Cailliau invented the World Wide Web. Sir Timothy Berners-Lee is the director of the World Wide Web Consortium (which oversees its continued development),
..... Click the link for more information.
..... Click the link for more information.
Motto
"Dieu et mon droit" [2] (French)
"God and my right"
Anthem
"God Save the Queen" [3]
..... Click the link for more information.
"Dieu et mon droit" [2] (French)
"God and my right"
Anthem
"God Save the Queen" [3]
..... Click the link for more information.
Robert Cailliau (b. 26 January 1947) together with Sir Tim Berners-Lee developed the World Wide Web.
..... Click the link for more information.
Biography
Cailliau was born in Tongeren, Belgium. In 1958 he moved with his parents to Antwerp...... Click the link for more information.
Motto
Eendracht maakt macht (Dutch)
L'union fait la force" (French)
Einigkeit macht stark
..... Click the link for more information.
Eendracht maakt macht (Dutch)
L'union fait la force" (French)
Einigkeit macht stark
..... Click the link for more information.
The European Organization for Nuclear Research (French: Organisation européenne pour la recherche nucléaire), commonly known as CERN (see Naming), pronounced
..... Click the link for more information.
..... Click the link for more information.
Geneva (pronunciation /dʒənivə/; French: Genève /ʒənɛv/, German: Genf
..... Click the link for more information.
..... Click the link for more information.
Motto
Unus pro omnibus, omnes pro uno (Latin) (traditional)[1]
"One for all, all for one"
Anthem
"Swiss Psalm"
..... Click the link for more information.
Unus pro omnibus, omnes pro uno (Latin) (traditional)[1]
"One for all, all for one"
Anthem
"Swiss Psalm"
..... Click the link for more information.
markup language provides a way to combine a text and extra information about it. The extra information, including structure, layout, or other information, is expressed using markup, which is typically intermingled with the primary text.
..... Click the link for more information.
..... Click the link for more information.
The semantic web is an evolving extension of the World Wide Web in which web content can be expressed not only in natural language, but also in a format that can be read and used by software agents, thus permitting them to find, share and integrate information more easily.
..... Click the link for more information.
..... Click the link for more information.
A Web page or webpage is a resource of information that is suitable for the World Wide Web and can be accessed through a web browser. This information is usually in HTML or XHTML format, and may provide navigation to other web pages via hypertext links.
..... Click the link for more information.
..... Click the link for more information.
Uniform Resource Locator (URL) formerly known as Universal Resource Locator, is a technical, Web-related term used in two distinct meanings:
..... Click the link for more information.
- In popular usage, many technical documents, it is a synonym for Uniform Resource Identifier (URI);
..... Click the link for more information.
A web browser is a software application that enables a user to display and interact with text, images, videos, music and other information typically located on a Web page at a website on the World Wide Web or a local area network.
..... Click the link for more information.
..... Click the link for more information.
Hypertext most often refers to text on a computer that will lead the user to other, related information on demand. Hypertext represents a relatively recent innovation to user interfaces, which overcomes some of the limitations of written text.
..... Click the link for more information.
..... Click the link for more information.
An IP address (Internet Protocol address) is a unique address that certain electronic devices use in order to identify and communicate with each other on a computer network utilizing the Internet Protocol standard (IP)—in simpler terms, a computer address.
..... Click the link for more information.
..... Click the link for more information.
Internet is a worldwide, publicly accessible series of interconnected computer networks that transmit data by packet switching using the standard Internet Protocol (IP). It is a "network of networks" that consists of millions of smaller domestic, academic, business, and government
..... Click the link for more information.
..... Click the link for more information.
On the Internet, the Domain Name System (DNS) associates various sorts of information with so-called domain names; most importantly, it serves as the "phone book" for the Internet by translating human-readable computer hostnames, e.g. en.wikipedia.
..... Click the link for more information.
..... Click the link for more information.
..... Click the link for more information.
web server can mean one of two things:
..... Click the link for more information.
- A computer program that is responsible for accepting HTTP requests from clients, which are known as web browsers, and serving them HTTP responses along with optional data contents, which usually are web pages such as HTML documents and
..... Click the link for more information.
This article is copied from an article on Wikipedia.org - the free encyclopedia created and edited by online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of the wikipedia encyclopedia articles provide accurate and timely information please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.
Herod_Archelaus