Distributed Data and Replication
Data is held on several computer systems.A transaction may need to assemble data from several sources
Several copies of the data are held in different locations.
Mirror: Complete data set is replicated
Cache: Dynamic set of data is replicated (e.g., most recently used)
With replicated data, the biggest problem is consistency.