| 1. |
What Is A Distributed Database? |
|
Answer» A distributed database is a single LOGICAL database that is SPREAD ACROSS more than one node or locations that are all connected via some communication link. It requires multiple DBMSs, RUNNING at each remote site. A distributed database can be either HOMOGENOUS (same DBMS at each node) or heterogeneous (different DBMS at some nodes). A distributed database is a single logical database that is spread across more than one node or locations that are all connected via some communication link. It requires multiple DBMSs, running at each remote site. A distributed database can be either homogenous (same DBMS at each node) or heterogeneous (different DBMS at some nodes). |
|