1. What is a distributed database architecture?
(A) A single database located on multiple servers
(B) A database distributed across multiple locations or nodes
(C) A database architecture that relies on cloud storage
(D) A database that is replicated in real-time
2. Which of the following best describes a homogeneous distributed database system?
(A) A system where all nodes use different database management systems (DBMS)
(B) A system where all nodes use the same DBMS and have the same schema
(C) A system where data is only partially replicated
(D) A system where nodes have different schemas but the same DBMS
3. In a heterogeneous distributed database system, what is typically required for interoperability between different databases?
(A) Data encryption
(B) Data fragmentation
(C) A middleware or translation layer
(D) A single point of failure
4. Which architecture involves a centralized database system that coordinates data access and updates across multiple distributed databases?
(A) Peer-to-Peer Architecture
(B) Client-Server Architecture
(C) Centralized Architecture
(D) Distributed Coordination Architecture
5. What is the main characteristic of a peer-to-peer distributed database architecture?
(A) Centralized control with a master database
(B) All nodes have equal authority and share responsibilities
(C) Data is replicated at a central server
(D) All nodes have different database schemas
6. In a client-server distributed database architecture, what is the role of the client?
(A) To manage the database schema and structure
(B) To perform data storage and retrieval operations
(C) To request and utilize data from the server
(D) To coordinate data distribution across nodes
7. Which type of distributed database architecture relies on a central node to manage transactions and coordinate data access?
(A) Peer-to-Peer Architecture
(B) Federated Architecture
(C) Centralized Architecture
(D) Client-Server Architecture
8. In a distributed database system, what is a ‘federated database’?
(A) A system where multiple autonomous databases are integrated and appear as a single database to users
(B) A database that uses a single server to manage all data
(C) A system that relies on a single DBMS for all nodes
(D) A database that is replicated across multiple locations
9. Which distributed database architecture allows for data to be managed and queried in a way that appears as if it is stored in a single database, even though it is distributed?
(A) Homogeneous Distributed Database
(B) Heterogeneous Distributed Database
(C) Federated Database System
(D) Centralized Database System
10. What is the primary advantage of a distributed database system over a centralized database system?
(A) Easier to manage a single point of failure
(B) Improved scalability and fault tolerance
(C) Simplified database design
(D) Reduced complexity in transaction management
11. Which of the following is a challenge in a distributed database architecture?
(A) Single point of failure
(B) Data replication
(C) Network latency
(D) Centralized control
12. In a distributed database, what does ‘data fragmentation’ typically involve?
(A) Storing all data at a central site
(B) Breaking data into pieces and distributing them across multiple nodes
(C) Encrypting data for security
(D) Creating backup copies of data
13. What is the purpose of a ‘middleware’ in a heterogeneous distributed database system?
(A) To handle database encryption
(B) To manage backup and recovery processes
(C) To enable communication and coordination between different database systems
(D) To perform data replication
14. Which type of distributed database system is best suited for applications requiring high availability and fault tolerance?
(A) Centralized Database System
(B) Federated Database System
(C) Peer-to-Peer Architecture
(D) Client-Server Architecture
15. What is the main function of a ‘distributed query processor’ in a distributed database system?
(A) To optimize single-node queries
(B) To coordinate and execute queries across multiple nodes
(C) To manage user authentication
(D) To handle backup and recovery operations