In Cloud, Do MTC or HTC Service Providers Benefit from the Economies of Scale?
|
|
|
- Delilah Russell
- 10 years ago
- Views:
Transcription
1 In Cloud, Do MTC or HTC Service Providers Benefit from the Economies of Scale? Lei Wang, Jianfeng Zhan, Weisong Shi, Yi Liang, Lin Yuan Institute of Computing Technology, Chinese Academy of Sciences Department of Computer Science, Wayne State University Department of Computer Science, Beijing University of Technology 1
2 Resources Cloud Computing As an economic platform for daily computing, Cloud computing is coming Resources Web service in the local Web service in the cloud Unused resources Capacity Demand Time Capacity Demand Time Cloud Cloud is a large pool of easily usable and accessible virtualized resources, which can be dynamically reconfigured and typically exploited by a pay-per-use model. [Luis Vaquero et al. A break in the clouds: towards a cloud definition. ACM SIGCOMM Computer Communication Review Volume 39, Issue 1, January 2009 ] Cloud Economics Armbrust et al. in theory show the workloads of Web service applications can benefit from the economies of scale of cloud computing systems. [Michael Armbrust, Armando Fox.2009.Above the clouds: A Berkeley View of cloud Computing. Technical Report] 2
3 MTC vs. HTC Many-task computing (MTC) delivers much large numbers of computing resources over short period of time to accomplish many computational tasks. MONTAGE workflow High throughput computing (HTC) delivers large amounts of processing capacity over long period of time. batch jobs in Condor HTC and MTC is a new model for running applications on Blue Gene/P [Alan Gara.2008.Many-task applications in use today with a look toward the future.mtags08.] 3
4 Our motivation Can we consolidate MTC and HTC workloads on a large cloud platform? Different usage scene Different application characteristic Different evaluation metric On the cloud platform, do MTC or HTC service providers benefit from the economies of scale? Service provider Performance Cost Resource provider The total resource consumption Capacity planning 4
5 DawningCloud Dawning 5000 Ranked as top 10 of Top 500 super computers in November, MTC runtime environment DawningCloud HTC runtime environment DawningCloud Managing a cluster-based cloud platform, creating the specific runtime environment for MTC or HTC, and dynamically provisioning resources to runtime environments. Using DawningCloud, the organization does not need to own a local cluster system! 5
6 Our contributions An innovative usage model for cloud computing Dynamic service provision (DSP) model The resource provider can create the specific runtime environments on the demand for service providers;the service provider can dynamically resize the provisioned resources of the runtime environment according to the workload status. An enabling system for cloud computing Dawningcloud-the enabling system based on the DSP model provides automatic management for MTC and HTC workloads. A comprehensive evaluation Emulatation experiment For typical MTC and HTC workloads, on the cloud platform, MTC and HTC service providers and the resource service provider can benefit from the economies of scale. 6
7 Outline Previous works Our solution Evaluations 7
8 Previous works Enabling system and consolidation Enabling system EC2 RightScale Shirako The effect of MTC and HTC consolidation Consolidates Web service applications Consolidates Web service applications and parallel batch jobs 8
9 Previous works Dedicated cluster systems (DCS) Prevailing in MTC and HTC communities Owner purchases, builds and full controls the cluster. The shortcomings TCO is high. Capacity planning is hard. 9
10 Previous works Usage models for cloud computing Direct resource provision (DRP) model The staff of an organization directly leases virtual machine resources from EC2 in a specified period for running applications. Static service provision (SSP) model The organization as a whole rents resources with the fixed size from EC2 to create a virtual cluster system that is deployed with the queuing system. 10
11 Outline Previous works Our solution Evaluations 11
12 Our solution We propose an innovative usage model-dynamic service provision (DSP) model. The resource provider can create the specific runtime environments on the demand for service providers. The service provider can dynamically resize the provisioned resources of the runtime environment according to the workload status. We design and implement an enabling system- Dawningcloud. provides automatic management for MTC and HTC workloads. 12
13 Three players in a cloud Resource provider owns a cloud platform and offers outsourced resources, such as: Amazon. Service provider leases the resources from the resource provider and provide computing service to its end uses through runtime environment. such as: the proxy of an organization. End users submit and manage their computing applications. such as: The staffs in the organization. End users Service Providers Resource Provider Applications Applications Runtime Runtime environment environment Shared Resources 13
14 The DSP model End Users Workload Runtime environment Service provider Resource provider node The resource provider can create the specific runtime environments on the demand for MTC or HTC service providers. The service provider can dynamically resize the provisioned resources of the runtime environment according to the workload status. 14
15 The details of DSP End users submit/manage applications Service providers request manage Resource provider destroy accounts confirm create negotiate resources destroy Runtime environments Similar to DCS/SSP models, service providers in the DSP model can fully control their runtime environments. Unlike the DCS/SSP models, service providers can dynamically resize the resources according to the workload status. 15
16 Dawningcloud Consolidating MTC and HTC workloads Creating runtime environments on the demand for MTC or HTC service providers. Automatically provisioning resources to runtime environments. 16
17 Creating runtime environment on the demand HTC server HTC portal HTC scheduler CSF resource provision service lifecycle management service deployment service VM provision service agent HTC TRE MTC portal MTC server Trigger monitor MTC scheduler MTC TRE 17
18 The automatic resource management The setup policy determines when and how to do the setup work Setup policy The service provider specifies his requirement for resource management Resource management policy Lifecycle management Resource provision Server of TRE service of CSF service of CSF Resource provision policy The resource provider specifies his requirement for resource provision 18
19 The resource management policy for HTC HTC TRE Scans per minute initial nodes dynamic nodes Yes Ratioobtaining_resources > Ratiothreshold NO HTC TRE Yes Sizebiggest_job > Sizecurrent HTC TRE 19
20 The resource management policy for MTC The resource management policy of the MTC service provider differs from that of HTC service providers in two aspects: MTC server scans jobs in queue per three seconds MTC server calculates the accumulated resource demands of all jobs in queue or the resource demand of the present biggest jobs 20
21 Outline Previous works Our solution Evaluations 21
22 Scenario Scenario and Method One resource provider Three workloads from three different organizations Two organizations providing HTC services and one organization providing MTC service. Choosing Dawningcloud, the DRP, SSP and DCS systems to provide computing service. Evaluation method Using the emulation method Speeding up by a factor of
23 Emulation system MTC Server MTC Scheduler MTC Job emulator resource provision service HTC Server HTC Scheduler HTC Job emulator The emulated DawningCloud. HTC Server HTC Scheduler HTC Job emulator MTC Server MTC Job emulator MTC Scheduler MTC Job emulator HTC Server HTC Scheduler HTC Job emulator resource provision service HTC Job emulator HTC Server HTC Job emulator HTC Scheduler The emulated SSP and DCS system. The emulated DRP system. HTC Job emulator 23
24 Workloads MTC workload Montage workflow ( orkflowgenerator) includes 1,000 tasks and the average execution time of tasks is seconds. HTC workload traces NASA ipsc trace ( kload/) two weeks from Fri Oct 01 00:00:03 PDT 199 SDSC BLUE trace ( kload/) two weeks from Apr 25 15:00:03 PDT 2000 Montage workflow the number of arrived jobs in each hour for NASA the number of arrived jobs in each hour for BLUE 24
25 Service provider Evaluation metrics Performance the number of completed jobs for HTC tasks per second for MTC Cost resource consumption (node*hour ) Resource provider The economies of scale the total resource consumption (node*hour ) Capacity planning peak resource consumption (nodes per hour ) 25
26 The evaluation metric of HTC service providers Configuration Number of completed jobs Resource consumption Saved resources DCS system / SSP system DRP system % DawningCloud % The metrics of the service provider for NASA trace Configuration Number of completed jobs Resource consumption Saved resources DCS system / SSP system DRP system % DawningCloud % The metrics of the service provider for BLUE trace In comparison with the DCS/SSP systems. In comparison with the DRP systems. 26
27 The evaluation metric of MTC service providers Configuration Tasks per second Resource consumption Saved resources DCS system / SSP system DRP system % DawningCloud The metrics of the service provider for Montage In comparison with the DCS/SSP systems. In comparison with the DRP systems. 27
28 The metric for resource provider Total resource consumption of the resource provider Peak resource consumption of the resource provider Dawningcloud saves the total resource consumption by 29.7% of that of the DCS/SSP system and by 29.0% of that of the DRP system. The peak resource consumption of Dawningcloud is 1.06 times of that of DCS/SSP system and only 0.21 times of that of the DRP system. 28
29 Management overhead for resource provider The accumulated times of adjusting nodes Allocating or reclaiming nodes or VMs will incur the management overhead for the resource provider. In our real test, the total cost of adjusting one node is seconds. The average overhead of Dawningcloud for resource provider is approximately 341 seconds per hour. 29
30 TCO of the service provider in the SSP and DCS systems We take a real case(of DCS system) from the grid lab of Beijing University of Technology. ( TCOdcs= (CapEx depreciation) + OpEx = 3,160$ per month TCOssp = (Total Instance Cost) + (Inbound transfer Cost) = 2,260$ per month 30
31 Analysis From the perspectives of service providers, comparing with the DCS system, SSP is more cost-effective. Service providers have the same performance, but the TCO of the service providers in the SSP system is less than that in the DCS system. Dawningcloud outperform another two cloud solutions: SSP and DRP from the perspectives of service providers and the resource provider. Dawningcloud has the dynamic resource management mechanism and policies. 31
32 Conclusion With the enabling system: Dawningcloud, MTC or HTC service providers benefit from the economies of scale on the cloud platform. 32
33 Work-in-progress We have builded a formal model and verified the economies of scale on the cloud platform. For any MTC or HTC workload, there is a configuration of DawningCloud which lets the service provider consume the resources not more than using the SSP/DCS systems with the performance assurance. For any MTC or HTC workloads consolidation,the resource provider uses the resources not more than using the SSP/DCS systems. We have done the more experiments with different parameters configuration and workloads. 33
34 Future work Investigating the optimal resource management and scheduling policies in the context of cloud computing. Finding the optimal parameters configurations of DawningCloud with the mathematic method. 34
35 Thanks & Questions 35
36 Resource Property The comparison of different usage models DCS SSP DRP DSP local leased leased leased Runtime stereo- stereo- no created Environment typed typed offering on the demand Resources Provision for RE fixed fixed manual flexible 36
37 The resource provision policy The resource provision service provisions enough initial resources to the TRE at the startup of the TRE. If the server of a TRE requests dynamic resources, then the resource provision service either assigns enough resources to the server or rejects. If the server of a TRE releases dynamic resources, then the resource provision service will passive reclaim all the released resources. 37
38 The configurations of the experiments Key factors The scheduling policy for Dawningcloud, SSP and DCS system The time unit of leasing resources for Dawningcloud, SSP and DRP system The configurations of runtime environment for SSP and DCS systems The configurations of runtime environment for Dawningcloud Setting first-fit for HTC FCFS for MTC one hour 128/144 for HTC 166 for MTC resource management and provision policies for Dawningcloud 38
In Cloud, Do MTC or HTC Service Providers Benefit from the Economies of Scale? Lei Wang 1, Jianfeng Zhan 1, Weisong Shi 2, Yi Liang 3, Lin Yuan 1 1
In Cloud, Do MTC or HTC Service Providers Benefit from the Economies of Scale? Lei Wang 1, Jianfeng Zhan 1, Weisong Shi 2, Yi Liang 3, Lin Yuan 1 1 Institute of Computing Technology, Chinese Academy of
CLoud computing has attracted a lot of attention
1 In Cloud, Can Scientific Communities Benefit from the Economies of Scale? Lei Wang, Jianfeng Zhan, Weisong Shi, Senior Member, IEEE, Yi Liang Abstract The basic idea behind cloud computing is that resource
Cost-aware Cooperative Resource Provisioning for Heterogeneous Workloads in Data Centers
1 Cost-aware Cooperative Resource Provisioning for Heterogeneous Workloads in Data Centers Jianfeng Zhan, Lei Wang, Xiaona Li, Weisong Shi, Senior Member, IEEE, Chuliang Weng, Wenyao Zhang, and Xiutao
Payment minimization and Error-tolerant Resource Allocation for Cloud System Using equally spread current execution load
Payment minimization and Error-tolerant Resource Allocation for Cloud System Using equally spread current execution load Pooja.B. Jewargi Prof. Jyoti.Patil Department of computer science and engineering,
Cost-effective Resource Provisioning for MapReduce in a Cloud
1 -effective Resource Provisioning for MapReduce in a Cloud Balaji Palanisamy, Member, IEEE, Aameek Singh, Member, IEEE Ling Liu, Senior Member, IEEE Abstract This paper presents a new MapReduce cloud
Keywords Distributed Computing, On Demand Resources, Cloud Computing, Virtualization, Server Consolidation, Load Balancing
Volume 5, Issue 1, January 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Survey on Load
Elastic Management of Cluster based Services in the Cloud
First Workshop on Automated Control for Datacenters and Clouds (ACDC09) June 19th, Barcelona, Spain Elastic Management of Cluster based Services in the Cloud Rafael Moreno Vozmediano, Ruben S. Montero,
Sistemi Operativi e Reti. Cloud Computing
1 Sistemi Operativi e Reti Cloud Computing Facoltà di Scienze Matematiche Fisiche e Naturali Corso di Laurea Magistrale in Informatica Osvaldo Gervasi [email protected] 2 Introduction Technologies
An Efficient Use of Virtualization in Grid/Cloud Environments. Supervised by: Elisa Heymann Miquel A. Senar
An Efficient Use of Virtualization in Grid/Cloud Environments. Arindam Choudhury Supervised by: Elisa Heymann Miquel A. Senar Index Introduction Motivation Objective State of Art Proposed Solution Experimentations
<Insert Picture Here> Enterprise Cloud Computing: What, Why and How
Enterprise Cloud Computing: What, Why and How Andrew Sutherland SVP, Middleware Business, EMEA he following is intended to outline our general product direction. It is intended for
PERFORMANCE ANALYSIS OF PaaS CLOUD COMPUTING SYSTEM
PERFORMANCE ANALYSIS OF PaaS CLOUD COMPUTING SYSTEM Akmal Basha 1 Krishna Sagar 2 1 PG Student,Department of Computer Science and Engineering, Madanapalle Institute of Technology & Science, India. 2 Associate
Emerging Technology for the Next Decade
Emerging Technology for the Next Decade Cloud Computing Keynote Presented by Charles Liang, President & CEO Super Micro Computer, Inc. What is Cloud Computing? Cloud computing is Internet-based computing,
Auto-Scaling Model for Cloud Computing System
Auto-Scaling Model for Cloud Computing System Che-Lun Hung 1*, Yu-Chen Hu 2 and Kuan-Ching Li 3 1 Dept. of Computer Science & Communication Engineering, Providence University 2 Dept. of Computer Science
A Cost-Evaluation of MapReduce Applications in the Cloud
1/23 A Cost-Evaluation of MapReduce Applications in the Cloud Diana Moise, Alexandra Carpen-Amarie Gabriel Antoniu, Luc Bougé KerData team 2/23 1 MapReduce applications - case study 2 3 4 5 3/23 MapReduce
Green Cloud Computing 班 級 : 資 管 碩 一 組 員 :710029011 黃 宗 緯 710029021 朱 雅 甜
Green Cloud Computing 班 級 : 資 管 碩 一 組 員 :710029011 黃 宗 緯 710029021 朱 雅 甜 Outline Introduction Proposed Schemes VM configuration VM Live Migration Comparison 2 Introduction (1/2) In 2006, the power consumption
Limitations of Managing VMware vsphere with MS System Center Virtual Machine Manager 2012
Limitations of Managing VMware vsphere with MS System Center Virtual Machine Manager 2012 Why trying to use SCVMM 2012 will frustrate vsphere administrators 2012 VMware Inc. All rights reserved Overview
Avoiding Performance Bottlenecks in Hyper-V
Avoiding Performance Bottlenecks in Hyper-V Identify and eliminate capacity related performance bottlenecks in Hyper-V while placing new VMs for optimal density and performance Whitepaper by Chris Chesley
ABSTRACT. KEYWORDS: Cloud Computing, Load Balancing, Scheduling Algorithms, FCFS, Group-Based Scheduling Algorithm
A REVIEW OF THE LOAD BALANCING TECHNIQUES AT CLOUD SERVER Kiran Bala, Sahil Vashist, Rajwinder Singh, Gagandeep Singh Department of Computer Science & Engineering, Chandigarh Engineering College, Landran(Pb),
PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者
PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者 http://www.pass4test.jp 1 年 で 無 料 進 級 することに 提 供 する Exam : C2120-800 Title : IBM PureApplication System V1.1, System Administration Vendor : IBM Version : DEMO 1 / 4
What Is It? Business Architecture Research Challenges Bibliography. Cloud Computing. Research Challenges Overview. Carlos Eduardo Moreira dos Santos
Research Challenges Overview May 3, 2010 Table of Contents I 1 What Is It? Related Technologies Grid Computing Virtualization Utility Computing Autonomic Computing Is It New? Definition 2 Business Business
VM Management for Green Data Centres with the OpenNebula Virtual Infrastructure Engine
OGF-EU: Using IT to reduce Carbon Emissions and Delivering the Potential of Energy Efficient Computing OGF25, Catania, Italy 5 March 2009 VM Management for Green Data Centres with the OpenNebula Virtual
Multifaceted Resource Management for Dealing with Heterogeneous Workloads in Virtualized Data Centers
Multifaceted Resource Management for Dealing with Heterogeneous Workloads in Virtualized Data Centers Íñigo Goiri, J. Oriol Fitó, Ferran Julià, Ramón Nou, Josep Ll. Berral, Jordi Guitart and Jordi Torres
Today: Data Centers & Cloud Computing" Data Centers"
Today: Data Centers & Cloud Computing" Data Centers Cloud Computing Lecture 25, page 1 Data Centers" Large server and storage farms Used by enterprises to run server applications Used by Internet companies
A Gentle Introduction to Cloud Computing
A Gentle Introduction to Cloud Computing Source: Wikipedia Platform Computing, Inc. Platform Clusters, Grids, Clouds, Whatever Computing The leader in managing large scale shared environments o 18 years
Two-Level Cooperation in Autonomic Cloud Resource Management
Two-Level Cooperation in Autonomic Cloud Resource Management Giang Son Tran, Laurent Broto, and Daniel Hagimont ENSEEIHT University of Toulouse, Toulouse, France Email: {giang.tran, laurent.broto, daniel.hagimont}@enseeiht.fr
Fair Scheduling Algorithm with Dynamic Load Balancing Using In Grid Computing
Research Inventy: International Journal Of Engineering And Science Vol.2, Issue 10 (April 2013), Pp 53-57 Issn(e): 2278-4721, Issn(p):2319-6483, Www.Researchinventy.Com Fair Scheduling Algorithm with Dynamic
Migrating Production HPC to AWS
Migrating Production HPC to AWS A Story of Early Adoption & Lessons Learned Lewis Foti Mentation Solutions Common Computing Service (CCS) The Common Computing Service (CCS) is the HPC (grid computing)
Efficient Cloud Management for Parallel Data Processing In Private Cloud
2012 International Conference on Information and Network Technology (ICINT 2012) IPCSIT vol. 37 (2012) (2012) IACSIT Press, Singapore Efficient Cloud Management for Parallel Data Processing In Private
Cura: A Cost-optimized Model for MapReduce in a Cloud
: A -optimized Model for MapReduce in a Cloud Balaji Palanisamy Aameek Singh Ling Liu Bryan Langston College of Computing, Georgia Tech IBM Research - Almaden {balaji, lingliu}@cc.gatech.edu, {aameek.singh,
Aneka Dynamic Provisioning
MANJRASOFT PTY LTD Aneka Aneka 2.0 Manjrasoft 10/22/2010 This document describes the dynamic provisioning features implemented in Aneka and how it is possible to leverage dynamic resources for scaling
Managing Peak Loads by Leasing Cloud Infrastructure Services from a Spot Market
21 12th IEEE International Conference on High Performance Computing and Communications Managing Peak Loads by Leasing Cloud Infrastructure Services from a Spot Market Michael Mattess, Christian Vecchiola,
Leveraging BlobSeer to boost up the deployment and execution of Hadoop applications in Nimbus cloud environments on Grid 5000
Leveraging BlobSeer to boost up the deployment and execution of Hadoop applications in Nimbus cloud environments on Grid 5000 Alexandra Carpen-Amarie Diana Moise Bogdan Nicolae KerData Team, INRIA Outline
Managing the Cloud as an Incremental Step Forward
WP Managing the Cloud as an Incremental Step Forward How brings cloud services into your IT infrastructure in a natural, manageable way white paper [email protected] Table of Contents Accepting the
IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures
IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Introduction
Virtualizing Apache Hadoop. June, 2012
June, 2012 Table of Contents EXECUTIVE SUMMARY... 3 INTRODUCTION... 3 VIRTUALIZING APACHE HADOOP... 4 INTRODUCTION TO VSPHERE TM... 4 USE CASES AND ADVANTAGES OF VIRTUALIZING HADOOP... 4 MYTHS ABOUT RUNNING
Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing
Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing Deep Mann ME (Software Engineering) Computer Science and Engineering Department Thapar University Patiala-147004
How To Understand Cloud Computing
Overview of Cloud Computing (ENCS 691K Chapter 1) Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ Overview of Cloud Computing Towards a definition
International Journal of Computer & Organization Trends Volume21 Number1 June 2015 A Study on Load Balancing in Cloud Computing
A Study on Load Balancing in Cloud Computing * Parveen Kumar * Er.Mandeep Kaur Guru kashi University,Talwandi Sabo Guru kashi University,Talwandi Sabo Abstract: Load Balancing is a computer networking
Power Management in Cloud Computing using Green Algorithm. -Kushal Mehta COP 6087 University of Central Florida
Power Management in Cloud Computing using Green Algorithm -Kushal Mehta COP 6087 University of Central Florida Motivation Global warming is the greatest environmental challenge today which is caused by
An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform
An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform A B M Moniruzzaman 1, Kawser Wazed Nafi 2, Prof. Syed Akhter Hossain 1 and Prof. M. M. A. Hashem 1 Department
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: [email protected]
Virtual Machine Based Resource Allocation For Cloud Computing Environment
Virtual Machine Based Resource Allocation For Cloud Computing Environment D.Udaya Sree M.Tech (CSE) Department Of CSE SVCET,Chittoor. Andra Pradesh, India Dr.J.Janet Head of Department Department of CSE
An Approach to Load Balancing In Cloud Computing
An Approach to Load Balancing In Cloud Computing Radha Ramani Malladi Visiting Faculty, Martins Academy, Bangalore, India ABSTRACT: Cloud computing is a structured model that defines computing services,
A SURVEY ON LOAD BALANCING ALGORITHMS FOR CLOUD COMPUTING
A SURVEY ON LOAD BALANCING ALGORITHMS FOR CLOUD COMPUTING Avtar Singh #1,Kamlesh Dutta #2, Himanshu Gupta #3 #1 Department of Computer Science and Engineering, Shoolini University, [email protected] #2
A Study on Analysis and Implementation of a Cloud Computing Framework for Multimedia Convergence Services
A Study on Analysis and Implementation of a Cloud Computing Framework for Multimedia Convergence Services Ronnie D. Caytiles and Byungjoo Park * Department of Multimedia Engineering, Hannam University
Task Scheduling for Efficient Resource Utilization in Cloud
Summer 2014 Task Scheduling for Efficient Resource Utilization in Cloud A Project Report for course COEN 241 Under the guidance of, Dr.Ming Hwa Wang Submitted by : Najuka Sankhe Nikitha Karkala Nimisha
Cloud Computing Now and the Future Development of the IaaS
2010 Cloud Computing Now and the Future Development of the IaaS Quanta Computer Division: CCASD Title: Project Manager Name: Chad Lin Agenda: What is Cloud Computing? Public, Private and Hybrid Cloud.
This is an author-deposited version published in : http://oatao.univ-toulouse.fr/ Eprints ID : 12902
Open Archive TOULOUSE Archive Ouverte (OATAO) OATAO is an open access repository that collects the work of Toulouse researchers and makes it freely available over the web where possible. This is an author-deposited
Amazon Web Services Primer. William Strickland COP 6938 Fall 2012 University of Central Florida
Amazon Web Services Primer William Strickland COP 6938 Fall 2012 University of Central Florida AWS Overview Amazon Web Services (AWS) is a collection of varying remote computing provided by Amazon.com.
Manjrasoft Market Oriented Cloud Computing Platform
Manjrasoft Market Oriented Cloud Computing Platform Aneka Aneka is a market oriented Cloud development and management platform with rapid application development and workload distribution capabilities.
The Theory And Practice of Testing Software Applications For Cloud Computing. Mark Grechanik University of Illinois at Chicago
The Theory And Practice of Testing Software Applications For Cloud Computing Mark Grechanik University of Illinois at Chicago Cloud Computing Is Everywhere Global spending on public cloud services estimated
Optimal Multi Server Using Time Based Cost Calculation in Cloud Computing
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 8, August 2014,
SCHEDULING IN CLOUD COMPUTING
SCHEDULING IN CLOUD COMPUTING Lipsa Tripathy, Rasmi Ranjan Patra CSA,CPGS,OUAT,Bhubaneswar,Odisha Abstract Cloud computing is an emerging technology. It process huge amount of data so scheduling mechanism
Affinity Aware VM Colocation Mechanism for Cloud
Affinity Aware VM Colocation Mechanism for Cloud Nilesh Pachorkar 1* and Rajesh Ingle 2 Received: 24-December-2014; Revised: 12-January-2015; Accepted: 12-January-2015 2014 ACCENTS Abstract The most of
Oracle: Private Platform as a Service from Oracle
Oracle: Private Platform as a Service from Oracle Liviu Gherman Sales Manager Fusion Middleware 6 octombrie 2010, Cluj he following is intended to outline our general product direction.
Demystifying the Cloud Computing 02.22.2012
Demystifying the Cloud Computing 02.22.2012 Speaker Introduction Victor Lang Enterprise Technology Consulting Services Victor Lang joined Smartbridge in early 2003 as the company s third employee and currently
Outlook. Corporate Research and Technologies, Munich, Germany. 20 th May 2010
Computing Architecture Computing Introduction Computing Architecture Software Architecture for Outlook Corporate Research and Technologies, Munich, Germany Gerald Kaefer * 4 th Generation Datacenter IEEE
Windows Server 2008 R2 Hyper-V Live Migration
Windows Server 2008 R2 Hyper-V Live Migration Table of Contents Overview of Windows Server 2008 R2 Hyper-V Features... 3 Dynamic VM storage... 3 Enhanced Processor Support... 3 Enhanced Networking Support...
Chapter 19 Cloud Computing for Multimedia Services
Chapter 19 Cloud Computing for Multimedia Services 19.1 Cloud Computing Overview 19.2 Multimedia Cloud Computing 19.3 Cloud-Assisted Media Sharing 19.4 Computation Offloading for Multimedia Services 19.5
CLOUD SCALABILITY CONSIDERATIONS
CLOUD SCALABILITY CONSIDERATIONS Maram Mohammed Falatah 1, Omar Abdullah Batarfi 2 Department of Computer Science, King Abdul Aziz University, Saudi Arabia ABSTRACT Cloud computing is a technique that
Load Balancing in cloud computing
Load Balancing in cloud computing 1 Foram F Kherani, 2 Prof.Jignesh Vania Department of computer engineering, Lok Jagruti Kendra Institute of Technology, India 1 [email protected], 2 [email protected]
Cloud Computing An Introduction
Cloud Computing An Introduction Distributed Systems Sistemi Distribuiti Andrea Omicini [email protected] Dipartimento di Informatica Scienza e Ingegneria (DISI) Alma Mater Studiorum Università di
Cloud Computing with Red Hat Solutions. Sivaram Shunmugam Red Hat Asia Pacific Pte Ltd. [email protected]
Cloud Computing with Red Hat Solutions Sivaram Shunmugam Red Hat Asia Pacific Pte Ltd [email protected] Linux Automation Details Red Hat's Linux Automation strategy for next-generation IT infrastructure
INCREASING SERVER UTILIZATION AND ACHIEVING GREEN COMPUTING IN CLOUD
INCREASING SERVER UTILIZATION AND ACHIEVING GREEN COMPUTING IN CLOUD M.Rajeswari 1, M.Savuri Raja 2, M.Suganthy 3 1 Master of Technology, Department of Computer Science & Engineering, Dr. S.J.S Paul Memorial
Putchong Uthayopas, Kasetsart University
Putchong Uthayopas, Kasetsart University Introduction Cloud Computing Explained Cloud Application and Services Moving to the Cloud Trends and Technology Legend: Cluster computing, Grid computing, Cloud
Analysis and Strategy for the Performance Testing in Cloud Computing
Global Journal of Computer Science and Technology Cloud & Distributed Volume 12 Issue 10 Version 1.0 July 2012 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals
An Energy Aware Cloud Load Balancing Technique using Dynamic Placement of Virtualized Resources
pp 81 86 Krishi Sanskriti Publications http://www.krishisanskriti.org/acsit.html An Energy Aware Cloud Load Balancing Technique using Dynamic Placement of Virtualized Resources Sumita Bose 1, Jitender
Comprehending the Tradeoffs between Deploying Oracle Database on RAID 5 and RAID 10 Storage Configurations. Database Solutions Engineering
Comprehending the Tradeoffs between Deploying Oracle Database on RAID 5 and RAID 10 Storage Configurations A Dell Technical White Paper Database Solutions Engineering By Sudhansu Sekhar and Raghunatha
Is Hyperconverged Cost-Competitive with the Cloud?
Economic Insight Paper Is Hyperconverged Cost-Competitive with the Cloud? An Evaluator Group TCO Analysis Comparing AWS and SimpliVity By Eric Slack, Sr. Analyst January 2016 Enabling you to make the best
<Insert Picture Here> Infrastructure as a Service (IaaS) Cloud Computing for Enterprises
Infrastructure as a Service (IaaS) Cloud Computing for Enterprises Speaker Title The following is intended to outline our general product direction. It is intended for information
1. Implementation of a testbed for testing Energy Efficiency by server consolidation using Vmware
1. Implementation of a testbed for testing Energy Efficiency by server consolidation using Vmware Cloud Data centers used by service providers for offering Cloud Computing services are one of the major
<Insert Picture Here> Cloud Computing Strategy
Cloud Computing Strategy Rex Wang VP Infrastructure and Management The following is intended to outline our general product direction. It is intended for information purposes only,
Cloud Computing. Relevance to Enterprise. Abstract
Cloud Computing Relevance to Enterprise G Lakshmanan Abstract Enterprises need to do more with less than never before. Cloud Computing is in the early stage for enterprise adoption. This paper illustrates
Agent-based Federated Hybrid Cloud
Agent-based Federated Hybrid Cloud Prof. Yue-Shan Chang Distributed & Mobile Computing Lab. Dept. of Computer Science & Information Engineering National Taipei University Material Presented at Agent-based
How To Manage Cloud Service Provisioning And Maintenance
Managing Cloud Service Provisioning and SLA Enforcement via Holistic Monitoring Techniques Vincent C. Emeakaroha Matrikelnr: 0027525 [email protected] Supervisor: Univ.-Prof. Dr. Schahram Dustdar
