digplanet beta 1: Athena
Share digplanet:

Agriculture

Applied sciences

Arts

Belief

Business

Chronology

Culture

Education

Environment

Geography

Health

History

Humanities

Language

Law

Life

Mathematics

Nature

People

Politics

Science

Society

Technology

A web browser (commonly referred to as a 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 use 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 Google Chrome, Firefox, Internet Explorer, Opera, and Safari.[2]

Contents

History [edit]

The first web browser was invented in 1990 by Sir Tim Berners-Lee. It was called WorldWideWeb and was later renamed Nexus.[3]

Marc Andreessen inventor of Netscape

In 1993, browser software was further innovated by Marc Andreessen with the release of Mosaic (later Netscape), "the world's first popular browser",[4] 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.[4] The introduction of Mosaic in 1993 – one of the first graphical web browsers – led to an explosion in web use. 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.[5]

WorldWideWeb for NeXT, released in 1991, was the first web browser.[6]

Opera debuted in 1996; it has never achieved widespread use, having less than 2% browser usage share as of February 2012 according to Net Applications.[7] Its Opera-mini version has an additive share, in April 2011 amounting to 1.1% 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% of browser use.[5] As of August 2011, Firefox has a 28% usage share.[7]

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

The most recent major entrant to the browser market is Chrome, first released in September 2008. Chrome's take-up has increased significantly year on year, by doubling its usage share from 8% to 16% 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, Chrome overtook Internet Explorer 8 as the most widely used web browser but still has lower usage than all versions of Internet Explorer combined.[9]

Function [edit]

The primary purpose of a web browser is to bring information resources to the user ("retrieval" or "fetching"), allowing them to view the information ("display", "rendering"), and then access other information ("navigation", "following links").

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).[10] 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 and associated content (image files, formatting information such as CSS, etc.) is passed to the browser's layout engine to be transformed from markup to an interactive document, a process known as "rendering". 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]

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".[11][12][13]

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.[14][15][16][17]

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.[18] In Opera, a more traditional feed reader is included which stores and displays the contents of the feed.[19]

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

User interface [edit]

Some home media devices now include web browsers, like this LG Smart TV. The browser is controlled using an on-screen keyboard and LG's "Magic Motion" remote.

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

  • 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]

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]

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]

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.

See also [edit]

References [edit]

  1. ^ Jacobs, Ian; Walsh, Norman (15 December 2004). "URI/Resource Relationships". Architecture of the World Wide Web, Volume One. World Wide Web Consortium. Retrieved 30 June 2009. 
  2. ^ "Browser". Mashable. Retrieved 2 September 2011. 
  3. ^ "Tim Berners-Lee: WorldWideWeb, the first Web client". W3.org. Retrieved 2011-12-07. 
  4. ^ a b "Bloomberg Game Changers: Marc Andreessen". Bloomberg. 17 March 2011. Retrieved 2011-12-07. 
  5. ^ a b "Mozilla Firefox Internet Browser Market Share Gains to 7.4%". Search Engine Journal. 24 November 2004. Retrieved 2011-12-07. 
  6. ^ Stewart, William. "Web Browser History". Retrieved 5 May 2009. 
  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". 3 September 2011. Retrieved 4 September 2011. 
  9. ^ "CNN Money claims that Chrome is more popular than IE8". CNN. 16 December 2011. Retrieved 19 December 2011. 
  10. ^ "Browser Information". DBF. Retrieved 2012-06-07. 
  11. ^ "The SeaMonkey Project". Mozilla Foundation. 7 November 2008. Retrieved 30 June 2009. 
  12. ^ "Cyberdog: Welcome to the 'doghouse!". 5 July 2009. Retrieved 30 June 2009. 
  13. ^ Teelucksingh, Dev Anand. "Interesting DOS programs". Opus Networkx. Retrieved 30 June 2009. 
  14. ^ Andersen, Starr; Abella, Vincent (15 September 2004). "Part 5: Enhanced Browsing Security". Changes to Functionality in Microsoft Windows XP Service Pack 2. Microsoft. Retrieved 30 June 2009. 
  15. ^ "Pop-up blocker". Mozilla Foundation. Retrieved 30 June 2009. 
  16. ^ "Safari: Using The Pop-Up Blocker". Mac Tips and Tricks. WeHostMacs. 2004. Retrieved 30 June 2009. 
  17. ^ "Simple settings". Opera Tutorials. Opera Software. Retrieved 30 June 2009. 
  18. ^ Bokma, John. "Mozilla Firefox: RSS and Live Bookmarks". Retrieved 30 June 2009. 
  19. ^ "RSS newsfeeds in Opera Mail". Opera Software. Retrieved 30 June 2009. 
  20. ^ "About Browsers and their Features". SpiritWorks Software Development. Retrieved 5 May 2009. 

External links [edit]


Original courtesy of Wikipedia: http://en.wikipedia.org/wiki/Web_browser — Please support Wikipedia.
A portion of the proceeds from advertising on Digplanet goes to supporting Wikipedia.
1000000 videos foundNext > 

Browser Test! Chrome 25 vs Firefox 19 vs Internet Explorer 10 vs Opera 12

Looking for the best web browser? Here you go! Considering how much time you spend a day inside a browser checking email, browsing Facebook and watching YouT...

what is a web browser

Get your free tabbed iPad web browser at http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=376447821&mt=8 or visit http://www.BrowserHD.com f...

What is a Browser?

What is a browser? was the question we asked over 50 passersby of different ages and backgrounds in the Times Square in New York. Watch the many responses pe...

What is a Web Browser?

What is a Web Browser? Basic explanation of the web browser. Learn more at http://whatbrowser.org I created this video with the YouTube Video Editor (http://...

Which is the best web browser?

In this video I test 4 of the most popular Browsers Firefox, Google Chrome, Safari, Opera. Which is the best web browser 2013 My Website: http://thetechwayne...

Microsoft teases Internet Explorer 11 on Vine

Microsoft teases Internet Explorer 11 on Vine By http://www.bgr.in While Internet Explorer may not be the most popular web browser in the world any more, but...

Increasing Font Size in the Firefox Web Browser

Accessibility Specialist Keith Williams details how to increase the size of the font inside of the Firefox web browser on your Mac making it more accessible....

Inspector PI50 vision sensor (Module 6): Using Web Server Interface

This video illustrates the simplicity and functionality of Inspector PI50. In this module, we show how to access the sensor from PC via web browser. Please r...

Google will replace Chrome OS with the Chrome Web Browser

I've talked about this before, but I think it's kinda obvious that Google is working on to make the Chrome Web Browser into Chrome OS. And I like it. A lot. ...

MicroNugget: What is a Web Browser?

In this MicroNugget, CBT Nuggets trainer Tim Warner defines a web browser. Tim will also talk about such topics as (x)html (extensible hypertext markup langu...

1000000 videos foundNext > 

1916326 news items

Multichannel News

The Verge
Mon, 20 May 2013 09:15:09 -0700

NextGuide Web, launching today in a closed beta, tackles that problem directly from your web browser. If the name sounds familiar, it's because NextGuide also exists as an iPad app. The website offers much of the same functionality. On the most basic ...

Expert Reviews

TechCrunch
Sun, 19 May 2013 13:07:42 -0700

An upcoming update will bring a web browser, email and update store app to Barnes & Noble's super affordable Nook Simple Touch line of e-readers, which will begin rolling out June 1 according to a source close to the matter who wishes to remain ...
 
Engadget
Sun, 19 May 2013 23:39:49 -0700

Remember that web browser that was found hiding in the Nook's search function? It's time could be nigh. According to a leaked memo acquired by TechCrunch, Barnes & Nobel will be updating the Nook Simple Touch and Simple Touch with Glowlight with an ...

SlashGear

SlashGear
Tue, 21 May 2013 08:18:03 -0700

This week the folks behind the web browser Opera have pushed their Android-based mobile edition past Beta into its first full-fledged release. They've done so with little fanfare, too – so little that it's scarcely made waves here in the spring of 2013 ...
 
PandoDaily (blog)
Fri, 17 May 2013 11:13:07 -0700

Perk, a loyalty and rewards startup that launched its own, custom-built Web browser in April, wants to make it easier for the average person to experiment with bitcoin by offering the virtual currency to users as part of its rewards platform. The ...

eWeek

eWeek
Wed, 22 May 2013 14:43:41 -0700

Google Chrome's latest Version 27 Web browser just picked up innovative speech-to-search capabilities and increased speed, as it has been pushed out to the Chrome Stable Release Channel. The latest Version 27.0.1453.93 of the lightweight, flexible Web ...

Geeky gadgets

Geeky gadgets
Mon, 20 May 2013 01:17:15 -0700

Over the weekend Barnes & Noble has been rumoured to be rolling out a new update for their Nook Simple Touch ebook reader that will bring with it a handy web browser and email client to the device. A leaked email from Barnes & Noble reported by the ...
 
PCWorld (blog)
Fri, 10 May 2013 03:35:20 -0700

Far more than the blank slate it appears to be, a Web browser is ridiculously sophisticated and entirely capable of morphing the code-crazed reality of the Internet into the Matrix-like façade we now can't live without. But how did we get where we are ...
Loading

Oops, we seem to be having trouble contacting Twitter

Talk About Web browser

You can talk about Web browser with people all over the world in our discussions.

Support Wikipedia

A portion of the proceeds from advertising on Digplanet goes to supporting Wikipedia. Please add your support for Wikipedia!