Introduction to Web Browsers

Web Browsers have come a long way from thecontinuous development activities in developing
days of the first internet web browser, Mosaic andstandards, specifically with XHTML and CSS
the like. The monopoly of the Microsoft-authored(cascading style sheets, used for page layout). Some
Internet Explorer has been decisively broken andof the more popular browsers include additional
terminated possibly, forever. Web browsers todaycomponents to support Usenet news, IRC (Internet
have progressed from being a mererelay chat), and e-mail. Protocols supported may
internet-exploring tool to being a multi-purpose,include NNTP (network news transfer protocol),
multi-pronged application that brings severalSMTP (simple mail transfer protocol), IMAP (Internet
advantages to the web visitor. A web browser ismessage access protocol), and POP (post office
defined as a software application, a typical HTTPprotocol).
client that helps the internet visitor to interpret theDifferent browsers have uniqueness built in because
HTML documents and display the content from webof the very features that they provide and very
servers or in file systems.Today there are a varietyfunctions that they support. Modern browsers and
of internet browsers available. The prominentweb pages tend to utilize many features and
browsers available for personal computers includetechniques that did not exist in the early days of the
Microsoft Internet Explorer, Mozilla Firefox Operaweb. The following is a list of some of the most
Netscape and so on. A browser is the mostnotable features:
commonly used kind of user agent. The largest- HTTP and HTTPS
networked collection of linked documents is known- HTML, XMLand XHTML
as the World Wide Web.- GIF, PNGJPEG and SVG
Web browsers communicate with web servers- Cascading Style Sheets
primarily using HTTP (hyper-text transfer protocol) to- JavaScript
fetch webpages. HTTP allows web browsers to- Digital certificates
submit information to web servers as well as fetch- RSS    
web pages from them. The most commonly used- Bookmarks 
HTTP is HTTP/1.1. Web Pages are located by means- Caching
of a URL (uniform resource locator), which is treated- Plugins like Macromedia Flash and Quick Time.
as an address, beginning with http: for HTTP access.Other features generally include:
Many browsers also support a variety of other URL- Autocomplete
types and their corresponding protocols, such as ftp:- Tabbed browsing
for FTP (file transfer protocol), gopher: for Gopher,- Spatial navigation
and https: for HTTPS (an SSL encrypted version of- Caret navigation
HTTP).- Screen reader
The generally accepted file format for a web page is- Pop-up Blocker
usually HTML (hyper-text markup language) and is- Ad filtering
identified in the HTTP protocol using a MIME content- Phishing
type. Most browsers certainly support otherWeb Browsers have today established themselves as
technology formats in addition to HTML, such as thea most user-friendly and essential technology tool for
JPEG PNG and GIF image formats, and can besurfing the internet. Web browsers help the visitors
extended to support more through the use ofto the ethereal world of the web to view contents
plugins. The combination of HTTP content type andfrom different file formats, interact with other
URL protocol specification allows web page designerswebsites, incorporate appropriate technology to view
to embed images, animations, video, sound, anddownload/upload multi-media content and streaming
streaming media into a web page, or to make themmulti-media. Web browsers today provide
accessible through the web page.functionalities like blocking of unwanted pop-up
In the beginning web browsers supported only aadvertisements, spywares and phishing attempts.
very simple version of HTML. The rapid developmentThey provide the convenience of tabbed browsing
of web browsers led to the development of HTMLand come with advanced features like auto-fill and
into a more complex avatars. Modern web browserspassword and download managers.
support standards-based HTML and XHTML whichWeb browsers of today are not mere messengers
should display in the same way across all browsers.between client and server. They are full-fledged
Web sites today are designed using WYSIWYGprograms capable of using fuzzy logic to select most
HTML generation programs such as Macromediaappropriate content and help the web visitor to
Dreamweaver or Microsoft Frontpage. There arebrowse safely and pleasurably.