Home / CSE / Database System 2 - CS :: Distributed Databases

CSE :: Database System 2 - CS

  1. A distributed database has which of the following advantages over a centralized database?

  2. A.

     Software cost

    B.

     Software complexity

    C.

     Slow Response

    D.

     Modular growth


  3. An autonomous homogenous environment is which of the following?

  4. A.

     The same DBMS is at each node and each DBMS works independently.

    B.

     The same DBMS is at each node and a central DBMS coordinates database access.

    C.

     A different DBMS is at each node and each DBMS works independently.

    D.

     A different DBMS is at each node and a central DBMS coordinates database access.


  5. A transaction manager is which of the following?

  6. A.

     Maintains a log of transactions

    B.

     Maintains before and after database images

    C.

     Maintains appropriate concurrency control

    D.

     All of the above


  7. Location transparency allows for which of the following?

  8. A.

     Users to treat the data as if it is at one location

    B.

     Programmers to treat the data as if it is at one location

    C.

     Managers to treat the data as if it is at one location

    D.

     All of the above


  9. A heterogeneous distributed database is which of the following?

  10. A.

     The same DBMS is used at each location and data are not distributed across all nodes.

    B.

     The same DBMS is used at each location and data are distributed across all nodes.

    C.

     A different DBMS is used at each location and data are not distributed across all nodes.

    D.

     A different DBMS is used at each location and data are distributed across all nodes.


  11. Some of the columns of a relation are at different sites is which of the following?

  12. A.

     Data Replication

    B.

     Horizontal Partitioning

    C.

     Vertical Partitioning

    D.

     Horizontal and Vertical Partitioning


  13. Which of the following is true concerning a global transaction?

  14. A.

     The required data are at one local site and the distributed DBMS routes requests as necessary.

    B.

     The required data are located in at least one nonlocal site and the distributed DBMS routes requests as necessary.

    C.

     The required data are at one local site and the distributed DBMS passes the request to only the local DBMS.

    D.

     The required data are located in at least one nonlocal site and the distributed DBMS passes the request to only the local DBMS.


  15. A homogenous distributed database is which of the following?

  16. A.

     The same DBMS is used at each location and data are not distributed across all nodes.

    B.

     The same DBMS is used at each location and data are distributed across all nodes.

    C.

     A different DBMS is used at each location and data are not distributed across all nodes.

    D.

     A different DBMS is used at each location and data are distributed across all nodes.


  17. Replication should be used when which of the following exist?

  18. A.

     When transmission speeds and capacity in a network prohibit frequent refreshing of large tables.

    B.

     When using many nodes with different operating systems and DBMSs and database designs.

    C.

     The application's data can be somewhat out-of-date.

    D.

     All of the above.


  19. Storing a separate copy of the database at multiple locations is which of the following?

  20. A.

     Data Replication

    B.

     Horizontal Partitioning

    C.

     Vertical Partitioning

    D.

     Horizontal and Vertical Partitioning