Computer Applications

Discuss the functioning of a web browser and a web server. Also give some examples of web browsers and web servers.

Internet

7 Likes

Answer

A World Wide Web client is called a web browser and a World Wide Web server is called a web server. The functioning of a web browser and a web server is as follows:

  1. The user requests a resource by providing the URL, say http://www.edupillar.com/index.htm to the web browser.
  2. The web browser generates HTTP request which is sent to the web server whose domain name is www.edupillar.com via Internet.
  3. The web server then fetches the page named index.htm and sends it to the requesting browser.
  4. The web browser displays the web page to the user.

Some commonly used web browsers are Google Chrome, Mosaic, Netscape, Internet Explorer, Safari, Opera etc.

Some commonly used web servers are Apache Webserver, Apache Tomcat, Webserver IIS, The Lighttpd Server, Jigsaw web server, Sun Java system web server etc.

Answered By

4 Likes


Related Questions