Node

Network & Protocol 28 references

Um computador executando software de protocolo que participa da rede validando e retransmitindo dados. Os nós podem ser nós completos, clientes leves, validadores ou funções especializadas.

Aparece em 28 seções de whitepapers

$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