What is client server computing

Showing Answers 1 - 1 of 1 Answers

Client-server computing is a computing where the server provides a service or a function to the clients which initiates the request for the services. It is a distributed computing model. The server is the host machine which can access the requests from many clients, but a client can only request a servers content or a service function.

Many business applications make use of client-server model.
Sequence diagrams are used for the description of the interactions between the clients and the server. These sequence diagrams are supported by Unified Modelling Language(UML).

Examples of clients and servers are email clients, web browsers and web servers,database servers respectively.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions