Which one of the following is the disadvantage of distributed database?

A. Modularity B. Security
C. Complexity D. B and c E. None

1 answer

The correct answer is D. B and C.

Distributed databases often face disadvantages related to security (B) due to multiple sites needing protection and data integrity being more complex to manage, and complexity (C) due to the difficulties in managing distributed transactions, ensuring data consistency, and handling data distribution across locations. Modularity (A) is generally considered an advantage rather than a disadvantage.