
- DBMS Tutorial
- DBMS - Home
- DBMS - Overview
- DBMS - Architecture
- DBMS - Data Models
- DBMS - Data Schemas
- DBMS - Data Independence
- Entity Relationship Model
- DBMS - ER Model Basic Concepts
- DBMS - ER Diagram Representation
- DBMS - Generalization, Aggregation
- Relational Model
- DBMS - Codd's Rules
- DBMS - Relational Data Model
- DBMS - Relational Algebra
- DBMS - ER to Relational Model
- DBMS- SQL Overview
- Relational Database Design
- DBMS - Database Normalization
- DBMS - Database Joins
- Storage and File Structure
- DBMS - Storage System
- DBMS - File Structure
- Indexing and Hashing
- DBMS - Indexing
- DBMS - Hashing
- Transaction And Concurrency
- DBMS - Transaction
- DBMS - Concurrency Control
- DBMS - Deadlock
- Backup and Recovery
- DBMS - Data Backup
- DBMS - Data Recovery
- DBMS Useful Resources
- DBMS - Quick Guide
- DBMS - Useful Resources
- DBMS - Discussion
Explain the architecture of DBMS?
The Database Management System (DBMS) architecture shows how data in the database is viewed by the users. It is not concerned about how the data are handled and processed by the DBMS.
It helps in implementation, design, and maintenance of a database to store and organize information for companies. The concept of DBMS depends upon its architecture. The architecture can be designed as centralized, decentralized, or hierarchical.
The architecture of DBMS can be defined at three levels as follows −
External levels.
Conceptual levels.
Internal levels.
The main objective of the three level architecture is nothing but to separate each user view of the data from the way the database is physically represented. The database internal structure should be unaffected while changes to the physical aspects of storage.
The DBA should be able to change the conceptual structure of the database without affecting all other users.
External level/ View level
External level describes a part of the database that is relevant to each user. This level insulates the users from the details of conceptual and the internal level.
Conceptual level/ logic level
Conceptual level describes what data is stored into the database and the relationship among the data.
It represents the following −
All the entities, attributes and their relationships.
The constraints on the data.
Security and integrity information.
Internal level/ storage level
Internal level is the physical representation of the database on the computer. This level describes how the data is stored in the database. It covers the data structure and file organization used to store the data on storage devices.
The levels in the architecture of DBMS are shown below in diagram form −
- Related Articles
- Explain the three level schema architecture in DBMS?
- Explain the characteristics of DBMS?
- Explain the components of DBMS?
- Explain the architecture of JDBC?
- Explain the ODBC architecture?
- Explain the advantages and disadvantages of DBMS?
- Explain the concept of Normalization in DBMS?
- Explain the concept of recoverability in DBMS
- Explain the concept of indexing in DBMS
- What is tier-1 architecture in DBMS?
- What is tier-2 architecture in DBMS?
- What is tier-3 architecture in DBMS?
- Explain the concept of DBMS schema with examples?
- Explain the use of delete command in DBMS
- Explain the evaluation of relational algebra expression(DBMS)
