SlideShare a Scribd company logo
1 of 10
Database Management Systems
Structure of a DBMS/
Architecture of a DBMS
by
GOWRU BHARATH KUMAR
M.Tech, (Ph.D)
Assistant Professor
You are My creator, But I am Your Master
DBMS Architecture
โ€ข DBMS architecture depends upon how users are connected to the database
to get their request done.
โ€ข The DBMS design depends upon its architecture. The basic client/server
architecture is used to deal with a large number of PCs, web servers, database
servers and other components that are connected with networks.
โ€ข The client/server architecture consists of many PCs and a workstation which are
connected via the network.
โ€ข Database architecture can be seen as a single tier or multi-tier. But logically,
database architecture is of two types like: 2-tier architecture and 3-tier
architecture.
Single tier architecture
โ€ข In this architecture, the database is directly available to the user. It means
the user can directly sit on the DBMS and uses it.
โ€ข Any changes done here will directly be done on the database itself. It
doesn't provide a handy tool for end users.
โ€ข The 1-Tier architecture is used for development of the local application,
where programmers can directly communicate with the database for the
quick response.
Two-tier architecture
โ€ข The 2-Tier architecture is same as basic client-server. In the two-tier architecture,
applications on the client end can directly communicate with the database at the
server side. For this interaction, API's like: ODBC, JDBC are used.
โ€ข The user interfaces and application programs are run on the client-side.
โ€ข The server side is responsible to provide the functionalities like: query processing
and transaction management.
โ€ข To communicate with the DBMS, client-side application establishes a connection
with the server side.
3-tier architecture
โ€ข The 3-Tier architecture contains another layer between the client and server. In this
architecture, client can't directly communicate with the server.
โ€ข The application on the client-end interacts with an application server which further
communicates with the database system.
โ€ข End user has no idea about the existence of the database beyond the application server.
The database also has no idea about any other user beyond the application.
โ€ข The 3-Tier architecture is used in case of large web application.
Based on the Relational Model The DBMS Architecture is Shown below
DBMS COMPONENT MODULES
โ€ข Web forms (Unsophisticated users: Customers, Travel agents etcโ€ฆ)
โ€ข Application front ends (The front-end is what a user sees and interacts with
(user interface))
โ€ข SQL interface(Sophisticated users, application programmers, Database
administrators)
โ€ข SQL Commands
โ€ข Plan Executor
โ€ข Parser
โ€ข Operator evaluator
โ€ข Optimizer
Standard Query Language Engine
DBMS COMPONENT MODULES Contโ€ฆ
โ€ข Transaction manager
โ€ข Lock manager
โ€ข Files and Access methods
โ€ข Buffer manager
โ€ข Disk space manager
โ€ข Recovery manager
โ€ข Index files and Data Files
โ€ข System catalog
DBMS
Database
For watching/ explanation
โ€ข please click on
https://www.youtube.com/watch?v=X7dE5bZLsXI&t=4s
Structure of a DBMS/Architecture of a DBMS

More Related Content

Similar to Structure of a DBMS/Architecture of a DBMS

ARCHITECTURE.pptx
ARCHITECTURE.pptxARCHITECTURE.pptx
ARCHITECTURE.pptx
NANDHINIS900805
ย 
Database Design Slide 1
Database Design Slide 1Database Design Slide 1
Database Design Slide 1
ahfiki
ย 

Similar to Structure of a DBMS/Architecture of a DBMS (20)

Database architacture
Database architactureDatabase architacture
Database architacture
ย 
Client server architecture
Client server architectureClient server architecture
Client server architecture
ย 
Unit 1 dbms
Unit 1 dbmsUnit 1 dbms
Unit 1 dbms
ย 
2.pptx
2.pptx2.pptx
2.pptx
ย 
INTRODUCTION TO DATABASE
INTRODUCTION TO DATABASEINTRODUCTION TO DATABASE
INTRODUCTION TO DATABASE
ย 
unit 1.pdf
unit 1.pdfunit 1.pdf
unit 1.pdf
ย 
Database Management System Course Material
Database Management System Course MaterialDatabase Management System Course Material
Database Management System Course Material
ย 
Unit 1: Introduction to DBMS Unit 1 Complete
Unit 1: Introduction to DBMS Unit 1 CompleteUnit 1: Introduction to DBMS Unit 1 Complete
Unit 1: Introduction to DBMS Unit 1 Complete
ย 
Unit1 dbms
Unit1 dbmsUnit1 dbms
Unit1 dbms
ย 
Advanced database protocols
Advanced database protocolsAdvanced database protocols
Advanced database protocols
ย 
ARCHITECTURE.pptx
ARCHITECTURE.pptxARCHITECTURE.pptx
ARCHITECTURE.pptx
ย 
Introduction and Basics to web technology .pptx
Introduction and Basics to web technology .pptxIntroduction and Basics to web technology .pptx
Introduction and Basics to web technology .pptx
ย 
3 tier architecture
3 tier architecture3 tier architecture
3 tier architecture
ย 
Unit 1.pptx
Unit 1.pptxUnit 1.pptx
Unit 1.pptx
ย 
Database Design Slide 1
Database Design Slide 1Database Design Slide 1
Database Design Slide 1
ย 
Beginning Of DBMS (data base)
Beginning Of DBMS (data base)Beginning Of DBMS (data base)
Beginning Of DBMS (data base)
ย 
Odbc and data access objects
Odbc and data access objectsOdbc and data access objects
Odbc and data access objects
ย 
Distributed database management system
Distributed database management systemDistributed database management system
Distributed database management system
ย 
Dbms architecture
Dbms architectureDbms architecture
Dbms architecture
ย 
Database userโ€™s
Database userโ€™sDatabase userโ€™s
Database userโ€™s
ย 

More from BHARATH KUMAR

More from BHARATH KUMAR (17)

Object-Oriented concepts.pptx
Object-Oriented concepts.pptxObject-Oriented concepts.pptx
Object-Oriented concepts.pptx
ย 
Java buzzwords.pptx
Java buzzwords.pptxJava buzzwords.pptx
Java buzzwords.pptx
ย 
history and evaluation of java.pptx
history and evaluation of java.pptxhistory and evaluation of java.pptx
history and evaluation of java.pptx
ย 
Data Models
Data ModelsData Models
Data Models
ย 
DBMS languages/ Types of SQL Commands
DBMS languages/ Types of SQL CommandsDBMS languages/ Types of SQL Commands
DBMS languages/ Types of SQL Commands
ย 
1.4 data independence
1.4 data independence1.4 data independence
1.4 data independence
ย 
data abstraction in DBMS
data abstraction in DBMSdata abstraction in DBMS
data abstraction in DBMS
ย 
File system vs DBMS
File system vs DBMSFile system vs DBMS
File system vs DBMS
ย 
DBMS introduction
DBMS introductionDBMS introduction
DBMS introduction
ย 
Trees and Graphs in data structures and Algorithms
Trees and Graphs in data structures and AlgorithmsTrees and Graphs in data structures and Algorithms
Trees and Graphs in data structures and Algorithms
ย 
Sorting
SortingSorting
Sorting
ย 
Linked List
Linked ListLinked List
Linked List
ย 
ADT STACK and Queues
ADT STACK and QueuesADT STACK and Queues
ADT STACK and Queues
ย 
Why we study LMC? by GOWRU BHARATH KUMAR
Why we study LMC? by GOWRU BHARATH KUMARWhy we study LMC? by GOWRU BHARATH KUMAR
Why we study LMC? by GOWRU BHARATH KUMAR
ย 
Introduction of Data Structures and Algorithms by GOWRU BHARATH KUMAR
Introduction of Data Structures and Algorithms by GOWRU BHARATH KUMARIntroduction of Data Structures and Algorithms by GOWRU BHARATH KUMAR
Introduction of Data Structures and Algorithms by GOWRU BHARATH KUMAR
ย 
A Survey on Big Data Analytics
A Survey on Big Data AnalyticsA Survey on Big Data Analytics
A Survey on Big Data Analytics
ย 
Relation between Languages, Machines and Computations
Relation between Languages, Machines and ComputationsRelation between Languages, Machines and Computations
Relation between Languages, Machines and Computations
ย 

Recently uploaded

VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
SUHANI PANDEY
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Dr.Costas Sachpazis
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
ย 

Recently uploaded (20)

Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
ย 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
ย 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
ย 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
ย 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
ย 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
ย 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
ย 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
ย 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
ย 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
ย 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
ย 

Structure of a DBMS/Architecture of a DBMS

  • 1. Database Management Systems Structure of a DBMS/ Architecture of a DBMS by GOWRU BHARATH KUMAR M.Tech, (Ph.D) Assistant Professor You are My creator, But I am Your Master
  • 2. DBMS Architecture โ€ข DBMS architecture depends upon how users are connected to the database to get their request done. โ€ข The DBMS design depends upon its architecture. The basic client/server architecture is used to deal with a large number of PCs, web servers, database servers and other components that are connected with networks. โ€ข The client/server architecture consists of many PCs and a workstation which are connected via the network. โ€ข Database architecture can be seen as a single tier or multi-tier. But logically, database architecture is of two types like: 2-tier architecture and 3-tier architecture.
  • 3. Single tier architecture โ€ข In this architecture, the database is directly available to the user. It means the user can directly sit on the DBMS and uses it. โ€ข Any changes done here will directly be done on the database itself. It doesn't provide a handy tool for end users. โ€ข The 1-Tier architecture is used for development of the local application, where programmers can directly communicate with the database for the quick response.
  • 4. Two-tier architecture โ€ข The 2-Tier architecture is same as basic client-server. In the two-tier architecture, applications on the client end can directly communicate with the database at the server side. For this interaction, API's like: ODBC, JDBC are used. โ€ข The user interfaces and application programs are run on the client-side. โ€ข The server side is responsible to provide the functionalities like: query processing and transaction management. โ€ข To communicate with the DBMS, client-side application establishes a connection with the server side.
  • 5. 3-tier architecture โ€ข The 3-Tier architecture contains another layer between the client and server. In this architecture, client can't directly communicate with the server. โ€ข The application on the client-end interacts with an application server which further communicates with the database system. โ€ข End user has no idea about the existence of the database beyond the application server. The database also has no idea about any other user beyond the application. โ€ข The 3-Tier architecture is used in case of large web application.
  • 6. Based on the Relational Model The DBMS Architecture is Shown below
  • 7. DBMS COMPONENT MODULES โ€ข Web forms (Unsophisticated users: Customers, Travel agents etcโ€ฆ) โ€ข Application front ends (The front-end is what a user sees and interacts with (user interface)) โ€ข SQL interface(Sophisticated users, application programmers, Database administrators) โ€ข SQL Commands โ€ข Plan Executor โ€ข Parser โ€ข Operator evaluator โ€ข Optimizer Standard Query Language Engine
  • 8. DBMS COMPONENT MODULES Contโ€ฆ โ€ข Transaction manager โ€ข Lock manager โ€ข Files and Access methods โ€ข Buffer manager โ€ข Disk space manager โ€ข Recovery manager โ€ข Index files and Data Files โ€ข System catalog DBMS Database
  • 9. For watching/ explanation โ€ข please click on https://www.youtube.com/watch?v=X7dE5bZLsXI&t=4s