Commit 7ab8d15e6f9644578a049f43e2b82be9b0df3406
Answer first question
André Staltz authored on 12/19/2017, 8:57:06 PMGitHub committed on 12/19/2017, 8:57:06 PM
Parent: 0d9c00da843527349b9fda8ef722a9ef6b71e766
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -1,9 +1,9 @@ | ||
1 | 1 … | # Peer-to-Peer Frequently Asked Questions |
2 | 2 … | |
3 | 3 … | ## Sounds great, but will it scale? |
4 | 4 … | |
5 | -... | |
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. | |
6 | 6 … | |
7 | 7 … | ## If websites are hosted on p2p, what happens when no peers are online? |
8 | 8 … | |
9 | 9 … | ... |
Built with git-ssb-web