answersLogoWhite

0

No. A server program receives and processes requests from a client program.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Client program to request computer networking commands like to the server?

A prominent example is the FTP client program.


Which class a servlet use to receive a request from a client?

HttpServletRequest


What are the Example of server?

The example of client server model is that to check your bank account from your computer, a client program in your computer forwards your request ro a server program at the bank. this program may in turn forward the request to its own client program that sends a request to a database server at another bank computer to retrieve your account balance.The balance is returned back to the bank data client, which in turn serves it back to the client in your personal computer,which displays the information for you.


What network component request services across the network?

A client requests services across a network.


What is server-client network?

Client/server describes the relationship between two computer programs in which one program, the client, makes a service request from another program, the server, which fulfills the request. Although the client/server idea can be used by programs within a single computer, it is a more important idea in a network. In a network, the client/server model provides a convenient way to interconnect programs that are distributed efficiently across different locations. Computer transactions using the client/server model are very common. For example, to check your bank account from your computer, a client program in your computer forwards your request to a server program at the bank. That program may in turn forward the request to its own client program that sends a request to a database server at another bank computer to retrieve your account balance. The balance is returned back to the bank data client, which in turn serves it back to the client in your personal computer, which displays the information for you. If you more information,follow this link:http://www.iyogibusiness.com/


Example of client server?

The example of client server model is that to check your bank account from your computer, a client program in your computer forwards your request ro a server program at the bank. this program may in turn forward the request to its own client program that sends a request to a database server at another bank computer to retrieve your account balance.The balance is returned back to the bank data client, which in turn serves it back to the client in your personal computer,which displays the information for you.


What is a computer that request services from a server computer a) Client b) Customer c) Hub d) Mainframe e) Supercomputer?

The correct answer is a) Client. A client is a computer or software application that requests services or resources from a server, which provides those services over a network. In a client-server architecture, the client initiates communication and requests data or functionality from the server.


What message does a client use to request a webpage?

To request a webpage from the server, an HTTP client sends the server a GET request.


What is a compiled program that runs on the client?

The program that runs on the client computer is the client program. Web-browser is a prominent example for client program.


What is client request in an organization?

Client request is a formal request by the client requesting for data or enhancement of product.If client find that something is missing in his application or if he need any additional information about the data, he generates a request to product developerWe will check the comment given by the client and understand what exactly Client's requirement .we will take an action with respect to the comment mentioned in client requestWe will reply to the client request by posting comment in which the action taken by usWe will Investigate to find the reason(s) why client request has been raisedWe will take an action not to repeat the same issue


What services does TD's Ameritrade program offer?

The services offered by TD's Ameritrade program are investment and stock trading services. Some specific services include access to third party research, preferential client support and a no service fee policy.


What is clien or server mean?

Client/server describes the relationship between two computer programs in which one program, the client, makes a service request from another program, the server, which fulfills the request. Although the client/server idea can be used by programs within a single computer, it is a more important idea in a network. In a network, the client/server model provides a convenient way to interconnect programs that are distributed efficiently across different locations. Computer transactions using the client/server model are very common.