The Replication reference article from the English Wikipedia on 24-Jul-2004
(provided by Fixed Reference: snapshots of Wikipedia from wikipedia.org)

Replication

Have you considered sponsoring a child
In biology, replication is the act or ability to make a copy. (Mostly commonly meaning molecular replication).


In computer science, replication is the provision of redundant resources (software or hardware components) to improve reliability and fault-tolerance.

Storage or backup of the same data on multiple file systems is an example for replication. Database replication is implemented, for example in MySQL, usually with a master slave relationship between the original and the copy. Updates are logged at the master and rippled through to the slave. The slave outputs a message stating the last update it successfully received, so that subsequent updates can be sent (and resent) until successfully applied. See also Coda and RAID.