Print Friendly and PDF
In a client-server database system, the application program is stored on the client computer and DBMS is placed on the server computer. Another piece of software that is placed on the client is known as DBMS driver. The DBMS driver receives the processing requests from the application program and sends to DBMS. It also receives responses from the DBMS and sends them to an application program.
In a client-server database system, the application program is stored on the client computer and DBMS is placed on the server computer. Another piece of software that is placed on the client is known as DBMS driver. The DBMS driver receives the processing requests from the application program and sends to DBMS. It also receives responses from the DBMS and sends them to an application program.


What are functions of client and server?


The communication between client and server computer is done by using communication software. This software is placed on both client and server and enables them to send and receive the message to one another.



Functions Of client computer

The client computer performs the following tasks:
  • Manage the user interface 
  • Accepts data from the user 
  • Processes application logic 
  • Enforce business rules 
  • Generating request from databases service 
  • Transmit request to the server 
  • Receive result from the server 
  • Presents the result to the user

Functions of server computer

The server computer performs the following tasks:

  • Accepts the client requests
  • Processes client requests
  • Enforce rules
  • Perform database integrity checks
  • Provide concurrent access control
  • Returns the result to client
  • Perform recovery and security services 




zubairsaif

Zubair saif

A passionate writer who loves to write on new technology and programming

Post A Comment:

0 comments: