Difference between revisions of "DistOS 2014W Lecture 18"

From Soma-notes
Jump to navigation Jump to search
(Created page with "**Tapestry * Distributed . * Simple key-value store. * using DHT ( distributed hash table). * look up table contains : key and value * DNS as tree but Tapestry as hercically s...")
 
Line 4: Line 4:
* using DHT ( distributed hash table).
* using DHT ( distributed hash table).
* look up table contains : key and value
* look up table contains : key and value
* DNS as tree but Tapestry as hercically structure,
* DNS as tree but Tapestry as hercically structure.
 
**More dtails about Tapestry:
** how the information flow?
* each nod has neighbour table which that contains the node neighbour number.

Revision as of 10:33, 18 March 2014

    • Tapestry
  • Distributed .
  • Simple key-value store.
  • using DHT ( distributed hash table).
  • look up table contains : key and value
  • DNS as tree but Tapestry as hercically structure.
    • More dtails about Tapestry:
    • how the information flow?
  • each nod has neighbour table which that contains the node neighbour number.