ADBMS Notes 4
ADBMS Notes 4
2. Define replication.
Ans: Data replication is the process in which the data is copied at multiple locations (Different
computers or servers) to improve the availability of data.
3. Define transparency.
Ans: Distribution transparency is the property of distributed databases by the virtue of which the
internal details of the distribution are hidden from the users. The DDBMS designer may choose
to fragment tables, replicate the fragments and store them at different sites. However, since
users are oblivious of these details, they find the distributed database easy to use like any
centralized database.