Electronic MailReading 9.2.1.ppt

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Electronic MailReading 9.2.1.ppt

Electronic Mail Reading: 9.2.1 COS 461: Computer Networks Spring 2007 (MW 1:30-2:50 in Friend 004) Jennifer Rexford Teaching Assistant: Ioannis Avramopoulos /courses/archive/spring07/cos461/ Distributed Hash Tables Location-Independent Naming Separate a name from its location File name is “BritneyHitMe.mp3” Current location is Look-up problem Given item’s name, find who has the item Where item stored at dynamic set of nodes Two key design decisions How do we map items on to nodes? How do we route a request to that node? Structured Solution: Special Nodes Central index (Napster) Central server keeps track of who has each file Peers publish a list of their content at the server Peers query the server to locate desired content Simple and efficient, but not scalable or reliable Unstructured Solution: Random Query flooding (Gnutella) Peers do not publish information about content Instead, queries are flooded throughout system And a peer who has the desired content replies Reliable, but long delays and poor scalability Can We Do Better? Decentralized No central coordination Scalable Run with thousands or millions of nodes Fault tolerant Tolerate nodes joining, leaving, failing, … Two key ideas Hashing: to map a name to a value Distributed: for decentralized, self-organization Hashing Name-value pairs (or key-value pairs) E.g., “BritneyHitMe.mp3” and “” E.g,. “Jen Rexford” and “jrex@” Hash table Data structure that associates keys with values Hash Functions Hashing Transform the key into a number And use the number to index an array Example hash function Hash(x) = x mod 101, mapping to 0, 1, …, 100 Challenges What if there are more than 101 nodes? Fewer? Which nodes correspond to each hash value? What if nodes come and go over time? Consistent Hashing Large, sparse identifier space (e.g., 128 bits) Hash a set of keys x uniformly to large id space Hash nodes to the id space as well Where to Store (Key, Value) Pair? Mapping keys in a load-balanced way Store the key at

文档评论(0)

gshshxx + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档