From 5f3afacd159278903018c57bae2c7dc849cb69e2 Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Thu, 17 Oct 2019 12:40:15 +0800 Subject: [PATCH] Add report --- whisper_scalability/report.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/whisper_scalability/report.html b/whisper_scalability/report.html index 2f0ac46..32f8a17 100644 --- a/whisper_scalability/report.html +++ b/whisper_scalability/report.html @@ -110,14 +110,14 @@ Assumptions: - A13. Bloom filter assuming optimal k choice (sensitive to m, n). - A14. Bloom filter false positive proportion of full traffic, p=0.1 - A15. Benign duplicate receives factor (static): 2 -- A16. Assuming no bad envelopes, bad PoW, expired, etc (static). +- A16. No bad envelopes, bad PoW, expired, etc (static). For 100 users, receiving bandwidth is 21.5MB/day For 10k users, receiving bandwidth is 1.9GB/day For 1m users, receiving bandwidth is 190.9GB/day ------------------------------------------------------------ -Case 7. Mailserver case with better bloom filter, no online mode +Case 7. Case 6 + Mailserver case under ideal conditions and mostly offline Assumptions: - A1. Envelope size (static): 1024kb @@ -132,13 +132,14 @@ Assumptions: - A13. Bloom filter assuming optimal k choice (sensitive to m, n). - A14. Bloom filter false positive proportion of full traffic, p=0.1 - A15. Benign duplicate receives factor (static): 2 -- A17. Assuming no bad request or duplicate messages for mailservers (static). -- A18. Assuming node can change false positive rate reliably for mailservers to p=0.01 -- A19. Assuming no online traffic, only offline fetching for mailservers (static). +- A16. No bad envelopes, bad PoW, expired, etc (static). +- A17. User is offline p% of the time (static) p=0.9 +- A18. No bad request, duplicate messages for mailservers, and overlap/retires are perfect (static). +- A19. Mailserver only fetches topic interested in. -For 100 users, receiving bandwidth is 2.0MB/day -For 10k users, receiving bandwidth is 99.1MB/day -For 1m users, receiving bandwidth is 9.6GB/day +For 100 users, receiving bandwidth is 3.0MB/day +For 10k users, receiving bandwidth is 196.9MB/day +For 1m users, receiving bandwidth is 19.2GB/day ------------------------------------------------------------ Case 8. Waka mode - no metadata protection with bloom filter and one node connected; still static shard