Podcast
Questions and Answers
What defines a distributed database system?
What defines a distributed database system?
- Limited to one system
- Spread over different sites (correct)
- Managed by a single user
- Located on a single site
What is a characteristic of a homogeneous database?
What is a characteristic of a homogeneous database?
- Stores database identically at all sites (correct)
- Uses different database management systems at each site
- Uses different data models at each site
- Requires translations for query processing
What is a challenge of a heterogeneous distributed database?
What is a challenge of a heterogeneous distributed database?
- Compatibility among different sites
- Uniform schema and software usage
- Easy query processing without translations
- Lack of awareness among sites (correct)
How is data stored in the replication approach?
How is data stored in the replication approach?
Why might a distributed database system be required?
Why might a distributed database system be required?
In a fully redundant database, what is the advantage of having copies of data maintained at different sites?
In a fully redundant database, what is the advantage of having copies of data maintained at different sites?
What is a disadvantage of maintaining copies of data at different sites in a fully redundant database?
What is a disadvantage of maintaining copies of data at different sites in a fully redundant database?
Which type of fragmentation ensures that each tuple is assigned to at least one fragment?
Which type of fragmentation ensures that each tuple is assigned to at least one fragment?
What is the main advantage of a distributed database system over a centralized database system?
What is the main advantage of a distributed database system over a centralized database system?
What are the characteristics of a distributed database management system (DDBMS)?
What are the characteristics of a distributed database management system (DDBMS)?
What makes a homogeneous database easy to manage?
What makes a homogeneous database easy to manage?
What is the primary challenge of a heterogeneous distributed database?
What is the primary challenge of a heterogeneous distributed database?
What is the purpose of translations in a heterogeneous distributed database?
What is the purpose of translations in a heterogeneous distributed database?
In which type of distributed data storage approach is the entire relationship stored redundantly at 2 or more sites?
In which type of distributed data storage approach is the entire relationship stored redundantly at 2 or more sites?
What defines a distributed database system as being located on various sites that don’t share physical components?
What defines a distributed database system as being located on various sites that don’t share physical components?
In a distributed database system, what is the advantage of using fragmentation?
In a distributed database system, what is the advantage of using fragmentation?
What is a disadvantage of horizontal fragmentation in a distributed database system?
What is a disadvantage of horizontal fragmentation in a distributed database system?
What is the main challenge of maintaining a fully redundant database with copies of data at different sites?
What is the main challenge of maintaining a fully redundant database with copies of data at different sites?
What distinguishes a hybrid fragmentation from horizontal and vertical fragmentation?
What distinguishes a hybrid fragmentation from horizontal and vertical fragmentation?
Why does a distributed database system provide higher availability and reliability compared to a centralized database system?
Why does a distributed database system provide higher availability and reliability compared to a centralized database system?