kb/data/en.wikipedia.org/wiki/Uniform_consensus-0.md

21 lines
921 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Uniform consensus"
chunk: 1/1
source: "https://en.wikipedia.org/wiki/Uniform_consensus"
category: "reference"
tags: "science, encyclopedia"
date_saved: "2026-05-05T11:40:09.478911+00:00"
instance: "kb-cron"
---
In computer science, Uniform consensus is a distributed computing 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 decide on 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 ==
Charron-Bost, Bernadette; Schiper, André (April 2004). "Uniform consensus is harder than consensus". Journal of Algorithms. 51 (1): 1537. doi:10.1016/j.jalgor.2003.11.001.