An autonomous homogenous environment is which of the following? The same DBMS is at each node and a central DBMS coordinates database access. A different DBMS is at each node and each DBMS works independently. The same DBMS is at each node and each DBMS works independently. A different DBMS is at each node and a central DBMS coordinates database access. TRUE ANSWER : ? YOUR ANSWER : ?
In a semijoin, only the joining attribute is sent from one site to another, and then only the required rows are returned. True False TRUE ANSWER : ? YOUR ANSWER : ?
Location transparency allows for which of the following? All of these Users to treat the data as if it is at one location Managers to treat the data as if it is at one location Programmers to treat the data as if it is at one location TRUE ANSWER : ? YOUR ANSWER : ?
Replication should be used when which of the following exist? The application's data can be somewhat out-of-date. All of these When transmission speeds and capacity in a network prohibit frequent refreshing of large tables. When using many nodes with different operating systems and DBMSs and database designs. TRUE ANSWER : ? YOUR ANSWER : ?
Storing a separate copy of the database at multiple locations is which of the following? Data Replication Vertical Partitioning Horizontal Partitioning Horizontal and Vertical Partitioning TRUE ANSWER : ? YOUR ANSWER : ?
A homogenous distributed database is which of the following? The same DBMS is used at each location and data are not distributed across all nodes. A different DBMS is used at each location and data are distributed across all nodes. The same DBMS is used at each location and data are distributed across all nodes. A different DBMS is used at each location and data are not distributed across all nodes. TRUE ANSWER : ? YOUR ANSWER : ?
A distributed database can use which of the following strategies? Partially or totally replicated across sites All of these Partitioned into segments at different sites Totally centralized at one location and accessed by many sites TRUE ANSWER : ? YOUR ANSWER : ?
A distributed database is which of the following? A single logical database that is spread to multiple locations and is interconnected by a network A loose collection of file that is spread to multiple locations and is interconnected by a network A single logical database that is limited to one location. A loose collection of file that is limited to one location. TRUE ANSWER : ? YOUR ANSWER : ?
Asynchronous technology can result in unsatisfactorily slow response time because the distributed DBMS is spending considerable time checking that an update is accurately and completely propagated across the network. False True TRUE ANSWER : ? YOUR ANSWER : ?
The problem of concurrency control is more complex in a distributed database. True False TRUE ANSWER : ? YOUR ANSWER : ?