SlideShare a Scribd company logo
2
Most read
4
Most read
5
Most read
DBMS ARCHITECTURE/
CLIENT-SERVER ARCHITECTURE
DBMS ARCHITECTURE/
CLIENT SERVER ARCHITECTURE
Types of DBMS
Architecture :-
1. Single Tier
Architecture
2. Two Tier
Architecture
3. Three Tier
Architecture
DBMS ARCHITECTURE/
CLIENT SERVER ARCHITECTURE
1. Single Tier
Architecture
When the Database is Directly available
to the user to access, store data that
type of architecture is called 1-Tier or
Single Tier Architecture.
Clients
DBMS ARCHITECTURE/
CLIENT SERVER ARCHITECTURE
2. Two Tier
Architecture In Two Tier Architecture, an application
layer is there between Client and Server
to communicate the user’s request to
the DBMS and then send the response
from the DBMS to the user.
Clients
DBMS
Applicatio
n
DBMS ARCHITECTURE/
CLIENT SERVER ARCHITECTURE
2. Three Tier
ArchitectureIn Three Tier Architecture, one more application
layer is there between Client and Server and
that is Server DBMS application. This time Client
DBMS application is going to access the
database through Server DBMS application.
Clients
Client
DBMS
Applicatio
n
Server
DBMS
Applicatio
n

More Related Content

PPTX
JDBC ppt
ODP
Basic of Java
PDF
Publish Android Application on Google Play Store
PPT
JDBC – Java Database Connectivity
PDF
JDBC : Java Database Connectivity
PDF
A Basic Django Introduction
JDBC ppt
Basic of Java
Publish Android Application on Google Play Store
JDBC – Java Database Connectivity
JDBC : Java Database Connectivity
A Basic Django Introduction

What's hot (20)

PPTX
JDBC Driver Types
PPTX
Ppt full stack developer
PPTX
Introduction to java
PPSX
JDBC: java DataBase connectivity
PPTX
Basics of Java
PPT
JDBC,Types of JDBC,Resultset, statements,PreparedStatement,CallableStatements...
PPTX
WEB DEVELOPMENT.pptx
ODP
1 introduction of OOAD
ODP
Java Web Programming [1/9] : Introduction to Web Application
DOCX
Online shopping
PDF
Java String
DOCX
[[Srs]] online shopping website for TYBSC IT
PPT
Eclipse introduction IDE PRESENTATION
PPTX
SOAP - Simple Object Access Protocol
PPTX
Bank management system
PPT
Jdbc ppt
PDF
Railway management system, database mini project
PPTX
Jdbc ppt
PPTX
Arrays in java
PPTX
View of data DBMS
JDBC Driver Types
Ppt full stack developer
Introduction to java
JDBC: java DataBase connectivity
Basics of Java
JDBC,Types of JDBC,Resultset, statements,PreparedStatement,CallableStatements...
WEB DEVELOPMENT.pptx
1 introduction of OOAD
Java Web Programming [1/9] : Introduction to Web Application
Online shopping
Java String
[[Srs]] online shopping website for TYBSC IT
Eclipse introduction IDE PRESENTATION
SOAP - Simple Object Access Protocol
Bank management system
Jdbc ppt
Railway management system, database mini project
Jdbc ppt
Arrays in java
View of data DBMS
Ad

Similar to Client Server Architecture in Database Management System (20)

PPTX
Client Server Architecture...pptx
PDF
Database architacture
PPTX
Database Management Architecture.pptx
PPTX
Introduction to Advanced Databases .pptx
PPTX
Database 1 tier, 2 tier, 3 tier architectures.pptx
PPTX
Structure of a DBMS/Architecture of a DBMS
PPTX
UNIT 1 dbdm ad3391 unit lecture notes ppt
PPTX
PDF
Presentation3 Multi-User Architecture.pdf
PDF
Client Server Architecture in Software engineering
PPTX
Client server architecture
PPTX
two tier and three tier
DOCX
Differences Between Architectures
PPTX
Database Management System Architecture.pptx
PPTX
Technical Architectures
PPTX
DBMS: Week 02 - Database System Architecture
PPT
E business n_tier_arch
PPTX
1st Unit Rdjjkkijhghhjjiikjhttttyybms.pptx
PPTX
Dbms level of architecture2
PPTX
Dbms architecture
Client Server Architecture...pptx
Database architacture
Database Management Architecture.pptx
Introduction to Advanced Databases .pptx
Database 1 tier, 2 tier, 3 tier architectures.pptx
Structure of a DBMS/Architecture of a DBMS
UNIT 1 dbdm ad3391 unit lecture notes ppt
Presentation3 Multi-User Architecture.pdf
Client Server Architecture in Software engineering
Client server architecture
two tier and three tier
Differences Between Architectures
Database Management System Architecture.pptx
Technical Architectures
DBMS: Week 02 - Database System Architecture
E business n_tier_arch
1st Unit Rdjjkkijhghhjjiikjhttttyybms.pptx
Dbms level of architecture2
Dbms architecture
Ad

Recently uploaded (20)

PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PPTX
Institutional Correction lecture only . . .
PDF
Classroom Observation Tools for Teachers
PDF
Complications of Minimal Access Surgery at WLH
PPTX
Presentation on HIE in infants and its manifestations
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Pharma ospi slides which help in ospi learning
PDF
RMMM.pdf make it easy to upload and study
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
Cell Types and Its function , kingdom of life
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
VCE English Exam - Section C Student Revision Booklet
Chinmaya Tiranga quiz Grand Finale.pdf
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
Institutional Correction lecture only . . .
Classroom Observation Tools for Teachers
Complications of Minimal Access Surgery at WLH
Presentation on HIE in infants and its manifestations
Abdominal Access Techniques with Prof. Dr. R K Mishra
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Pharma ospi slides which help in ospi learning
RMMM.pdf make it easy to upload and study
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
2.FourierTransform-ShortQuestionswithAnswers.pdf
102 student loan defaulters named and shamed – Is someone you know on the list?
Cell Types and Its function , kingdom of life
Module 4: Burden of Disease Tutorial Slides S2 2025
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
STATICS OF THE RIGID BODIES Hibbelers.pdf
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student

Client Server Architecture in Database Management System

  • 2. DBMS ARCHITECTURE/ CLIENT SERVER ARCHITECTURE Types of DBMS Architecture :- 1. Single Tier Architecture 2. Two Tier Architecture 3. Three Tier Architecture
  • 3. DBMS ARCHITECTURE/ CLIENT SERVER ARCHITECTURE 1. Single Tier Architecture When the Database is Directly available to the user to access, store data that type of architecture is called 1-Tier or Single Tier Architecture. Clients
  • 4. DBMS ARCHITECTURE/ CLIENT SERVER ARCHITECTURE 2. Two Tier Architecture In Two Tier Architecture, an application layer is there between Client and Server to communicate the user’s request to the DBMS and then send the response from the DBMS to the user. Clients DBMS Applicatio n
  • 5. DBMS ARCHITECTURE/ CLIENT SERVER ARCHITECTURE 2. Three Tier ArchitectureIn Three Tier Architecture, one more application layer is there between Client and Server and that is Server DBMS application. This time Client DBMS application is going to access the database through Server DBMS application. Clients Client DBMS Applicatio n Server DBMS Applicatio n