HOME

TheInfoList



OR:

In
computer science Computer science is the study of computation, automation, and information. Computer science spans theoretical disciplines (such as algorithms, theory of computation, information theory, and automation) to Applied science, practical discipli ...
, Uniform consensus is a
distributed computing A distributed system is a system whose components are located on different computer network, networked computers, which communicate and coordinate their actions by message passing, passing messages to one another from any system. Distributed com ...
problem that is a similar to the consensus problem with one more condition which is no two processes (whether faulty or not) decide differently. More specifically one should consider this problem: * Each process has an input, should on decide an output (one-shot problem) * Uniform Agreement: every two decisions are the same * Validity: every decision is an input of one of the processes * Termination: eventually all correct processes decide


References

* {{compu-sci-stub Distributed computing problems