What Is Meant By Client Server Architecture?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Client–server architecture is a distributed application structure that partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients. The client–server model is one of the most used network models in today‘s computing world. The client–server architecture consists of two processes: the server process and the client process, both of which are independent and communicate with each other through an agreed protocol. The server process provides a service or resource to one or more clients, while the client process requests a service or resource from the server.