In: Computer Science
On your own words, define what is Server and Client, and discuss how it works.
ANSWER
CLIENT
Client is a program or hardware machine that is in a need of a particular service to be availed from the server. So, it sends a request for a particular service to the server model and gets service from it.
SERVER
Server is a program or a hardware machine that provides some sort of service to its clients. It can provide services to multiple clients at a time depending upon its computing power.
HOW IT WORKS?
Client which is in a need of some service/resource sends a request to the server machine. Server machine validates the client or we can say it authenticates if client is a valid client or the service which client is asking for is subscripted to get that service (If it is not open source). On validation, provides that service to the intended client machine.
DIAGRAM
##### FOR ANY QUERY, KINDLY GET BACK, THANKYOU. #####