DBMS Architecture & Models || DBMS Tier Architecture
DBMS Architecture & Models
DBMS Architecture
DBMS Architecture Describe How The Database System Is Structured The Layers, Components And How Users Interact With The Database.
Types Of DBMS Architecture
- Tier Architecture (Single tier)
- Tier Architecture (Client Server)
- Tier Architecture (Most Common)
Tier Architecture (Single Tier)
- The User Directly Intercaste With The Database
- Not Intermediate Layer (User In Development & Testing)
- Example: MS Access, Local SQLite
Tier Architecture (Client Server)
- Application (Client) Communication Directly With The DBMS (Server)
- Good For Small To Medium Application
- Example: MySQL With Desktop Client Software


Comments
Post a Comment