Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Database Systems Design
Exam 12: Distributed Database Management Systems
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
____ transparency ensures that the system will continue to operate in the event of a node failure.
Question 2
Short Answer
In a DDBMS,____________________ control is used to manage simultaneous data access and ensure data consistency across database fragments.
Question 3
True/False
One of the advantages of a DDBMS is that the data is located near the site with the least demand.
Question 4
Short Answer
A user-friendly ____________________ is one advantage of a DDBMS.
Question 5
True/False
A fully distributed DBMS must perform all the functions of a centralized DBMS,and it must handle all necessary functions imposed by the distribution of data and processing.
Question 6
True/False
A remote transaction,composed of several requests,may access data at multiple sites.
Question 7
True/False
Both distributed processing and distributed databases require a network to connect all components.
Question 8
True/False
Current DDBMSs are subject to some problems,such as the complexity of management and control.
Question 9
True/False
A distributed database system requires functional characteristics that can be grouped and described as transparency features.
Question 10
Multiple Choice
A distributed database is composed of several parts known as database ____.
Question 11
Essay
What is transaction transparency? What are some of the basic concepts that you should know to understand how transactions are managed in a DDBMS?
Question 12
Short Answer
The ____________________ fragment condition indicates that each row is unique,regardless of the fragment in which it is located.
Question 13
Short Answer
In a DDBMS,____________________ occurs to determine the data location of local and remote fragments.
Question 14
Essay
Describe performance transparency and heterogeneity transparency.
Question 15
Multiple Choice
____ is a disadvantage of a DDBMS.
Question 16
Short Answer
The database description,known as the distributed ____________________ schema,is the common database schema used by local TPs to translate user requests into subqueries (remote requests)that will be processed by different DPs.