Mastodon
Note on Gossiping on Star Graphs
A star graph is among the worst possible configurations for gossip.
Assume an
node star graph with the central node as the update origin. With
nodes updated, the probability the central node gossips to a non-updated
node is
.
โ This is a follow up to my 3B1B Summer of Math submission. You can read
that in full here.
If youโve taken a course on probability, you may have noticed a
resembelence to the coupon
collectorโs problem. The expected number of rounds to complete the
gossip process
is
as the solution to this well-studied problem:
The expectation of
doesnโt give any insight into the worst-case performance of the
algorithm. Instead, we can approximate the right tail of the
distribution by studying a single peripheral nodeโs state after
rounds.
For a single node, the probability it has not been updated by the
central node in
rounds is
.
Finally, we union
bound over all
peripheral nodes and find the probability that
.