Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Web browser


 Contents
1 =Brief history
A web browser is a software package that enables a user to display and interact with documents hosted by web servers. Popular browsers include Microsoft Internet Explorer and Mozilla Firefox. A browser is the most commonly used kind of user agent. The largest networked collection of linked documents is known as the World Wide Web.

1 Protocols and standards

Web browsers communicate with web servers primarily using the HTTP protocol to fetch web pages identified by their URL (http:). HTTP allows web browsers to submit information to web servers as well as fetch web pages from them. As of writing, the most commonly used HTTP is HTTP/1.1, which is fully defined in RFC 2616. HTTP/1.1 has its own required standards, and these standards are not fully supported by MSIE, but most other current-generation web browsers do. The file format for a web page is usually HTML and is identified in the HTTP protocol using a MIME content type. Most browsers natively support a variety of formats in addition to HTML, such as the JPEG, PNGPNG Portable Network Graphics , sometimes pronounced as ping , is a relatively new bitmap image format that is becoming popular on the World Wide Web and elsewhere. PNG was largely developed to deal with some of the shortcomings of the GIF format and allo and GIFGIF (Graphics Interchange Format) is a bitmap image format that is widely used on the World Wide Web, both for still images and for animations. GIF" is often pronounced giff with a hard g (that is, like "gift" without the final t), but the correct pronunc image formats, and can be extended to support more through the use of pluginA plugin (or plug-in is a computer program that can, or must, interact with another program to provide a certain, usually very specific, function. Typical examples are plugins to display specific graphic formats (e. SVG if the browser doesn´t include thiss. Many browsers also support a variety of other URL types and their corresponding protocols, such as ftp: for FTP, gopher: for GopherGopher is a distributed document search and retrieval network protocol designed for the Internet. It was released in 1991 by Paul Lindner and Mark McCahill of the University of Minnesota. Origin The source of the name "Gopher" is claimed to be three-fold:, and https: for HTTPSHTTPS is the secure version of HTTP, the communication protocol of the World Wide Web. It was invented by Netscape Communications Corporation to provide authentication and encrypted communication and is used in electronic commerce. Instead of using plain (a SSLSecure Sockets Layer SSL and Transport Layer Security TLS , its successor, are cryptographic protocols which provide secure communications on the Internet. Description These protocols provide endpoint authentication and communications privacy over the Int encrypted version of HTTP). The combination of HTTP content type and URL protocol specification allows web page designers to embed images, animations, video, sound, and streaming mediaEntertainment Streaming media is a term that describes " just-in-time" delivery of multimedia information. It is typically applied to compressed multimedia formats delivered over the Internet. It does not try to reassemble as many bits associated with vid into a web page, or to make them accessible through the web page.

Early web browsers supported only a very simple version of HTML. The rapid development of proprietary web browsers (see Browser Wars) led to the development of non-standard dialects of HTML, leading to problems with Web interoperability. Modern web browsers ( Mozilla, Opera, and Safari) support standards-based HTML and XHTML (starting with HTML 4.01), which should display in the same way across all browsers. Internet Explorer does not fully support XHTML 1.0 or 1.1 yet. Right now, many sites are designed using WYSIWYG HTML generation programs such as Macromedia Dreamweaver or Microsoft Frontpage, and these generally use invalid HTML in the first place, thus hindering the work of the W3C in developing standards, specifically with XHTML and CSS.

Some of the more popular browsers include additional components to support Usenet news, IRC, and e-mail via the NNTP, SMTP, IMAP, and POP protocols.



Read more »

Non User