Client-Server Architecture
• In this architecture, several client computers send requests and receive services from the server.
• "Client-server" is one of the basic principles of the Internet. Any website or application on the Internet runs on a server, and its users are clients. Social networks, e-commerce sites, and mobile applications work on the basis of a client-server architecture.
• Advantages:
1) Centralization;
2) Information security, since public resources are centrally administered;
3) Performance, the use of a dedicated server increases the speed of resources;
4) Scalability, the number of clients and servers can be increased independently of each other.
• We will consider the types of architecture in the next post.