9

Click here to load reader

Cloud computing explained (educause quarterly) | educause

Embed Size (px)

Citation preview

Page 1: Cloud computing explained (educause quarterly) | educause

5/5/11 4:08 PMCloud Computing Explained (EDUCAUSE Quarterly) | EDUCAUSE

Page 1 of 9http://www.educause.edu/EDUCAUSE+Quarterly/EDUCAUSEQuarterlyMagazineVolum/CloudComputingExplained/206526

Location: Home » Resources » EDUCAUSE Quarterly (EQ) » EQ Archives » EQ Volume 33 (2010) » Volume 33, Number 2, 2010 » Cloud Computing Explained

Cloud Computing ExplainedBy Rosalyn Metz

The NIST definition of cloud computing is concise and uses industry-standard terms.Exploring the five characteristics, three service models, and four deployment models for the cloud in the NIST definition clarifies cloud concepts.Examples of cloud-based technologies explained in this article promote a better understanding of the cloud.The more informed IT departments are about the cloud, the better their position when making decisions about deploying, developing, andmaintaining systems in the cloud.

While many talk about the cloud, few actually understand it. Three organizations' definitions come to the forefront when defining the cloud: Gartner,Forrester, and the National Institutes of Standards and Technology (NIST). Although both Gartner1 and Forrester2 provide definitions of cloud computing,the NIST definition3 is concise and uses industry-standard terms.4

This article takes an in-depth look at the NIST definition of cloud computing. Each of the NIST definition's points is defined in greater detail, and examplesof cloud-based technologies will help the reader gain a better understanding of the cloud.

NIST defines cloud computing as:

...a model for enabling convenient, on-demand network access to a shared pool of configurable computing resources (e.g., networks, servers,storage, applications, and services) that can be rapidly provisioned and released with minimal management effort or service provider interaction.This cloud model promotes availability and is composed of five essential characteristics, three service models, and four deployment models.5

The remainder of this article discusses these five characteristics, three service models, and four deployment models.

Five Characteristics of the CloudWhen people think of the cloud, they often think of software as a service (SaaS). However, the service used to supply technology doesn't define thetechnology. The following five characteristics are how NIST describes cloud computing.

Characteristic: On-Demand Self-ServiceWhen an institution develops or deploys a new application, they first must jump through a number of hoops. For example, if an institution decides theywould like to install the learning management system Moodle, they might have to order a server, wait for the vendor to ship it, install the server in the datacenter, provision an IP address for the server, set up the DNS for the new IP address, install the operating system, etc.

While virtualization tools have improved this workflow dramatically, the process can still be cumbersome. With cloud-based services, many of these stepscan be eliminated. Interaction with the service provider is minimized, and with a few clicks of a button, an application can be up and running in a matter ofminutes.

In the example below, I use the cloud-based service Heroku to deploy a basic blog application. Prior to creating the video, I installed Ruby on Rails,Heroku's Ruby Gems, and Git on my computer and developed the application. Once these few simple set-up steps were accomplished, deploying theapplication into Heroku's cloud took a matter of minutes.

Page 2: Cloud computing explained (educause quarterly) | educause

5/5/11 4:08 PMCloud Computing Explained (EDUCAUSE Quarterly) | EDUCAUSE

Page 2 of 9http://www.educause.edu/EDUCAUSE+Quarterly/EDUCAUSEQuarterlyMagazineVolum/CloudComputingExplained/206526

Characteristic: Resource PoolingWith current systems and data centers, IT departments often get stuck in a silo of their own creation. Institutions rarely share computing resources, and ifthey do, it is cumbersome to create and manage workflows that utilize these shared resources.

With the cloud, multi-tenancy rules. Users of the cloud can provision computing resources based on their needs, and then destroy those resources, givingthem back to the shared pool once their needs are met. Additionally, users can share resources amongst themselves. For example, if an institution hasdeveloped a new piece of software and would like to share it with other institutions, they can create a template for that system in the cloud and allowother institutions to use that template as they see fit.

This example demonstrates Amazon's Elastic Compute Cloud, or EC2. This service allows IT departments to choose from a shared pool of AmazonMachine Images (AMIs) and start up a server with a few clicks. AMIs offer users of Amazon EC2 a quick and easy way to set up systems and servers,with little to no intervention from channels one might normally need to go through.

Page 3: Cloud computing explained (educause quarterly) | educause

5/5/11 4:08 PMCloud Computing Explained (EDUCAUSE Quarterly) | EDUCAUSE

Page 3 of 9http://www.educause.edu/EDUCAUSE+Quarterly/EDUCAUSEQuarterlyMagazineVolum/CloudComputingExplained/206526

Characteristic: Rapid ElasticitySystems change constantly. To create the best experience for users, IT departments often must scale or update systems to meet user demand. Scalingor upgrading a system currently in production can be cumbersome and resource intensive for an IT department.

The cloud provides ways of rapidly scaling to meet user demand. If a system requires more computing resources, an IT department can easily scale thetechnology to meet those demands. For IT departments that use the cloud, it seems as if they have an endless supply of computing resources available.

In the video below, I use Suchi Software's S3Fox Organizer, a Firefox add-on, to access Amazon Web Services' Simple Storage Solution (S3). S3 allowsusers to upload files to Amazon's servers and access those files through Amazon web addresses or API calls. S3 plug-ins are available for the bloggingsoftware WordPress and the web-based project management application Redmine. In addition to its use within applications, S3 is often used to back upfiles. A number of scripts,6 add-ons,7 and plug-ins8 help you back up your files on any type of server to Amazon S3.

Characteristic: Broad Network AccessTraditionally, software like Microsoft Word or PowerPoint has been offered as client-based software. Users have to install software to their computers andupgrade systems to handle the programs. If you're away from your computer, you may not have access to the software, which can cause frustration.

Today, much of the software we use is available over the Internet. Many people believe that having a resource available via the Internet is the definingcharacteristic of the cloud, but it is just one of the five characteristics.

In the example here I demonstrate Google Docs, a web-based document creator and editor. Google Docs is a slimmed down version of Microsoft Office,which also has a web-based version known as Microsoft Office Web Apps 2010. Both products allow you to access and edit files from any computer withan Internet connection, eliminating the need for access to a particular computer to edit documents.

Page 4: Cloud computing explained (educause quarterly) | educause

5/5/11 4:08 PMCloud Computing Explained (EDUCAUSE Quarterly) | EDUCAUSE

Page 4 of 9http://www.educause.edu/EDUCAUSE+Quarterly/EDUCAUSEQuarterlyMagazineVolum/CloudComputingExplained/206526

Characteristic: Measured ServiceTo monitor network, server, and application usage, IT departments employ many different monitoring tools and reporting systems. The cloud, however,allows both cloud providers and IT departments to monitor usage. Cloud providers charge IT departments based on their use of computing resources. Onthe other hand, IT departments can use these metering (or measured) services to scale resources up and down based on information gathered fromthese particular tools.

The following demonstration discusses a bill from an Amazon Web Services' account. In addition to this bill, I will also briefly discuss Amazon WebServices' CloudWatch, a monitoring tool that not only allows you to monitor your system but also, in conjunction with other services, helps you scale yourAWS-based system. Information on Amazon's pricing schema for different services, including CloudWatch, can be found on the Amazon Web Services'website.

Three Service Models for the CloudThe three types of cloud-based services are software as a service (SaaS), platform as a service (PaaS), and infrastructure as a service (IaaS).Remember that although computing resources may be delivered through one of these three models, it doesn't mean "cloud" provision. Virtual privateservers are also IaaS, but virtual private servers do not possess the five characteristics of the cloud.

Page 5: Cloud computing explained (educause quarterly) | educause

5/5/11 4:08 PMCloud Computing Explained (EDUCAUSE Quarterly) | EDUCAUSE

Page 5 of 9http://www.educause.edu/EDUCAUSE+Quarterly/EDUCAUSEQuarterlyMagazineVolum/CloudComputingExplained/206526

Service Model: Cloud Software as a ServiceSaaS is common in the IT community. Usually software companies that provide such SaaS host their software themselves, and then upgrade andmaintain it for their customers. Cloud SaaS combines this hosting practice with the five characteristics of the cloud described above. Software supplied viathe cloud is often easy to use and requires little intervention from the user to get the service up and running.

In this example I once again discuss Google Docs. Similar cloud-based SaaS applications include Microsoft Web Apps 2010 and Zoho.

Service Model: Cloud Platform as a Service"In computing, a platform describes some sort of hardware architecture and software framework (including application frameworks) that allows software torun."9 A common platform in computing is the LAMP stack, or the Linux, Apache, MySQL, and PHP stack.

Cloud PaaS supplies these familiar platform stacks to users, without the need for them to maintain the underlying hardware or upgrade the supportingsoftware. This next example discusses Heroku, a Ruby on Rails cloud platform. Other cloud platform providers include Google App Engine, whichsupports Java and Python, and Engine Yard, which supports Ruby on Rails.

Page 6: Cloud computing explained (educause quarterly) | educause

5/5/11 4:08 PMCloud Computing Explained (EDUCAUSE Quarterly) | EDUCAUSE

Page 6 of 9http://www.educause.edu/EDUCAUSE+Quarterly/EDUCAUSEQuarterlyMagazineVolum/CloudComputingExplained/206526

Service Model: Cloud Infrastructure as a ServiceWhen people think about infrastructure, if they consider it at all, they think of servers, wires, cooling systems, and all the other things necessary to runtoday's data centers. But when infrastructure is purchased through the cloud, none of these components are necessary; instead, users of cloud-basedinfrastructure only need to concern themselves with developing platforms and software.

In the following video, I discuss Rackspace, a provider of cloud-based infrastructure as a service. Competitors to Rackspace include Amazon WebServices and GoGrid.

Four Deployment Models for the CloudJust as there are multiple ways to deploy a system within your data center, there are multiple ways to deploy a system in the cloud. The four deploymentmodels described in the NIST definition of cloud computing are public cloud, community cloud, private cloud, and hybrid cloud. While each of thesemodels and the examples used have associated problems and issues (security, feasibility, etc.), this article does not cover them.

Deployment Model: Public CloudA public cloud is a cloud made available to the general public for use and is the most common type of cloud. Users of a public cloud sign up with thecloud provider and make payments based on the provider's pricing schema. Examples include Amazon Web Services, Google applications, or similarcloud-based services.

Page 7: Cloud computing explained (educause quarterly) | educause

5/5/11 4:08 PMCloud Computing Explained (EDUCAUSE Quarterly) | EDUCAUSE

Page 7 of 9http://www.educause.edu/EDUCAUSE+Quarterly/EDUCAUSEQuarterlyMagazineVolum/CloudComputingExplained/206526

Deployment Model: Community CloudA community cloud is a cloud made available to a certain group or association. For example, a consortium of schools might decide to create a communitycloud. Payments for use of the cloud might be made via dues to the consortium or through some other equitable pricing schema.

Deployment Model: Private CloudA private cloud is a cloud made available at only one particular institution. If an institution chooses to create its own private cloud, they might create acharge-back pricing schema for the different departments that use the institution's cloud. This would allow the different departments to gain access to theIT resources they need, while at the same time allowing an IT department to create a sustainable support model.

Page 8: Cloud computing explained (educause quarterly) | educause

5/5/11 4:08 PMCloud Computing Explained (EDUCAUSE Quarterly) | EDUCAUSE

Page 8 of 9http://www.educause.edu/EDUCAUSE+Quarterly/EDUCAUSEQuarterlyMagazineVolum/CloudComputingExplained/206526

Deployment Model: Hybrid CloudA hybrid cloud combines two or more of the other cloud deployment models. Perhaps part of the system lives inside a community cloud, while theremainder lives in a private cloud. Another way of doing this is through cloud bursting, which occurs when your system or service is too large to bemaintained in just your private cloud, so you allow the system to spill over into, say, a public cloud. Eucalyptus software, for example, allows ITdepartments to deliver their own private cloud and burst into Amazon's cloud if they need to scale beyond what their private cloud offers them.

ConclusionCloud computing is complex (see Further Resources). While many people have concerns about its current uses, there is no doubt that it is changing theway we provide systems and services. The more informed IT departments are about the cloud, the better the position they will be in when makingdecisions about deploying, developing, and maintaining systems in the cloud.

Page 9: Cloud computing explained (educause quarterly) | educause

5/5/11 4:08 PMCloud Computing Explained (EDUCAUSE Quarterly) | EDUCAUSE

Page 9 of 9http://www.educause.edu/EDUCAUSE+Quarterly/EDUCAUSEQuarterlyMagazineVolum/CloudComputingExplained/206526

Endnotes

1. Daryl C. Plummer, Thomas J. Bittman, Tom Austin, David W. Cearley, and David Mitchell Smith, "Cloud Computing: Defining and Describing an EmergingPhenomenon," Gartner, June 17, 2008.

2. Frank E. Gillett with Eric G. Brown, James Staten, and Christina Lee, "Future View: The New Tech Ecosystems Of Cloud, Cloud Services, and CloudComputing: Understanding, Segmenting, and Competing in the Next Computer Revolution," Forrester Research, August 28, 2008.

3. "Cloud Computing," National Institute of Standards, Computer Security Division, Computer Security Resource Center, May 11, 2009.4. Dmitry Sotnikov, "Cloud Definitions: NIST, Gartner, Forrester," CloudEnterprise.info, August 4, 2009.5. Peter Mell and Tim Grance, "The NIST Definition of Cloud Computing ," ver. 15, National Institute of Standards and Technology, Information Technology

Laboratory, October 7, 2009.6. Eric Nagel, "FTP or Amazon S3 Server Backup PHP Script," blog entry May 8, 2009.7. S3, Google Chrome Extensions, January 22, 2010.8. Adam Greene, "S3_Rake_Tasks," GitHub, May 5, 2008.9. This definition of computing platform comes from Wikipedia.

© 2010 Rosalyn Metz. The text of this article is licensed under the The text of this article is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 license..

Rosalyn MetzSystems Administrator for Curricular Support Wheaton College

Cloud Computing | Cloud Computing Policy | Cloud Services | Community Cloud Computing | IaaS | private cloud | public cloud | SaaS

Login or register to post comments 9037 reads

Bookmark/Search this page with:

Excellent summary and demonstration!Submitted by A. Michael Berman (California State University, Channel Islands) on January 7, 2011 - 5:03pm.

I was looking for an article that I refer people to that would explain the basic cloud models and terminology - this article does a nice clear job of this,with the bonus of some simple and clear demonstrations of what it looks like to provision cloud services. Good job Rosalyn!

Login or register to post comments