0% found this document useful (0 votes)
14 views

DBMS

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as KEY, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

DBMS

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as KEY, PDF, TXT or read online on Scribd
You are on page 1/ 7

DATABASE

ARCHITECTURE

DBMS Arjun Bhandari 2024-July 1


BIRATNAGAR
INTRODUCTIO
N
Database architecture refers to
the design, development,
implementation, and maintenance
of a database system.
TYPES OF DATABASE ARCHITECTURE

. Single-Tier Architecture
. Two-Tier Architecture
. Three-Tier Architecture
. n-Tier Architecture
SINGLE-TIER
ARCHITECTURE
In it database system is centralized.
It consists of local database within a
devises
The function such as application logic,
business logic, and data access logic are
executed on a single system.
TWO-TIER
ARCHITECTURE
In it the database system is divided into two
layers: the client layer and the server layer.
Client Layer - It contain the user interface
and application logic.
Server Layer - It handles the database
management and storage.
THREE-TIER
ARCHITECTURE
It introduces an additional layer between
the client and the server.
Additional middle layer is often referred to
as the application server or middleware.
It separate the business logic and data
access logic from the client interface.
CONCLUSION
Database architecture is fundamental to the
efficient functioning of database systems,
directly impacting their performance,
scalability, and manageability.

You might also like