Write a discussion on your understanding of the Client-Server Model and include 1 example.
Answers
Answered by
0
Answer:
The client-server model, or client-server architecture, is a distributed application framework dividing tasks between servers and clients, which either reside in the same system or communicate through a computer network or the Internet. A server host runs one or more server programs, which share their resources with clients. Clients, therefore, initiate communication sessions with servers, which await incoming requests. Examples of computer applications that use the client–server model are email, network printing, and the World Wide Web.
Similar questions