A comparison of two-level and multi-level modelling for cloud-based applications

Size: px
Start display at page:

Download "A comparison of two-level and multi-level modelling for cloud-based applications"

Transcription

1 A comparion of two-level and multi-level modelling for cloud-baed application Aleandro Roini Nikolay Nikolov Juan de Lara Ether Guerra UNIVERSIDAD AUTONOMA

2 Challenge

3 22 Feb million uer regiter to Telegram and Telegram crahe

4

5 Self-adaptive cloud-baed application Cloud-baed application that elf-adapt to change in environment and requirement

6 Cloud-baed application Applica)on Data Run- )me SaaS PaaS IaaS OS Virtualia)on Server Storage Network

7

8 Reaoning engine Diff Target model -me Current model Adapta0on engine Running ytem

9 Deployment model: deign-time Ubuntu Tomcat Type SenApp HAProxy haproxy1 enapp1 [intance range: 1..4] tomcat1 ubuntu1 [loca)on: NO]

10 Deployment model: run-time Ubuntu Tomcat Type SenApp HAProxy Implicit intance Explicit intance Before adapta)on AXer adapta)on Before adapta)on AXer adapta)on haproxy1 haproxy1 haproxy1 haproxy1 enapp1 [intance range: 1..4, intance=2] enapp1 [intance range: 1..4, intance=3] enapp11 enapp12 enapp11 enapp12 enapp13 tomcat1 tomcat1 tomcat11 tomcat12 tomcat11 tomcat12 tomcat13 ubuntu1 OpenStack [loca)on: NO] ubuntu1 OpenStack [loca)on: NO] ubuntu11 [CPU load = 99] OpenStack [loca)on: NO] ubuntu12 [CPU load = 90] ubuntu11 [CPU load = 80] ubuntu12 [CPU load = 70] OpenStack [loca)on: NO] ubuntu13 [CPU load = 60] If CPU load of a VM i above 90%, then cale out

11 CloudML abtract yntax: two level

12 haproxy1* Deployment model: implicit intance enapp1* [intance range: 1..4, intance=2] tomcat1* ubuntu1* OpenStack* [loca.on:*no]* C1: elf.hotedcomptype- >forall(t CompInt.allIntance()- >exit(i i.type = elf and i.hotedcompint- >exit(ci ci.type = t))) hotedcomptype * CompType lingui1c typing SenApp ST type ontological typing Tomcat TU VMType Ubuntu type hotedcompint * CompInt enapp1 currentint = 2 minint = 1 maxint = 4 currentint: Int minint: Int maxint: Int t1 tomcat1 currentint = 2 minint = 1 maxint = 4 C2: elf.currentint >= elf.minint C3: elf.maxint <> - 1 implie elf.currentint <= elf.maxint C4: elf.hotedcompint- >forall(i elf.type.hotedcomptype - >include(i.type)) tu1 VMInt cpuloadavg: Double ubuntu1 currentint = 2 minint = 1 maxint = 4 cpuloadavg = 94.5 metamodel model

13 haproxy1* C5: elf.hotedcomptype- >forall(t CompInt.allIntance()- >exit(i i.type = elf and i.hotedcompint- >exit(ci ci.type = t))) hotedcomptype * CompType type Deployment model: explicit intance C6: elf.hotedcompint- >forall(i elf.type.hotedcomptype - >include(i.type)) hotedcompint * CompInt enapp11* enapp12* tomcat11* tomcat12* ubuntu11* ubuntu12* [CPU load = 99] [CPU load = 90] OpenStack* [loca.on:*no]* VMType SenApp ST /cpuloadavg: Double = let load:set = VMInt.allIntance()- >elect(m m.type=elf) - >collect(cpuload) in load- >um() / load- >ize() Tomcat type enapp12 t1 tomcat12 VMInt cpuload: Int tu1 metamodel model TU Ubuntu /cpuloadavg = 94.5 ubuntu12 cpuload = 90

14 haproxy1* haproxy1* Deployment model: enapp1* [intance range: 1..4, intance=2] tomcat1* enapp11* enapp12* tomcat11* tomcat12* implicit and explicit int. ubuntu1* OpenStack* [loca.on:*no]* ubuntu11* ubuntu12* [CPU load = 99] [CPU load = 90] OpenStack* [loca.on:*no]* hotedcomptype * CompType linguitic typing SenApp ST type ontological typing Tomcat C1 TU hotedcomptemp * CompTemp currentint:3int minint:3int maxint:3int VMType type VMTemp Ubuntu enapp1 currentint =32 minint =31 maxint =34 t1 type tomcat1 currentint =32 minint =31 maxint =34 C2,% C3,"C4,% C5 tu1 /cpuloadavg:3double3=3 ubuntu1 currentint =32 minint =31 maxint =34 /cpuloadavg =394.5 hotedcompint * CompInt type enapp12 C6 metamodel model t12 tomcat12 VMInt cpuload:3int tu12 ubuntu12 cpuload =390

15 CloudML abtract yntax: multiple level

16 @3 * hotedcomp Component /currentint@2: int = $ elf.allintance().ize() $ VirtualMachine cpuload@3: int /cpuloadavg@2: double = $ elf.allintance()- >collect(cpuload )- >um()/elf.currentint $ Language SenApp: Component * Tomcat: Component * Ubuntu: VirtualMachine Component type enapp1: SenApp [1..4] /currentint = tomcat1: Tomcat [1..*] /currentint = ubuntu1: Ubuntu [1..*] /cpuloadavg = 94.5 /currentint = 2 Deployment model: implicit enapp11: enapp1 tomcat11: tomcat1 ubuntu11: ubuntu1 cpuload = 99 enapp12: enapp1 tomcat12: tomcat1 ubuntu12: ubuntu1 cpuload = 90 Deployment model: explicit int.

17 Comparion

18 Criteria Size of language definition Complexity of OCL contraint Preciion Extenibility Flexibility Tooling

19 @3 * hotedcomp Size of language definition Component /currentint@2: int = $ elf.allintance().ize() $ VirtualMachine cpuload@3: int /cpuloadavg@2: double = $ elf.allintance()- >collect(cpuload )- >um()/elf.currentint $ Language definition: Multi-level hotedcomptype * CompType( C1! type VMType( hotedcomptemp * CompTemp( type currentint: Int minint: Int maxint: Int type VMTemp( /cpuloadavg: Double = hotedcompint * CompInt( C2,%C3,!C4,%C5% C6% type VMInt( cpuload: Int Language definition: Two-level

20 Tooling

21 CloudML two-level tooling 21

22 CloudML multi-level tooling MetaDepth 22

23 MetaDepth Potency-baed multi-level modelling Textual modelling Integration with Epilon language (adapted to multilevel): Epilon Object Language Epilon Tranformation Language Epilon Generation Language Analyi of conflict between integrity contraint at different level

24 // Level 3: Language definition Model { Node Component { hotedcomp: Component[*]; CloudML in MetaDepth /currentint@2: int = $ elf.allintance().ize() $; } Node VirtualMachine: Component { cpuload@3: int; /cpuloadavg@2: double = $ elf.allintance().collect ( c c.cpuload ).um() / elf.currentint $ ; } } // Level 2: Component type definition CloudML ComponentType { Component Tomcat { tomcathot: SenApp[*]{hotedComp}; } } Component SenApp {} VirtualMachine Ubuntu { ubuntuhot: Tomcat[*]{hotedComp}; }

25 CloudML in MetaDepth // Level 1: Deployment model with implicit intance ComponentType DeploymentModel { SenApp enapp1 [1..4] {} Tomcat tomcat1 [1..*] { t1hot: enapp1[1] {tomcathot}; } Ubuntu ubuntu1 [1..*] { u1hot: tomcat1[1..4] {ubuntuhot}; } } // Level 0: Deployment model with explicit intance DeploymentModel intance { enapp1 enapp11; enapp1 enapp12; tomcat1 tomcat11 { t1hot = [enapp11]; } tomcat1 tomcat12 { t1hot = [enapp12]; } ubuntu1 ubuntu11 { cpuload = 99; u1hot = [tomcat11]; } ubuntu1 ubuntu12 { cpuload = 90; u1hot = [tomcat12]; } }

26 Concluion and Future Work

27 Concluion A fundamental principle in engineering, including oftware engineering, i to minimize the amount of accidental complexity which i introduced into engineering olution due to mimatche between a problem and the technology ued to repreent the problem. C. Atkinon and T. Kühne Reducing accidental complexity in domain model, 2008

28 Future Work Tranformation two-level<->multi-level Further development of tooling Empirical tudy

29 Acknowledgement PAA AGE Go Lite

30 Thank you! More info: cloudml.org Get in aleandroroini.org

CloudML and self-adaptive cloudbased

CloudML and self-adaptive cloudbased CloudML and elf-adaptive cloudbaed application Aleandro Roini INF5120 28 Apr 2014 Larget reearch organiation in Scandinavia Technology, Medicine, Social Science Headquarter in Trondheim and Olo Office

More information

Self-adaptive cloud-based applications. Alessandro Rossini Future Internet Assembly, Athens 17 March 2014

Self-adaptive cloud-based applications. Alessandro Rossini Future Internet Assembly, Athens 17 March 2014 Self-adaptive cloud-based applications Alessandro Rossini Future Internet Assembly, Athens 17 March 2014 Challenge Wed, 19 Feb Facebook acquires WhatsApp Wed, 19 Feb Facebook acquires WhatsApp Sat, 22

More information

How To Model Drive A Multi Cloud Ytem

How To Model Drive A Multi Cloud Ytem Toward model-driven proviioning, deployment, monitoring, and adaptation of multi-cloud ytem Nicola Ferry, Aleandro Roini, Franck Chauvel, Brice Morin, Arnor Solberg IEEE CLOUD, 30 June 2013 Amazon AWS

More information

Domain 1: Self-sizing and green PaaS

Domain 1: Self-sizing and green PaaS Domain 1: Self-sizing and green PaaS Goal: improve the platform efficiency Performance Energy cost Challenges Cluster growth/shrink capabilities according to workload Data center multi-tenancy with limited

More information

Strategic Compliance & Securing the Cloud. Annalea Sharack-Ilg, CISSP, AMBCI Technical Director of Information Security

Strategic Compliance & Securing the Cloud. Annalea Sharack-Ilg, CISSP, AMBCI Technical Director of Information Security Strategic Compliance & Securing the Cloud Annalea Sharack-Ilg, CISSP, AMBCI Technical Director of Information Security Complexity and Challenges 2 Complexity and Challenges Compliance Regulatory entities

More information

Cloud Hosting. QCLUG presentation - Aaron Johnson. Amazon AWS Heroku OpenShift

Cloud Hosting. QCLUG presentation - Aaron Johnson. Amazon AWS Heroku OpenShift Cloud Hosting QCLUG presentation - Aaron Johnson Amazon AWS Heroku OpenShift What is Cloud Hosting? According to the Wikipedia - 2/13 Cloud computing, or in simpler shorthand just "the cloud", focuses

More information

Bio-Plex Analysis Software

Bio-Plex Analysis Software Multiplex Supenion Array Bio-Plex Analyi Software The Leader in Multiplex Immunoaay Analyi Bio-Plex Analyi Software If making ene of your multiplex data i your challenge, then Bio-Plex data analyi oftware

More information

Networks and Services

Networks and Services Networks and Services Dr. Mohamed Abdelwahab Saleh IET-Networks, GUC Fall 2015 TOC 1 Infrastructure as a Service 2 Platform as a Service 3 Software as a Service Infrastructure as a Service Definition Infrastructure

More information

Windows Azure and private cloud

Windows Azure and private cloud Windows Azure and private cloud Joe Chou Senior Program Manager China Cloud Innovation Center Customer Advisory Team Microsoft Asia-Pacific Research and Development Group 1 Agenda Cloud Computing Fundamentals

More information

ASETiC and PaaS Taxonomy Overview

ASETiC and PaaS Taxonomy Overview ASCETiC Project Market Analysis Project Acronym ASCETiC Project Title Adapting lifecycle towards EfficienT Clouds Project Number 610874 Instrument Collaborative Project Start Date 01/10/2013 Duration 36

More information

Linstantiation of applications. Docker accelerate

Linstantiation of applications. Docker accelerate Industrial Science Impact Factor : 1.5015(UIF) ISSN 2347-5420 Volume - 1 Issue - 12 Aug - 2015 DOCKER CONTAINER 1 2 3 Sawale Bharati Shankar, Dhoble Manoj Ramchandra and Sawale Nitin Shankar images. ABSTRACT

More information

A When and How to Use Multi-Level Modelling

A When and How to Use Multi-Level Modelling A When and How to Use Multi-Level Modelling JUAN DE LARA, Universidad Autónoma de Madrid (Spain) ESTHER GUERRA, Universidad Autónoma de Madrid (Spain) JESÚS SÁNCHEZ CUADRADO, Universidad Autónoma de Madrid

More information

Virtualization & Cloud Computing (2W-VnCC)

Virtualization & Cloud Computing (2W-VnCC) Virtualization & Cloud Computing (2W-VnCC) DETAILS OF THE SYLLABUS: Basics of Networking Types of Networking Networking Tools Basics of IP Addressing Subnet Mask & Subnetting MAC Address Ports : Physical

More information

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

Software as a Service (SaaS) and Platform as a Service (PaaS) (ENCS 691K Chapter 1) Roch Glitho, PhD Software as a Service (SaaS) and Platform as a Service (PaaS) (ENCS 691K Chapter 1) Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ Software

More information

SUSE Cloud 2.0. Pete Chadwick. Douglas Jarvis. Senior Product Manager pchadwick@suse.com. Product Marketing Manager djarvis@suse.

SUSE Cloud 2.0. Pete Chadwick. Douglas Jarvis. Senior Product Manager pchadwick@suse.com. Product Marketing Manager djarvis@suse. SUSE Cloud 2.0 Pete Chadwick Douglas Jarvis Senior Product Manager pchadwick@suse.com Product Marketing Manager djarvis@suse.com SUSE Cloud SUSE Cloud is an open source software solution based on OpenStack

More information

Two Dimensional FEM Simulation of Ultrasonic Wave Propagation in Isotropic Solid Media using COMSOL

Two Dimensional FEM Simulation of Ultrasonic Wave Propagation in Isotropic Solid Media using COMSOL Excerpt from the Proceeding of the COMSO Conference 0 India Two Dimenional FEM Simulation of Ultraonic Wave Propagation in Iotropic Solid Media uing COMSO Bikah Ghoe *, Krihnan Balaubramaniam *, C V Krihnamurthy

More information

Performance of a Browser-Based JavaScript Bandwidth Test

Performance of a Browser-Based JavaScript Bandwidth Test Performance of a Brower-Baed JavaScript Bandwidth Tet David A. Cohen II May 7, 2013 CP SC 491/H495 Abtract An exiting brower-baed bandwidth tet written in JavaScript wa modified for the purpoe of further

More information

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

Open Cloud System. (Integration of Eucalyptus, Hadoop and AppScale into deployment of University Private Cloud) Open Cloud System (Integration of Eucalyptus, Hadoop and into deployment of University Private Cloud) Thinn Thu Naing University of Computer Studies, Yangon 25 th October 2011 Open Cloud System University

More information

INFORMATION Technology (IT) infrastructure management

INFORMATION Technology (IT) infrastructure management IEEE TRANSACTIONS ON CLOUD COMPUTING, VOL. 2, NO. 1, MAY 214 1 Buine-Driven Long-term Capacity Planning for SaaS Application David Candeia, Ricardo Araújo Santo and Raquel Lope Abtract Capacity Planning

More information

Leveraging Feature Models to Configure Virtual Appliances

Leveraging Feature Models to Configure Virtual Appliances Leveraging Feature Models to Configure Virtual Appliances Clément Quinton Romain Rouvoy Laurence Duchien Inria Lille-Nord Europe University Lille 1 LIFL UMR CNRS 8022 France CloudCP 2012 - Bern, 10th April

More information

Table of Contents. Abstract... Error! Bookmark not defined. Chapter 1... Error! Bookmark not defined. 1. Introduction... Error! Bookmark not defined.

Table of Contents. Abstract... Error! Bookmark not defined. Chapter 1... Error! Bookmark not defined. 1. Introduction... Error! Bookmark not defined. Table of Contents Abstract... Error! Bookmark not defined. Chapter 1... Error! Bookmark not defined. 1. Introduction... Error! Bookmark not defined. 1.1 Cloud Computing Development... Error! Bookmark not

More information

Understanding Infrastructure as Code. By Michael Wittig and Andreas Wittig

Understanding Infrastructure as Code. By Michael Wittig and Andreas Wittig Understanding Infrastructure as Code By Michael Wittig and Andreas Wittig In this article, excerpted from Amazon Web Service in Action, we will explain Infrastructure as Code. Infrastructure as Code describes

More information

CLOUD ARCHITECTURE DIAGRAMS AND DEFINITIONS

CLOUD ARCHITECTURE DIAGRAMS AND DEFINITIONS CLOUD ARCHITECTURE DIAGRAMS AND DEFINITIONS April 2014 Cloud Conceptual Reference Model The ease of use a Cloud Consumer experiences results from a complex, behind-the-scenes, orchestration of interchangeable,

More information

How To Understand The 2013 Cio Agenda For A Cloud Server

How To Understand The 2013 Cio Agenda For A Cloud Server cf push: Push your Scala/Play apps to Cloud Foundry RAGHAVAN N. SRINIVAS @ragss 1 Who am I? Rags (not to Riches) and work for EMC CODE Middleware and Application programmer Architect and Evangelist Part

More information

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

CLOUD COMPUTING. When It's smarter to rent than to buy CLOUD COMPUTING When It's smarter to rent than to buy Is it new concept? Nothing new In 1990 s, WWW itself Grid Technologies- Scientific applications Online banking websites More convenience Not to visit

More information

Security of Information Systems hosted in Clouds: SLA Definition and Enforcement in a Dynamic Environment

Security of Information Systems hosted in Clouds: SLA Definition and Enforcement in a Dynamic Environment Security of Information Systems hosted in Clouds: SLA Definition and Enforcement in a Dynamic Environment Christine Morin Inria Joint work with Louis Rilling (DGA-MI), Anna Giannakou (Inria), Jean-Louis

More information

Bi-Objective Optimization for the Clinical Trial Supply Chain Management

Bi-Objective Optimization for the Clinical Trial Supply Chain Management Ian David Lockhart Bogle and Michael Fairweather (Editor), Proceeding of the 22nd European Sympoium on Computer Aided Proce Engineering, 17-20 June 2012, London. 2012 Elevier B.V. All right reerved. Bi-Objective

More information

Return on Investment and Effort Expenditure in the Software Development Environment

Return on Investment and Effort Expenditure in the Software Development Environment International Journal of Applied Information ytem (IJAI) IN : 2249-0868 Return on Invetment and Effort Expenditure in the oftware Development Environment Dineh Kumar aini Faculty of Computing and IT, ohar

More information

Managing the Performance of Clouds and Cloud Based Applications

Managing the Performance of Clouds and Cloud Based Applications Managing the Performance of Clouds and Cloud Based s Alan Clark, Telchemy alan.d.clark@telchemy.com IEEE CQR 2012 Outline Model for Cloud based s Cloud Performance Typical Cloud SLA What Cloud Infrastructure

More information

Apigee Edge: Apigee Cloud vs. Private Cloud. Evaluating deployment models for API management

Apigee Edge: Apigee Cloud vs. Private Cloud. Evaluating deployment models for API management Apigee Edge: Apigee Cloud v. Private Cloud Evaluating deployment model for API management Table of Content Introduction 1 Time to ucce 2 Total cot of ownerhip 2 Performance 3 Security 4 Data privacy 4

More information

Configuration Management Why we should care! Anne-Rose Suriel Senior Systems Engineer

Configuration Management Why we should care! Anne-Rose Suriel Senior Systems Engineer Configuration Management Why we should care! Anne-Rose Suriel Senior Systems Engineer Agenda 1. Introduction to Configuration Management 2. Importance of Configuration Management 3. Should we care? 4.

More information

Energy Efficiency Embedded Service Lifecycle: Towards an Energy Efficient Cloud Computing Architecture

Energy Efficiency Embedded Service Lifecycle: Towards an Energy Efficient Cloud Computing Architecture Energy Efficiency Embedded Service Lifecycle: Towards an Energy Efficient Cloud Computing Architecture On behalf of the ASCETiC Consortium Project Number 610874 Instrument Collaborative Project Start Date

More information

How Enterprises Can Build Integrated Digital Marketing Experiences Using Drupal

How Enterprises Can Build Integrated Digital Marketing Experiences Using Drupal How Enterprie Can Build Integrated Digital Marketing Experience Uing Drupal acquia.com 888.922.7842 1.781.238.8600 25 Corporate Drive, Burlington, MA 01803 How Enterprie Can Build Integrated Digital Marketing

More information

SUSE OpenStack Cloud 4 Private Cloud Platform based on OpenStack. Gábor Nyers Sales Engineer @SUSE gnyers@suse.com

SUSE OpenStack Cloud 4 Private Cloud Platform based on OpenStack. Gábor Nyers Sales Engineer @SUSE gnyers@suse.com SUSE OpenStack Cloud 4 Private Cloud Platform based on OpenStack Gábor Nyers Sales Engineer @SUSE gnyers@suse.com Introductory video ChalkTalk: SUSE OpenStack Cloud 2 Stetting the Stage for SUSE OpenStack

More information

STeP-IN SUMMIT 2013. June 18 21, 2013 at Bangalore, INDIA. Performance Testing of an IAAS Cloud Software (A CloudStack Use Case)

STeP-IN SUMMIT 2013. June 18 21, 2013 at Bangalore, INDIA. Performance Testing of an IAAS Cloud Software (A CloudStack Use Case) 10 th International Conference on Software Testing June 18 21, 2013 at Bangalore, INDIA by Sowmya Krishnan, Senior Software QA Engineer, Citrix Copyright: STeP-IN Forum and Quality Solutions for Information

More information

SECURING HEALTH INFORMATION IN THE CLOUD. Feisal Nanji, Executive Director, Techumen feisal@techumen.com

SECURING HEALTH INFORMATION IN THE CLOUD. Feisal Nanji, Executive Director, Techumen feisal@techumen.com SECURING HEALTH INFORMATION IN THE CLOUD Feisal Nanji, Executive Director, Techumen feisal@techumen.com Conflict of Interest Disclosure Feisal Nanji, MPP, CISSP Has no real or apparent conflicts of interest

More information

Beginning Azure. Ready for the Cloud!

Beginning Azure. Ready for the Cloud! Beginning Azure Ready for the Cloud! Tom Norman Data Architect - KPA Knightdale, North Carolina Microsoft Certified Professional Leader - PASS Virtualization Virtual Chapter Past President - Denver Chapter

More information

Computer Science. About PaaS Security. Donghoon Kim Henry E. Schaffer Mladen A. Vouk

Computer Science. About PaaS Security. Donghoon Kim Henry E. Schaffer Mladen A. Vouk About PaaS Security Donghoon Kim Henry E. Schaffer Mladen A. Vouk North Carolina State University, USA May 21, 2015 @ ICACON 2015 Outline Introduction Background Contribution PaaS Vulnerabilities and Countermeasures

More information

A Business Driven Cloud Optimization Architecture

A Business Driven Cloud Optimization Architecture A Business Driven Cloud Optimization Architecture Marin Litoiu York University, Canada mlitoiu@yorku.ca Murray Woodside Carleton University, Canada Johnny Wong University of Waterloo, Canada Joanna Ng,

More information

2) Xen Hypervisor 3) UEC

2) Xen Hypervisor 3) UEC 5. Implementation Implementation of the trust model requires first preparing a test bed. It is a cloud computing environment that is required as the first step towards the implementation. Various tools

More information

Managed Servers ASA Extract FY14

Managed Servers ASA Extract FY14 Managed Servers ASA Extract FY14 1.0 Service Summary 1.1 Name Managed Servers 1.7 Mission/Vision UW IT currently manages over 900 managed servers for various owners and functions. There are 2 primary types

More information

Optical Illusion. Sara Bolouki, Roger Grosse, Honglak Lee, Andrew Ng

Optical Illusion. Sara Bolouki, Roger Grosse, Honglak Lee, Andrew Ng Optical Illuion Sara Bolouki, Roger Groe, Honglak Lee, Andrew Ng. Introduction The goal of thi proect i to explain ome of the illuory phenomena uing pare coding and whitening model. Intead of the pare

More information

A Middleware Strategy to Survive Compute Peak Loads in Cloud

A Middleware Strategy to Survive Compute Peak Loads in Cloud A Middleware Strategy to Survive Compute Peak Loads in Cloud Sasko Ristov Ss. Cyril and Methodius University Faculty of Information Sciences and Computer Engineering Skopje, Macedonia Email: sashko.ristov@finki.ukim.mk

More information

Apache Stratos (incubating) 4.0.0-M5 Installation Guide

Apache Stratos (incubating) 4.0.0-M5 Installation Guide Apache Stratos (incubating) 4.0.0-M5 Installation Guide 1. Prerequisites 2. Product Configuration 2.1 Message Broker Configuration 2.2 Load Balancer Configuration 2.3 Cloud Controller Configuration 2.4

More information

Standards and Open Source: Trends Affecting Microsoft and You. October 9, 2014 8:00 am 8:50 am

Standards and Open Source: Trends Affecting Microsoft and You. October 9, 2014 8:00 am 8:50 am Standards and Open Source: Trends Affecting Microsoft and You October 9, 2014 8:00 am 8:50 am Moderator David Ezell Principal Software Architect VeriFone Inc. Speaker Brian Benz Senior Technical Evangelist

More information

Cloud computing - Architecting in the cloud

Cloud computing - Architecting in the cloud Cloud computing - Architecting in the cloud anna.ruokonen@tut.fi 1 Outline Cloud computing What is? Levels of cloud computing: IaaS, PaaS, SaaS Moving to the cloud? Architecting in the cloud Best practices

More information

Cloud Computing. Chapter 1 Introducing Cloud Computing

Cloud Computing. Chapter 1 Introducing Cloud Computing Cloud Computing Chapter 1 Introducing Cloud Computing Learning Objectives Understand the abstract nature of cloud computing. Describe evolutionary factors of computing that led to the cloud. Describe virtualization

More information

Migrating Legacy Systems to Cloud Environments: A Case Study. Hong Wu Laboratory of Internet Technologies, Institute of Software, CAS 2012-05-14

Migrating Legacy Systems to Cloud Environments: A Case Study. Hong Wu Laboratory of Internet Technologies, Institute of Software, CAS 2012-05-14 Migrating Legacy Systems to Cloud Environments: A Case Study Hong Wu Laboratory of Internet Technologies, Institute of Software, CAS 2012-05-14 Outline Introduction Case Study QONE Migration Future Work

More information

How to Create an Enterprise Content Management Solution Based on Alfresco in a vcloud Environment. A VMware Cloud Evaluation Reference Document

How to Create an Enterprise Content Management Solution Based on Alfresco in a vcloud Environment. A VMware Cloud Evaluation Reference Document How to Create an Enterprise Content Management Solution Based on Alfresco in a vcloud Environment A VMware Cloud Evaluation Reference Document Contents About Cloud Computing Cloud computing is an approach

More information

OPEN DATA CENTER ALLIANCE : Service Orchestration with TOSCA White Paper

OPEN DATA CENTER ALLIANCE : Service Orchestration with TOSCA White Paper OPEN DATA CENTER ALLIANCE : Service Orchestration with TOSCA White Paper Table of Contents Legal Notice...3 Executive Summary...4 The TOSCA-Based Application Packaging Project...5 Implementation of the

More information

Availability of WDM Multi Ring Networks

Availability of WDM Multi Ring Networks Paper Availability of WDM Multi Ring Network Ivan Rado and Katarina Rado H d.o.o. Motar, Motar, Bonia and Herzegovina Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, Univerity

More information

Cloud Environment Selec1on and Configura1on: A So7ware Product Lines- Based Approach

Cloud Environment Selec1on and Configura1on: A So7ware Product Lines- Based Approach Cloud Environment Selec1on and Configura1on: A So7ware Product Lines- Based Approach Clément Quinton Ph.D. Defense Wednesday, October 22 th 2014 Rapporteurs: Roberto Di Cosmo, Université Paris Diderot

More information

So#ware Product Lines for Automa5c Mul5- Cloud Configura5on

So#ware Product Lines for Automa5c Mul5- Cloud Configura5on So#ware Product Lines for Automa5c Mul5- Cloud Configura5on Université Lille 1 CRIStAL UMR CNRS 9189 Inria Lille - Nord Europe France Gustavo Sousa gustavo.sousa@inria.fr Encadrants: Walter Rudametkin

More information

How To Understand Cloud Computing

How To Understand Cloud Computing Virtualizing the Private Cloud for Maximum Resource Utilization C.Shreeharsha, Prof.ManasiKulkarni Computer Engineering Department, VJTI, Matunga, Mumbai, India, E-mail:harshagzb89@gmail.com. Abstract

More information

Geoff Raines Cloud Engineer

Geoff Raines Cloud Engineer Geoff Raines Cloud Engineer Approved for Public Release; Distribution Unlimited. 13-2170 2013 The MITRE Corporation. All rights reserved. Why are P & I important for DoD cloud services? Improves the end-to-end

More information

CS 695 Topics in Virtualization and Cloud Computing. Introduction

CS 695 Topics in Virtualization and Cloud Computing. Introduction CS 695 Topics in Virtualization and Cloud Computing Introduction This class What does virtualization and cloud computing mean? 2 Cloud Computing The in-vogue term Everyone including his/her dog want something

More information

Four Ways Companies Can Use Open Source Social Publishing Tools to Enhance Their Business Operations

Four Ways Companies Can Use Open Source Social Publishing Tools to Enhance Their Business Operations Four Way Companie Can Ue Open Source Social Publihing Tool to Enhance Their Buine Operation acquia.com 888.922.7842 1.781.238.8600 25 Corporate Drive, Burlington, MA 01803 Four Way Companie Can Ue Open

More information

Cloud Federation to Elastically Increase MapReduce Processing Resources

Cloud Federation to Elastically Increase MapReduce Processing Resources Cloud Federation to Elastically Increase MapReduce Processing Resources A.Panarello, A.Celesti, M. Villari, M. Fazio and A. Puliafito {apanarello,acelesti, mfazio, mvillari, apuliafito}@unime.it DICIEAMA,

More information

Memory Profiling using Visual VM

Memory Profiling using Visual VM Memory Profiling using Visual VM What type of profiling is most important? Clear answer: memory profiling! The speed of your application typically is something that you feel throughout your whole development

More information

Virtual Machine Instance Scheduling in IaaS Clouds

Virtual Machine Instance Scheduling in IaaS Clouds Virtual Machine Instance Scheduling in IaaS Clouds Naylor G. Bachiega, Henrique P. Martins, Roberta Spolon, Marcos A. Cavenaghi Departamento de Ciência da Computação UNESP - Univ Estadual Paulista Bauru,

More information

Optimizing a Semantic Comparator using CUDA-enabled Graphics Hardware

Optimizing a Semantic Comparator using CUDA-enabled Graphics Hardware Optimizing a Semantic Comparator uing CUDA-enabled Graphic Hardware Aalap Tripathy Suneil Mohan, Rabi Mahapatra Embedded Sytem and Codeign Lab codeign.ce.tamu.edu (Preented at ICSC 0, September 9, 0 in

More information

Using SUSE Cloud to Orchestrate Multiple Hypervisors and Storage at ADP

Using SUSE Cloud to Orchestrate Multiple Hypervisors and Storage at ADP Using SUSE Cloud to Orchestrate Multiple Hypervisors and Storage at ADP Agenda ADP Cloud Vision and Requirements Introduction to SUSE Cloud Overview Whats New VMWare intergration HyperV intergration ADP

More information

Intel IT Cloud Extending OpenStack* IaaS with Cloud Foundry* PaaS

Intel IT Cloud Extending OpenStack* IaaS with Cloud Foundry* PaaS Intel IT Cloud Extending OpenStack* IaaS with Cloud Foundry* PaaS Speaker: Catherine Spence, IT Principal Engineer, Cloud Computing Acknowledgements: Aaron Huber, Jon Price November 2014 Legal Notices

More information

Cloud Computing. A new kind of developers? Presentation by. Nick Barcet nick.barcet@canonical.com

Cloud Computing. A new kind of developers? Presentation by. Nick Barcet nick.barcet@canonical.com Cloud Computing A new kind of developers? Presentation by Nick Barcet nick.barcet@canonical.com www.canonical.com July 2011 Cloud computing stack Salesforce.com, GoogleDocs, Office, etc... GoogleApps,

More information

Comparing Open Source Private Cloud (IaaS) Platforms

Comparing Open Source Private Cloud (IaaS) Platforms Comparing Open Source Private Cloud (IaaS) Platforms Lance Albertson OSU Open Source Lab Associate Director of Operations lance@osuosl.org / @ramereth About me OSU Open Source Lab Server hosting for Open

More information

Cloud Panel Service Evaluation Scenarios

Cloud Panel Service Evaluation Scenarios Cloud Panel Service Evaluation Scenarios August 2014 Service Evaluation Scenarios The scenarios below are provided as a sample of how Finance may approach the evaluation of a particular service offered

More information

Migration of virtual machine to cloud using Openstack Python API Clients

Migration of virtual machine to cloud using Openstack Python API Clients Migration of virtual machine to cloud using Openstack Python API Clients Jyoti Joshi 1, Manasi Thakur 2, Saurabh Mhatre 3, Pradnya Usatkar 4, Afrin Parmar 5 1 Assistant Professor Computer, R.A.I.T., University

More information

Deploying Your Application On Public Cloud

Deploying Your Application On Public Cloud #GHC14 Deploying Your Application On Public Cloud Egle Sigler @eglute Iccha Sethi @IcchaSethi October 9, Egle Sigler Principal Architect at Rackspace Works with OpenStack POWER: Professional Organization

More information

The New Style of IT. Rob McMahon. Director Cloud Computing HP General Western Europe

The New Style of IT. Rob McMahon. Director Cloud Computing HP General Western Europe The New Style of IT Rob McMahon Director Cloud Computing HP General Western Europe Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without

More information

TOSCA Interoperability Demonstration

TOSCA Interoperability Demonstration Topology and Orchestration Specification for Cloud Applications (TOSCA) Standard TOSCA Interoperability Demonstration Participating Companies: Join the TOSCA Technical Committee www.oasis-open.org, join@oasis-open.org

More information

<Insert Picture Here> PaaS is the Remedy for VM Hangover

<Insert Picture Here> PaaS is the Remedy for VM Hangover PaaS is the Remedy for VM Hangover Girish Venkat CISSP Solutions Specialist Manager, Oracle Public Sector The following is intended to outline our general product direction. It is

More information

Shareable Private Space on a Public Cloud

Shareable Private Space on a Public Cloud Shareable Private Space on a Public Cloud 1.0 Introduction: Sharable private space on public cloud (a distributed computing platform) is nontrivial task. With immerse of Free & Open Source Software (FOSS),

More information

Monitoring Elastic Cloud Services

Monitoring Elastic Cloud Services Monitoring Elastic Cloud Services trihinas@cs.ucy.ac.cy Advanced School on Service Oriented Computing (SummerSoc 2014) 30 June 5 July, Hersonissos, Crete, Greece Presentation Outline Elasticity in Cloud

More information

Iaas for Private and Public Cloud using Openstack

Iaas for Private and Public Cloud using Openstack Iaas for Private and Public Cloud using Openstack J. Beschi Raja, Assistant Professor, Department of CSE, Kalasalingam Institute of Technology, TamilNadu, India, K.Vivek Rabinson, PG Student, Department

More information

vnebula Cloud. Made Easy. Introducing vnebula from Stream Networks. A simple, self-service cloud portal for our partner community.

vnebula Cloud. Made Easy. Introducing vnebula from Stream Networks. A simple, self-service cloud portal for our partner community. vnebula Cloud. Made Easy. Introducing vnebula from Stream Networks. A simple, self-service cloud portal for our partner community. Keep it simple Our partners asked us for a cloud portal that was simple

More information

Service Orchestration

Service Orchestration June 2015 Service Orchestration Infos and Use Cases Falko Dautel Robert Thullner Agenda + Overview + Use Cases & Demos VM Provisioning with ServiceNow Employee Onboarding + Summary + Questions & Answers

More information

Unleash the IaaS Cloud About VMware vcloud Director and more VMUG.BE June 1 st 2012

Unleash the IaaS Cloud About VMware vcloud Director and more VMUG.BE June 1 st 2012 Unleash the IaaS Cloud About VMware vcloud Director and more VMUG.BE June 1 st 2012 2 Who? Viktor van den Berg Consultant @ PQR Former Dutch VMUG Leader Blogger at www.viktorious.nl Twitter @viktoriousss

More information

Cloud SLAs: Present and Future

Cloud SLAs: Present and Future Cloud SLAs: Present and Future Salman A. Baset sabaset@us.ibm.com IBM Research Abstract The variability in the service level agreements (SLAs) of cloud providers prompted us to ask the question how do

More information

INFN CC - A Work at Home infrastructure and Customer Profile

INFN CC - A Work at Home infrastructure and Customer Profile Use cases, architecture and roadmap for the INFN Corporate Cloud Stefano Stalio, Cristina Aiftimiei, Marica Antonacci, Antonio Budano, Giacinto Donvito, Claudio Grandi, Matteo Panella, Davide Salomoni,

More information

Consumption IT. Michael Shepherd Business Development Manager. Cisco Public Sector May 1 st 2014

Consumption IT. Michael Shepherd Business Development Manager. Cisco Public Sector May 1 st 2014 Consumption IT Michael Shepherd Business Development Manager Cisco Public Sector May 1 st 2014 Short Bio Cloud BDM in Public Sector (SLED + FED) Cisco for 14 + years Focused on cloud for 4 + years Awareness,

More information

Simulation of Power Systems Dynamics using Dynamic Phasor Models. Power Systems Laboratory. ETH Zürich Switzerland

Simulation of Power Systems Dynamics using Dynamic Phasor Models. Power Systems Laboratory. ETH Zürich Switzerland X SEPOPE 2 a 25 de maio de 26 May 2 rt to 25 th 26 FLORIANÓPOLIS (SC) BRASIL X SIMPÓSIO DE ESPECIALISTAS EM PLANEJAMENTO DA OPERAÇÃO E EXPANSÃO ELÉTRICA X SYMPOSIUM OF SPECIALISTS IN ELECTRIC OPERATIONAL

More information

GeoCloud Status. Doug Nebert June 2011

GeoCloud Status. Doug Nebert June 2011 GeoCloud Status Doug Nebert June 2011 Platform as a Service Architectural Framework Distinguishing Application, Platform and Infrastructure Applications: 10 identified GeoSpatial instances/servers with

More information

Privileged Cloud Storage By MaaS JuJu

Privileged Cloud Storage By MaaS JuJu Privileged Cloud Storage By MaaS JuJu Sarita Shankar Pol 1, S. V. Gumaste 2 1 Computer Engineering, Sharadchandra College of Engineering, Otur (Pune), India 2 Professor, Computer Engineering, Sharadchandra

More information

Pekka Helkiö, 58490K Antti Seppälä, 63212W Ossi Syd, 63513T

Pekka Helkiö, 58490K Antti Seppälä, 63212W Ossi Syd, 63513T Pekka Helkiö, 58490K Antti Seppälä, 63212W Oi Syd, 63513T Table of Content 1. Abtract...1 2. Introduction...2 2.1 Background... 2 2.2 Objective and Reearch Problem... 2 2.3 Methodology... 2 2.4 Scoping

More information

Performance Management for Cloudbased STC 2012

Performance Management for Cloudbased STC 2012 Performance Management for Cloudbased Applications STC 2012 1 Agenda Context Problem Statement Cloud Architecture Need for Performance in Cloud Performance Challenges in Cloud Generic IaaS / PaaS / SaaS

More information

How To Understand Cloud Computing

How To Understand Cloud Computing Dr Markus Hagenbuchner markus@uow.edu.au CSCI319 Introduction to Cloud Computing CSCI319 Chapter 1 Page: 1 of 10 Content and Objectives 1. Introduce to cloud computing 2. Develop and understanding to how

More information

NEXT UP: John Sanderson, Windows Azure Specialist johnsand@microsoft.com 303-546-1397 (Denver) Page 1

NEXT UP: John Sanderson, Windows Azure Specialist johnsand@microsoft.com 303-546-1397 (Denver) Page 1 NEXT UP: John Sanderson, Windows Azure Specialist johnsand@microsoft.com 303-546-1397 (Denver) Page 1 The Cloud The Foundation for Private Cloud A Platform for ISV s Page 2 Cloud Computing Landscape Page

More information

OpenStack in Japan today ~ Business case and Opportunity ~ Bit-Isle R&D (OpenStack Ambassador) Akihiro Hasegawa

OpenStack in Japan today ~ Business case and Opportunity ~ Bit-Isle R&D (OpenStack Ambassador) Akihiro Hasegawa OpenStack in Japan today ~ Business case and Opportunity ~ Bit-Isle R&D (OpenStack Ambassador) Akihiro Hasegawa THE WORLD NEEDS ONLY FIVE COMPUTERS - Greg Papadopoulos,Former CTO for Sun Microsystems,2006

More information

DELIVERABLE. D2.4.1 Cloud Application Template Catalogue Report

DELIVERABLE. D2.4.1 Cloud Application Template Catalogue Report This project has received funding from the European Union s Competitiveness and Innovation Framework Programme DELIVERABLE Project Acronym: STORM CLOUDS Grant Agreement number: 621089 Project Title: STORM

More information

Grid Computing Vs. Cloud Computing

Grid Computing Vs. Cloud Computing International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 6 (2013), pp. 577-582 International Research Publications House http://www. irphouse.com /ijict.htm Grid

More information

Cloud Computing Backgrounder

Cloud Computing Backgrounder Cloud Computing Backgrounder No surprise: information technology (IT) is huge. Huge costs, huge number of buzz words, huge amount of jargon, and a huge competitive advantage for those who can effectively

More information

Managing the Challenges of Cloud Management November 7, 2013

Managing the Challenges of Cloud Management November 7, 2013 Copyright 2013 Vivit Worldwide Managing the Challenges of Cloud Management November 7, 2013 Brought to you by Copyright 2013 Vivit Worldwide Hosted by Mihai Grigorescu Vivit Chapter Leader South Africa

More information

CLOUD API DOCUMENTATION v2.0. Get list of cloud servers in account

CLOUD API DOCUMENTATION v2.0. Get list of cloud servers in account Get list of cloud servers in account https://my.quickservers.com/api/cloud/?action=list&username=username&password=password ACTION Required API action list 1640 mail.quickservers.com

More information

Cloud Computing 101 Dissipating the Fog 2012/Dec/xx Grid-Interop 2012

Cloud Computing 101 Dissipating the Fog 2012/Dec/xx Grid-Interop 2012 Cloud Computing 101 Dissipating the Fog 2012/Dec/xx Why the interest in Clouds? A method to avoid/defer CAPEX/OPEX and possibly accelerating implementation 2 It all started here - Timeshare Computers and

More information

Solutions as a Service N.Konstantinidis Technical Director - MNG

Solutions as a Service N.Konstantinidis Technical Director - MNG Med Nautilus Greece Connected World April 10, 2014 Solutions as a Service N.Konstantinidis Technical Director - MNG MedNautilus Greece Solutions as a Service 2014 SINCE 2002 Data Center Physical Colocation

More information

Fundamentals of Cloud Computing

Fundamentals of Cloud Computing Dr. Christian Baun Fundamentals of Cloud Computing 1/10 Fundamentals of Cloud Computing Dr. Christian Baun christian.baun@h-da.de 31.5.2012 Dr. Christian Baun Fundamentals of Cloud Computing 2/10 Agenda

More information

Cheminformatics in the Cloud. Michael A. Dippolito DeltaSoft, Inc. 3-June-2009 ChemAxon European User Group Meeting

Cheminformatics in the Cloud. Michael A. Dippolito DeltaSoft, Inc. 3-June-2009 ChemAxon European User Group Meeting Cheminformatics in the Cloud Michael A. Dippolito DeltaSoft, Inc. 3-June-2009 ChemAxon European User Group Meeting DeltaSoft Specializing in R&D Informatics since 1996 Based in New Jersey, USA Long term

More information

1 What is Cloud Computing?... 2 2 Cloud Infrastructures... 2 2.1 OpenStack... 2 2.2 Amazon EC2... 4 3 CAMF... 5 3.1 Cloud Application Management

1 What is Cloud Computing?... 2 2 Cloud Infrastructures... 2 2.1 OpenStack... 2 2.2 Amazon EC2... 4 3 CAMF... 5 3.1 Cloud Application Management 1 What is Cloud Computing?... 2 2 Cloud Infrastructures... 2 2.1 OpenStack... 2 2.2 Amazon EC2... 4 3 CAMF... 5 3.1 Cloud Application Management Frameworks... 5 3.2 CAMF Framework for Eclipse... 5 3.2.1

More information

Fundamental Concepts and Models

Fundamental Concepts and Models Fundamental Concepts and Models 1 1. Roles and Boundaries Could provider The organization that provides the cloud based IT resources Cloud consumer An organization (or a human) that has a formal contract

More information

Cloud Computing: IaaS & PaaS

Cloud Computing: IaaS & PaaS Cloud Computing: IaaS & PaaS Thomas Kurian Executive Vice President Product Development 62 Safe Harbor Statement "Safe Harbor" Statement: Statements in this presentation relating to Oracle's future plans,

More information