SeriesOperating Systems16 / 16

Datacenter Technologies

Module 16 of CS 6200 - Graduate Introduction to Operating Systems @ Georgia Tech.

What is a Datacenter?#

Overview#

A Datacenter is a physical facility used to house IT infrastructure (e.g., computers and associated hardware) which stores data or runs critical business applications.

Internet Services and Datacenters#

Datacenters are used to host internet services, which refer to any applications accessible via the internet. Recall that scaling dynamically adjusts compute infrastructure to meet the demands of a particular service. Scaling may be applied in two directions:

Datacenters usually take a scale-out approach for multi-process, multi-machine applications which require variable levels of support. More specifically, a front-facing load-balancer fields delegates incoming requests to individual machines via a boss-worker distribution pattern. Worker machines may be homogenous (each performing the same functionality) or heterogenous (different machines specialized for different tasks).

datacenters

The Cloud#

What is Cloud Computing?#

Cloud Computing refers to the use of (usually third-party) remote servers for compute power or to host business services.

How did cloud computing begin? Consider the case of Amazon. In the mid-2000’s, Amazon had a problem - they needed servers and hardware resources to support high-demand periods of the year (e.g., Christmas), but supported this costly infrastructure even throughout idle periods. To turn costs into profits, Amazon began renting out its machines to other companies during down periods. This idea laid the foundation for Amazon Web Services (2006)!

Finally, see below for a more concrete definition of cloud computing.

Cloud computing is a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources (e.g., network, servers) that can be rapidly provisioned and released with minimal management effort or service provider interactions.

  • National Institute of Standards and Technology (2011)

Benefits of Cloud Computing#

What does cloud computing provide? Prior to cloud computing, businesses maintained their own infrastructure (e.g., datacenters) to support demand for their services. Internal infrastructure scaling is more rigid - the business must invest time and money into a single scaling operation (e.g., building warehouses and purchasing compute), and therefore should not perform scaling efforts continuously.

no-cloud

Reliance on cloud services enables much more fluid scaling. A business can dynamically adjust its infrastructure (and therefore costs) depending on current demand.

with-cloud

In order to fit this scenario, cloud computing should provide…

Deployment and Service Models#

Cloud are first classified based on Deployment

… and then based on Service:

cloud-models

(all images obtained from Georgia Tech GIOS course materials)

License

CC BY-NC-SA 4.0 This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Related Posts