DBMS2 Bhuvnesh
DBMS2 Bhuvnesh
ENVIRONMENT
INTRODUCTION
Client server database consists of two logical components. One
is “Client” and the other one is “Server”. Clients are those who
send the request to perform a specific task to the server.
Servers are normally receive the command sent by the clients,
perform the task and send the appropriate result back to the
client.
Example of client : PC where as the server is a large work
station. The Client machine runs own copy of an operating
system. It runs one or more applications through client’s CPU
and memory. But server runs a database management system
which manages the whole database.
Client system VS Server system
A client system is that who sends the request to the
server system and the server system has to response
the request as result.
A client system is managed by users where as the
server system is managed by a computer expert. No
need of a computer expert in client system.
The client system is a system on which the results are
prepared and displayed whereas the server system is
a system in which the information is prepared for the
client.
Types of client server architecture