p2p s ystems g nutella b it t orrent
play

[P2P S YSTEMS : G NUTELLA & B IT T ORRENT ] Shrideep Pallickara - PDF document

CS555: Distributed Systems [Fall 2019] Dept. Of Computer Science , Colorado State University CS 555: D ISTRIBUTED S YSTEMS [P2P S YSTEMS : G NUTELLA & B IT T ORRENT ] Shrideep Pallickara Computer Science Colorado State University CS555:


  1. CS555: Distributed Systems [Fall 2019] Dept. Of Computer Science , Colorado State University CS 555: D ISTRIBUTED S YSTEMS [P2P S YSTEMS : G NUTELLA & B IT T ORRENT ] Shrideep Pallickara Computer Science Colorado State University CS555: Distributed Systems [Fall 2019] September 19, 2019 L8.1 Dept. Of Computer Science , Colorado State University Frequently asked questions from the previous class survey L8. 2 CS555: Distributed Systems [Fall 2019] September 19, 2019 Dept. Of Computer Science , Colorado State University Professor: S HRIDEEP P ALLICKARA L8.1 S LIDES C REATED B Y : S HRIDEEP P ALLICKARA

  2. CS555: Distributed Systems [Fall 2019] Dept. Of Computer Science , Colorado State University Topics covered in this lecture ¨ Unstructured P2P Systems ¨ Strategies for effective search in unstructured P2P systems ¨ Gnutella ¨ BitTorrent L8. 3 CS555: Distributed Systems [Fall 2019] September 19, 2019 Dept. Of Computer Science , Colorado State University Professor: S HRIDEEP P ALLICKARA U NSTRUCTURED P2P S YSTEMS CS555: Distributed Systems [Fall 2019] September 19, 2019 L8.4 Dept. Of Computer Science , Colorado State University L8.2 S LIDES C REATED B Y : S HRIDEEP P ALLICKARA

  3. CS555: Distributed Systems [Fall 2019] Dept. Of Computer Science , Colorado State University Structured P2P systems [Summary] ¨ Overall global policy governing ¤ Topology of the network ¤ Placements of objects ¤ Routing functions to locate objects ¨ There is a specific distributed data structure that underpins ¤ Associated Overlay ¤ Algorithms that operate on it to route messages L8. 5 CS555: Distributed Systems [Fall 2019] September 19, 2019 Dept. Of Computer Science , Colorado State University Professor: S HRIDEEP P ALLICKARA Structured P2P systems [Summary] ¨ Because of the structure, algorithms are ¤ Efficient ¤ Offer time-bounds on object location ¨ BUT involve costly maintenance of underlying structures ¤ In highly dynamic environments L8. 6 CS555: Distributed Systems [Fall 2019] September 19, 2019 Dept. Of Computer Science , Colorado State University Professor: S HRIDEEP P ALLICKARA L8.3 S LIDES C REATED B Y : S HRIDEEP P ALLICKARA

  4. CS555: Distributed Systems [Fall 2019] Dept. Of Computer Science , Colorado State University Unstructured P2P systems [1/2] ¨ Target the maintenance argument ¨ No overall control on ¤ Topology ¤ Placements of objects within the network ¨ Overlay is created in an ad hoc manner ¤ Each node joins network by following simple, local rules to establish connectivity L8. 7 CS555: Distributed Systems [Fall 2019] September 19, 2019 Dept. Of Computer Science , Colorado State University Professor: S HRIDEEP P ALLICKARA Unstructured P2P systems [2/2] ¨ A new joining node will establish contact with a set of neighbor nodes ¤ These neighbors will be connected to further neighbors, etc. ¨ The network is fundamentally decentralized and self-organizing ¤ Resilient to failures L8. 8 CS555: Distributed Systems [Fall 2019] September 19, 2019 Dept. Of Computer Science , Colorado State University Professor: S HRIDEEP P ALLICKARA L8.4 S LIDES C REATED B Y : S HRIDEEP P ALLICKARA

  5. CS555: Distributed Systems [Fall 2019] Dept. Of Computer Science , Colorado State University Locating objects in unstructured P2P systems ¨ Requires a search of the resultant network topology ¨ No guarantees of being able to find the object ¤ Performance will also be unpredictable ¤ There is a risk of generating excessive message traffic to locate objects L8. 9 CS555: Distributed Systems [Fall 2019] September 19, 2019 Dept. Of Computer Science , Colorado State University Professor: S HRIDEEP P ALLICKARA Pros and Cons Structured P2P Unstructured P2P systems Advantages Guaranteed to locate objects Self-organizing and naturally with bounds on this operation. resilient to failures Low message overhead Disadvantages Maintain complex overlay Probabilistic structures that are difficult and Cannot offer absolute costly in dynamic settings guarantees on locating objects L8. 10 CS555: Distributed Systems [Fall 2019] September 19, 2019 Dept. Of Computer Science , Colorado State University Professor: S HRIDEEP P ALLICKARA L8.5 S LIDES C REATED B Y : S HRIDEEP P ALLICKARA

  6. CS555: Distributed Systems [Fall 2019] Dept. Of Computer Science , Colorado State University S TRATEGIES FOR EFFECTIVE SEARCH IN U NSTRUCTURED P2P SETTINGS CS555: Distributed Systems [Fall 2019] September 19, 2019 L8.11 Dept. Of Computer Science , Colorado State University Sharing in unstructured P2P networks ¨ All nodes in the network offer files to the greater environment ¨ Problem of locating a file? ¤ Maps onto a search of the whole network ¨ C AVEAT : ¤ If implemented naively, could result in flooding the network with requests L8. 12 CS555: Distributed Systems [Fall 2019] September 19, 2019 Dept. Of Computer Science , Colorado State University Professor: S HRIDEEP P ALLICKARA L8.6 S LIDES C REATED B Y : S HRIDEEP P ALLICKARA

  7. CS555: Distributed Systems [Fall 2019] Dept. Of Computer Science , Colorado State University Refinements for search in unstructured P2P systems ¨ Expanded ring search ¨ Random walks ¨ Gossiping ¨ Replication L8. 13 CS555: Distributed Systems [Fall 2019] September 19, 2019 Dept. Of Computer Science , Colorado State University Professor: S HRIDEEP P ALLICKARA Refinements for search in unstructured P2P systems: Expanded Ring Search ¨ Initiating node carries out a series of searches with increasing values in the TTL field ¨ A significant number of searches will likely be satisfied locally (proximate peers) ¤ Expand the scope of search only if requests fail in the neighborhood L8. 14 CS555: Distributed Systems [Fall 2019] September 19, 2019 Dept. Of Computer Science , Colorado State University Professor: S HRIDEEP P ALLICKARA L8.7 S LIDES C REATED B Y : S HRIDEEP P ALLICKARA

  8. CS555: Distributed Systems [Fall 2019] Dept. Of Computer Science , Colorado State University Refinements for search in unstructured P2P systems: Random Walks ¨ Initiating node sets of a number of walkers ¨ Walkers follow random pathways through the interconnected graph ¤ Over the unstructured network L8. 15 CS555: Distributed Systems [Fall 2019] September 19, 2019 Dept. Of Computer Science , Colorado State University Professor: S HRIDEEP P ALLICKARA Refinements for search in unstructured P2P systems: Gossiping ¨ Node sends request to a neighbor with a certain probability ¨ Requests propagate through the network in a manner that is similar to viral propagations ¤ Such gossip protocols are also referred to as epidemic protocols L8. 16 CS555: Distributed Systems [Fall 2019] September 19, 2019 Dept. Of Computer Science , Colorado State University Professor: S HRIDEEP P ALLICKARA L8.8 S LIDES C REATED B Y : S HRIDEEP P ALLICKARA

  9. CS555: Distributed Systems [Fall 2019] Dept. Of Computer Science , Colorado State University Refinements for search in unstructured P2P systems: Gossiping ¨ Probabilities may either be ¤ Fixed for a given network ¤ Computed dynamically based on: n Past experience n Current context L8. 17 CS555: Distributed Systems [Fall 2019] September 19, 2019 Dept. Of Computer Science , Colorado State University Professor: S HRIDEEP P ALLICKARA Refinements for search in unstructured P2P systems: Replication ¨ Replicate content across a number of peers ¨ Probability of efficient discovery for particular files is enhanced ¨ Replications can be for ¤ The entire file ¤ Fragments thereof L8. 18 CS555: Distributed Systems [Fall 2019] September 19, 2019 Dept. Of Computer Science , Colorado State University Professor: S HRIDEEP P ALLICKARA L8.9 S LIDES C REATED B Y : S HRIDEEP P ALLICKARA

  10. CS555: Distributed Systems [Fall 2019] Dept. Of Computer Science , Colorado State University G NUTELLA CS555: Distributed Systems [Fall 2019] September 19, 2019 L8.19 Dept. Of Computer Science , Colorado State University Gnutella ¨ Launched in 2000 ¨ One of the most dominant and influential peer-to-peer file sharing applications L8. 20 CS555: Distributed Systems [Fall 2019] September 19, 2019 Dept. Of Computer Science , Colorado State University Professor: S HRIDEEP P ALLICKARA L8.10 S LIDES C REATED B Y : S HRIDEEP P ALLICKARA

  11. CS555: Distributed Systems [Fall 2019] Dept. Of Computer Science , Colorado State University Gnutella: Early Versions (0.4) ¨ Every node forwarded a request to each of its neighbors ¨ Neighbors, in turn, passed this on to their neighbors ¤ Until a match was found ¨ This is flooding L8. 21 CS555: Distributed Systems [Fall 2019] September 19, 2019 Dept. Of Computer Science , Colorado State University Professor: S HRIDEEP P ALLICKARA Gnutella: Early Versions (0.4) ¨ Search was constrained with a time-to-live (TTL) field limiting the number of hops ¨ At the time of Version 0.4, average peer connectivity was 5 neighbors per-node L8. 22 CS555: Distributed Systems [Fall 2019] September 19, 2019 Dept. Of Computer Science , Colorado State University Professor: S HRIDEEP P ALLICKARA L8.11 S LIDES C REATED B Y : S HRIDEEP P ALLICKARA

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend