Content deleted Content added
copyedits, added references, trimmed see also section |
Add a pointer to leader election. This feels relevant to parts of the industry where "Leader election" has replaced "Master election". (Master election redirects here) |
||
Line 17:
* '''Passive replication''', which involves processing every request on a single replica and transferring the result to the other replicas
When one
[[Load balancing (computing)|Load balancing]] differs from task replication, since it distributes a load of different computations across machines, and allows a single computation to be dropped in case of failure. Load balancing, however, sometimes uses data replication (especially [[multi-master replication]]) internally, to distribute its data among machines.
|