Lecture 12 Clint Server Architecture
Introduction The client-server architecture is a framework for computer networks where numerous clients, acting as remote processors, seek and obtain services from a central server or host computer. Clients serve as interfaces, enabling computer users to solicit services from the server and showcase the outcomes returned by the server. Servers, in turn, anticipate incoming requests from clients and subsequently fulfill them with appropriate responses. Client – The client can be any computer that requests something from the server. For example – visiting any website we request the webpage from its domain. So here we act as a client. Server – On the other hand, the Server is the computer that is designed to serve the requests to the client. For the same example as above, the client asks for the webpage then the server responds with the webpage to the client. Working of Client-Server Architecture when a client seeks data from a server, it initiates the process by q...