The c-side client refers to the client, which refers to the program that corresponds to the server and provides local services to customers; except for some applications that only run locally, they are generally installed on ordinary clients. It needs to cooperate with the server to run.
#The operating environment of this article: Windows 7 system, Dell G3 computer.
What does the c-side client mean?
The C-side is the client, which refers to the program that corresponds to the server and provides local services to customers. Except for some applications that only run locally, they are generally installed on ordinary clients and need to cooperate with the server to run.
After the development of the Internet, the more commonly used clients include web browsers used on the World Wide Web, email clients for sending and receiving emails, and client software for instant messaging.
Extended information:
The relationship between the client and the server is not necessarily established on two separate machines. There is also such a host in the same machine. Due to the existence of the relationship, the server providing the service and the client receiving the service may also be on the same machine.
For example, we run a browser on the server that provides web pages to browse the web pages provided by this machine, so that the same machine acts as both the server and the client.
For more related knowledge, please visit the FAQ column!
The above is the detailed content of What does c-side client mean?. For more information, please follow other related articles on the PHP Chinese website!