Note on Parallel and Distributed Database
Note on Parallel and Distributed Database
Homogeneous Database:
In a homogeneous database, all different sites store database
identically. The operating system, database management system, and
the data structures used – all are the same at all sites. Hence, they’re
easy to manage.
Example: Consider that we have
three departments using Oracle-9i
for DBMS. If some changes are
made in one department then, it
would update the other
department also.
Heterogeneous distributed database:
here data are distributed to multiple
sites which may be autonomous and
under the control of different DBMS
software. The key to building
heterogeneous system is to have well
accepted standards for gateway
protocols. A gateway protocol is an
application programming interface (API)
that exposes DBMS functionality of
external applications e.g.(ODBC) open
database connectivity and (JDBC) java
Architectures of DDBMS