answersLogoWhite

0

Meaning function of services client protocol?

Updated: 9/17/2019
User Avatar

Wiki User

15y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Meaning function of services client protocol?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the protocol used by server and client?

There is no single protocol used between a server and a client; the protocol depends on what the server and client are doing and how they are currently communicating.


What is the protocol used to secure the cookies?

A securecookie protocol that runs between a client and a serverneeds to provide the following four services: authentication,confidentiality, integrity and anti-replay.


What is the meaning of socks?

Other than the ordinary meaning, SOCKS (SOCKet Secure) is an internet protocol that routes network packets between a client and server through a proxy server.


What is Cute FTP?

Cute FTP is a FTP client (used to connect to a server). FTP is a point-to-point protocol used for file transfert (FTP meaning File Transfert Protocol).


Which protocol or protocol suite automatically allocates an IP address to a client on boot up?

The DHCP protocol.


What Protocol used to download email messages from an email server?

POP (Post Office Protocol) - The protocol that an e-mail server and client usewhen the client requests the downloading of e-mailmessages.


What are the client server model and Give 3 examples of services on Linux systems that take advantage of this model?

FTP, NFS, DNS, email, and HTTP (the web browsing protocol) all rely on client server model.


How do see server doing by client?

A client cannot see what a server is doing; the only thing that can be monitored by the client is the data communication between the client and the server. If the client needs to see what is going on in the server then the client needs to connect to the server using remote desktop protocol, Terminal Services, telnet, or some other way to directly connect to the server.


What are examples of a file transfer protocol?

The File Transfer Protocol is a standard network protocol used for the transfer of computer files from a server to a client on a computer network. FTP is built on a client-server model architecture using separate control and data connections between the client and the server


What protocol is used for specialized network communications between a client and a terminal server?

Remote Desktop Protocol


Describe the ways in which the request-reply protocol masks the heterogeneity of operating systems and of computer networks?

An efficient request-reply protocol for a client-server communication and data processing model. Under the novel protocol, a client sends a Request to a server and awaits a Reply. If the Reply is not sent before expiration of a timeout period in the client, the client sends a second Request. The server provides a conditional Acknowledge if a second Request is received from the client. Thereafter, the client waits for the server to transmit a Reply without the client sending additional Requests. Under normal conditions, the inventive protocol performs as well as the best prior art protocol (the optimistic model), while under abnormal conditions, the inventive protocol performs better than the optimistic protocol and only slightly worse than the prior art pessimistic protocol. Since normal conditions should prevail for a substantially longer amount of time than abnormal conditions, the present invention provides better average performance than either prior art client-server protocol.


What is the difference between HTTP and SMTP?

SMTP is push protocol, stateful protocol which is used for sending Mails from Client to Client or Server to Server. Generally SMTP uses the encryption method of 7bit or 8bit ISCII but HTTP dose not use that. HTTP is pull protocol which is preferred for sites demand and this is stateless protocol.