Client Server Database
Client Server Database
Client Server Database
INTRODUCTION
The DBMS can be classified according to the number of users and the database sitelocations.
These are:
Single-user DBMS
Multi-user DBMS
Centralized DBMS
Parallel DBMS
Distributed DBMS
Client/server DBMS
Client-Server DBMS
The DBMS, in turn, processes these requests and returns the results to the client(s).
Client/Server architecture handles the Graphical User Interface (GUI) and does computations
and other programming of interest to the end user. The server handles parts of the job that are
common to many clients, for example, database access and updates.
1
Multi-Tier client server computing models
In a single-tier system the database is centralized, which means the DBMS Software
and the data reside in one location and the dumb terminals were used to access the DBMS as
shown.
The rise of personal computers in businesses during the 1980s, the increased
reliability of networking hardware causes Two-tier and Three-tier systems became common.
In a two-tier system, different software is required for the server and for the client. Illustrates
the two-tier client server model. At the early stages client server computing model was called
two-tier-computing model in which client is considered as data capture and validation tier
and Server was considered as data storage tier. This scenario is depicted.
2
A' fat' client requiring considerable resources on client's computer to run effectively. This
includes disk space, RAM and CPU.
As, described earlier, the client is now responsible for application's user interface,
thus it requires less computational resources now clients are called as 'thin client' and it
requires less maintenance.
Client/Server system has less expensive platforms to support applications that had
previously been running only on large and expensive mini or mainframe computers
Client/Server environment facilitates in more productive work by the users and making
better use of existing data.
Database Architecture
3
Two-tier Client / Server Architecture
Two-tier Client / Server architecture is used for User Interface program and
Application Programs that runs on client side. An interface called ODBC(Open Database
Connectivity) provides an API that allow client side program to call the dbms. Most DBMS
vendors provide ODBC drivers. A client program may connect to several DBMS's. In this
architecture some variation of client is also possible for example in some DBMS's more
functionality is transferred to the client including data dictionary, optimization etc. Such
clients are called Data server.
Three-tier Client / Server database architecture is commonly used architecture for web
applications. Intermediate layer called Application server or Web Server stores the web
connectivty software and the business logic(constraints) part of application used to access the
right amount of data from the database server. This layer acts like medium for sending
partially processed data between the database server and the client.
4
CONCLUSION
The server (database) machine can be custom-built (tailored) to the DBMS function
and thus can provide a better DBMS performance.The client (application database) might be
a personnel workstation, tailored to the needs of the end users and thus able to provide better
interfaces, high availability, faster responses and overall improved ease of use to the user. +
A single database (on server) can be shared across several distinct client (application)
systems. Disadvantages of Client/Server Database System. Programming cost is high in
client/server environments, particularly in initial phases. There is a lack of management tools
for diagnosis, performance monitoring and tuning and security control, for the DBMS, client
and operating systems and networking environments.
REFERENCES
http://ecomputernotes.com/fundamental/what-is-a-database/type-of-database-system
http://searchdatamanagement.techtarget.com/answer/Overview-of-RDBMS-security-
concepts-in-client-server-architectures
http://www.studytonight.com/dbms/architecture-of-database
https://link.springer.com/referenceworkentry/10.1007%2F978-0-387-39940-
9_664#page-1
http://www.itec.uni-klu.ac.at/~harald/c2000-2.html