answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why must the server program be executed before the client program?
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.


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

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


How is PERL different from HTML?

Perl is a server-side language. It is executed on the server, and any output generated is sent to the client (the user).HTML is read and executed by the client. It is simply sent, as is, by the server.


What is client program?

As far as web programming is concerned, client side programming is code that runs in the web browser, rather than the web server. JavaScript is an example of client side scripting because the code is sent to the browser, at which point it is executed. PHP is an example of server side scripting because the code is executed on the server, and the resulting code is sent to the browser and displayed.


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.


How does HTML started?

HTML starts using a server that is created within. HTML code is executed by that server on the client machine.


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.


Is HTML a client side script or server side?

HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.


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/