What is a client and a server?

 Client: 

  •    A client is a program that makes requests to a server.
  •    Example for client: laptop, desktop, smartphones etc.

Server:

  •    A server is a program that fulfills those requests.
  •    Example for server: web servers, database servers, file servers etc.

Client Server Architecture:



Comments

Popular posts from this blog

What is Unit testing?

What is a use case?