Distributed Databases: Rohini College of Engineering & Technology
Distributed Databases: Rohini College of Engineering & Technology
1. DISTRIBUTED DATABASES
A distributed database is a database in which not all storage devices are attached to a
common processor. It may be stored in multiple computers, located in the same physical
location; or may be dispersed over a network of interconnected computers.
Distributed database is a system in which storage devices are not connected to a common
processing unit.
Database is controlled by Distributed Database Management System and data may be
stored at the same location or spread over the interconnected network. It is a loosely
coupled system.
Shared nothing architecture is used in distributed databases.
Availability: In distributed database system reliability can be achieved even if sever fails down.
Another system is available to serve the client request. Performance: Performance can be
achieved by distributing database over different locations. So the databases are available to
every location which is easy to maintain.
(i) Homogeneous distributed databases system:
Homogeneous distributed database system is a network of two or more databases (With
same type of DBMS software) which can be stored on one or more machines.
So, in this system data can be accessed and modified simultaneously on several databases
in the network. Homogeneous distributed system are easy to handle.
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.
1.