Skip to content

Mardelor/cloud-computing-infrastructures

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Computing Infrastructures

Abstract.

Cloud computing is a decade-old technology paradigm that enables massively distributed computation and storage. This new paradigm results from the merge of three technological advances: the virtualization of computing resources, the collapse of storage costs, and the ubiquitous availability of fast networks.

Typically supported by state-of-the-art data-centers containing ensembles of networked virtual machines (VMs), the Cloud delivers Infrastructure as a Service (IaaS), Platform as a Service (PaaS), Software as a Service (SaaS), and Data as a Service (DaaS). Using these services, enterprises may offload their computing infrastructure to right-size their expenditure and reduce the time-to-market of their new products.

With more details, the Cloud brings several key benefits to mainstream computing. First, developers with innovative ideas for new Internet services no longer require large capital outlays in hardware to deploy their services, or human expense to operate them. The Cloud also frees information technologies companies from low level tasks, such as setting up basic hardware and software infrastructures. Finally, by employing IaaS and DaaS services, companies can scale up and down on an as-needed basis, paying only for what they actually use. For all these benefits, Cloud computing is of pivotal importance today in modern software applications, and as an economical area, it displays two digits growth rate per annum since 2010.

This course studies in detail the new infrastructures that sustain the Cloud. We first examine the principles of resources virtualization and how to deploy and orchestrate clusters of virtual machines and containers. In a second part, we review some fundamentals of large-scale distributed systems. These ideas are then applied in a third part to the construction of modern distributed data stores. Such stores run on commodity servers and are able to deliver the massive performance needed by the Cloud computing services. We study key notions such as data consistency, data distribution, replication and indexing, and we learn how to think for scalability and fault-tolerance, two fundamentals requirements of modern distributed services.

List of practicals.

  1. Basics of Kubernetes
  2. Scaling horizontally a web service
  3. Traveling in the Big Apple
  4. A key-value store (almost) from scratch
  5. A single-writer multiple-readers register in message-passing
  6. Coordination in practice with Apache ZooKeeper

List of lectures.

  1. Introduction to cloud computing architectures
  2. Software Virtualization (by Gaël Thomas)
  3. Lock-free data structures (by Gaël Thomas)
  4. Data dissemination
  5. Data distribution
  6. Shared objects & consistency
  7. Concurrency control & replication
  8. Consensus & coordination kernels
  9. Inverted Index (by Emmanuel Bernard)
  10. Replicated Data Consistency for Large Scale Distributed Systems (by Gérald Oster)

About

Lectures and hands-on on cloud computing infrastructures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 62.3%
  • Python 26.9%
  • Shell 10.8%