klienciserwer
A client-server model is a distributed application structure that partitions tasks or workloads between providers of a resource or service, called servers, and service requesters, called clients. A client-server application is characterized by the request-response interactions between clients and servers. Clients initiate communication requests to servers, and servers process these requests and return responses. This model is fundamental to many networked computing systems, including the internet.
In this architecture, the server is a passive entity that waits for incoming requests from clients. When
Common examples of client-server applications include World Wide Web browsing, where a web browser (client) requests