Distributed algorithm: Difference between revisions

Content deleted Content added
Jaksa (talk | contribs)
Reliable Broadcast: defined reliable broadcast
Jaksa (talk | contribs)
[[Atomic commit]]: fixed atomic commit
Line 19:
 
=== [[Atomic commit]] ===
An atomic commit is an operation where a set of distinct changes is applied as a single operation. If the atomic commit succeeds, it means that all the changes have been applied. If there is a failure before the atomic commit can be completed, the "commit" is aborted and no changes will be applied.
The atomic commit problem is a variant of the consensus
Algorithms for solving the atomic commig protocol include the [[two-phase commit protocol]] and the [[three-phase commit protocol]].