客户(client)和服务器(server)的区别

详情见全文
关键区别:客户机是一个计算机程序,它向另一个程序发送请求以执行其操作。服务器是接收和响应程序,它处理客户机程序的请求并使客户机能够执行其操作。

 

007Ys3FFgy1gsewv**ai5j606w05n3yg02服务器作为一个系统在计算机网络中工作,并对另一个程序发送的请求作出响应,从而提供网络服务。大多数情况下,服务器都是在特定的专用计算机上操作和运行的,因此就其所处理的网络而言,该计算机被称为“服务器”。单个中央服务器可以同时控制和操作多个客户端。

 

A server is essentially a part of a network system which is known as client-server architecture. Within this model the client serves the role of an initiator while the server effectively serves to process the requests send by the client. The computers connected within a network are also able of hosting servers. Again a computer may also run several servers and connect to the required one accordingly. A server is typically a socket listener that can serve numerous users at a time. This client-server architecture operates to serve public users through internet or private users dedicated to some specific organization or network. The common operating servers in various networks are web server, file server, mail server, database server and range of other server.

 

A variety of computing operati*** undergo the usage of a server. The server works as the central controller of data from where the co-ordinati*** network machines or workstati*** access the data and this kind of server is thereby termed as application server. This effectively serves the purpose of data streamlining. 

 

Internet in the similar way is a stack of server where a single request for a web page is processed through a channel of protocols which are satisfied by a number of servers. This may involve modem, routers, domain name server and multiple other servers to process a singular web page request.

 

007Ys3FFgy1gsewvtb1swg609d06174j02虽然任何一台计算机都能够扮演网络服务器的角色,但它可能无法提供专用服务器的有效功能。专用服务器是在高端特色样机的基础上设计的,能够提供卓越的高性能。这些专用服务器支持大容量存储、高性能ram和高速cpu、容错和其他特定功能。

 

A client is also a computer program which sends requests to its resource end that is a server and accepts the processed request to perform its operati***. However, the client program and the server program can effectively run on the same computer and in such cases the client connects with the server through inter-process communication. Clients are the initiators of such connecti*** where servers wait for potential clients to connect. Previously the term was denoted to devices that would act as dumb terminals and depend on remote computers connected through a network to perform their programs. 

 

Client devices can be classified as fat clients, thin clients and hybrid clients. A fat client or thick client is less dependent on server for they can perform their data processing operati*** without essential dependency over a server. Personal computer or a CAD running computer is paradigms or fat clients. A thin client is a device that uses web application to perform its operati***. It approaches an application server to work its operation. Hybrid client is the combination of these two types of clients.

  • 发表于 2021-07-13 06:17
  • 阅读 ( 287 )
  • 分类:通用

你可能感兴趣的文章

活动ftp(active ftp)和被动ftp(passive ftp)的区别

...到另一台计算机的网络)上的文件传输。FTP基于客户机/服务器原理,属于OSI模型(开放系统互连模型)的应用层。 通常,存储要传输的文件的FTP服务器使用两个端口进行传输,一个用于命令,另一个用于发送和接收数据。来自...

  • 发布于 2020-11-04 09:09
  • 阅读 ( 238 )

关于javarmi注册中心以及如何使用它的所有内容

...了一个API(应用程序编程接口),用于从一个程序(称为服务器)导出一个对象,并从另一个程序(称为客户机)调用该对象的方法,可能运行在不同的计算机上。 ...

  • 发布于 2021-03-12 15:58
  • 阅读 ( 308 )

如何制造你自己的不和机器人

...用最流行的,不和.js. 相关:如何创建、设置和管理Discord服务器 入门 前往Discord的bot门户,创建一个新的应用程序。 您需要记下客户机ID和secret(当然,您应该保守秘密)。但是,这不是bot,只是“应用程序”。您必须在“bot...

  • 发布于 2021-04-04 10:53
  • 阅读 ( 175 )

为什么需要中间smtp服务器来发送邮件?

当一个人对邮件客户机、SMTP服务器以及整个在线邮件系统的工作原理有了更多的了解,他们可能会好奇为什么需要一个中间的SMTP服务器。有鉴于此,今天的超级用户问答帖子为好奇的读者提供了答案。 今天的问答环节是由Super...

  • 发布于 2021-04-10 03:03
  • 阅读 ( 181 )

127.0.0.1和0.0.0.0之间有什么区别?

...is written as :: Source: 0.0.0.0 [Wikipedia] DHCP Discovery/Request When a client boots up for the first time, it is said to be in the initializing state, and tran**its a DHCPDISCOVER message on its local physical subnet over User Datagram Protocol (UDP) port 67 (BootP server). Since the client has ...

  • 发布于 2021-04-10 07:44
  • 阅读 ( 307 )

使用openvpn和tomato从任何地方连接到您的家庭网络

...象成你所连接的网络之间的中间人。您的计算机和OpenVPN服务器(本例中是您的路由器)都使用相互验证的证书“握手”。验证后,客户机和服务器都同意相互信任,然后允许客户机访问服务器的网络。 通常,VPN软件和硬件的实...

  • 发布于 2021-04-12 23:12
  • 阅读 ( 240 )

客户服务器应用程序(client server application)和web应用程序(web application)的区别

客户机服务器应用程序与Web应用程序 在客户端运行并访问远程服务器获取信息的应用程序称为客户机/服务器应用程序,而完全在web浏览器上运行的应用程序称为web应用程序。客户机服务器总是向远程服务器发出请求以获取一...

  • 发布于 2021-06-23 17:50
  • 阅读 ( 196 )

客户(client)和服务器(server)的区别

客户端与服务器 在计算术语中,“客户机”和“服务器”都指用于不同目的的计算机。客户机是通过网络访问服务器的小型计算机。例如,在组织中,员工登录到客户机以访问服务器上运行的文件和应用程序。这种两层体系结...

  • 发布于 2021-06-23 17:59
  • 阅读 ( 209 )

客户(client)和服务器(server)的区别

客户端与服务器 在计算术语中,“客户机”和“服务器”都指用于不同目的的计算机。客户机是通过网络访问服务器的小型计算机。例如,在组织中,员工登录到客户机以访问服务器上运行的文件和应用程序。这种两层体系结...

  • 发布于 2021-06-23 19:17
  • 阅读 ( 278 )

小贩(vendor)和客户(client)的区别

...费者最近的人。以转售产品和创造利润为目的,供应商与客户建立了业务关系。虽然它们供应的数量很少,但供应商**的货物主要是供使用,没有进一步的生产过程。   客户 这是一个人谁使用专业服务,并支付费用的服务,双...

  • 发布于 2021-06-26 12:48
  • 阅读 ( 304 )
q862195502082
q862195502082

0 篇文章

相关推荐