klientserverstruktur
A client-server structure is a distributed application structure that partitions tasks or workloads between providers of a resource or service, called servers, and service requesters, called clients. Clients initiate communication sessions with servers, which await incoming requests. This model is fundamental to many computing applications.
In this architecture, the client is typically a user's computer or application that needs access to data
The advantages of the client-server structure include centralized data management, which allows for easier updates and