Difficulty: Easy
Correct Answer: The same DBMS is at each node and each DBMS works independently.
Explanation:
Introduction / Context:
Distributed databases are often categorized along two axes: homogeneity versus heterogeneity (same versus different DBMS products) and autonomy versus central control (local independence versus global coordination). This classification guides design choices and middleware needs.
Given Data / Assumptions:
Concept / Approach:
An autonomous homogeneous environment means each site uses the same DBMS software yet retains local control over its data and transactions. Global queries may require federation, but there is no single central DBMS dictating access.
Step-by-Step Solution:
Verification / Alternative check:
Taxonomies in distributed DB literature contrast this with “tightly coupled” (central coordination) or “heterogeneous” (different products) environments.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming homogeneity implies central control; they are independent axes.
Final Answer:
The same DBMS is at each node and each DBMS works independently.
Discussion & Comments