This commit is contained in:
Sarah Jamie Lewis 2018-07-13 19:14:12 -07:00
parent f6f9ee6737
commit 79e225a039
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ How we design systems to defend themselves from emergent centralization is, I th
Protocols such as [Ricochet](https://ricochet.im) and [Briar](https://briarproject.org) provide some of the answer, relying on strong peer-to-peer models that are difficult to directly exert any kind of control over. This kind of design comes with the downside of making certain desirable features very difficult.
[Cwtch](https://cwtch.im) is built on Ricochet with the aim of making many of those desirable features possible. However, one the risks of such designs is that emergent centralization becomes entrenched. As such Cwtch Severs can be seen as having built in defensive decentralization - the more peers/groups using a server, the greater the anonymity set. However, servers don't scale, so performance suffers as the number of connected peers increases, triggering the peers to move to another server.
[Cwtch](https://cwtch.im) is built on Ricochet with the aim of making many of those desirable features possible. However, one the risks of such designs is that emergent centralization becomes entrenched. As such Cwtch Servers can be seen as having built in defensive decentralization - the more peers/groups using a server, the greater the anonymity set. However, servers don't scale, so performance suffers as the number of connected peers increases, triggering the peers to move to another server.
Like a slime mold model, I can imagine peers in Cwtch transitioning from clustering around a few larger servers, to being spread out among many smaller servers, and back again.