Thursday, 2 June 2011

Client/Server Architecture

Client/Server. Client server is a computational architectural that involves client server process requesting services from server process. With this architecture the calling module becomes the client and called module becomes the server.


 Client side: The client is a process that sends messages to a server process requesting that the server performs a task. It executes only for the one section. It runs locally on user personal computer. It does not require special software.


Server side: A server process fulfils the client’s request by performing the task requested. Server programs generally receives request from client programs, execute database and dispatch response to client request. The server-based process may run on another machine.

No comments:

Post a Comment