Client server

The client server model is a principle to organize the connection and tasks between a client and a server and is a widely used method for many computer applications.

Providing services centrally

For example, in the WWW the local client (webbrowser) sends a request via the HTTP protocol to the webserver, which provides the services centrally in the network, when a website is called via the client program.

Technical terms for C