Unit1 - Database Architecture
Unit1 - Database Architecture
Topic:
Database Architecture
Learning Objectives
• Some MCQ’s
DATABASE ARCHITECTURE:
➤ A client machines, on which remote database user work and server machine, on
which the database system runs.
THE DATABASE ARCHITECTURE
How does a database engine work?
❖ NAIVE USERS: Unsophisticated users, interact with the systems through
application programs. EX: Online Banking screen, Payment apps.
Atomicity-all-or-none
➤ The Architecture of DBMS can be seen as either single tier or multiple tiers.
☐ 1-tier Architecture
☐ 2-tier Architecture
☐ 3-tier Architecture
☐ N-tier Architecture
One- Tier Architecture
One-tier Architecture involves putting all of the required components for a software
application or technology on a single server or platform.
Two- Tier Architecture
Three- Tier Architecture:
N-tier Architecture:
• Some MCQ’s
MCQ 1
1. What is the basic client/server architecture, one has to deal with?
B
a) Large number of PCs
b) Web servers
c) Database Servers
d) All of the above
Answer: D
2. How many types of DBMS architectures are there?
a) 1
b) 2
c) 3
d) 4
Answer: C
MCQ
3. The Basic client-server model is similar to
B
a) 2-tier architecture
b) 3-tier architecture
c) 4-tier architecture
d) 5-tier architecture
Answer: A
1.ODBC
2.JDBC
3.Both A. and B.
4.None of the above