Which architecture is commonly used in modern DBMS?
Practice Questions
Q1
Which architecture is commonly used in modern DBMS?
Single-tier architecture
Two-tier architecture
Three-tier architecture
Four-tier architecture
Questions & Step-by-Step Solutions
Which architecture is commonly used in modern DBMS?
Correct Answer: Three-tier architecture
Step 1: Understand what a DBMS is. A DBMS (Database Management System) is software that helps manage databases.
Step 2: Learn about architecture in DBMS. Architecture refers to how different parts of the system are organized and interact with each other.
Step 3: Identify the common types of architecture. There are different architectures, but the three-tier architecture is widely used.
Step 4: Break down the three tiers. The three tiers are: 1) User Interface (where users interact), 2) Application Logic (where processing happens), and 3) Database Management (where data is stored).
Step 5: Understand the benefits of three-tier architecture. It separates concerns, making the system more organized and easier to manage.