Commit 7fd3b2ac0ceae794069fbb7cb732af04ae29197b
formatting
Stephen Whitmore committed on 1/6/2018, 4:03:24 AMParent: c7841b5b7593d27345858224602a5cdc2ae12618
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -1,9 +1,14 @@ | ||
1 | 1 … | # Peer-to-Peer Frequently Asked Questions |
2 | 2 … | |
3 | 3 … | ## Sounds great, but will it scale? |
4 | 4 … | |
5 | -Yes. It is rare to find a p2p service that does not scale. They are distributed systems by design, and most distributed systems are meant to scale. You could say, then, that many distributed systems take cues from p2p systems in order to scale properly. As a good example, Skype was built by the same engineers who built Kazaa, and Skype internally used p2p distribution in order to alleviate the load from any single node, and to save costs. | |
5 … | +Yes. It is rare to find a p2p service that does not scale. They are distributed | |
6 … | +systems by design, and most distributed systems are meant to scale. You could | |
7 … | +say, then, that many distributed systems take cues from p2p systems in order to | |
8 … | +scale properly. As a good example, Skype was built by the same engineers who | |
9 … | +built Kazaa, and Skype internally used p2p distribution in order to alleviate | |
10 … | +the load from any single node, and to save costs. | |
6 | 11 … | |
7 | 12 … | ## If websites are hosted on p2p, what happens when no peers are online? |
8 | 13 … | |
9 | 14 … | ... |
Built with git-ssb-web