Client Server Architecture in Database Management System
291 views
5 slides
Jul 08, 2019
Slide 1 of 5
1
2
3
4
5
About This Presentation
There are three types of dbms architecture :
1. single tier
2. two tier
3. three tier
Size: 101.75 KB
Language: en
Added: Jul 08, 2019
Slides: 5 pages
Slide Content
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 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. Clients Client DBMS Application Server DBMS Application