Architecture in DBMS PDF
Architecture in DBMS PDF
Architecture
Short Notes
DBMS Architecture
Database architecture refers to the overall design and
structure of a database system, including its components,
interactions, and relationships.
DBMS Architecture
DataBase
Server
System
Application
Client
User
The server layer is responsible for managing the database
and providing services to the client layer. It includes the
database management system, data storage, and
database server.
3- Tire Architecture
The three-tier architecture in DBMS, also known as the
three-layer architecture, is a design pattern that separates
the user interface, application logic, and database
management into distinct layers.
DataBase
Server
Application
Server
Application
Client
Client
User
The second tier, also known as the application layer,
contains the application logic. This layer processes user
requests from the presentation layer and interacts with
the database management system (DBMS) in the third
tier to retrieve and manipulate data.
LINK IN BIO