DOC PREVIEW
UW-Madison CS 739 - Dynamo Questions

This preview shows page 1 out of 2 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 2 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 2 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

A. Arpaci-Dusseau Department of Computer ScienceCS739: Distributed Systems University of Wisconsin, MadisonDynamo: Amazon’s Highly Available Key-value Store -SOSP’071 Introduction• How is the Amazon platform different from a peer-to-peer system? Where does that impacttheir design?2 Background• What properties does Dynamo strive to provide?• Where does Dynamo use application-specific knowledge?• What is a service level agreement (SLA)? What are the advantages of having one?3 System Architecture• What interface does Dynamo support? How is this different from CFS and how does thatimpact the design?• How is the partitioning algorithm of key-objects to nodes done in Dynamo compared toCFS? (Remember to consider the description in Section 6.2 as well...)• Replication is performed in both systems to help with data availability. Any differenceshere? Does Dynamo need to perform caching?• Since Dynamo allows objects to be updated from multiple clients, and because clients maynot have read the most recent version of an object, Dynamo has to worry about data consis-tency. Go through the example of how vector clocks are used to determine if two updates arein conflict or not.• Read and write operations involve the first N healthy nodes in the preference list, skippingover those that are down or inaccessible. Why does Dynamo allow the number of read (R)and written (W) replicas to be configured? What properties need to hold between R and Wfor eventual consistency? What are some common configurations?• Why does Dynamo provide a “sloppy quorum”? What can go wrong with a sloppy quorum?1• Merkle trees are very useful for summarizing hierarchical state. We’ll see them more later(SUNDR).• Can you think of other differences between CFS and Dynamo?4 Experiences and Lessons Learned• Any other interesting ways to improve performance at the cost of durability?• Experiments: Demonstration that the system is working.5 Conclusions• Great job incorporating many different techniques from other distributed systems: consistenthashing, vector clocks, quorums, Merkle trees, gossip-based membership. Their contributionis the combination of all of those techniques into a working system and the demonstrationthat the system really operates as


View Full Document

UW-Madison CS 739 - Dynamo Questions

Documents in this Course
Load more
Download Dynamo Questions
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Dynamo Questions and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Dynamo Questions 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?