An increasingly popular option for data distribution as well as for fault tolerance of any database is to store a separate copy of the database at each of two or more sites.
Options
A. True
B. False
Correct Answer
True
Distributed Databases problems
Search Results
1. The problem of concurrency control is more complex in a distributed database.
5. Synchronization for pull replication is less disruptive and occurs only when needed by each site, not when a central master site thinks it is best to update.
6. 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.
10. With asynchronous technology, if any copy of a data item is updated anywhere on the network, the same update is immediately applied to all other copies or it is aborted.