Making comparisons between currencies and blockchain systems is often a bad idea. Why? Because they’re different solutions to different problems. All systems are based on their own security models. If we’re talking about decentralized systems, and keep that ‘decentralized’ idea front of mind, then the most important thing that’s worth mentioning is consensus. Of course, there are many kinds of consensus, of which the two most popular types are known as PoW (Proof of Work) and PoS (Proof of Stake). People also often claim that one kind of consensus is better than another — but here, again, there are different solutions which fit different situations. Even so, it’s clear that within one kind, there could be better or worse options. There’s been very little written about when it’s better to deploy a particular kind of consensus — which helps foster the misconception that you can take bitcoin’s or Ethereum’s codebase — and just use it for your own use-case? And there’s even less written about how to classify kinds of consensus.

In practice, this leads to situations when someone plans designing a national digital currency, they use a bitcoin fork as the template (I’ve come across such cases :) ). In this case it’s not clear who the miners are, or why we even need them.

Let’s look at a different example. Some people call Ripple a centralized blockchain. In fact they’re right, in the case of a specific company which controls the validators network — although wrong when referring to the underlying technology.

Another example is a case of ‘private blockchains’ (I believe it’s a mistaken term — but I’m forced to use it, otherwise people are going to get disoriented) that community doesn’t like. People say that they are centralized, insecure, don’t differ in any way from MySQL etc. Yet again, in the majority of cases this isn’t fair — it’s just that the system-builder never explained the security model, and critics didn’t dig deeper.

At this point I’ll try to explain what issue is solved by each consensus — in the plainest language I can muster.

1. Multisignature/Byzantine Fault Tolerance (BFT). These algorithms are primarily used for achieving consensus among a limited group of people (In the case of multisignature between few participants — or in the case of BFT, between dozens of them, most usually equals). It makes sense to use BFT when all the parties in the process know each other, and the list of them doesn’t change often. One example would be voting among the inhabitants of a building on collectively-organized repairs.

2. Proof of Stake (PoS) — voting by stake (or by percentage of ownership). This is very similar to voting among shareholders in a company — whoever holds the largest slice of the pie will get the most say on how decisions are made. The specific quorum for achieving consensus can vary depending on the company. Some may require a simple majority (51%), others might demand a two-thirds majority, and there could even be those who require a unanimous 100%. Other consensuses in the class are PoI (proof of importance) and DPoS(delegated proof of stake, when small-scale shareholders choose a delegate as their representatives).

3. Federated Byzantine Agreement (FBA), which was first introduced by Ripple, and then formally proven by Stellar, permits reaching consensus among large numbers of participants who don’t know each other personally, and in situations when the total number of participants may not even be known. Each participant extends to trust to only a limited (by number) group of other participants, and therefore achieves consensus only amongst a narrow circle. However, since each of these circles has some element of overlap with others, it’s possible to achieve overall consensus. There are not, however, many examples of such situations in real life — models might include sowing the seeds of revolution, when people spread the word mouth-to-mouth, and infect others with their enthusiasm.

4. Proof of work (PoW) owes its popularity to cryptocurrencies, and is certainly the most complicated to explain. In PoW, all of the participants remain anonymous, don’t extend trust to each other, and their total number is unlimited/unknown.

Imagine if team of warriors, instead of fighting with each other for trophies after each battle are comparing their weapons — and decisions would be taken on the basis of the comparison. So to define who deserves trophies warriors are challenging a goal — let’s say a dragon. Whoever has the greater fire-power will win most often — and thus will most often will take the reward. All of the participants will be working on building up their strength before battles— and this can lead to an ‘arms race’. Obviously, it’s possible for a part or section of the participants to opt to leave entirely, and set up their own separate squad (in other words, a ‘fork’).

If we try to classify all these forms of consensus, there are two primary criteria (but there could perhaps be other ways of classifying them), and these are (i) the anonymity of each validator, and (ii) lever of trust to a specific validator (more thoughts here).

Now it would make sense to compare systems within groups. Of course, there will also be some subgroups — but at least there won’t be utter confusion.

Visit http://tokend.org/ to know more about Distributed Lab’s approach to standardize development of tokenization systems.

https://medium.com/@pavelkravchenko/consensus-explained-396fe8dac263

Consensus explained相关推荐

  1. In Search of an Understandable Consensus Algorithm(寻找可理解的共识算法)

    原文见 Raft Consensus Protocol 题目:In Search of an Understandable Consensus Algorithm 作者:Diego Ongaro an ...

  2. 《Design Patterns Explained》读书笔记

    Design Patterns Explained: A New Perspective onObject-Oriented Design 作者:Alan Shalloway, James R. Tr ...

  3. 「论文自译」MIT 6.824 In Search of an Understandable Consensus Algorithm (Extended Version)

    文章目录 Abstract 1 - Introduction 2 - Replicated state machines 3 - What's wrong with Paxos? 4 - Design ...

  4. R语言plotly可视化:使用PCA算法进行数据降维、使用plotly可视化随着主成分的增加解释的方差的量(plotting explained variance)

    R语言plotly可视化:使用PCA算法进行数据降维.使用plotly可视化随着主成分的增加解释的方差的量(plotting explained variance) 目录

  5. Accurate circular consensus long-read sequencing improves variant detection and assembly of a human

    Accurate circular consensus long-read sequencing improves variant detection and assembly of a human ...

  6. Non Hybrid Long Read Consensus Using Local De Bruijn Graph Assembly

    参考:https://www.biorxiv.org/content/biorxiv/early/2017/02/06/106252.full.pdf Non Hybrid Long Read Con ...

  7. 使用PaupGUI软件合并一致性树consensus tree

    ​PAUP是一款用于构建进化树(系统发育树)及进行相关检验的软件.本文解决的问题是How to create consensus phylogenetic tree by PaupGUI. 适用情形: ...

  8. 【Paper】2021_Analysis of the Consensus Protocol of Heterogeneous Agents with Time-Delays

    发一篇自己写的文章,欢迎各位引用,引用格式如下: Zhao, Jichao & Dai, Fengzhi & Yunzhong, Song. (2021). Analysis of t ...

  9. 【Paper】2018_Group Consensus for Discrete-Time Heterogeneous Multiagent Systems with Input and Commun

    Jiang Y, Ji L, Pu X, et al. Group consensus for discrete-time heterogeneous multiagent systems with ...

最新文章

  1. hive左关联剔除和where 剔除不一致
  2. 【BZOJ4237】稻草人
  3. POJ3197(连分数表示)
  4. Python 3 利用 Dlib 和 sklearn 人脸笑脸检测机器学习建模
  5. 分布式锁的三种实现方式_分布式锁的几种实现方式~
  6. 面试题:为什么Java中的字符串对象是不可变的
  7. 信息学奥赛一本通(1161:转进制)
  8. centos7 最小gnome桌面_Linux 桌面进化史
  9. 7-35 混合类型数据格式化输入 (5 分)
  10. netstat命令详解
  11. PHP snmpwalkoid和snmpwalk的区别,snmpwalkoid返回对象 id 及它们各自的值,snmpwalk仅返回值
  12. WordPress收费下载插件Erphpdown 免费下载(更新至v9.6.2)
  13. 关于动态电路响应那些事
  14. datamap excel插件_Excel地图插件 DataMap
  15. 也许黎曼猜想是错误的
  16. golang mian函数和init函数
  17. 夜,依旧寂寞心照不宣!
  18. Hello Shader之Hello Trangle
  19. 试试这几个简单好用的手机小技巧吧
  20. ABAP对excel的操作(为单元格填充背景颜色、设置border等)

热门文章

  1. Extjs4.2——Panel
  2. nginx upstream setting
  3. 面向对象的继承关系体现在数据结构上时,如何表示
  4. ORACLE AWR 和 ASH
  5. WIN7系统中连接点(Junction Points)
  6. 剪刀、石头、布机器人比赛
  7. c++学习笔记之构造函数
  8. Python系统调用——运行其他程序
  9. 科大星云诗社动态20210410
  10. 划重点!通俗解释协方差与相关系数