CBSE Class 12 Computer Science Question 85 of 96

Computer Networks — Question 46

Back to all questions
46
Question

Question 37

Differentiate between web server and web browser. Write any two popular web browsers.

Answer
Web browserWeb server
A web browser is a world wide web client that navigates through the world wide web and displays web pages.A web server is a world wide web server that responds to the requests made by web browsers.
It operates on the client-side, allowing users to access and navigate web pages.It operates on the server-side of web communications, processing requests from clients (such as web browsers) and sending back responses.
For example : Internet Explorer, Google chromeFor example : Apache Tomcat, Webserver IIS