CPS221 Lecture: Cloud Computing last revised 10/22/14 Objectives



Similar documents
Cloud Computing Flying High (or not) Ben Roper IT Director City of College Station

Cloud Computing. Cloud computing:

Cloud Computing: Computing as a Service. Prof. Daivashala Deshmukh Maharashtra Institute of Technology, Aurangabad

Session 3. the Cloud Stack, SaaS, PaaS, IaaS

Introduction to Cloud Computing

Cloud Computing INTRODUCTION

Software as a Service (SaaS) and Platform as a Service (PaaS) (ENCS 691K Chapter 1)

CHAPTER 8 CLOUD COMPUTING

Cloud Computing. Chapter 1 Introducing Cloud Computing

Cloud Computing. Chapter 1 Introducing Cloud Computing

Topics. Images courtesy of Majd F. Sakr or from Wikipedia unless otherwise noted.

How To Understand Cloud Computing

Cloud Computing; What is it, How long has it been here, and Where is it going?

About me & Submission details

Cloud Computing an introduction

Cloud Computing and Amazon Web Services

Cloud Computing An Elephant In The Dark

Cloud: It s not a nebulous concept

Data Centers and Cloud Computing. Data Centers

Introduction to Cloud Services

Cloud Computing in the Digital Age

Understanding the Microsoft Cloud

Contents. What is Cloud Computing? Why Cloud computing? Cloud Anatomy Cloud computing technology Cloud computing products and market

Cloud Computing. Chapter 1 Introducing Cloud Computing

21/09/11. Introduction to Cloud Computing. First: do not be scared! Request for contributors. ToDO list. Revision history

Introduction to Engineering Using Robotics Experiments Lecture 18 Cloud Computing

Introduction to Cloud Computing

How To Understand Cloud Computing

How To Understand The Economics Of Cloud Computing And Saas

Welcome. Panel. Cloud Computing New Challenges in Data Integrity and Security 13 November 2014

Whitepaper: Cloud Computing for Credit Unions

A SURVEY OF CLOUD COMPUTING: NETWORK BASED ISSUES PERFORMANCE AND ANALYSIS

Where in the Cloud are You? Session Thursday, March 5, 2015: 1:45 PM-2:45 PM Virginia (Sheraton Seattle)

TECHNOLOGY GUIDE THREE. Emerging Types of Enterprise Computing

A.Prof. Dr. Markus Hagenbuchner CSCI319 A Brief Introduction to Cloud Computing. CSCI319 Page: 1

Data Centers and Cloud Computing. Data Centers. MGHPCC Data Center. Inside a Data Center

Cloud Computing-Software as Service

High Performance Computing Cloud Computing. Dr. Rami YARED

CLOUD COMPUTING IN HIGHER EDUCATION

Outline. What is cloud computing? History Cloud service models Cloud deployment forms Advantages/disadvantages

Cloud Computing Technology

CloudFTP: A free Storage Cloud

How To Understand Cloud Computing

Data Centers and Cloud Computing

How cloud computing can transform your business landscape

Mobile and Cloud computing and SE

ITAccountants Association. Sammy So

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac?

Credit Unions and The Cloud. By: Chris Sachse

IT as a Service. Transforming IT with the Windows Azure Platform. November 2010

What is the CLOUD? PPD Computing The Old Manse, Lightcliffe, Halifax, HX3 8NT

Oracle Applications and Cloud Computing - Future Direction

APPLICABILITY OF CLOUD COMPUTING IN ACADEMIA

APPLICATION OF CLOUD COMPUTING IN EDUCATION. Achmad Benny Mutiara

Last time. Data Center as a Computer. Today. Data Center Construction (and management)

IJRSET 2015 SPL Volume 2, Issue 11 Pages: 29-33

Essential Characteristics of Cloud Computing: On-Demand Self-Service Rapid Elasticity Location Independence Resource Pooling Measured Service

Cloud Computing & Google Docs

Tamanna Roy Rayat & Bahra Institute of Engineering & Technology, Punjab, India talk2tamanna@gmail.com

CLOUD COMPUTING An Overview

Public Versus Private Cloud Services

Cloud Computing. Following the American Psychological Association s Guidelines. Dustin Self. The University of North Texas

What Factors Determine Cloud Computing Adoption by Colleges and Universities? Bill Klug Instructor, BCIT

CLOUD COMPUTING SECURITY ISSUES

Fundamentals of Cloud Computing

CLOUD COMPUTING OVERVIEW

CLOUD COMPUTING OVERVIEW

The Cisco Powered Network Cloud: An Exciting Managed Services Opportunity

CLOUD COMPUTING. When it's smarter to rent than to buy.. Presented by Anand Tirumani

COMPUTING IN THE CLOUD

Cloud Computing. Chapter 1 Introducing Cloud Computing

Cloud Computing Paradigm Shift. Jan Šedivý

Table of contents. Cloud Computing Sourcing. August Key Takeaways

Cloud Computing and Its Vision 2015!!

Customer Engagement & The Cloud


ATI Cloud Computing.

Hexaware E-book on Q & A for Cloud BI Hexaware Business Intelligence & Analytics Actionable Intelligence Enabled

Datacenters and Cloud Computing. Jia Rao Assistant Professor in CS

Transcription:

CPS221 Lecture: Cloud Computing last revised 10/22/14 Objectives 1. To introduce the notion of cloud computing 2. To define the terms Software as a Service, Platform as a Service, and Infrastructure as a Service Materials: 1. Projectable of Cloud Computing Layers I. Introduction A. The term "cloud computing" has become something of a buzzword in the past few years. B. Actually, there is no universally agreed-upon meaning to the term. In general, though, "cloud computing" refers to computing using some resources that are 1. Provided by an external supplier in exchange for financial payment 2. Accessed via the Internet (hence "in the cloud") - typically via a web browser. 3. The user need not know the physical location of the resource - only how to get to it via the Internet. C. Individuals can make use of some kinds of cloud computing - e.g. files stored in the cloud that can be accessed from anywhere, not just a particular computer. (In this case, advertising revenue may be the source of the financial payment to the service provider.) 1

D. More typically, though, we think of commercial applications where the end user is an organization or firm who pays a service provider for services provide via the cloud. 1. Advantages to the customer (that warrant paying the cost) include: a) Avoiding up-front capital costs (similar to leasing vs buying for cars) b) Avoiding personnel costs connected with maintaining the service (e.g. staff available 24 x 7) c) Rapid expandability (no need to purchase additional equipment) 2. Service providers may be able to provide services via the cloud to the end user at lower costs than the end user would incur if doing the same thing itself due to a) Economies of scale b) More efficient sharing of resources. E.g. one factor that motivated Amazon to get into cloud computing was the observation that most of the time their servers were only about 10% utilized because they needed enough hardware to respond to peak loads. Amazon can sell services using this underutilized capacity for less than it would cost an end user to install this capacity itself. 3. One reason for the interest in various forms of cloud computing is that, for the end user, purchasing services through the cloud is often cheaper than providing those services via ownership - especially when the costs of technical staff are taken into consideration. 2

E. As far back as the 1960's, John McCarthy expressed the opinion that "computation may someday be organized as a public utility." (Cited on Wikipedia page - reference not given) Cloud computing may be regarded as a step in that direction. II. Models of Cloud Computing A. It is common to discuss to talk in terms of three major models of cloud computing: Infrastructure As Service, Platform as Service, and Software as Service. As we shall see, these can be regarded as layers, in that each of the upper ones builds on the one(s) below it. These are not rigid categories, but serve as a helpful basis for discussion. PROJECT: Three layers diagram B. In the Software as a Service model (SaaS), the service provider provides everything except the data. 1. Examples at Gordon: a) We used to run Microsoft Exchange on a server that we owned here on campus. Now our email is a service purchased from Microsoft - mail.gordon.edu links to a Microsoft server farm that runs Exchange. The only thing Gordon is responsible for is the actual mail content. b) We used to run Blackboard on a server that we owned here on campus. Now blackboard,gordon.edu links to a server farm managed by Blackboard. The only thing Gordon is responsible for is the actual course pages. 2. Personal Examples: ASK Services such as Google Docs would be an example of this. 3

C. In the Platform as a Service model (PaaS), the service provider provides complete platforms - not just CPUs, but components like programming languages and development environments, a web server, a database management system, etc - whatever the end user needs. The end user is only responsible for application software and data. Example: A web site that is hosted in the cloud - the owner provides the content, but everything else is provided as PaaS. D. In the Infrastructure as a Service model (IaaS), the service provider provides basic infrastructure, and the end user is responsible for everything else. 1. The infrastructure will include such things as a) Server CPU's with basic operating systems (typically Windows or some variant of Linux) - often provided via virtualization - e.g. they may actually be virtual machines running on systems belonging to the service provider. b) Disk storage c) Load balancers and other network facilities 2. The service provider is responsible for guaranteeing the availability of these systems via something like a VPN. But the end-user is responsible for installing and maintaining everthing else needed by the end-user - eg a) Programming languages and IDEs b) Web server software c) Database management systems d) Application software. 4

3. A related area - sometimes considered a subcategory of this and sometimes a separate categlory - is Storage as a Service (STaaS), in which the service provider only provides storage space - and everything else is provided by end-user. Example: ASK Google Drive E. Actually, it is possible that a SaaS provider itself makes use of PaaS or IaaS to actually run their software. This would not typically be visible to the end user. Example: Our church uses a software system known as Church Community Builder for internal communication - a form of Software as a Service - which we contact at nscbc.ccbchurch.com. However, I've notice that sometimes when I'm downloading a file the URL for the file will refer to amazon.com - suggesting that the company we contract with actually buys platform services from amazon. 5