answersLogoWhite

0


Best Answer

i dont know bhai

User Avatar

Wiki User

βˆ™ 12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

βˆ™ 12y ago

pata hota to puchta kyu

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why client program finite and server program infinite?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which program is always running in client server?

Server program is always running in client server.


Why must the server program be executed before the client program?

A server program must be executed before the client program because once a client is run, it will attempt to initiate a connection with the server. If the server is down, then the client will not be able to make a connection.


Does a server program request and receive services from a client program?

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


What is difference between client server and web server?

client site program always execute on client computer while server site program execute on sever computer


Write Client and server program in C language using UDP?

Write and run a client and a server program in C-language using UDP


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.


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

A prominent example is the FTP client program.


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 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/


Client and server?

In general, and in the simplest form, a server is a machine or a program (software application) that waits for incoming requests, and a client is a machine or program sending requests to another client or a server in order to take action


A client is communicating with a server on a different segment of the network how does the server determine what service is being requested by the client?

The server knows by the destination port number, which attaches a listening program to a specific protocol.


What are the protocols that send and deliver mail?

An email message is created using a mail client program. This program then sends the message to a server. The server then forwards the message to the recipient's email server, where the message is then supplied to the recipient's email client. It's delivered using a server architectureBy L.S.