

InterviewSolution
Saved Bookmarks
1. |
What is the difference between a web server and a web client. |
Answer» A web server is a piece of software designed to serve web pages/web sites/web services. Examples are IIS, Apache and many more. A web client is an application that communicates with a web server, using Hypertext Transfer Protocol (HTTP). | |