answersLogoWhite

0

The process which initiates the communication is the client; the process that waits

to be contacted is the server.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

1 For a communication session between a pair of processes which process is the client and which is the server?

with the Web, a browser is a client process and a Web server is a server process. With p2p file sharing, the peer that is downloading the file is labeled as the client, and the peer that is uploading the file is labeled as the server.


What numeric port range is commonly used by clients in a client server communication session?

135


What is a client server communication device?

It is a communication device that goes from client to server.


In a Kerberos Authentication process which one of the following sends a Ticket Granting Ticket secret key and a session key as a function?

In the Kerberos authentication process, the Ticket Granting Server (TGS) sends the Ticket Granting Ticket (TGT) along with a session key to the client. This occurs after the client successfully authenticates with the Authentication Server (AS) using its credentials. The TGT allows the client to request access to various services without needing to re-enter credentials, while the session key facilitates secure communication between the client and the TGS.


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.


When you are binding to an LDAP server what information is passed between the server and LDAP client?

The client IP address, the clients host name, the port address to use during communication


What is the difference between client and server on the data communication network?

A server will receive connections from a client, and the client will usually receive some service from the server. When you're browsing web sites online, those web sites are hosted on servers. Your web browser acts as a client to connect to the server and interact with it.


In the client-server model what is the primary protocol used for communication between a browser and web server?

The primary protocol used for communication between a browser and a web server in the client-server model is HTTP (Hypertext Transfer Protocol). HTTP allows clients (browsers) to send requests to the server for resources like web pages, images, and other content, and for the server to respond with the requested data. Secure versions of this protocol, such as HTTPS, use encryption to protect the data exchanged between the client and server.


How does the server-client network architecture facilitate communication and data exchange between devices on a network?

In a server-client network architecture, devices called clients connect to a central server. The server manages and coordinates communication between clients, allowing them to exchange data and information. This architecture enables efficient and organized communication by centralizing resources and providing a structured framework for devices to interact within a network.


What are the different types High level middle-ware in Client Server communication?

What are the different types High level middle-ware in Client Server communication?


What is the conclusion of client-server architecture?

Type your answer here.. Client server basically is used for Communication from one system to another.one client can communicate with more then one server at a time. .


How connectionless communication between a client and a server proceeds when using sockets?

Both the client and the server create a socket, but only the server binds the socket to a local endpoint. The server can then subsequently do a blocking readcall in which it waits for incoming data from any client. Likewise, after creating the socket, the client simply does a blocking call to write data to the server. There is no need to close a connection.