InterviewSolution
Saved Bookmarks
| 1. |
Explain Client-Server Architecture. |
|
Answer» CLIENT-Server ARCHITECTURE is a COMPUTING model in which the server hosts, distributes, and CONTROLS the resources and services to be used by the client. The client sends a request to the server, asking for data, through the internet. The server ACCEPTS the request, processes it, and sends the response back to the client. The server is capable of managing multiple clients simultaneously. Moreover, a single client can connect to multiple servers simultaneously, each server providing a different set of services to the client. |
|