Skip to main content

Posts

Showing posts with the label 1-tier

DBMS Architecture | 1-tier | 2-tier | 3-tier architecture

DBMS Architecture DBMS Architecture (database management system architecture)  Types of DBMS Architecture 1-tier architecture 2-tier architecture 3-tier architecture DBMS Architecture DBMS design depends on its architecture. Basic client/server architecture is used to deal with the large number of PCs, web servers, database servers and other components that are associated with the network. Client/Server Architecture consists of multiple PCs and a workstation which are connected via a network. The DBMS architecture depends on how the users are connected to the database to receive their requests. Types of DBMS Architecture Database Architecture can be viewed as single tier or multi-tier. But logically, there are two types of Database Architecture such as: 2-tier architecture and 3-tier architecture. 1-Tier Architecture In this architecture, the database is directly available to the user. This means that the user can access the DBMS directly. The changes made here will be done directl...