What is Consensus algorithm?

Asked 19-May-2022
Viewed 307 times

1 Answer


0

  • A consensus algorithm is a computer science procedure that allows disparate processes or systems to agree on a single data value. Consensus methods are used in networks with several faulty nodes to achieve reliability. In distributed computing and multi-agent systems, resolving this issue, known as the consensus problem, is critical.
  • Consensus algorithms must expect that some processes and systems will be unavailable, as well as that some communications will be lost, in order to handle this reality. Consensus algorithms must therefore be fault-tolerant. They usually presume that just a percentage of nodes would reply, but they demand a minimum response from that portion, such as 51 percent.


Read More: What is a 51% attack?