Distributed and Cloud Computing



Similar documents
COM 444 Cloud Computing

CPET 581 Cloud Computing: Technologies and Enterprise IT Strategies. Lecture 1

DISTRIBUTED SYSTEMS AND CLOUD COMPUTING. A Comparative Study

Computing. M< MORGAN KAUfMANM. Distributed and Cloud. Processing to the. From Parallel. Internet of Things. Geoffrey C. Fox. Dongarra.

Cloud Computing. Chapter 1 Introducing Cloud Computing

System Models for Distributed and Cloud Computing

Introduction to Engineering Using Robotics Experiments Lecture 18 Cloud Computing

CHAPTER 8 CLOUD COMPUTING

CLOUD COMPUTING INTRODUCTION HISTORY

COM 444 Cloud Computing

CRN# CPET Cloud Computing: Technologies & Enterprise IT Strategies

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

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

IOS110. Virtualization 5/27/2014 1

How To Understand Cloud Computing

Architectural Implications of Cloud Computing

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

Symmetric Multiprocessing

COM 444 Cloud Computing

Emerging Technology for the Next Decade


International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 02 Issue: 05 Aug p-issn:

SOA and Cloud in practice - An Example Case Study

Lecture 02b Cloud Computing II

Cloud Courses Description

Introduction to Cloud Computing

How To Compare Cloud Computing To Cloud Platforms And Cloud Computing

Introduction to grid technologies, parallel and cloud computing. Alaa Osama Allam Saida Saad Mohamed Mohamed Ibrahim Gaber

Cluster, Grid, Cloud Concepts

Data Centers and Cloud Computing

Cloud Courses Description

Cloud Computing Architecture: A Survey

UNIT I INTRODUCTION TO CLOUD COMPUTING

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS

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

Cloud Computing. Alex Crawford Ben Johnstone

Enabling Technologies for Distributed and Cloud Computing

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

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

Distributed and Cloud Computing

Aneka: A Software Platform for.net-based Cloud Computing

Virtualization and Cloud Computing

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

On Cloud Computing Technology in the Construction of Digital Campus

Cloud Computing Technology

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

NCTA Cloud Architecture

Novel Network Computing Paradigms (I)

Chapter 19 Cloud Computing for Multimedia Services

CUMULUX WHICH CLOUD PLATFORM IS RIGHT FOR YOU? COMPARING CLOUD PLATFORMS. Review Business and Technology Series

Clouds vs Grids KHALID ELGAZZAR GOODWIN 531

Security Considerations for Public Mobile Cloud Computing

Lecture 11: Multi-Core and GPU. Multithreading. Integration of multiple processor cores on a single chip.

Computing Service Provision in P2P Clouds

Platforms in the Cloud

Cloud Computing: Making the right choices

Virtual machine interface. Operating system. Physical machine interface

Grid Computing vs Cloud

Cloud Computing. Chapter 1 Introducing Cloud Computing

How To Understand Cloud Computing

TECHNOLOGY GUIDE THREE. Emerging Types of Enterprise Computing

Knowledge Management in Cloud Using Hadoop

Performance Analysis of VM Scheduling Algorithm of CloudSim in Cloud Computing

What is Cloud Computing? First, a little history. Demystifying Cloud Computing. Mainframe Era ( ) Workstation Era ( ) Xerox Star 1981!

A Study on Analysis and Implementation of a Cloud Computing Framework for Multimedia Convergence Services

Keywords Cloud computing, virtual machines, migration approach, deployment modeling

Soft Computing Models for Cloud Service Optimization

Enterprise Application Integration (Middleware)

Client/Server Computing Distributed Processing, Client/Server, and Clusters

Enabling Technologies for Distributed Computing

International Journal of Advance Research in Computer Science and Management Studies

White Paper. Cloud Native Advantage: Multi-Tenant, Shared Container PaaS. Version 1.1 (June 19, 2012)

CSC475 Distributed and Cloud Computing Pre- or Co-requisite: CSC280

A Study of Infrastructure Clouds

Distributed Systems and Recent Innovations: Challenges and Benefits

CHAPTER 2 THEORETICAL FOUNDATION

Cloud Computing & Service Oriented Architecture An Overview

Oracle Applications and Cloud Computing - Future Direction

COMP5426 Parallel and Distributed Computing. Distributed Systems: Client/Server and Clusters

Introduction to Cloud Computing

Cloud Computing Utility and Applications

Cloud Computing Paradigm Shift. Jan Šedivý

CLOUD COMPUTING. Dana Petcu West University of Timisoara

Cloud computing - Architecting in the cloud

Mobile Cloud Computing Security Considerations

High Performance Computing Cloud Computing. Dr. Rami YARED

wu.cloud: Insights Gained from Operating a Private Cloud System

Ch. 4 - Topics of Discussion

Manjrasoft Market Oriented Cloud Computing Platform

Lecture 02a Cloud Computing I

2) Xen Hypervisor 3) UEC

Open Source Cloud Computing: Characteristics and an Overview


Transcription:

Distributed and Cloud Computing K. Hwang, G. Fox and J. Dongarra Chapter 1: Enabling Technologies and Distributed System Models Copyright 2012, Elsevier Inc. All rights reserved. 1 1-1

Data Deluge Enabling New Challenges (Courtesy of Judy Qiu, Indiana University, 2011) Copyright 2012, Elsevier Inc. All rights reserved. 2 1-2

From Desktop/HPC/Grids to Internet Clouds in 30 Years HPC moving from centralized supercomputers to geographically distributed desktops, desksides, clusters, and grids to clouds over last 30 years R/D efforts on HPC, clusters, Grids, P2P, and virtual machines has laid the foundation of cloud computing that has been greatly advocated since 2007 Location of computing infrastructure in areas with lower costs in hardware, software, datasets, space, and power requirements moving from desktop computing to datacenter-based clouds 3

Interactions among 4 technical challenges : Data Deluge, Cloud Technology, escience, and Multicore/Parallel Computing (Courtesy of Judy Qiu, Indiana University, 2011) Copyright 2012, Elsevier Inc. All rights reserved. 4 1-4

Clouds and Internet of Things HPC: High- Performance Computing HTC: High- Throughput Computing P2P: Peer to Peer Source: K. Hwang, G. Fox, and J. Dongarra, Distributed and Cloud Computing, Morgan Kaufmann, 2012. MPP: Massively Parallel Processors Copyright 2012, Elsevier Inc. All rights reserved. 5 1-5

Computing Paradigm Distinctions Centralized Computing All computer resources are centralized in one physical system. Parallel Computing All processors are either tightly coupled with central shard memory or loosely coupled with distributed memory Distributed Computing Field of CS/CE that studies distributed systems. A distributed system consists of multiple autonomous computers, each with its own private memory, communicating over a network. Cloud Computing An Internet cloud of resources that may be either centralized or decentralized. The cloud apples to parallel or distributed computing or both. Clouds may be built from physical or virtualized resources. 6

Technology Convergence toward HPC for Science and HTC for Business: Utility Computing (Courtesy of Raj Buyya, University of Melbourne, 2011) Copyright 2012, Elsevier Inc. All rights reserved. 7

2011 Gartner IT Hype Cycle for Emerging Technologies 2010 2009 2011 2008 2007 Copyright 2012, Elsevier Inc. All rights reserved. 8

Technologies for Network-based Systems 33 year Improvement in Processor and Network Technologies 9

Modern Multi-core CPU Chip 10

Multi-threading Processors Four-issue superscalar (e.g. Sun Ultrasparc I) Implements instruction level parallelism (ILP) within a single processor. Executes more than one instruction during a clock cycle by sending multiple instructions to redundant functional units. Fine-grain multithreaded processor Switch threads after each cycle Interleave instruction execution If one thread stalls, others are executed Coarse-grain multithreaded processor Executes a single thread until it reaches certain situations Simultaneous multithread processor (SMT) Instructions from more than one thread can execute in any given pipeline stage at a time. 11

5 Micro-architectures of CPUs Each row represents the issue slots for a single execution cycle: A filled box indicates that the processor found an instruction to execute in that issue slot on that cycle; An empty box denotes an unused slot. 12

33 year Improvement in Memory and Disk Technologies Copyright 2012, Elsevier Inc. All rights reserved. 13 1-13

Architecture of A Many-Core Multiprocessor GPU interacting with a CPU Processor Copyright 2012, Elsevier Inc. All rights reserved. 14 1-14

NVIDIA Fermi GPU 15

GPU Performance Bottom CPU - 0.8 Gflops/W/Core (2011) Middle GPU - 5 Gflops/W/Core (2011) Top - EF Exascale computing (10^18 Flops) 16

Interconnection Networks SAN (storage area network) - connects servers with disk arrays LAN (local area network) connects clients, hosts, and servers NAS (network attached storage) connects clients with large storage systems 17

Datacenter and Server Cost Distribution Copyright 2012, Elsevier Inc. All rights reserved. 18 1-18

Virtual Machines Eliminate real machine constraint Increases portability and flexibility Virtual machine adds software to a physical machine to give it the appearance of a different platform or multiple platforms. Benefits Cross platform compatibility Increase Security Enhance Performance Simplify software migration 19

Initial Hardware Model All applications access hardware resources (i.e. memory, i/o) through system calls to operating system (privileged instructions) Advantages Design is decoupled (i.e. OS people can develop OS separate of Hardware people developing hardware) Hardware and software can be upgraded without notifying the Application programs Disadvantage Application compiled on one ISA will not run on another ISA.. Applications compiled for Mac use different operating system calls then application designed for windows. ISA s must support old software Can often be inhibiting in terms of performance Since software is developed separately from hardware Software is not necessarily optimized for hardware. 20

Virtual Machine Basics Virtual software placed between underlying machine and conventional software Conventional software sees different ISA from the one supported by the hardware Virtualization process involves: Mapping of virtual resources (registers and memory) to real hardware resources Using real machine instructions to carry out the actions specified by the virtual machine instructions 21

Three VM Architectures 22

System Models for Distributed and Cloud Computing 23

A Typical Cluster Architecture Copyright 2012, Elsevier Inc. All rights reserved. 24 1-24

Computational or Data Grid 25

A Typical Computational Grid Copyright 2012, Elsevier Inc. All rights reserved. 26 1-26

Peer-to-Peer (P2P) Network A distributed system architecture Each computer in the network can act as a client or server for other netwpork computers. No centralized control Typically many nodes, but unreliable and heterogeneous Nodes are symmetric in function Take advantage of distributed, shared resources (bandwidth, CPU, storage) on peer-nodes Fault-tolerant, self-organizing Operate in dynamic environment, frequent join and leave is the norm 27

Peer-to-Peer (P2P) Network Overlay network - computer network built on top of another network. Nodes in the overlay can be thought of as being connected by virtual or logical links, each of which corresponds to a path, perhaps through many physical links, in the underlying network. For example, distributed systems such as cloud computing, peer-to-peer networks, and client-server applications are overlay networks because their nodes run on top of the Internet. 28

Copyright 2012, Elsevier Inc. All rights reserved. 29 1-29

The Cloud Historical roots in today s Internet apps Search, email, social networks File storage (Live Mesh, Mobile Me, Flicker, ) A cloud infrastructure provides a framework to manage scalable, reliable, on-demand access to applications A cloud is the invisible backend to many of our mobile applications A model of computation and data storage based on pay as you go access to unlimited remote data center capabilities Copyright 2012, Elsevier Inc. All rights reserved. 30

Basic Concept of Internet Clouds Cloud computing is the use of computing resources (hardware and software) that are delivered as a service over a network (typically the Internet). The name comes from the use of a cloud-shaped symbol as an abstraction for the complex infrastructure it contains in system diagrams. Cloud computing entrusts remote services with a user's data, software and computation. Copyright 2012, Elsevier Inc. All rights reserved. 31 1-31

Every 18 months? The Next Revolution in IT Cloud Computing Classical Computing Buy & Own Cloud Computing Subscribe Use Hardware, System Software, Applications often to meet peak needs. Install, Configure, Test, Verify, Evaluate Manage.. Finally, use it $$$$...$(High CapEx) $ - pay for what you use, based on QoS (Courtesy of Raj Buyya, 2012) Copyright 2012, Elsevier Inc. All rights reserved. 32

Cloud Service Models (1) Infrastructure as a service (IaaS) Most basic cloud service model Cloud providers offer computers, as physical or more often as virtual machines, and other resources. Virtual machines are run as guests by a hypervisor, such as Xen or KVM. Cloud users deploy their applications by then installing operating system images on the machines as well as their application software. Cloud providers typically bill IaaS services on a utility computing basis, that is, cost will reflect the amount of resources allocated and consumed. Examples of IaaS include: Amazon CloudFormation (and underlying services such as Amazon EC2), Rackspace Cloud, Terremark, and Google Compute Engine. 33

Cloud Service Models (2) Platform as a service (PaaS) Cloud providers deliver a computing platform typically including operating system, programming language execution environment, database, and web server. Application developers develop and run their software on a cloud platform without the cost and complexity of buying and managing the underlying hardware and software layers. Examples of PaaS include: Amazon Elastic Beanstalk, Cloud Foundry, Heroku, Force.com, EngineYard, Mendix, Google App Engine, Microsoft Azure and OrangeScape. 34

Cloud Service Models (3) Software as a service (SaaS) Cloud providers install and operate application software in the cloud and cloud users access the software from cloud clients. The pricing model for SaaS applications is typically a monthly or yearly flat fee per user, so price is scalable and adjustable if users are added or removed at any point. Examples of SaaS include: Google Apps, innkeypos, Quickbooks Online, Limelight Video Platform, Salesforce.com, and Microsoft Office 365. 35

Service-oriented architecture (SOA) SOA is an evolution of distributed computing based on the request/reply design paradigm for synchronous and asynchronous applications. An application's business logic or individual functions are modularized and presented as services for consumer/client applications. Key to these services - their loosely coupled nature; i.e., the service interface is independent of the implementation. Application developers or system integrators can build applications by composing one or more services without knowing the services' underlying implementations. For example, a service can be implemented either in.net or J2EE, and the application consuming the service can be on a different platform or language. 36

SOA key characteristics: SOA services have self-describing interfaces in platform-independent XML documents. Web Services Description Language (WSDL) is the standard used to describe the services. SOA services communicate with messages formally defined via XML Schema (also called XSD). Communication among consumers and providers or services typically happens in heterogeneous environments, with little or no knowledge about the provider. Messages between services can be viewed as key business documents processed in an enterprise. SOA services are maintained in the enterprise by a registry that acts as a directory listing. Applications can look up the services in the registry and invoke the service. Universal Description, Definition, and Integration (UDDI) is the standard used for service registry. Each SOA service has a quality of service (QoS) associated with it. Some of the key QoS elements are security requirements, such as authentication and authorization, reliable messaging, and policies regarding who can invoke services. 37

Layered Architecture for Web Services 38

Cloud Computing Challenges: Dealing with too many issues (Courtesy of R. Buyya) Scalability Reliability Billing Utility & Risk Management Programming Env. & Application Dev. Software Eng. Complexity Copyright 2012, Elsevier Inc. All rights reserved. 39 1-39

The Internet of Things (IoT) Smart Earth Internet of Things Smart Earth: An IBM Dream Copyright 2012, Elsevier Inc. All rights reserved. 40 1-40

Opportunities of IoT in 3 Dimensions (courtesy of Wikipedia, 2010) Copyright 2012, Elsevier Inc. All rights reserved. 41 1-41

Copyright 2012, Elsevier Inc. All rights reserved. 42 1-42

Transparent Cloud Computing Environment Separates user data, application, OS, and space good for cloud computing. 43

Parallel and Distributed Programming Copyright 2012, Elsevier Inc. All rights reserved. 44 1-44

Grid Standards and Middleware : Copyright 2012, Elsevier Inc. All rights reserved. 45 1-45

Dimensions of Scalability Size increasing performance by increasing machine size Software upgrade to OS, libraries, new apps. Application matching problem size with machine size Technology adapting system to new technologies 46

System Scalability vs. OS Multiplicity Copyright 2012, Elsevier Inc. All rights reserved. 47 1-47

System Availability vs. Configuration Size : Copyright 2012, Elsevier Inc. All rights reserved. 48 1-48

Operational Layers of Distributed Computing System 49

Security: System Attacks and Network Threads Copyright 2012, Elsevier Inc. All rights reserved. 50 1-50

Four Reference Books: 1. K. Hwang, G. Fox, and J. Dongarra, Distributed and Cloud Computing: from Parallel Processing to the Internet of Things Morgan Kauffmann Publishers, 2011 2. R. Buyya, J. Broberg, and A. Goscinski (eds), Cloud Computing: Principles and Paradigms, ISBN-13: 978-0470887998, Wiley Press, USA, February 2011. 3. T. Chou, Introduction to Cloud Computing: Business and Technology, Lecture Notes at Stanford University and at Tsinghua University, Active Book Press, 2010. 4. T. Hey, Tansley and Tolle (Editors), The Fourth Paradigm : Data- Intensive Scientific Discovery, Microsoft Research, 2009. Copyright 2012, Elsevier Inc. All rights reserved. 51 1-51