LordGhostX 11f3ae9037
US -> UK English rewrite (#99)
* rewrite US to UK English

* unpublish react guide
2023-08-01 20:39:04 +01:00

930 B

title
Discv5

Discv5 is a decentralised and efficient peer discovery mechanism for the Waku Network. It uses a Distributed Hash Table (DHT) for storing ENR records, providing resistance to censorship. Discv5 offers a global view of participating nodes, enabling random sampling for load distribution. It uses bootstrap nodes as an entry point to the network, providing randomised sets of nodes for mesh expansion. Have a look at the Discv5 specification to learn more.

Pros

  • Decentralised with random sampling from a global view.
  • Continuously researched and improved.

Cons

  • Requires lots of connections and involves frequent churn.
  • Relies on User Datagram Protocol (UDP), which is not supported in web browsers.

Overview

import Discv5 from "@site/diagrams/_discv5.md";

<Discv5 />