Owner: @Youngjoon Lee

This document contains all results of message dissemination time experiments with various queuing mechanism, as planned in ‣.

Definitions

Message Dissemination Time

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,

Queuing Mechanisms

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 ‣.

Common Parameters

All can be found in the Python code. Here, only few important parameters are introduced.