Chapter 3 Virtualization Model for Cloud Computing Environment

Size: px
Start display at page:

Download "Chapter 3 Virtualization Model for Cloud Computing Environment"

Transcription

1 Chapter 3 Virtualization Model for Cloud Computing Environment This chapter introduces the concept of virtualization in Cloud Computing Environment along with need of virtualization, components and characteristics of virtualization. As Cloud Computing Environment is a kind of distributed system that comprises of number of interconnected virtual computers which are dynamically provisioned in an unified manner to the cloud users on demand based on Service Level Agreement (SLA) we have proposed a virtualization model for cloud including cloud broker layer and used a mapping approach to show the mapping of VMs onto physical host machines depending on the availability of the distributed resources. This chapter provides the virtualization model which is the backbone for rest of the chapters to deal with security issues of auction and auditing schemes meant for Cloud Computing Environment. 3.1 Need for Virtualization Virtualization is one of the cost and energy saving technology which allows abstraction of physical hardware to provide virtual resources in the form of Virtual Machine. Through virtualization, resources of multiple physical machines are aggregated and assigned to applications dynamically on demand. Therefore, Virtualization is defined as a key technology of Cloud Computing Environment [18]. Using virtualization, multiple OSs and multiple applications can run on a single server at the same time, thus increasing hardware flexibility and utilization. 3.2 Major Components of Virtualization Environment The main aim of the virtualization is to create logical interface by abstracting the underlying infrastructure. Some of the components of virtualization environment are discussed below:

2 Guest- Guest represents the system component that interacts with the virtualization layer rather than with the host. Host- Host represents the original environment where the guests are supposed to be managed. Virtualization layer-virtualization layer is responsible for recreating the same or different environment where the guest will operate. It mainly deals with computation, storage and network virtualization. Virtualized resources are presented in this layer. 3.3 Characteristics of Virtualization With reference to Cloud Computing Environment, some important characteristics of virtualization are discussed below: Consolidation Dedicated single system for single application concept is eliminated by Virtualization. Through virtualization multiple OSs and multiple applications can run on the same server. Both old and new versions of OS are capable of deploying on the same platform without additional investment on hardware Development Flexibility Application developer can run and test their applications in heterogeneous OS environments using same virtual machine. In virtualization environment, different applications are isolated from each other in their respective virtual partition Migration and Cloning To dynamically balance the workload, Virtual Machines are migrated from one site to another. As a result of which, users can access updated hardware and make recovery from hardware failure. Cloned virtual machines can be easily deployed on both local and remote sites. Page 37

3 3.3.4 Stability and Security In virtualized environment, host OSs are capable of hosting multiple guests OSs along with multiple applications. Each virtual machine is isolated from other virtual machines and not at all interfering into each other's work which helps in achieving stability and security Para Virtualization Para virtualization is an important aspect of virtualization. In virtualized environment, guest OS can run on host OS with or without modification. If any modification is made to the operating systems to be familiar with Virtual Machine Manager, then this process is called as Para virtualization. 3.4 Proposed Virtualization Model for Cloud Computing Environment Virtualization is the key concept Cloud Computing Environment to provide services to its users dynamically in the form of Virtual Machines. In this chapter, we have proposed a virtualization model for CCE [22] that reflects all components of cloud reference architecture including cloud broker layer. A cloud reference architecture basically consists of four layer: Resource as a Service (RaaS) [49], Infrastructure as a Service (IaaS), Platform as a Service (PaaS) and Software as a Service (SaaS). Different components of the proposed model are discussed below and shown in the Figure Distributed Resources of Physical Hosts At the lowest level of cloud stack, there exists a pool of resources that belong to physical hosts in a distributed manner. Resources are nothing but the collection of processors, CPU cores, memory, storage which are provisioned to the users in the form of virtual machines (VMs) using resource virtualization techniques. Page 38

4 3.4.2 Hypervisor Monitoring Environment (HME) Over the physical hosts, there exists Hypervisor Monitoring Environment layer which consists of Hypervisor, resource virtualization, VMs and Hypervisor administrator. a) Hypervisor Hypervisor can be defined as a piece of computer software or hardware that can create and run Virtual Machines. Hypervisor controls the access of VMs. Different types of hypervisor are listed below [3]: Native Hypervisor: These types of hypervisors can directly reside over the hardware platform to provide better performance. Embedded or Bare Metal Hypervisor: These types of hypervisors are integrated with processors on a separate chip to achieve high performance and to reduce time complexity. Host Hypervisor: These types of hypervisors are represented as a separate layer of software over both operating system and hardware to improve performance. b) Virtualization layer Virtualization layer deals with network, storage and computation virtualization. Through virtualization, resources of multiple physical machines are aggregated and assigned to applications dynamically on demand in the form of Virtual Machines (VM). Virtual Machines are the software implementation of computing resources where an operating system or a program can be installed or run [50]. Virtual Machine is created within host computing environment using virtualization technique. Multiple VMs exist within a single host at the same time without interfering each other. The basic responsibility of VMs are to achieve improved scalability and performance for Page 39

5 the running application in Cloud. Virtualization reduces the cost by reducing the need for the physical hardware system. Different types of resource virtualization are listed below. Network virtualization In network virtualization, virtual networks are implemented within the physical server for switching between all the virtual servers instead of multipath or multiplexed network channels by directly trunking them to WAN transport and multiple HBAs and NICs may be needed for each application provided with a high speed single Ethernet connection [19]. Storage virtualization Fibre Channel (FC) and FC-based Storage Area Networks (FC-SAN) are the key element of storage virtualization which facilitates storage connectivity (very high speed) and storage solutions like point-to-point replication and server-less back-up [19]. It also helps to optimize the performance of the servers on which multiple applications are running and this technique has enabled numerous advancements in the data center. Computation virtualization Virtualization of computing resources like server and operating system has transformed the server centric traditional computing into network and Internet centric computing. Virtualization of operating system and server create the virtual (logical) servers which are free from constraints of the underlying physical location and physical infrastructure and facilitate the move of the workloads from source VM instance to target VM instance in real-time which is called Live Migration [19]. Page 40

6 Figure 3.1: Virtualization model for Cloud Computing Environment [22] Page 41

7 c) Hypervisor Administrator In CCE, the major responsibility of Hypervisor Administrator to control the access of VMs. Hypervisor Administrator monitors the distribution and circulation of computing resources for virtualization and the mapping of virtual machines to host machines so that service can be provided to the cloud user on demand. Hypervisor Administrator can manage resources located within the server and resources located in another server connected to the network [19] Platform Service Platform service can create FCAPS oriented (Fault, Configuration, Account, Performance and Security) virtual servers [19] which can host guest operating systems to execute multiple user- applications. Different components of this layer are listed below: a) Integration Service Platform Integration Service Platform is responsible for integration of cloud resources for different guest operating systems and applications. b) Platform and OS usage and services In this block, virtual servers load and execute the user's application by hosting appropriate operating systems. Application developers do not necessarily need to know the underlying infrastructure to create and deploy applications in a cloud platform. c) Performance Measurements and Update Configuration In this block, service developers are allowed to prepare self-configured and selfmanaged business workflows. Virtual servers are responsible for managing performance measurements, performance optimization, fault management, reliability and accountability. Page 42

8 3.4.4 Software Service Through software service layer, clients are provided with ready to use software service without taking any overhead for buying and maintaining the software. Different components of software service to facilitate the software creation, delivery and usage [19] are listed below: a) Services Creation Platform Services creation platform provides the tools to create different applications which can be distributed over the virtual servers. b) Services Delivery Platform Services delivery platform can be defined as a workflow engine which is capable of executing applications and managing the orchestration of multiple distributable workflow elements. c) Legacy Integration Services Legacy integration services are responsible for the inheritance or legacy of previous application Broker Service Cloud brokers act as agents between the virtual environment and business service layer. Optimal arrangement of services provided by different CSPs which is configured and managed by the service manager. There exist network broker, storage broker and computation broker to perform the respective brokering service Business Service Business controls and conditions like Business service management, Identity creation and validation, Authentication and Access Control Management, Service level Page 43

9 agreement, and Renewal service management are provided by the Business service layer. a) Business Service Management Service orchestration, service conditions and process management are managed by the Business service management block. Service manager is capable of deriving a collection and configuration of desired resources along with the constraints according to licensing, cost, confidentiality etc.. Service manager is responsible for monitoring the deployment of services according to their capacity (number of VM instances). Process management is responsible for scheduling and managing the processes. b) Identity Creation and Validation User identity is required for deployment of user-application in cloud. This block is responsible for creation and validation of user identity. c) Authentication and Access Control Management Authentication establishes the identity which is required for effective governance and management of different process involves in service provisioning. Access control management service determines who can access what in response to a request from a cloud user to get a required service. Authentication is a prerequisite for access control management service. d) Service Level Agreement (SLA) A Service-Level-Agreement (SLA) is a formal way to specify both functional and non-functional conditions under which different services are provided. SLA acts as a contract negotiated between Cloud Service Provider and cloud user. Both Cloud Service Provider and cloud user can refer SLAs to check whether the required service is provided as per the SLA terms or not. In case of any violation, SLAs allow for penalties to be derived directly. Page 44

10 e) Renewal Service Management Renewal service management is responsible for renewal of rules, polices, access controls, SLA update and validation. 3.5 Workflow of the Proposed Virtualization Model The workflow of the proposed virtualization model reflects the communication among cloud user, cloud broker and Cloud Service Provider as shown in Figure 3.2. Figure 3.2 : Work flow of the proposed virtualization model Page 45

11 3.6 A Mapping Approach for Virtual Machines A mapping approach is used to show the mapping of VMs onto physical host machines depending on the availability of the distributed resources [22][23]. In this thesis, we have represented the system as S, set of Virtual Machines as VS, set of physical host machines as HS, and the pool of physical resources as P. According to the user-requirements, VM instances are created by the hypervisor administrator. VS is defined as: VS=V 1 +V Vm= V i V i = {vc,vm,vr} where, vc= Number of CPU cores vm= Main memory vr = Storage capacity m= Number of Virtual Machines HS is defined as HS= H 1 + H H n = H i H i = {hc, hm, hr} where, hc= Number of CPU cores hm= Main memory hr = Storage capacity n= Number of physical host machines HS was divided into two subsets HS a and HS b where a + b= n and HS a = Set of physical host machines with available resources to host VMs HS b = Set of physical host machines that do not have enough resources to host VMs The function f:v i HS a was used to map VM instances to the set of physical host machines having enough resources to host VMs. The mapping could be of one to one or many to one type. One VM instance can be mapped onto one physical host in one to one mapping represented by the function f:v i H i, where as many VM instances Page 46

12 can be mapped onto one physical host in many to one mapping represented by the function f: V i H i. 3.7 Performance Analysis Considering this virtualization model for cloud, we have selected different VM allocation and single VM selection policy. The simulation tests were conducted on a 32-bit Intel Core i5 machine having 2.60 GHz and 3 GB RAM running Windows 7 Professional and JDK 1.6 using CloudSim version 3.0[47]. During the simulation process, we have created a heterogeneous power aware datacenter that applied VM allocation and VM selection policies. We have considered two types of host: HP Proliant ML110 G4 Xeon 3040 machine having 1.86 GHz processor (1860 MIPS), Dual core and HP Proliant ML110 G5 Xeon 3075 machine having 2.66 GHz processor. (2660 MIPS), dual core. Both host machines are modelled as 4 GB of RAM, 1TB of Storage. In this simulation, we have used four types of VMs; each of VM having 2500, 2000, 1000 and 500MIPS and 870, 1740, 1740, and 613 MB of RAM respectively. Also each VM had a single core and 2.5GB of VM size. Datacenter used for this simulation had the characteristics like architecture of x86, Linux Operating System and Xen VMM. We have considered three types of VM Allocation policy for simulation point of view: Inter Quartile Range (Iqr), Median Absolute Deviation (Mad), and Static Threshold (Thr) [47][48] and Minimum Migration Time (Mmt) as VM Selection policy [47][48]. We have compared each VM Allocation policy with Minimum Migration Time while changing the numbers of VMs. Page 47

13 Figure 3.3: Experiment Results-Total Energy Consumption by the system Varying the numbers of VMs from 10 to 100 and we have calculated the energy consumption (in KWh) while considering three cases like IqrMmt, MadMmt, and ThrMmt. In the third case, where we have used Static Threshold as VM allocation policy and Minimum Migration Time as VM selection policy, the energy consumption is less than other two cases as shown in the Figure 3.3 [51]. Figure 3.4: Experiment Results-Total Execution Time by the System Page 48

14 In Figure 3.4 [51], we have presented the result for calculating total execution time. Here, we have considered the same three situations as stated above and here also we can say that if we use Static Threshold as VM allocation policy and Minimum Migration Time as VM selection policy, the total execution time is much more less than the other two situations. Summary We summarize our work as follows: This chapter focuses on different aspects of virtualization techniques and proposes a virtualization model for Cloud Computing Environment. This chapter also represents a mapping approach to show the mapping of VMs onto physical host machines depending on the availability of the distributed resources. The proposed virtualization model works as a backbone to understand and deal with the security issues of auction and auditing schemes in rest chapters. The next chapter discusses the issues of existing auction schemes for VM instances allocation and presents an auction based VM instance allocation scheme that achieves confidentiality of bid value. Page 49

ENERGY EFFICIENT VIRTUAL MACHINE INTEGRATION IN CLOUD COMPUTING

ENERGY EFFICIENT VIRTUAL MACHINE INTEGRATION IN CLOUD COMPUTING ENERGY EFFICIENT VIRTUAL MACHINE INTEGRATION IN CLOUD COMPUTING Mrs. Shweta Agarwal Assistant Professor, Dept. of MCA St. Aloysius Institute of Technology, Jabalpur(India) ABSTRACT In the present study,

More information

CLOUD COMPUTING IT0530. G.JEYA BHARATHI Asst.Prof.(O.G) Department of IT SRM University

CLOUD COMPUTING IT0530. G.JEYA BHARATHI Asst.Prof.(O.G) Department of IT SRM University CLOUD COMPUTING IT0530 G.JEYA BHARATHI Asst.Prof.(O.G) Department of IT SRM University What is virtualization? Virtualization is way to run multiple operating systems and user applications on the same

More information

Fundamental Concepts and Models

Fundamental Concepts and Models Fundamental Concepts and Models 1 Contents 1. Roles and Boundaries 2. Cloud Delivery Models 3. Cloud Deployment Models 2 1. Roles and Boundaries Could provider The organization that provides the cloud

More information

Chapter 5 C. Virtual machines

Chapter 5 C. Virtual machines Chapter 5 C Virtual machines Virtual Machines Host computer emulates guest operating system and machine resources Improved isolation of multiple guests Avoids security and reliability problems Aids sharing

More information

Directions in Data Centre Virtualization and Management

Directions in Data Centre Virtualization and Management Directions in Data Centre Virtualization and Management Peter West Product Marketing Manager, Product Marketing EMEA, VMware, Inc. New Approach To Data Centre Scalability Simplify the containers Add Hardware

More information

Chapter 5. Minimization of Average Completion Time and Waiting Time in Cloud Computing Environment

Chapter 5. Minimization of Average Completion Time and Waiting Time in Cloud Computing Environment Chapter 5 Minimization of Average Completion Time and Waiting Time in Cloud Computing Cloud computing is the use of the Internet for the tasks the users performing on their computer. Cloud computing, also

More information

Virtualization. Application Application Application. MCSN - N. Tonellotto - Distributed Enabling Platforms OPERATING SYSTEM OPERATING SYSTEM

Virtualization. Application Application Application. MCSN - N. Tonellotto - Distributed Enabling Platforms OPERATING SYSTEM OPERATING SYSTEM Virtualization lication lication lication lication lication lication OPERATING SYSTEM OPERATING SYSTEM VIRTUALIZATION 1 Basic Idea Observation Hardware resources are typically under-utilized Hardware resources

More information

Faculté Polytechnique

Faculté Polytechnique Faculté Polytechnique INFORMATIQUE PARALLÈLE ET DISTRIBUÉE CHAPTER 7 : CLOUD COMPUTING Sidi Ahmed Mahmoudi sidi.mahmoudi@umons.ac.be 13 December 2017 PLAN Introduction I. History of Cloud Computing and

More information

Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms

Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms EXECUTIVE SUMMARY Intel Cloud Builder Guide Intel Xeon Processor-based Servers Novell* Cloud Manager Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms Novell* Cloud Manager Intel

More information

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012!

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012! Windows Server 2012 Hands- On Camp Learn What s Hot and New in Windows Server 2012! Your Facilitator Damir Bersinic Datacenter Solutions Specialist Microsoft Canada Inc. damirb@microsoft.com Twitter: @DamirB

More information

Logical Operations Certified Virtualization Professional (CVP) VMware vsphere 6.0 Level 2 Exam CVP2-110

Logical Operations Certified Virtualization Professional (CVP) VMware vsphere 6.0 Level 2 Exam CVP2-110 Logical Operations Certified Virtualization Professional (CVP) VMware vsphere 6.0 Level 2 Exam CVP2-110 Exam Information Candidate Eligibility: The Logical Operations Certified Virtualization Professional

More information

IT Infrastructure: Poised for Change

IT Infrastructure: Poised for Change IT Infrastructure: Poised for Change David Freund Corporate Virtual Architect EMC Corporation October, 2009 Copyright 2009 EMC Corporation. All rights reserved. 1 Things Change The Big Question What s

More information

VIRTUALIZING SERVER CONNECTIVITY IN THE CLOUD

VIRTUALIZING SERVER CONNECTIVITY IN THE CLOUD VIRTUALIZING SERVER CONNECTIVITY IN THE CLOUD Truls Myklebust Director, Product Management Brocade Communications 2011 Brocade Communciations - All Rights Reserved 13 October 2011 THE ENTERPRISE IS GOING

More information

How to Keep UP Through Digital Transformation with Next-Generation App Development

How to Keep UP Through Digital Transformation with Next-Generation App Development How to Keep UP Through Digital Transformation with Next-Generation App Development Peter Sjoberg Jon Olby A Look Back, A Look Forward Dedicated, data structure dependent, inefficient, virtualized Infrastructure

More information

What is Cloud Computing? Cloud computing is the dynamic delivery of IT resources and capabilities as a Service over the Internet.

What is Cloud Computing? Cloud computing is the dynamic delivery of IT resources and capabilities as a Service over the Internet. 1 INTRODUCTION What is Cloud Computing? Cloud computing is the dynamic delivery of IT resources and capabilities as a Service over the Internet. Cloud computing encompasses any Subscriptionbased or pay-per-use

More information

Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage

Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage A Dell Technical White Paper Dell Database Engineering Solutions Anthony Fernandez April 2010 THIS

More information

70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure

70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure 70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure Slide 1 Creating the Virtualization Infrastructure Slide 2 Introducing Microsoft System Center

More information

Building Private Cloud Infrastructure

Building Private Cloud Infrastructure Building Private Cloud Infrastructure Matthias Wessendorf Consulting Systems Engineer 20.11.2014 Cloud == FOG?? 3 The Path to Data Center Transformation Application- Based Silos Zones of Virtualization

More information

Simulation of Cloud Computing Environments with CloudSim

Simulation of Cloud Computing Environments with CloudSim Simulation of Cloud Computing Environments with CloudSim Print ISSN: 1312-2622; Online ISSN: 2367-5357 DOI: 10.1515/itc-2016-0001 Key Words: Cloud computing; datacenter; simulation; resource management.

More information

Paperspace. Architecture Overview. 20 Jay St. Suite 312 Brooklyn, NY Technical Whitepaper

Paperspace. Architecture Overview. 20 Jay St. Suite 312 Brooklyn, NY Technical Whitepaper Architecture Overview Copyright 2016 Paperspace, Co. All Rights Reserved June - 1-2017 Technical Whitepaper Paperspace Whitepaper: Architecture Overview Content 1. Overview 3 2. Virtualization 3 Xen Hypervisor

More information

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Saar Maoz, RACPack RAC Development, Oracle Kai Yu, Oracle Solutions Engineering, Dell Inc About Authors Saar Maoz Consulting Software

More information

Virtual Machines. Jinkyu Jeong Computer Systems Laboratory Sungkyunkwan University

Virtual Machines. Jinkyu Jeong Computer Systems Laboratory Sungkyunkwan University Virtual Machines Jinkyu Jeong (jinkyu@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Today's Topics History and benefits of virtual machines Virtual machine technologies

More information

Lecture 09: VMs and VCS head in the clouds

Lecture 09: VMs and VCS head in the clouds Lecture 09: VMs and VCS head in the Hands-on Unix system administration DeCal 2012-10-29 1 / 20 Projects groups of four people submit one form per group with OCF usernames, proposed project ideas, and

More information

QuickSpecs. HP Integrated Citrix XenServer. Overview. Retired

QuickSpecs. HP Integrated Citrix XenServer. Overview. Retired Overview Citrix XenServer, HP Select Edition: Citrix XenServer is the only enterprise-class, cloud-proven virtualization infrastructure solution that delivers the critical features of live migration and

More information

Virtual Business Servers technical description

Virtual Business Servers technical description Virtual Business Servers technical description Virtual Business Servers have been developed under an extremely advanced computing platform. The product combines, within a single solution, Parallels Cloud

More information

CompTIA CV CompTIA Cloud+ Certification. Download Full Version :

CompTIA CV CompTIA Cloud+ Certification. Download Full Version : CompTIA CV0-001 CompTIA Cloud+ Certification Download Full Version : http://killexams.com/pass4sure/exam-detail/cv0-001 Answer: D QUESTION: 379 An administrator adds a new virtualization host to an existing

More information

VMware Overview VMware Infrastructure 3: Install and Configure Rev C Copyright 2007 VMware, Inc. All rights reserved.

VMware Overview VMware Infrastructure 3: Install and Configure Rev C Copyright 2007 VMware, Inc. All rights reserved. VMware Overview Kontakt: jens.soeldner@netlogix.de 1-1 You Are Here Virtual Infrastructure VMware Overview ESX Server Installation ESX Server Installation Networking Networking Storage Storage ESX Server

More information

BUILDING A PRIVATE CLOUD. By Mark Black Jay Muelhoefer Parviz Peiravi Marco Righini

BUILDING A PRIVATE CLOUD. By Mark Black Jay Muelhoefer Parviz Peiravi Marco Righini BUILDING A PRIVATE CLOUD By Mark Black Jay Muelhoefer Parviz Peiravi Marco Righini HOW PLATFORM COMPUTING'S PLATFORM ISF AND INTEL'S TRUSTED EXECUTION TECHNOLOGY CAN HELP 24 loud computing is a paradigm

More information

Lecture 5: February 3

Lecture 5: February 3 CMPSCI 677 Operating Systems Spring 2014 Lecture 5: February 3 Lecturer: Prashant Shenoy Scribe: Aditya Sundarrajan 5.1 Virtualization Virtualization is a technique that extends or replaces an existing

More information

VMware vsphere 6.5 Boot Camp

VMware vsphere 6.5 Boot Camp Course Name Format Course Books 5-day, 10 hour/day instructor led training 724 pg Study Guide fully annotated with slide notes 243 pg Lab Guide with detailed steps for completing all labs 145 pg Boot Camp

More information

DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE AND FIBRE CHANNEL INFRASTRUCTURE

DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE AND FIBRE CHANNEL INFRASTRUCTURE DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE AND FIBRE CHANNEL INFRASTRUCTURE Design Guide APRIL 0 The information in this publication is provided as is. Dell Inc. makes no representations or warranties

More information

Chapter 4. Fundamental Concepts and Models

Chapter 4. Fundamental Concepts and Models Chapter 4. Fundamental Concepts and Models 4.1 Roles and Boundaries 4.2 Cloud Characteristics 4.3 Cloud Delivery Models 4.4 Cloud Deployment Models The upcoming sections cover introductory topic areas

More information

Virtualization. Michael Tsai 2018/4/16

Virtualization. Michael Tsai 2018/4/16 Virtualization Michael Tsai 2018/4/16 What is virtualization? Let s first look at a video from VMware http://www.vmware.com/tw/products/vsphere.html Problems? Low utilization Different needs DNS DHCP Web

More information

Managed Platform for Adaptive Computing mpac

Managed Platform for Adaptive Computing mpac Brochure Managed Platform for Adaptive Computing mpac mpac for IT - ImPACT Managed Platform for Adaptive Computing - mpac Creating Adaptive Infrastructure In this digital era, there is a need for datacenters

More information

Merging Enterprise Applications with Docker* Container Technology

Merging Enterprise Applications with Docker* Container Technology Solution Brief NetApp Docker Volume Plugin* Intel Xeon Processors Intel Ethernet Converged Network Adapters Merging Enterprise Applications with Docker* Container Technology Enabling Scale-out Solutions

More information

Red Hat enterprise virtualization 3.0

Red Hat enterprise virtualization 3.0 Red Hat enterprise virtualization 3.0 feature comparison at a glance Red Hat Enterprise is the first fully open source, enterprise ready virtualization platform Compare the functionality of RHEV to VMware

More information

COMPUTER ARCHITECTURE. Virtualization and Memory Hierarchy

COMPUTER ARCHITECTURE. Virtualization and Memory Hierarchy COMPUTER ARCHITECTURE Virtualization and Memory Hierarchy 2 Contents Virtual memory. Policies and strategies. Page tables. Virtual machines. Requirements of virtual machines and ISA support. Virtual machines:

More information

Introduction to Virtualization. From NDG In partnership with VMware IT Academy

Introduction to Virtualization. From NDG In partnership with VMware IT Academy Introduction to Virtualization From NDG In partnership with VMware IT Academy www.vmware.com/go/academy Why learn virtualization? Modern computing is more efficient due to virtualization Virtualization

More information

OpenNebula on VMware: Cloud Reference Architecture

OpenNebula on VMware: Cloud Reference Architecture OpenNebula on VMware: Cloud Reference Architecture Version 1.2, October 2016 Abstract The OpenNebula Cloud Reference Architecture is a blueprint to guide IT architects, consultants, administrators and

More information

Dell Fluid Data solutions. Powerful self-optimized enterprise storage. Dell Compellent Storage Center: Designed for business results

Dell Fluid Data solutions. Powerful self-optimized enterprise storage. Dell Compellent Storage Center: Designed for business results Dell Fluid Data solutions Powerful self-optimized enterprise storage Dell Compellent Storage Center: Designed for business results The Dell difference: Efficiency designed to drive down your total cost

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme STO3308BES NetApp HCI. Ready For Next. Enterprise-Scale Hyper Converged Infrastructure Gabriel Chapman: Sr. Mgr. - NetApp HCI GTM #VMworld #STO3308BES Disclaimer This presentation may contain product features

More information

Datacenter Management and The Private Cloud. Troy Sharpe Core Infrastructure Specialist Microsoft Corp, Education

Datacenter Management and The Private Cloud. Troy Sharpe Core Infrastructure Specialist Microsoft Corp, Education Datacenter Management and The Private Cloud Troy Sharpe Core Infrastructure Specialist Microsoft Corp, Education System Center Helps Deliver IT as a Service Configure App Controller Orchestrator Deploy

More information

Roadmap for Challenging Times System Virtualiztion

Roadmap for Challenging Times System Virtualiztion Roadmap for Challenging Times System Virtualiztion Most people thinking VIRTUALIZION as a strategy to CONSOLIDATE systems and reduce cost System Virtualization Grid Control Plane Virtualized Storage Resources

More information

Figure 1: Virtualization

Figure 1: Virtualization Volume 6, Issue 9, September 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Profitable

More information

NE Infrastructure Provisioning with System Center Virtual Machine Manager

NE Infrastructure Provisioning with System Center Virtual Machine Manager NE-10981 Infrastructure Provisioning with System Center Virtual Machine Manager Summary Duration 5 Days Audience IT Professionals Level 400 Technology Microsoft System Center 2012 Delivery Method Instructor-led

More information

vsan Mixed Workloads First Published On: Last Updated On:

vsan Mixed Workloads First Published On: Last Updated On: First Published On: 03-05-2018 Last Updated On: 03-05-2018 1 1. Mixed Workloads on HCI 1.1.Solution Overview Table of Contents 2 1. Mixed Workloads on HCI 3 1.1 Solution Overview Eliminate the Complexity

More information

DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE AND ISCSI INFRASTRUCTURE

DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE AND ISCSI INFRASTRUCTURE DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE AND ISCSI INFRASTRUCTURE Design Guide APRIL 2017 1 The information in this publication is provided as is. Dell Inc. makes no representations or warranties

More information

FIVE REASONS YOU SHOULD RUN CONTAINERS ON BARE METAL, NOT VMS

FIVE REASONS YOU SHOULD RUN CONTAINERS ON BARE METAL, NOT VMS WHITE PAPER FIVE REASONS YOU SHOULD RUN CONTAINERS ON BARE METAL, NOT VMS Over the past 15 years, server virtualization has become the preferred method of application deployment in the enterprise datacenter.

More information

Network Services, Cloud Computing and Virtualization

Network Services, Cloud Computing and Virtualization Network Services, Cloud Computing and Virtualization Client Side Virtualization Purpose of virtual machines Resource requirements Emulator requirements Security requirements Network requirements Hypervisor

More information

Test Methodology We conducted tests by adding load and measuring the performance of the environment components:

Test Methodology We conducted tests by adding load and measuring the performance of the environment components: Scalability Considerations for Using the XenApp and XenDesktop Service Local Host Cache Feature with Citrix Cloud Connector Author: Jahed Iqbal Overview The local host cache feature in the XenApp and XenDesktop

More information

Logical Operations Certified Virtualization Professional (CVP) VMware vsphere 6.0 Level 1 Exam CVP1-110

Logical Operations Certified Virtualization Professional (CVP) VMware vsphere 6.0 Level 1 Exam CVP1-110 Logical Operations Certified Virtualization Professional (CVP) VMware vsphere 6.0 Level 1 Exam CVP1-110 Exam Information Candidate Eligibility: The Logical Operations Certified Virtualization Professional

More information

Infrastructure as a Service (IaaS) Compute with Storage and Backup PRICING DOCUMENT

Infrastructure as a Service (IaaS) Compute with Storage and Backup PRICING DOCUMENT Infrastructure as a Service (IaaS) Compute with Storage and Backup PRICING DOCUMENT Contents 1 Cloud+ IaaS Pricing...2 1.1 Service Pricing Guide... Error! Bookmark not defined. 1.2 Cloud+ Networking Pricing...

More information

CS370 Operating Systems

CS370 Operating Systems CS370 Operating Systems Colorado State University Yashwant K Malaiya Fall 2017 Lecture 27 Virtualization Slides based on Various sources 1 1 Virtualization Why we need virtualization? The concepts and

More information

Module Day Topic. 1 Definition of Cloud Computing and its Basics

Module Day Topic. 1 Definition of Cloud Computing and its Basics Module Day Topic 1 Definition of Cloud Computing and its Basics 1 2 3 1. How does cloud computing provides on-demand functionality? 2. What is the difference between scalability and elasticity? 3. What

More information

Pivot3 Acuity with Microsoft SQL Server Reference Architecture

Pivot3 Acuity with Microsoft SQL Server Reference Architecture Pivot3 Acuity with Microsoft SQL Server 2014 Reference Architecture How to Contact Pivot3 Pivot3, Inc. General Information: info@pivot3.com 221 West 6 th St., Suite 750 Sales: sales@pivot3.com Austin,

More information

Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW

Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW UKOUG RAC SIG Meeting London, October 24 th, 2006 Luca Canali, CERN IT CH-1211 LCGenève 23 Outline Oracle at CERN Architecture of CERN

More information

Transform Your Business with Hybrid Cloud

Transform Your Business with Hybrid Cloud Transform Your Business with Hybrid Cloud Cisco gives you greater choice and cost savings, so you can transform IT operations in a way that works best for your organization. We offer an open framework

More information

System Requirements. v7.5. May 10, For the most recent version of this document, visit kcura's Documentation Site.

System Requirements. v7.5. May 10, For the most recent version of this document, visit kcura's Documentation Site. System Requirements v7.5 May 10, 2013 For the most recent version of this document, visit kcura's Documentation Site. Table of Contents 1 System requirements overview 3 1.1 Scalable infrastructure example

More information

Xen Summit Spring 2007

Xen Summit Spring 2007 Xen Summit Spring 2007 Platform Virtualization with XenEnterprise Rich Persaud 4/20/07 Copyright 2005-2006, XenSource, Inc. All rights reserved. 1 Xen, XenSource and XenEnterprise

More information

The Oracle Database Appliance I/O and Performance Architecture

The Oracle Database Appliance I/O and Performance Architecture Simple Reliable Affordable The Oracle Database Appliance I/O and Performance Architecture Tammy Bednar, Sr. Principal Product Manager, ODA 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

More information

"Charting the Course... VMware vsphere 6.7 Boot Camp. Course Summary

Charting the Course... VMware vsphere 6.7 Boot Camp. Course Summary Description Course Summary This powerful 5-day, 10 hour per day extended hours class is an intensive introduction to VMware vsphere including VMware ESXi 6.7 and vcenter 6.7. This course has been completely

More information

iscsi Technology: A Convergence of Networking and Storage

iscsi Technology: A Convergence of Networking and Storage HP Industry Standard Servers April 2003 iscsi Technology: A Convergence of Networking and Storage technology brief TC030402TB Table of Contents Abstract... 2 Introduction... 2 The Changing Storage Environment...

More information

IOmark- VM. HP MSA P2000 Test Report: VM a Test Report Date: 4, March

IOmark- VM. HP MSA P2000 Test Report: VM a Test Report Date: 4, March IOmark- VM HP MSA P2000 Test Report: VM- 140304-2a Test Report Date: 4, March 2014 Copyright 2010-2014 Evaluator Group, Inc. All rights reserved. IOmark- VM, IOmark- VDI, VDI- IOmark, and IOmark are trademarks

More information

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Solutions for Small & Medium Environments Virtualization Solutions Engineering Ryan Weldon and Tom Harrington THIS WHITE PAPER

More information

Configuring SR-IOV. Table of contents. with HP Virtual Connect and Microsoft Hyper-V. Technical white paper

Configuring SR-IOV. Table of contents. with HP Virtual Connect and Microsoft Hyper-V. Technical white paper Technical white paper Configuring SR-IOV with HP Virtual Connect and Microsoft Hyper-V Table of contents Abstract... 2 Overview... 2 SR-IOV... 2 Advantages and usage... 2 With Flex-10... 3 Setup... 4 Supported

More information

The End of Storage. Craig Nunes. HP Storage Marketing Worldwide Hewlett-Packard

The End of Storage. Craig Nunes. HP Storage Marketing Worldwide Hewlett-Packard The End of Storage as you Know It Craig Nunes HP Storage Marketing Worldwide Hewlett-Packard CLOUD: NOT IF BUT WHEN MASSIVE POTENTIAL MARKET POTENTIALLY DISRUPTIVE Cloud Services Market Traditional infrastructure

More information

PeopleSoft on Oracle Cloud Platform: Built for Enterprise. Copyright 2017, Oracle and/or its affiliates. All rights reserved.

PeopleSoft on Oracle Cloud Platform: Built for Enterprise. Copyright 2017, Oracle and/or its affiliates. All rights reserved. PeopleSoft on Oracle Cloud Platform: Built for Enterprise Copyright 2017, Oracle and/or its affiliates. All rights reserved. Bare Metal Cloud Service Why PeopleSoft on Bare Metal Cloud Services? Fully

More information

Is There Any Alternative To Your Enterprise UNIX Platform? Andrej Gursky PosAm TechDays EAST, March 2015

Is There Any Alternative To Your Enterprise UNIX Platform? Andrej Gursky PosAm TechDays EAST, March 2015 Is There Any Alternative To Your Enterprise UNIX Platform? Andrej Gursky PosAm TechDays EAST, March 2015 Why People Like Their UNIX systems? Reliability Non-stop operation SK Customer #1 Proven HW architecture

More information

Multicore Computing and the Cloud Optimizing Systems with Virtualization

Multicore Computing and the Cloud Optimizing Systems with Virtualization Multicore Computing and the Cloud Optimizing Systems with Virtualization Michael Gschwind IBM Systems and Technology Group IBM Corporation Major Forces Are Driving the Need For IT Transformation Operational

More information

VMware vsphere with ESX 4.1 and vcenter 4.1

VMware vsphere with ESX 4.1 and vcenter 4.1 QWERTYUIOP{ Overview VMware vsphere with ESX 4.1 and vcenter 4.1 This powerful 5-day class is an intense introduction to virtualization using VMware s vsphere 4.1 including VMware ESX 4.1 and vcenter.

More information

Server Virtualization Approaches

Server Virtualization Approaches Server Virtualization Approaches Virtual Machine Applications Emulation Replication Composition Emulation: Mix-and-match cross-platform portability Replication: Multiple VMs on single platform Composition:

More information

The OnApp Cloud Platform

The OnApp Cloud Platform The OnApp Cloud Platform Everything you need to sell cloud, dedicated, CDN, storage & more 286 Cores / 400 Cores 114 Cores 218 10 86 20 The complete cloud platform for service providers OnApp software

More information

Priority-Aware Virtual Machine Selection Algorithm in Dynamic Consolidation

Priority-Aware Virtual Machine Selection Algorithm in Dynamic Consolidation Vol. 9, No., 208 Priority-Aware Virtual Machine Selection Algorithm in Dynamic Consolidation Hanan A. Nadeem, Mai A. Fadel 3 Computer Science Department Faculty of Computing & Information Technology King

More information

Nested Virtualization and Server Consolidation

Nested Virtualization and Server Consolidation Nested Virtualization and Server Consolidation Vara Varavithya Department of Electrical Engineering, KMUTNB varavithya@gmail.com 1 Outline Virtualization & Background Nested Virtualization Hybrid-Nested

More information

De kracht van IBM cloud: hoe je bestaande workloads verhuist naar de cloud

De kracht van IBM cloud: hoe je bestaande workloads verhuist naar de cloud De kracht van IBM cloud: hoe je bestaande workloads verhuist naar de cloud Martin van der Meer Cloud Services Leader IBM Benelux 14 June 2017 Copyright 2017 IBM All rights reserved. 1 Cloud is maturing

More information

Virtualization of the MS Exchange Server Environment

Virtualization of the MS Exchange Server Environment MS Exchange Server Acceleration Maximizing Users in a Virtualized Environment with Flash-Powered Consolidation Allon Cohen, PhD OCZ Technology Group Introduction Microsoft (MS) Exchange Server is one of

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 ! 2 Oracle VM Introduction Adam Hawley, Senior Director Virtualization, Oracle January 15, 2013 Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

TALK THUNDER SOFTWARE FOR BARE METAL HIGH-PERFORMANCE SOFTWARE FOR THE MODERN DATA CENTER WITH A10 DATASHEET YOUR CHOICE OF HARDWARE

TALK THUNDER SOFTWARE FOR BARE METAL HIGH-PERFORMANCE SOFTWARE FOR THE MODERN DATA CENTER WITH A10 DATASHEET YOUR CHOICE OF HARDWARE DATASHEET THUNDER SOFTWARE FOR BARE METAL YOUR CHOICE OF HARDWARE A10 Networks application networking and security solutions for bare metal raise the bar on performance with an industryleading software

More information

IBM PowerVM. Virtualization without limits. Highlights. IBM Systems and Technology Data Sheet

IBM PowerVM. Virtualization without limits. Highlights. IBM Systems and Technology Data Sheet IBM PowerVM Virtualization without limits Highlights Deliver services with superior economics by consolidating virtualized workloads Deliver services faster by automating deployment of virtual machines

More information

EMC Business Continuity for Microsoft Applications

EMC Business Continuity for Microsoft Applications EMC Business Continuity for Microsoft Applications Enabled by EMC Celerra, EMC MirrorView/A, EMC Celerra Replicator, VMware Site Recovery Manager, and VMware vsphere 4 Copyright 2009 EMC Corporation. All

More information

EXAM Pro: Windows Server 2008 R2, Virtualization Administrator. Buy Full Product.

EXAM Pro: Windows Server 2008 R2, Virtualization Administrator. Buy Full Product. Microsoft EXAM - 70-693 Pro: Windows Server 2008 R2, Virtualization Administrator Buy Full Product http://www.examskey.com/70-693.html Examskey Microsoft 70-693 exam demo product is here for you to test

More information

Vendor: EMC. Exam Code: E Exam Name: Cloud Infrastructure and Services Exam. Version: Demo

Vendor: EMC. Exam Code: E Exam Name: Cloud Infrastructure and Services Exam. Version: Demo Vendor: EMC Exam Code: E20-002 Exam Name: Cloud Infrastructure and Services Exam Version: Demo QUESTION NO: 1 In which Cloud deployment model would an organization see operational expenditures grow in

More information

The vsphere 6.0 Advantages Over Hyper- V

The vsphere 6.0 Advantages Over Hyper- V The Advantages Over Hyper- V The most trusted and complete virtualization platform SDDC Competitive Marketing 2015 Q2 VMware.com/go/PartnerCompete 2015 VMware Inc. All rights reserved. v3b The Most Trusted

More information

Horizont HPE Synergy. Matt Foley, EMEA Hybrid IT Presales. October Copyright 2015 Hewlett Packard Enterprise Development LP

Horizont HPE Synergy. Matt Foley, EMEA Hybrid IT Presales. October Copyright 2015 Hewlett Packard Enterprise Development LP Horizont 2016 HPE Synergy Matt Foley, EMEA Hybrid IT Presales Copyright 2015 Hewlett Packard Enterprise Development LP October 2016 Where we started Remember this? 2 Strategy, circa 2007 3 Change-ready

More information

IBM Bluemix compute capabilities IBM Corporation

IBM Bluemix compute capabilities IBM Corporation IBM Bluemix compute capabilities After you complete this section, you should understand: IBM Bluemix infrastructure compute options Bare metal servers Virtual servers IBM Bluemix Container Service IBM

More information

Performance & Scalability Testing in Virtual Environment Hemant Gaidhani, Senior Technical Marketing Manager, VMware

Performance & Scalability Testing in Virtual Environment Hemant Gaidhani, Senior Technical Marketing Manager, VMware Performance & Scalability Testing in Virtual Environment Hemant Gaidhani, Senior Technical Marketing Manager, VMware 2010 VMware Inc. All rights reserved About the Speaker Hemant Gaidhani Senior Technical

More information

VMware vsphere 4.0 The best platform for building cloud infrastructures

VMware vsphere 4.0 The best platform for building cloud infrastructures VMware vsphere 4.0 The best platform for building cloud infrastructures VMware Intelligence Community Team Rob Amos - Intelligence Programs Manager ramos@vmware.com (703) 209-6480 Harold Hinson - Intelligence

More information

System Requirements. Hardware and Virtual Appliance Requirements

System Requirements. Hardware and Virtual Appliance Requirements This chapter provides a link to the Cisco Secure Network Server Data Sheet and lists the virtual appliance requirements. Hardware and Virtual Appliance Requirements, page 1 Virtual Machine Appliance Size

More information

vnetwork Future Direction Howie Xu, VMware R&D November 4, 2008

vnetwork Future Direction Howie Xu, VMware R&D November 4, 2008 vnetwork Future Direction Howie Xu, VMware R&D November 4, 2008 Virtual Datacenter OS from VMware Infrastructure vservices and Cloud vservices Existing New - roadmap Virtual Datacenter OS from VMware Agenda

More information

VMware vshield Edge Design Guide

VMware vshield Edge Design Guide ware Technical WHITE PAPER ware Overview The new virtual datacenter (vdc) infrastructure deployments enable IT to provide on-demand infrastructure services to its customers on a common, shared infrastructure

More information

Wharfedale Technologies Inc. Whitepaper January SAP HANA on Public Cloud (Azure)... 3

Wharfedale Technologies Inc. Whitepaper January SAP HANA on Public Cloud (Azure)... 3 Table of Contents SAP HANA on Public Cloud (Azure)... 3 Overview...3 Why Public Cloud for HANA...3 SAP HANA Products Certified for Use on Azure...4 Deployment Options...5 HANA on Azure VMs... 5 HANA on

More information

Data Center 3.0 Shift to IT as a Service with Your Own Private Cloud

Data Center 3.0 Shift to IT as a Service with Your Own Private Cloud Fujitsu Forum Munich 2013 Data Center 3.0 Shift to IT as a Service with Your Own Private Cloud Georg Houben, Head of Private Cloud Infrastructure Portfolio, Fujitsu International Business Harald Bernreuther,

More information

How it can help your organisation

How it can help your organisation How it can help your organisation History Types of Virtualisation & Hypervisors Virtualisation Features Why Virtualisation? Virtualising Oracle Performance Licensing Support Cloud 1998 VMware founded by

More information

e-pg Pathshala Subject: Computer Science Paper: Cloud Computing Module 23: Virtualization II Module No: CS/CC/23 Quadrant 1 e-text

e-pg Pathshala Subject: Computer Science Paper: Cloud Computing Module 23: Virtualization II Module No: CS/CC/23 Quadrant 1 e-text e-pg Pathshala Subject: Computer Science Paper: Cloud Computing Module 23: Virtualization II Module No: CS/CC/23 Quadrant 1 e-text 1. Introduction Virtualization is a necessary mechanism in a data center

More information

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure Nutanix Tech Note Virtualizing Microsoft Applications on Web-Scale Infrastructure The increase in virtualization of critical applications has brought significant attention to compute and storage infrastructure.

More information

REMOTE ORCHESTRATION TOOL IN SDDC. Sk Rubel 1, K Venkatesh 2

REMOTE ORCHESTRATION TOOL IN SDDC. Sk Rubel 1, K Venkatesh 2 Volume 118 No. 20 2018, 2081-2088 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu REMOTE ORCHESTRATION TOOL IN SDDC Sk Rubel 1, K Venkatesh 2 1,2

More information

Cisco Services Ready Engine Virtualization Overview

Cisco Services Ready Engine Virtualization Overview CHAPTER 1 Cisco Services Ready Engine Virtualization Overview Last Updated: September 17, 2012 This chapter provides an overview of the Cisco Services Ready Engine Virtualization (Cisco SRE-V) product.

More information

W H I T E P A P E R. Comparison of Storage Protocol Performance in VMware vsphere 4

W H I T E P A P E R. Comparison of Storage Protocol Performance in VMware vsphere 4 W H I T E P A P E R Comparison of Storage Protocol Performance in VMware vsphere 4 Table of Contents Introduction................................................................... 3 Executive Summary............................................................

More information

ITRI Cloud OS: An End-to-End OpenStack Solution

ITRI Cloud OS: An End-to-End OpenStack Solution ITRI Cloud OS: An End-to-End OpenStack Solution Tzi-cker Chiueh 闕志克 Cloud Computing Research Center for Mobile Applications (CCMA) 雲端運算行動應用研究中心 1 Cloud Service Models Software as a Service (SaaS) Turn-key

More information

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise Virtualization with VMware ESX and VirtualCenter SMB to Enterprise This class is an intense, five-day introduction to virtualization using VMware s immensely popular Virtual Infrastructure suite including

More information