1 / 13

Cluster-Based Scalable Network Services

Cluster-Based Scalable Network Services. Shivaram Venkataraman Cloud computing – Fall 2011. Paper Summary. Requirements for an Internet service Scalable Available Cost-Effective Insight: Use commodity building blocks Challenges Fault tolerance Maintaining shared state

kovit
Download Presentation

Cluster-Based Scalable Network Services

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Cluster-Based Scalable Network Services ShivaramVenkataraman Cloud computing – Fall 2011

  2. Paper Summary • Requirements for an Internet service • Scalable • Available • Cost-Effective • Insight: Use commodity building blocks • Challenges • Fault tolerance • Maintaining shared state • Load balancing, scheduling

  3. Cluster Architecture • Pool of worker nodes for all jobs • Shared frontends, cache servers, user database • Load balanced by centralized manager • Automatic fault-tolerance, transparent to applications

  4. Programming Model • Layered service Model • SNS: Load balancing, monitoring etc. • TACC: Composition API, caching • Service: User-interface, device customization • Build a collection of re-usable workers • Compose workers together to form a service

  5. BASE Semantics • Basically Available, Soft-State, Eventual Consistency • Cache results - increase availability, performance • Easier to scale, handle failures • BASE semantics used for web-index, caches, load balancing information etc. • ACID semantics used for user profile information, ad-clicks

  6. Opinions and Comments • Influence on Internet services • How relevant is this paper today ? • ACID vs BASE • Datacenter OS ? • Future Work Applications

  7. Web Search for a planet: The Google Cluster Architecture (2003) Frontend Workers Workers

  8. How relevant is this paper today ? • Still very relevant • Commodity building blocks • Cost/Performance ratio • Automatic fault tolerance (MapReduce, Dryad etc) • Not so relevant • Transformation proxies, aggregators etc. (TACC) • Small user generated content - Grew with Web 2.0 • Batch jobs influence on design (GFS, locality)

  9. ACID vs BASE • BASE definition leads to CAP theorem • Services not just ACID or BASE, but a combination of both • Workload dependent • Read heavy – Web search, Maps - suited for BASE • Update heavy – Facebook, Gmail – ACID or BASE ? • Approximate answers to queries, provenance-based storage are also BASE

  10. Datacenter OS • Is this a Datacenter OS ? • Unix-pipeline like chaining of workers • Common caching and storage • Scheduling, load-balancing manager • Programming model for applications • Yes, but only for narrow set of applications • Mesos-like design (in 1997!)

  11. Future Work, Applications • Personalized search • Automatic event-aggregation service, e.g., Google News for events ? • Web access for PDAs • Opera Mini: Rendering HTML on server-side • Cloud-backed smartphone apps ?

  12. Google: A Behind-the-Scenes Tour

More Related