Which of the following is true concerning a global transaction? The required data are at one local site and the distributed DBMS routes requests as necessary. The required data are located in at least one nonlocal site and the distributed DBMS passes the request to only the local DBMS. The required data are at one local site and the distributed DBMS passes the request to only the local DBMS. The required data are located in at least one nonlocal site and the distributed DBMS routes requests as necessary. TRUE ANSWER : ? YOUR ANSWER : ?
Each site (or node) in a distributed system is subject to the same types of failure as in a centralized system. False True TRUE ANSWER : ? YOUR ANSWER : ?
A distributed database can use which of the following strategies? All of these Partially or totally replicated across sites Partitioned into segments at different sites Totally centralized at one location and accessed by many sites TRUE ANSWER : ? YOUR ANSWER : ?
A homogenous distributed database is which of the following? A different DBMS is used at each location and data are not distributed across all nodes. The same DBMS is used at each location and data are distributed across all nodes. 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. TRUE ANSWER : ? YOUR ANSWER : ?
A semijoin is which of the following? Only the joining attributes are sent from one site to another and then all of the rows are returned. All of the attributes are sent from one site to another and then only the required rows are returned. Only the joining attributes are sent from one site to another and then only the required rows are returned. All of the attributes are sent from one site to another and then only the required rows are returned. TRUE ANSWER : ? YOUR ANSWER : ?
The problem of concurrency control is more complex in a distributed database. True False TRUE ANSWER : ? YOUR ANSWER : ?
Data replication is favored where most process requests are read-only and where the data are relatively static. True False TRUE ANSWER : ? YOUR ANSWER : ?
A distributed database has which of the following advantages over a centralized database? Modular growth Software cost Software complexity Slow Response TRUE ANSWER : ? YOUR ANSWER : ?
Replication may use either synchronous or asynchronous distributed database technologies, although asynchronous technologies are more typical in a replicated environment. True False TRUE ANSWER : ? YOUR ANSWER : ?
Replication should be used when which of the following exist? When using many nodes with different operating systems and DBMSs and database designs. All of these The application's data can be somewhat out-of-date. When transmission speeds and capacity in a network prohibit frequent refreshing of large tables. TRUE ANSWER : ? YOUR ANSWER : ?