美文网首页
拜占庭容错(BFT)

拜占庭容错(BFT)

作者: pluto_S | 来源:发表于2018-07-27 17:07 被阅读0次

    拜占庭容错是一个定义容许属于拜占庭将军问题失败类别的系统的特性。
    One example of BFT in use is bitcoin, a peer-to-peer digital cash system. The bitcoin network works in parallel to generate a blockchain with proof-of-work allowing the system to overcome Byzantine failures and reach a coherent global view of the system's state.
    Byzantine fault tolerance mechanisms use components that repeat an incoming message (or just its signature) to other recipients of that incoming message. All these mechanisms make the assumption that the act of repeating a message blocks the propagation of Byzantine symptoms. For systems that have a high degree of safety or security criticality, these assumptions must be proven to be true to an acceptable level of fault coverage. When providing proof through testing, one difficulty is creating a sufficiently wide range of signals with Byzantine symptoms.[36] Such testing likely will require specialized fault injectors.[37][38]

    相关文章

      网友评论

          本文标题:拜占庭容错(BFT)

          本文链接:https://www.haomeiwen.com/subject/skdgmftx.html