Owner: @Youngjoon Lee
This document contains all results of message dissemination time experiments with various queuing mechanism, as planned in ‣.
The time it takes for a single message generated from a sender to reach all nodes in the network by gossiping, as defined in the methodology document,
Each node in the network is connected through the Nomos Gossip protocol. All nodes use the same queuing mechanism when gossiping messages to their peers, minimizing the correlation between messages coming into the node and messages going out.
5 queuing mechanisms have been experimented, as defined in ‣.
NONE
(Just FIFO with GTR and noise)PURE_COIN_FLIPPING
PURE_RANDOM_SAMPLING
PERMUTED_COIN_FLIPPING
NOISY_COIN_FLIPPING
All can be found in the Python code. Here, only few important parameters are introduced.
PURE_COIN_FLIPPING
, PURE_RANDOM_SAMPLING
, PERMUTED_COIN_FLIPPING