Đặt câu với từ "byzantine"

1. An example of a polynomial time binary consensus protocol that tolerates Byzantine failures is the Phase King algorithm by Garay and Berman.

비잔틴 장애를 허용하는 다항 시간 이진 합의 프로토콜의 예로는 Garay와 Berman에 의해 제안된 Phase King 알고리즘이 있다.

2. Note the Accepted message in Fast Byzantine Paxos is sent to all Acceptors and all Learners, while Fast Paxos sends Accepted messages only to Learners): Client Acceptor Learner | | | | | | X----->|->|->| | | Accept!(N,I,V) | X<>X<>X------>|->| Accepted(N,I,V) - BROADCAST |<-------------------X--X Response(V) | | | | | | The failure scenario is the same for both protocols; Each Learner waits to receive F+1 identical messages from different Acceptors.

패스트 팩소스가 수락됨 메시지를 학습자들에게만 보낼 때 패스트 비잔틴 팩소스는 모든 수락자와 모든 학습자에게 수락됨 메시지를 보낸다는 것을 기억하라: Client Acceptor Learner | | | | | | X-----&gt;|-&gt;|-&gt;| | | Accept!(N,I,V) | X&lt;&gt;X&lt;&gt;X------&gt;|-&gt;| Accepted(N,I,V) - BROADCAST |&lt;-------------------X--X Response(V) | | | | | | 두 프로토콜에서 실패 시나리오는 같다.