Types of DBMS Architecture Lesson Two
Types of DBMS Architecture Lesson Two
There are several types of DBMS Architecture that we use according to the usage
requirements. Types of DBMS Architecture are discussed here.
• 1-Tier Architecture
• 2-Tier Architecture
• 3-Tier Architecture
1-Tier Architecture
In 1-Tier Architecture the database is directly available to the user, the user can
directly sit on the DBMS and use it that is, the client, server, and Database are all
present on the same machine. For Example: to learn SQL we set up an SQL server
and the database on the local system. This enables us to directly interact with the
relational database and execute operations. The industry won’t use this
architecture they logically go for 2-tier and 3-tier Architecture.