Published by: Sareena Kumari Basnet
Published date: 23 Jul 2024
DBMS architecture helps in design, development, implementation, and maintenance of a database. A database stores critical information for a business. Selecting the correct Database Architecture helps in quick and secure access to this data.
Advantages of 1 Tier Architecture
Disadvantages
A two-tier architecture is a database architecture where:
Advantages of a Two-Tier Architecture
Disadvantages
3-tier schema is an extension of the 2-tier architecture. 3-tier architecture has following layers:
This DBMS architecture contains an Application layer between the user and the DBMS, which is responsible for communicating the user's request to the DBMS system and send the response from the DBMS to the user.
The application layer (business logic layer) also processes functional logic, constraint, and rules before passing data to the user or down to the DBMS Three tier architecture is the most popular DBMS architecture.
Advantages of Three-Tier architecture
Disdavantages
Example of Three-tier Architecture is any large website on the internet.