Difference between revisions of "DistOS 2014W Lecture 19"

From Soma-notes
Jump to navigation Jump to search
Line 8: Line 8:
*Guarantee Service Level Agreements (SLA).
*Guarantee Service Level Agreements (SLA).
*high concurrent.
*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.
*

Revision as of 10:19, 20 March 2014

* 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.