differentiate between client and server computer?
Answers
Answer:
A server is a program, or machine, that waits for incoming requests. A client is a program, or machine, that sends requests to servers. ... In simplest form, a server is a connection point for several clients, that will handle their requests. A client is software that (usually) connects to the server to perform actions.
Answer:
A server is a program, or machine, that waits for incoming requests. A client is a program, or machine, that sends requests to servers. ... In simplest form, a server is a connection point for several clients, that will handle their requests. A client is software that (usually) connects to the server to perform actions.
The main difference between client and server is that a client is a machine or a program that requests for services through the web while a server is a machine or a program that provides services to the clients according to the client's requests.
Explanation: