Intellectual Property and the Internet/Web browsers

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Logo of Mozilla Firefox, one of the most widely used web browsers
Web browser usage on Wikimedia servers

A web browser is a software application for retrieving, presenting, and traversing information resources on the World Wide Web. An information resource is identified by a Uniform Resource Identifier (URI) and may be a web page, image, video, or other piece of content.[1] Hyperlinks present in resources enable users easily to navigate their browsers to related resources. A web browser can also be defined as an application software or program designed to enable users to access, retrieve and view documents and other resources on the Internet.

Although browsers are primarily intended to access the World Wide Web, they can also be used to access information provided by web servers in private networks or files in file systems. The major web browsers are Firefox, Google Chrome, Internet Explorer, Opera, and Safari.[2]

History[edit | edit source]

File:WorldWideWeb FSF GNU.png
WorldWideWeb for NeXT, released in 1991, was the first web browser.[3]

The first web browser was invented in 1990 by Tim Berners-Lee. It was called WorldWideWeb (no spaces) and was later renamed Nexus.[4]

In 1993, browser software was further innovated by Marc Andreesen with the release of Mosaic (later Netscape), "the world's first popular browser",[5] which made the World Wide Web system easy to use and more accessible to the average person. Andreesen's browser sparked the internet boom of the 1990s.[5] These are the two major milestones in the history of the Web.

The introduction of the NCSA Mosaic web browser in 1993 – one of the first graphical web browsers – led to an explosion in web use. Marc Andreessen, the leader of the Mosaic team at NCSA, soon started his own company, named Netscape, and released the Mosaic-influenced Netscape Navigator in 1994, which quickly became the world's most popular browser, accounting for 90% of all web use at its peak (see usage share of web browsers).

Microsoft responded with its Internet Explorer in 1995 (also heavily influenced by Mosaic), initiating the industry's first browser war. Bundled with Windows, Internet Explorer gained dominance in the web browser market; Internet Explorer usage share peaked at over 95% by 2002.[6]

Opera debuted in 1996; although it has never achieved widespread use, having less than 1% browser usage share as of February 2009 according to Net Applications,[7] having grown to 2.14 in April 2011 its Opera-mini version has an additive share, in April 2011 amounting to 1.11 % of overall browser use, but focused on the fast-growing mobile phone web browser market, being preinstalled on over 40 million phones. It is also available on several other embedded systems, including Nintendo's Wii video game console.

In 1998, Netscape launched what was to become the Mozilla Foundation in an attempt to produce a competitive browser using the open source software model. That browser would eventually evolve into Firefox, which developed a respectable following while still in the beta stage of development; shortly after the release of Firefox 1.0 in late 2004, Firefox (all versions) accounted for 7.4% of browser use.[6] As of August 2011, Firefox has a 27.7% usage share.[7]

Apple's Safari had its first beta release in January 2003; as of April 2011, it has a dominant share of Apple-based web browsing, accounting for just over 7.15% of the entire browser market.[7]

The most recent major entrant to the browser market is Google's Chrome, first released in September 2008. Chrome's take-up has increased significantly year on year, by doubling its usage share from 7.7 percent to 15.5 percent by August 2011. This increase seems largely to be at the expense of Internet Explorer, whose share has tended to decrease from month to month.[8] In December 2011 Google Chrome overtook Internet Explorer 8 as the most widely used web browser. However, when all versions of Internet Explorer are put together, IE is still most popular.[9]

Function[edit | edit source]

The primary purpose of a web browser is to bring information resources to the user. This process begins when the user inputs a Uniform Resource Locator (URL), for example http://en.wikipedia.org/, into the browser. The prefix of the URL, the Uniform Resource Identifier or URI, determines how the URL will be interpreted. The most commonly used kind of URI starts with http: and identifies a resource to be retrieved over the Hypertext Transfer Protocol (HTTP). Many browsers also support a variety of other prefixes, such as https: for HTTPS, ftp: for the File Transfer Protocol, and file: for local files. Prefixes that the web browser cannot directly handle are often handed off to another application entirely. For example, mailto: URIs are usually passed to the user's default e-mail application, and news: URIs are passed to the user's default newsgroup reader.

In the case of http, https, file, and others, once the resource has been retrieved the web browser will display it. HTML is passed to the browser's layout engine to be transformed from markup to an interactive document. Aside from HTML, web browsers can generally display any kind of content that can be part of a web page. Most browsers can display images, audio, video, and XML files, and often have plug-ins to support Flash applications and Java applets. Upon encountering a file of an unsupported type or a file that is set up to be downloaded rather than displayed, the browser prompts the user to save the file to disk.

Information resources may contain hyperlinks to other information resources. Each link contains the URI of a resource to go to. When a link is clicked, the browser navigates to the resource indicated by the link's target URI, and the process of bringing content to the user begins again.

Features[edit | edit source]

For more details on this topic, see Comparison of web browsers.

Available web browsers range in features from minimal, text-based user interfaces with bare-bones support for HTML to rich user interfaces supporting a wide variety of file formats and protocols. Browsers which include additional components to support e-mail, Usenet news, and Internet Relay Chat (IRC), are sometimes referred to as "Internet suites" rather than merely "web browsers".[10][11][12]

All major web browsers allow the user to open multiple information resources at the same time, either in different browser windows or in different tabs of the same window. Major browsers also include pop-up blockers to prevent unwanted windows from "popping up" without the user's consent.[13][14][15][16]

Most web browsers can display a list of web pages that the user has bookmarked so that the user can quickly return to them. Bookmarks are also called "Favorites" in Internet Explorer. In addition, all major web browsers have some form of built-in web feed aggregator. In Firefox, web feeds are formatted as "live bookmarks" and behave like a folder of bookmarks corresponding to recent entries in the feed.[17] In Opera, a more traditional feed reader is included which stores and displays the contents of the feed.[18]

Furthermore, most browsers can be extended via plug-ins, downloadable components that provide additional features.

User interface[edit | edit source]

Most major web browsers have these user interface elements in common:[19]

  • Back and forward buttons to go back to the previous resource and forward respectively.
  • A refresh or reload button to reload the current resource.
  • A stop button to cancel loading the resource. In some browsers, the stop button is merged with the reload button.
  • A home button to return to the user's home page.
  • An address bar to input the Uniform Resource Identifier (URI) of the desired resource and display it.
  • A search bar to input terms into a search engine. In some browsers, the search bar is merged with the address bar.
  • A status bar to display progress in loading the resource and also the URI of links when the cursor hovers over them, and page zooming capability.

Major browsers also possess incremental find features to search within a web page.

Privacy and security[edit | edit source]

Most browsers support HTTP Secure and offer quick and easy ways to delete the web cache, cookies, and browsing history. For a comparison of the current security vulnerabilities of browsers, see comparison of web browsers.

Standards support[edit | edit source]

Early web browsers supported only a very simple version of HTML. The rapid development of proprietary web browsers led to the development of non-standard dialects of HTML, leading to problems with interoperability. Modern web browsers support a combination of standards-based and de facto HTML and XHTML, which should be rendered in the same way by all browsers.

Extensibility[edit | edit source]

A browser extension is a computer program that extends the functionality of a web browser. Every major web browser supports the development of browser extensions.

References[edit | edit source]

  1. Jacobs, Ian (15 December 2004). "URI/Resource Relationships". Architecture of the World Wide Web, Volume One. World Wide Web Consortium. Retrieved 30 June 2009. {{cite web}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  2. "Browser". Mashable. Retrieved September 2, 2011.
  3. Stewart, William. "Web Browser History". Retrieved 5 May 2009.
  4. "Tim Berners-Lee: WorldWideWeb, the first Web client". W3.org. Retrieved 2011-12-07.
  5. a b "Bloomberg Game Changers: Marc Andreesen". Bloomberg.com. 2011-03-17. Retrieved 2011-12-07.
  6. a b November 24, 2004 (2004-11-24). "Mozilla Firefox Internet Browser Market Share Gains to 7.4%". Search Engine Journal. Retrieved 2011-12-07.
  7. a b c http://gs.statcounter.com/#browser-ww-monthly-201108-201108-bar
  8. "Internet Explorer usage to plummet below 50 percent by mid-2012". September 3, 2011. Retrieved September 4, 2011.
  9. "CNN Money claims that Chrome is more popular than IE8". CNN. Retrieved December 19, 2011.
  10. "The SeaMonkey Project". Mozilla Foundation. 7 November 2008. Retrieved 30 June 2009.
  11. "Cyberdog: Welcome to the 'doghouse!". 5 July 2009. Retrieved 30 June 2009.
  12. Teelucksingh, Dev Anand. "Interesting DOS programs". Opus Networkx. Retrieved 30 June 2009.
  13. Andersen, Starr (15 September 2004). Abella, Vincent (ed.). "Part 5: Enhanced Browsing Security". Windows XP. Microsoft Docs. Changes to Functionality in Microsoft Windows XP Service Pack 2. Internet Explorer Pop-up Blocker. Retrieved 2021-10-22.
  14. "Pop-up blocker". Mozilla Foundation. Retrieved 30 June 2009.
  15. "Safari: Using The Pop-Up Blocker". Mac Tips and Tricks. WeHostMacs. 2004. Retrieved 30 June 2009.
  16. "Simple settings". Opera Tutorials. Opera Software. Retrieved 30 June 2009.
  17. Bokma, John. "Mozilla Firefox: RSS and Live Bookmarks". Retrieved 30 June 2009.
  18. "RSS newsfeeds in Opera Mail". Opera Software. Retrieved 30 June 2009.
  19. "About Browsers and their Features". SpiritWorks Software Development. Retrieved 5 May 2009.

External links[edit | edit source]