Client server host 的定义与区别

来源:互联网 发布:teamviewer mac 破解版 编辑:程序博客网 时间:2024/06/05 23:02

Client–server model

The client–server model of computing is a distributed application structure that partitions tasks or workloads between the providers of a resource or service, calledservers, and service requesters, called clients.[1] Often clients and servers communicate over a computer network on separate hardware, but both client and server may reside in the same system. A server host runs one or more server programs which share their resources with clients. A client does not share any of its resources, but requests a server's content or service function. Clients therefore initiate communication sessions with servers which await incoming requests.



Client-host and server-host

Client-host and server-host have subtly different meanings than client and server. A host is any computer connected to a network. Whereas the words server and client may refer either to a computer or to a computer program, server-host and user-host always refer to computers. The host is a versatile, multifunction computer; clients and servers are just programs that run on a host. In the client–server model, a server is more likely to be devoted to the task of serving.



https://en.wikipedia.org/wiki/Client%E2%80%93server_model

0 0
原创粉丝点击