Dbms Project
Dbms Project
o The client/server architecture consists of many PCs and a workstation which are
connected via the network.
1-Tier Architecture
o In this architecture, the database is directly available to the user. It means the user can
directly sit on the DBMS and uses it.
o A simple one tier architecture example would be anytime you install a Database in
your system and access it to practice SQL queries.
2-Tier Architecture
The 2-Tier architecture is same as basic client-server. Applications on the client can directly
communicate with database.
3-Tier Architecture
o The 3-Tier architecture contains another layer between the client and server. In this
architecture, client can't directly communicate with the server
o The 3-Tier architecture is used in case of large web application.
o Example-This can be a relational database management system such
as PostgreSQL, MySQL, MariaDB, Oracle, DB2, Informix or Microsoft SQL Server