Node

노드

Network & Protocol 28 references

데이터를 검증하고 중계하여 네트워크에 참여하는 프로토콜 소프트웨어를 실행하는 컴퓨터입니다. 노드는 전체 노드, 라이트 클라이언트, 검증자 또는 특수 역할일 수 있습니다.

28개 백서 섹션에 등장

$XRP XRP
Abstract
...rations. The key insight is that consensus does not require global trust. Each node in the network maintains a Unique Node List (UNL) — a set of other nodes that i...
Introduction
...these concerns by using a different mechanism for Sybil resistance — the Unique Node List — and a separate iterative voting protocol for consensus. This decoupling ...
Definition of Consensus
...en servers because they have received different sets of transactions. **Unique Node List (UNL).** The UNL of a server `s` is a set of other servers that `s` trusts...
Existing Consensus Algorithms
...nodes, but they assume crash failures rather than Byzantine failures. A crashed node simply stops responding, whereas a Byzantine node may send conflicting messages...
Formal Analysis of Convergence
...ove the threshold. The combination of the overlap requirement and the Byzantine node bound makes it impossible for `T` to simultaneously achieve 80% support in one ...
Unique Node Lists
The Unique Node List (UNL) is the mechanism by which RPCA achieves Sybil resistance without pro...
Simulation Code
...network size, which is a key advantage of the UNL-based approach). **Byzantine node fraction.** The percentage of Byzantine nodes was varied from 0% (fully correct...
Discussion
....** The structure of the network's UNL graph — the graph where each server is a node and each UNL inclusion is a directed edge — significantly impacts the propertie...
Conclusion
...nsus for payment systems. By utilizing collectively-trusted subnetworks (Unique Node Lists) rather than requiring global agreement among all nodes or computationall...

Related Stories