DistOS 2014W Lecture 19

From Soma-notes
Revision as of 10:19, 20 March 2014 by Hariz (talk | contribs)
Jump to navigation Jump to search
* Dynamo
  • Key value-store.

-*Build a distributed storage system:

  • Scale
  • Simple: key-value
  • Highly available
  • Guarantee Service Level Agreements (SLA).
  • high concurrent.
  • no dynamic routing.
  • 0-hop DHT: means it is doe not have information when deliver packet from node to another , it has direct link to the destination
  • Dynamo sacrifices consistency under certain failure scenarios.