Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 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