Database Management System
What is Database Management System…
Database Management System is a software or technology used to manage data from a database. Some popular databases are MySQL, Oracle, MongoDB, etc. DBMS provides many operations e.g. creating a database, Storing in the database, updating an existing database, delete from the database. Furthermore, DBMS is a system that enables you to store, modify and retrieve data in an organized way. It also provides security to the database.
DBMS Architecture 1-Level, 2-Level, 3-Level
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 of Database Management SystemÂ
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.

2-Tier Architecture of Database Management SystemÂ
The 2-tier architecture is similar to a basic client-server model. The application at the client end directly communicates with the database on the server side. APIs like ODBC and JDBC are used for this interaction. The server side is responsible for providing query processing and transaction management functionalities. On the client side, the user interfaces and application programs are run. The application on the client side establishes a connection with the server side to communicate with the DBMS.
An advantage of this type is that maintenance and understanding are easier, and compatible with existing systems. However, this model gives poor performance when there are a large number of users.

3-Tier Architecture of Database Management SystemÂ
In 3-Tier Architecture, there is another layer between the client and the server. The client does not directly communicate with the server. Instead, it interacts with an application server which further communicates with the database system and then the query processing and transaction management takes place. This intermediate layer acts as a medium for the exchange of partially processed data between the server and the client. This type of architecture is used in the case of large web applications.

For more :Â https://www.appletreeinfotech.in/
We are serving from…






Leave a Reply