Data Centers and Cloud Computing



Similar documents
Data Centers and Cloud Computing. Data Centers

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

Data Centers and Cloud Computing. Data Centers

IOS110. Virtualization 5/27/2014 1

Enabling Technologies for Distributed and Cloud Computing

Virtualization. Dr. Yingwu Zhu

9/26/2011. What is Virtualization? What are the different types of virtualization.

Enabling Technologies for Distributed Computing

Virtualization. Types of Interfaces

Today: Data Centers & Cloud Computing" Data Centers"

CS 695 Topics in Virtualization and Cloud Computing. Introduction

CS 695 Topics in Virtualization and Cloud Computing and Storage Systems. Introduction

CPET 581 Cloud Computing: Technologies and Enterprise IT Strategies. Virtualization of Clusters and Data Centers

How To Use Arcgis For Free On A Gdb (For A Gis Server) For A Small Business

How To Create A Cloud Based System For Aaas (Networking)

Cloud Computing #6 - Virtualization

Virtualization. Pradipta De

Boas Betzler. Planet. Globally Distributed IaaS Platform Examples AWS and SoftLayer. November 9, IBM Corporation

Datacenters and Cloud Computing. Jia Rao Assistant Professor in CS

Full and Para Virtualization

CHAPTER 2 THEORETICAL FOUNDATION

Cloud Computing and Amazon Web Services

ArcGIS for Server: In the Cloud

Cloud Computing an introduction

Cloud Computing. Chapter 8 Virtualization

Cloud Computing Architecture: A Survey

Virtualization and Cloud Computing

COS 318: Operating Systems. Virtual Machine Monitors

Virtualization Technologies and Blackboard: The Future of Blackboard Software on Multi-Core Technologies

Lecture 2 Cloud Computing & Virtualization. Cloud Application Development (SE808, School of Software, Sun Yat-Sen University) Yabo (Arber) Xu

The Art of Virtualization with Free Software

Options in Open Source Virtualization and Cloud Computing. Andrew Hadinyoto Republic Polytechnic

How To Understand Cloud Computing

Introduction to Cloud Computing

Virtualization for Cloud Computing

Basics in Energy Information (& Communication) Systems Virtualization / Virtual Machines

Geoff Raines Cloud Engineer

Intro to Virtualization

Emerging Technology for the Next Decade

DISTRIBUTED COMPUTER SYSTEMS CLOUD COMPUTING INTRODUCTION

DISTRIBUTED SYSTEMS [COMP9243] Lecture 9a: Cloud Computing WHAT IS CLOUD COMPUTING? 2

Part V Applications. What is cloud computing? SaaS has been around for awhile. Cloud Computing: General concepts

Xen Virtualization: Xen (source) and XenServer

Distributed Systems. Virtualization. Paul Krzyzanowski

Virtualization. Jia Rao Assistant Professor in CS

IN DETAIL. Smart & Dedicated Servers

Chapter 16: Virtual Machines. Operating System Concepts 9 th Edition

Cloud Computing with Red Hat Solutions. Sivaram Shunmugam Red Hat Asia Pacific Pte Ltd.

Networks and Services

Lecture 02a Cloud Computing I

Mobile Cloud Computing T Open Source IaaS

Cloud Computing CS

The Private Cloud Your Controlled Access Infrastructure

Best Practices for Monitoring Databases on VMware. Dean Richards Senior DBA, Confio Software

Virtualization and the U2 Databases

Introduction to Engineering Using Robotics Experiments Lecture 18 Cloud Computing

Virtualization. Introduction to Virtualization Virtual Appliances Benefits to Virtualization Example Virtualization Products

Hypervisors. Introduction. Introduction. Introduction. Introduction. Introduction. Credits:

Restricted Document. Pulsant Technical Specification

Basics of Virtualisation

Virtualization Approaches in Cloud Computing

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES

Open Cloud System. (Integration of Eucalyptus, Hadoop and AppScale into deployment of University Private Cloud)

Virtual Computing and VMWare. Module 4

Virtualization. Michael Tsai 2015/06/08

CLOUD COMPUTING. When It's smarter to rent than to buy

Definitions. Hardware Full virtualization Para virtualization Hosted hypervisor Type I hypervisor. Native (bare metal) hypervisor Type II hypervisor

VMware Server 2.0 Essentials. Virtualization Deployment and Management

Chapter 14 Virtual Machines

Virtualization: Know your options on Ubuntu. Nick Barcet. Ubuntu Server Product Manager

Oracle Applications and Cloud Computing - Future Direction

Virtualization. Jukka K. Nurminen

Cloud Computing. Adam Barker

CSE 501 Monday, September 09, 2013 Kevin Cleary

Uses for Virtual Machines. Virtual Machines. There are several uses for virtual machines:

Multilevel Communication Aware Approach for Load Balancing

24/11/14. During this course. Internet is everywhere. Frequency barrier hit. Management costs increase. Advanced Distributed Systems Cloud Computing

Li Sheng. Nowadays, with the booming development of network-based computing, more and more

Enterprise-Class Virtualization with Open Source Technologies

VMware and CPU Virtualization Technology. Jack Lo Sr. Director, R&D

Sistemi Operativi e Reti. Cloud Computing

Servervirualisierung mit Citrix XenServer

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

Introduction to Cloud Computing

Distributed and Cloud Computing

RED HAT ENTERPRISE VIRTUALIZATION

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

Zadara Storage Cloud A

Deploying Business Virtual Appliances on Open Source Cloud Computing

Cloud Computing Trends

International Journal of Advancements in Research & Technology, Volume 1, Issue6, November ISSN

COM 444 Cloud Computing

Virtual Machines. COMP 3361: Operating Systems I Winter

Introduction to Virtualization & KVM

WHITEPAPER. One Cloud For All Your Critical Business Applications.

Transcription:

Data Centers and Cloud Computing CS377 Guest Lecture Tian Guo 1

Data Centers and Cloud Computing Intro. to Data centers Virtualization Basics Intro. to Cloud Computing Case Study: Amazon EC2 2

Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises for server applications Internet companies Some of the biggest DCs are owned by Google, Facebook, etc Used for Data processing Web sites Business apps 3

Inside a Data Center Giant warehouse filled with: Racks of servers Storage arrays Network switches Cooling infrastructure Power converters Backup generators 4

MGHPCC Data Center Data center in Holyoke 5

Modular Data Center Use shipping containers Each container filled with thousands of servers Can easily add new containers Plug and play Just add electricity Allows data center to be easily expanded Pre-assembled, cheaper 6

Traditional vs Modern Data Center architecture and uses have been changing Traditional - static Applications run on physical servers System admin monitor and manually manage servers Use Storage Array Networks (SAN) or Network Attached Storage to hold data Modern - dynamic and large scale Run applications inside virtual machines Flexible mapping form virtual to physical resources Increased automation allows larger scale 7

Data Center Challenges Resource management How to efficiently use server and storage resources? Many apps have variable, unpredictable workloads Want high performance and low cost Automated resource management Performance profiling and prediction Energy Efficiency Servers consume huge amounts of energy Want to be green 8

Data Center Costs Running a data center is expensive http://perspectives.mvdirona.com/2008/11/28/ CostOfPowerInLargeScaleDataCenters.aspx 9

Economy of Scale Larger data centers can be cheaper to buy and run than smaller ones Lower prices for buying equipment in bulk Cheaper energy rates Automation allows small number of sys admins to manage thousands of servers General trend is towards larger mega data centers 100,000s of servers 10

Virtualization Separation of a service request from the underlying physical delivery of that service. Achieving virtual machine virtualization CPU virtualization Memory virtualization Device and I/O virtualization www.vmware.com/files/pdf/vmware_paravirtualization.pdf 11

Virtualization Timeline The pioneer project 1964, Started in IBM Cambridge Science Center, CP-40 VMWare IA-32 virtual platform 1999, with the company founded in the previous year First open source x86 hypervisor 2003, Computer Laboratory, University of Cambridge, Xen First professional open source virtualization software 2007, VirtualBox 12

CPU Virtualization Full Virtualization Combinations of binary translation (OS instructions) and direct execution (user-level instructions) Neither hardware nor OS assist are required 13

CPU Virtualization Para-virtualization Requires kernel modifications (OS assisted) Example: Xen 14

CPU Virtualization Hardware Assisted Virtualization Intel virtualization technology (VT-x) and AMD-V Only available for processors after year 2006 15

Memory Virtualization Similar to virtual memory support in OS VMM maps guest OS physical memory to actual machine memory Avoid two levels of translation on every memory access 16

Device I/O Virtualization Managing the routing of I/O requests between virtual devices and shared physical hardware Software based I/O virtualization e.g. virtual NICs 17

Server Virtualization Allows a server to be sliced into Virtual Machines VM has own OS/applications Rapidly adjust resource allocation VM migration within a LAN VM 1 VM 2 Windows Linux Virtualization Layer Windows Linux 18

Virtualization in Data Centers Virtual Servers Consolidate servers Faster deployment Easier maintenance Virtual Desktops Host employee desktops in VMs Remote access with thin clients Desktop is available anywhere Easier to manage and maintain Work Home 19

What is the cloud? Remotely available Pay-as-you-go High scalability Shared infrastructure Azure 20

Software as a Service The Cloud Stack Office apps, CRM Platform as a Service Software platforms Infrastructure as a Service Servers & storage Azure Hosted applications Managed by provider Platform to let you run your own apps Provider handles scalability Raw infrastructure Can do whatever you want with it 21

IaaS: Amazon EC2 Rents servers and storage to customers Uses virtualization to share each server for multiple customers Economy of scale lowers prices Can create VM with push of a button 22

Amazon Pricing EC2 Instances Different instance types provides different CPU, RAM, storage and networking capacity. On-demand, reserved and spot instances t1.micro r3.4xlarge r3.8xlarge VCPUs 1 16 32 RAM 1GB 122GB 244GB On-demand $0.013/hr $1.400/hr $2.800/hr Spot $0.0031/hr $0.128/hr $0.256/hr Storage $0.10/GB per month Bandwidth $0.10 per GB http://aws.amazon.com/ec2 23

Amazon EC2 Demo Amazon credentials Verify your identify (is it actually you that request service) Public/Private key pair for SSH into instance. Find the Amazon Machine Images (AMIs) Types: public, non-public (explicit, implicit) Start the instance using AMI Host your own web sites Terminate instances Try it out yourself: http://aws.amazon.com/free/ 24

PaaS: Google App Engine Provides highly scalable execution platform Must write application to meet App Engine API App Engine will autoscale your application Strict requirements on application state Stateless applications are much easier to scale Not based on virtualization Multiple users threads running in same OS Allows google to quickly increase number of worker threads running each client s application Simple scalability, but limited control Only supports Java and Python Now also supports PHP and Go 25

Public or Private Not all enterprises are comfortable with using public cloud services Don t want to share CPU cycles or disks with competitors Privacy and regulatory concerns Private Cloud Use cloud computing concepts in a private data center Automate VM management and deployment Provides same convenience as public cloud May have higher cost Hybrid Model Move resources between private and public depending on load 26

Cloud Challenges Privacy / Security How to guarantee isolation between client resources? Extreme Scalability How to efficiently manage 1,000,000 servers? Programming models How to effectively use 1,000,000 servers? 27

Programming Models Client/Server Web servers, databases, CDNs, etc Batch processing Business processing apps, payroll, etc Map Reduce Data intensive computing Scalability concepts built into programming model 28