ReplicationIn 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. |
||
"Most people would sooner die than think; in fact, they do so." - Bertrand Russell (1872-1970) |
