What is Client Server Technology?Definitions
Client
- an application that initiates requests on behalf of a user to a server
- client receives and displays the results from the server
Server
- an application that acts on incoming requests from a client
- server extracts requested information from available databases and returns only the information the client requested