0% found this document useful (0 votes)
95 views5 pages

Client Server Architecture in Database Management System

The document discusses different database management system (DBMS) architectures: 1) Single tier architecture involves clients directly accessing and storing data in the database. 2) Two tier architecture adds an application layer between clients and the database server to communicate requests and responses. 3) Three tier architecture includes an additional server DBMS application layer between the client DBMS application and database server.

Uploaded by

Papan Sarkar
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
Download as pptx, pdf, or txt
0% found this document useful (0 votes)
95 views5 pages

Client Server Architecture in Database Management System

The document discusses different database management system (DBMS) architectures: 1) Single tier architecture involves clients directly accessing and storing data in the database. 2) Two tier architecture adds an application layer between clients and the database server to communicate requests and responses. 3) Three tier architecture includes an additional server DBMS application layer between the client DBMS application and database server.

Uploaded by

Papan Sarkar
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1/ 5

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.

DBMS
Clients
Application
DBMS ARCHITECTURE/
CLIENT SERVER ARCHITECTURE

2. Three Tier Architecture


In 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.

Server Client
DBMS Clients
DBMS
Application Application

You might also like