ANNALS of Faculty Engineering Hunedoara

Size: px
Start display at page:

Download "ANNALS of Faculty Engineering Hunedoara"

Transcription

1 AALS of Faculty Engineering Hunedoara International Journal of Engineering Tome XII [2014] Fascicule 3 [August] ISS: [CD Rom, online] a free access multidisciplinary publication of the Faculty of Engineering Hunedoara 1. Peter PEIAK MODEL OF IFRASTRUCTURE PROVISIOIG I IAAS CLOUDS 1. University of Žilina, Faculty of Electrical Engineering, Department of Control and Information Systems, Žilina, SLOVAKIA Abstract: The paper deals with model of hardware provisioning via Infrastructure as a Service in Cloud Computing. IaaS is based on a common network infrastructure and physical servers (hosts), which can be installed in various locations of the cloud. The virtualization software, called Hypervisor, creates a group of available virtual resources through physical infrastructure, which can be offered to customers. The main focus is paid on creation of a numeric model, which enables a proper sizing of cloud infrastructure for hardware provisioning according to customer requirements. Keywords: CLOUD, IAAS, SAAS, PAAS, VM, Hypervisor 1. ITRODUCTIO Cloud Computing is a modern term applied to large, hosted datacenters that offer various IT services on a utility basis. The general understanding of Cloud Computing is related to an ondemand service model by which various different resources (hardware, software, and services) are delivered over the network, which could be the Intranet of a company or the Internet when the service is ordered from an external provider [1]. The network connection is always based on Internet protocols, such as the TCP/IP protocol stack that is used to communicate between the cloud provider and the cloud consumer. Currently, there are three possible cloud service layers that can be used in combination to build a full end to end cloud [2]: Software as a Service (SaaS) offers an application, such as ERP, on demand over the network or internet. Platform as a Service (PaaS) providers offers a complete development platform including the necessary built in services, such databases, applications and midleware on demand over the network. Infrastructure as a Service (IaaS) a service offering hardware and software infrastructure components, such as computers and storage systems. A cloud (Back end) may be hosted by an enterprise or service provider and provide services (Applications, System applications and Hardware) to the clients (Front end), represented by PCs, Tablets, Smart phones, as shown in Figure 1. Datacenters can be distributed geographically to achieve higher redundancy and service independency on physical location of physical host systems. There are three deployment models defined for Cloud Computing [4]: Public Cloud that is available to clients from a third party service provider via the Internet. Public clouds provide an elastic, cost effective means to deploy solutions. copyright Faculty of Engineering Hunedoara, University POLITEHICA Timisoara 189 Fascicule 3

2 ISS: [CD-Rom, online] Private Cloud a private cloud based service, data and processes are managed within the organization without the restrictions of network bandwidth. Hybrid Cloud a combination of public and private cloud. In this model users typically outsource non business critical information and processing to the public cloud, while keeping business critical services and data in their control. The example of Hybrid Cloud is shown in Figure 2. The users are connected to the Private Cloud so that they can access critical services, such as sensitive company data and applications, with very strict Service Level Agreements. On contrary, less critical services and applications can still be provided via Public Cloud. Connection between private and public cloud is based on TCP/IP network protocols, via Internet or Figure 1. Public cloud dedicated VP network (WA). Figure 2. Hybrid cloud 2. IFRASTRUCTURE AS A SERVICE This service model delivers computer infrastructure, typically hardware, storage, servers and data center space or even network components to customer. It may include basic software within provided infrastructure. IaaS enables users to self provision these resources in order to run own platforms and applications. It is also known as Hardware as a Service (HaaS). Generally, there are several options for providing IT infrastructure via Cloud, for example as: Enterprise infrastructure as a pool of server and networking resources in order to run the applications and store their data for day to day business operations. Virtual Data Centers (VDC) a virtualized network of interconnected virtual servers which can be used to offer enhanced cloud hosting capabilities within either a private or public cloud implementation. Virtualization is an essential technology to implement cloud services. It is based on a common network infrastructure and physical servers (hosts) that can be installed in various locations and facilities. This infrastructure, with help of virtualization software called Hypervisor, creates a group of available virtual resources, which can be used for offered services [3]. IaaS provides Virtual machines to the customers and it is up to a customer, which an operation system and applications are installed. However, more advanced services can be provided on the same infrastructure as well, such as a selected database platform (PaaS), or application (SaaS), as shown in Figure Fascicule 3 Figure 3. Implementation of IaaS in Cloud and sharing infrastructure with PaaS/SaaS

3 AALS of Faculty Engineering Hunedoara International Journal of Engineering 3. SERVER PROVISIOIG The provisioning of servers was one of the first successful application of Cloud computing. This success was achieved by using virtualization as a key technology for IAAS. The consolidation of physical servers and their replacement by virtual servers simplified the hardware operations, maintenance and decreased an overall cost, bringing additional potential improvement in availability and fast service recovery. The server virtualization is based on so called Virtual Machine (VM) that represents logical server object. This simulated server hardware object behaves exactly like a physical computer or storage. It has its own virtual CPU, RAM, network interface card (IC) and hard disk and runs as an isolated operating system installation on shared hardware, called a host. The process of virtualization works by inserting a thin layer of virtualization kernel software, also called as hypervisor, directly into the computer hardware. Cloud enables the access to the defined Virtual Machines of the requested servers. These servers can be used in the same way as standard physical servers in a location. The main difference is that servers are not installed locally, but provided by Cloud via TCP/IP connection. Users are able Figure 4. Cloud with IAAS with server and storage provisioning to use their own applications, installed and configured by subscriber, but hosted on Virtual machines. As well, the dedicated servers with installed services are supported. The both possible cases are shown in Figure 4. Users can access the servers via Terminal services and work with applications in Cloud through remote desktop protocol (RDP). In the case of dedicated servers, such as database SQL server or WEB server, the local operation system of PC provides direct connection between client and server part of requested service via specific protocol (HTTP, SQLet,..). 4. DESKTOP PROVISIOIG Almost the same approach can be applied for desktop visualization. Virtual machines represent virtual desktop for users. In contrast to server virtualization, there is a difference in access layer. The users have to connect to the host computer via a specific virtualization client or through a presentation layer, such as: Citrix ICA, Microsoft Remote Desktop Protocol (RDP), PC over IP This is quite similar to Terminal services, which use the thin client or thick client to access target workplace. The main difference is that users do not share one server computer via Terminal server, but are directly connected to defined virtual machines (one to one). The management platform must deal with requirements to maintain different types of virtual desktops, user profiles and data management. Overall solution is then called as VDM (Virtual Desktop Management). Figure 5 shows a simple VDM scenario. Host servers provide resources for Hypervisor, which assigns a dedicated VMi for each requested virtual desktop. Virtual desktop runs as dedicated desktop computer with own desktop operation system (Desktop OS) and has installed the requested applications (App ij). Remote workstation (PC, Thin client, Workstation) can access the virtual desktop via terminal software with standard remote desktop protocol, for example RDP. As 191 Fascicule 3

4 ISS: [CD-Rom, online] explained, this solution is very similar to the standard Terminal services, having several desktops with separated operation system instead of sharing one computer. This approach eliminates performance problems and compatibility issues when different application can cause the conflict within single operation system. However, there is a still one disadvantage, for critical real time application or very sensitive graphical application can have significant issues due to performance of remote desktop protocols. Figure 5. Desktop provisioning based on Terminal services Figure 6. Desktop provisioning based on Virtual container approach For such case, the different model of virtualization is invented, based on virtual container system. All virtual desktops are centrally installed and stored in virtual containers, that can be transferred to any Hypervisor system or virtualization software (VM manager), which runs on the top of local operation system. The streaming protocols might be used or direct copy to the target system from USB drive/dvd is possible as well. The main advantage is that VM is started on local computer (Desktop OS1,2) and there is no need to use remote desktop protocol and compromise performance requirements. The use of virtual container keeps integrity of the image and enables a high security and software deployment. Those desktop that do not require critical response time can still run on central Hypervisor as shown in Figure 6 (Desktop OS3). 5. MODEL OF HARDWARE SIZIG The hardware sizing for needed VM resources must be in a correlation with available physical resources of the host computers. The hypervisor layer presents multiple sets of virtual hardware, which contain the same components as a regular machine (e.g., processors, chipset, etc.), such as virtual processors (VPi), 192 Fascicule 3

5 AALS of Faculty Engineering Hunedoara International Journal of Engineering virtual memory (VRAMi), virtual file systems (VFSi) and virtual network interface cards (VICi), that are mapped to physical hardware resources of host servers. The model of VM is shown in Figure 7. The correct configuration of host servers is a prerequisite for implementation of server virtualization in IaaS of Cloud. The simplified model for resource calculation is provided in the following Equations. Minimal number of requested physical host servers depends on requested amount of virtual processors: hosts1 = n m i VPij i=1 j=1 (1) Cores However, it also depends on amount of requested virtual RAM modules (VRAM), taking into consideration maximum RAM size in host and needed amount of RAM for physical server itself: μp n VRAM i i=1 hosts2 = (2) RAM host - ΔRAM where: hosts number of physical servers (recommended minimum =3); μp number of processors in host computer (sockets); Cores number of cores per processor; VPij virtual processor of VM; RAM hosts RAM size in Hosts (GB); Δ RAM RAM size needed for host computer with hypervisor itself (GB); n number of VMs; m number of virtual processors per VM The final result is calculated as a maximum from hosts1 and hosts2, but has to be rounded to the nearest higher value. As well as, we have to take into consideration necessity to support fail safe operations in Cloud environment. It means that number of physical servers must be increased with one additional host server, so that VMs can be redirected to the spare server in the case of failure of any of host computers. Therefore amount of needed physical servers can be defined by Equation 3: { } hosts => max hosts1, hosts2 + 1 (3) In addition to the requested amount of physical host servers, a size of file system is also needed for proper setting of overall IaaS infrastructure. It has to be calculated according to the following Equation: n FS = VFS + ΔFS (4) i=1 i Figure 7. Model of Cloud IaaS where: VFSi size of requested virtual file systems; FS overall size of file systems connected to physical hosts (GB); Δ FS size of file systems requested for physical host and hypervisor (GB) 6. COCLUSIOS The paper dealt with Cloud computing and possibilities to use Infrastructure as a Service for hardware provisioning. The virtualization is used as a main tool to provide requested hardware components through virtualization kernel software, also called as hypervisor. The model is based on so called Virtual Machine (VM) representing logical server object or desktop. The main focus was paid on creation of the numerical model, which is proposed as a tool for rough calculation and sizing of IaaS physical infrastructure. The proposed Equations shall be used for hosts 193 Fascicule 3

6 ISS: [CD-Rom, online] proper sizing of Cloud infrastructure in accordance with customer requirements. Based on requested amount of virtual machines, virtual processors, virtual RAM and required size of a file system, cloud provider will be able to calculate required hardware parameters, such as a number of physical hosts and amount of requested file system according to customer requirements for virtual machines. REFERECES [1.] Giriraj, M., Muthu S. (2013): A Cloud Computing Methodology for Industrial Automation and Manufacturing Execution System: Journal of Theoretical and Applied Information Technology, Publisher, JATIT & [2.] Seitz, T (2010): SAP ERP in the Cloud. Oracle WhitePaper, erp cloud pdf [3.] Bernstein, D., Ludvigson, E., Sankar, K., Diamond S, Morrow, M. (2009). Blueprint for the Intercloud Protocols and Formats for Cloud Computing In: Internet and Web Applications and Services, ICIW ʹ09. Fourth International Conference. [4.] Tao, F., Zhang, L., Venkatesh, V. C., Luo, Y. L., Cheng Y. (2011): Cloud manufacturing: a computing and service oriented manufacturing model, Proceedings of the Institution of Mechanical Engineers, Part B, Journal of Engineering Manufacture (2011). AALS of Faculty Engineering Hunedoara International Journal of Engineering copyright UIVERSITY POLITEHICA TIMISOARA, FACULTY OF EGIEERIG HUEDOARA, 5, REVOLUTIEI, , HUEDOARA, ROMAIA Fascicule 3

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

yvette@yvetteagostini.it yvette@yvetteagostini.it

yvette@yvetteagostini.it yvette@yvetteagostini.it 1 The following is merely a collection of notes taken during works, study and just-for-fun activities No copyright infringements intended: all sources are duly listed at the end of the document This work

More information

Building an Internal Cloud that is ready for the external Cloud

Building an Internal Cloud that is ready for the external Cloud Building an Internal Cloud that is ready for the external Cloud Luca ZERMINIANI, Senior Systems Engineer, VMware Italy Athens, February 2010 2009 VMware Inc. All rights reserved Agenda How virtualization

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

Desktop Virtualization

Desktop Virtualization Desktop Virtualization Cameron Smith Sales Engineer for IN, KS, and MO 2010 Managing Desktops Today How do I maintain or improve desktop management when I m required to do more with less? Less budget,

More information

Terminal Server Software and Hardware Requirements. Terminal Server. Software and Hardware Requirements. Datacolor Match Pigment Datacolor Tools

Terminal Server Software and Hardware Requirements. Terminal Server. Software and Hardware Requirements. Datacolor Match Pigment Datacolor Tools Terminal Server Software and Hardware Requirements Datacolor Match Pigment Datacolor Tools January 21, 2011 Page 1 of 8 Introduction This document will provide preliminary information about the both the

More information

The Private Cloud Your Controlled Access Infrastructure

The Private Cloud Your Controlled Access Infrastructure White Paper: Private Clouds The ongoing debate on the differences between a Public and Private Cloud are broad and often loud. The bottom line is that it s really about how the resource, or computing power,

More information

IOS110. Virtualization 5/27/2014 1

IOS110. Virtualization 5/27/2014 1 IOS110 Virtualization 5/27/2014 1 Agenda What is Virtualization? Types of Virtualization. Advantages and Disadvantages. Virtualization software Hyper V What is Virtualization? Virtualization Refers to

More information

Product: Order Delivery Tracking

Product: Order Delivery Tracking Product: Order Delivery Tracking Subject: On Premise Environment Recommendations Version: 1.7 June 1, 2015 Distribution: ODT Customers Contents 1. Introduction... 2 2. Backend Application and Database

More information

Design of Cloud Services for Cloud Based IT Education

Design of Cloud Services for Cloud Based IT Education www.jitae.org Journal of Information Technology and Application in Education Vol. 3 Iss. 3, September 2014 doi: 10.14355/jitae.2014.0303.03 Design of Cloud Services for Cloud Based IT Education Li Chao

More information

Implementing and Managing Windows Server 2008 Hyper-V

Implementing and Managing Windows Server 2008 Hyper-V Course 6422A: Implementing and Managing Windows Server 2008 Hyper-V Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 300 Technology: Windows Server 2008 Type: Course Delivery Method:

More information

Library as a service in Digital Era Preparing academic campuses in Indian scenario

Library as a service in Digital Era Preparing academic campuses in Indian scenario Library as a service in Digital Era Preparing academic campuses in Indian scenario Department of Electronics and Communication Engineering National institute of Technology, Rourkela, India-769008 -Where

More information

Setting Up Control Rooms With Modern IT Solutions

Setting Up Control Rooms With Modern IT Solutions Superior Flexibility for the Control Room Workplace Thomas Singer 1, Ursula Kretschel 2 and Michael Schmidhuber 3 German Space Operations Center, DLR Oberpfaffenhofen, Germany The workplaces typically

More information

SaaS, PaaS & TaaS. By: Raza Usmani

SaaS, PaaS & TaaS. By: Raza Usmani SaaS, PaaS & TaaS By: Raza Usmani SaaS - Introduction Software as a service (SaaS), sometimes referred to as "on-demand software. software and its associated data are hosted centrally (typically in the

More information

Getting Familiar with Cloud Terminology. Cloud Dictionary

Getting Familiar with Cloud Terminology. Cloud Dictionary Getting Familiar with Cloud Terminology Cloud computing is a hot topic in today s IT industry. However, the technology brings with it new terminology that can be confusing. Although you don t have to know

More information

Hardware/Software Guidelines

Hardware/Software Guidelines There are many things to consider when preparing for a TRAVERSE v11 installation. The number of users, application modules and transactional volume are only a few. Reliable performance of the system is

More information

Desktop Virtualization Technologies and Implementation

Desktop Virtualization Technologies and Implementation ISSN : 2250-3021 Desktop Virtualization Technologies and Implementation Pranit Patil 1, Shakti Shekar 2 1 ( Mumbai, India) 2 (Mumbai, India) ABSTRACT Desktop virtualization is new desktop delivery method

More information

Virtualization and Cloud Computing

Virtualization and Cloud Computing Written by Zakir Hossain, CS Graduate (OSU) CEO, Data Group Fed Certifications: PFA (Programming Foreign Assistance), COR (Contracting Officer), AOR (Assistance Officer) Oracle Certifications: OCP (Oracle

More information

Oracle ERP & The Cloud. Presented by Adriaan Kruger

Oracle ERP & The Cloud. Presented by Adriaan Kruger Oracle ERP & The Cloud Presented by Adriaan Kruger ? What is the Cloud? What options are there in the Cloud for JD Edwards / E-Business Suite Customers? What is the Cloud? Different Layers IaaS (Infrastructure

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

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

Tamanna Roy Rayat & Bahra Institute of Engineering & Technology, Punjab, India talk2tamanna@gmail.com IJCSIT, Volume 1, Issue 5 (October, 2014) e-issn: 1694-2329 p-issn: 1694-2345 A STUDY OF CLOUD COMPUTING MODELS AND ITS FUTURE Tamanna Roy Rayat & Bahra Institute of Engineering & Technology, Punjab, India

More information

See Appendix A for the complete definition which includes the five essential characteristics, three service models, and four deployment models.

See Appendix A for the complete definition which includes the five essential characteristics, three service models, and four deployment models. Cloud Strategy Information Systems and Technology Bruce Campbell What is the Cloud? From http://csrc.nist.gov/publications/nistpubs/800-145/sp800-145.pdf Cloud computing is a model for enabling ubiquitous,

More information

Desktop Consolidation. Stéphane Verdy, CTO Devon IT

Desktop Consolidation. Stéphane Verdy, CTO Devon IT Desktop Consolidation Stéphane Verdy, CTO Devon IT Agenda - Desktop Consolidation Migrating from PCs to Hosted Desktops Desktop Centralization Deployment Graphics Compression PCs vs. Thin s TCO User segmentation

More information

Virtualization 101 ASPE RESOURCE SERIES. Prepared for ASPE by Global Knowledge's Kerry Doyle, MA, ZDNet/CNet.com Associate Editor

Virtualization 101 ASPE RESOURCE SERIES. Prepared for ASPE by Global Knowledge's Kerry Doyle, MA, ZDNet/CNet.com Associate Editor ASPE RESOURCE SERIES Virtualization 101 Prepared for ASPE by Global Knowledge's Kerry Doyle, MA, ZDNet/CNet.com Associate Editor Real Skills. Real Results. Real IT. in partnership with Virtualization 101

More information

Data Centers and Cloud Computing. Data Centers

Data Centers and Cloud Computing. Data Centers Data Centers and Cloud Computing Intro. to Data centers Virtualization Basics Intro. to Cloud Computing 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises

More information

Cloud Computing Architecture: A Survey

Cloud Computing Architecture: A Survey Cloud Computing Architecture: A Survey Abstract Now a day s Cloud computing is a complex and very rapidly evolving and emerging area that affects IT infrastructure, network services, data management and

More information

Virtualised MikroTik

Virtualised MikroTik Virtualised MikroTik MikroTik in a Virtualised Hardware Environment Speaker: Tom Smyth CTO Wireless Connect Ltd. Event: MUM Krackow Feb 2008 http://wirelessconnect.eu/ Copyright 2008 1 Objectives Understand

More information

Restricted Document. Pulsant Technical Specification

Restricted Document. Pulsant Technical Specification Pulsant Technical Specification Title Pulsant Government Virtual Server IL2 Department Cloud Services Contributors RR Classification Restricted Version 1.0 Overview Pulsant offer two products based on

More information

605: Design and implement a desktop virtualization solution based on a mock scenario. Hands-on Lab Exercise Guide

605: Design and implement a desktop virtualization solution based on a mock scenario. Hands-on Lab Exercise Guide 605: Design and implement a desktop virtualization solution based on a mock scenario Hands-on Lab Exercise Guide Contents Overview... 2 Scenario... 5 Quick Design Phase...11 Lab Build Out...12 Implementing

More information

Outgoing VDI Gateways:

Outgoing VDI Gateways: ` Outgoing VDI Gateways: Creating a Unified Outgoing Virtual Desktop Infrastructure with Windows Server 2008 R2 and ObserveIT Daniel Petri January 2010 Copyright 2010 ObserveIT Ltd. 2 Table of Contents

More information

Course 20533: Implementing Microsoft Azure Infrastructure Solutions

Course 20533: Implementing Microsoft Azure Infrastructure Solutions Course 20533: Implementing Microsoft Azure Infrastructure Solutions Overview About this course This course is aimed at experienced IT Professionals who currently administer their on-premises infrastructure.

More information

Cloud Computing through Virtualization and HPC technologies

Cloud Computing through Virtualization and HPC technologies Cloud Computing through Virtualization and HPC technologies William Lu, Ph.D. 1 Agenda Cloud Computing & HPC A Case of HPC Implementation Application Performance in VM Summary 2 Cloud Computing & HPC HPC

More information

Infor Web UI Sizing and Deployment for a Thin Client Solution

Infor Web UI Sizing and Deployment for a Thin Client Solution Infor Web UI Sizing and Deployment for a Thin Client Solution Copyright 2012 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and

More information

Ignify ecommerce. Item Requirements Notes

Ignify ecommerce. Item Requirements Notes wwwignifycom Tel (888) IGNIFY5 sales@ignifycom Fax (408) 516-9006 Ignify ecommerce Server Configuration 1 Hardware Requirement (Minimum configuration) Item Requirements Notes Operating System Processor

More information

Cloud Optimize Your IT

Cloud Optimize Your IT Cloud Optimize Your IT Windows Server 2012 The information contained in this presentation relates to a pre-release product which may be substantially modified before it is commercially released. This pre-release

More information

Cloud computing is a marketing term for technologies that provide servers, outside of the firewall, for:

Cloud computing is a marketing term for technologies that provide servers, outside of the firewall, for: Peter Hirsch Cloud computing is a marketing term for technologies that provide servers, outside of the firewall, for: Computation Software Applications Data access Storage services.that do not require

More information

Virtual Desktop Infrastructure

Virtual Desktop Infrastructure Virtual Desktop Infrastructure Thomas Huber Regional SE Manager EMEA Eastern Region thuber@vmware.com New Product Announcements at VMworld Infrastructure Optimization Management & Automation Distributed

More information

Data Centers and Cloud Computing

Data Centers and Cloud Computing Data Centers and Cloud Computing CS377 Guest Lecture Tian Guo 1 Data Centers and Cloud Computing Intro. to Data centers Virtualization Basics Intro. to Cloud Computing Case Study: Amazon EC2 2 Data Centers

More information

A Comparison of VMware and {Virtual Server}

A Comparison of VMware and {Virtual Server} A Comparison of VMware and {Virtual Server} Kurt Lamoreaux Consultant, MCSE, VCP Computer Networking and Consulting Services A Funny Thing Happened on the Way to HP World 2004 Call for speakers at the

More information

Networking for Caribbean Development

Networking for Caribbean Development Networking for Caribbean Development BELIZE NOV 2 NOV 6, 2015 w w w. c a r i b n o g. o r g Virtualization: Architectural Considerations and Implementation Options Virtualization Virtualization is the

More information

MODULE 3 VIRTUALIZED DATA CENTER COMPUTE

MODULE 3 VIRTUALIZED DATA CENTER COMPUTE MODULE 3 VIRTUALIZED DATA CENTER COMPUTE Module 3: Virtualized Data Center Compute Upon completion of this module, you should be able to: Describe compute virtualization Discuss the compute virtualization

More information

Server and Storage Virtualization. Virtualization. Overview. 5 Reasons to Virtualize

Server and Storage Virtualization. Virtualization. Overview. 5 Reasons to Virtualize Server and Storage Virtualization. Overview Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu These slides and audio/video recordings of this class lecture are at:

More information

Virtual Desktop Infrastructure Planning Overview

Virtual Desktop Infrastructure Planning Overview WHITEPAPER Virtual Desktop Infrastructure Planning Overview Contents What is Virtual Desktop Infrastructure?...2 Physical Corporate PCs. Where s the Beef?...3 The Benefits of VDI...4 Planning for VDI...5

More information

INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS

INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS CLOUD COMPUTING Cloud computing is a model for enabling convenient, ondemand network access to a shared pool of configurable computing

More information

How To Get The Most Out Of Redhat.Com

How To Get The Most Out Of Redhat.Com RED HAT ENTERPRISE VIRTUALIZATION AND CLOUD STRATEGY Aram Kananov EMEA Product Marketing Manager Platform and Cloud Business Units Red Hat 1 RED HAT BRINGS COMMUNITY, VENDORS, USERS TOGETHER 2 RED HAT

More information

Oracle Applications and Cloud Computing - Future Direction

Oracle Applications and Cloud Computing - Future Direction Oracle Applications and Cloud Computing - Future Direction February 26, 2010 03:00 PM 03:40 PM Presented By Subash Krishnaswamy skrishna@astcorporation.com Vijay Tirumalai vtirumalai@astcorporation.com

More information

Commercial Software Licensing

Commercial Software Licensing Commercial Software Licensing CHAPTER 12: Prepared by DoD ESI January 2013 Chapter Overview Most software licenses today are either perpetual or subscription. Perpetual licenses involve software possession

More information

Intercloud Brokerage.

Intercloud Brokerage. Intercloud Brokerage. A customer case for on-demand 3D CAD/CAM Workspaces... Customer case. On-demand 3D CAD/CAM Workspaces. Introduction. The IT department of a leading European company in the Consulting

More information

Assignment # 1 (Cloud Computing Security)

Assignment # 1 (Cloud Computing Security) Assignment # 1 (Cloud Computing Security) Group Members: Abdullah Abid Zeeshan Qaiser M. Umar Hayat Table of Contents Windows Azure Introduction... 4 Windows Azure Services... 4 1. Compute... 4 a) Virtual

More information

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

9/26/2011. What is Virtualization? What are the different types of virtualization. CSE 501 Monday, September 26, 2011 Kevin Cleary kpcleary@buffalo.edu What is Virtualization? What are the different types of virtualization. Practical Uses Popular virtualization products Demo Question,

More information

CompTIA Cloud+ 9318; 5 Days, Instructor-led

CompTIA Cloud+ 9318; 5 Days, Instructor-led CompTIA Cloud+ 9318; 5 Days, Instructor-led Course Description The CompTIA Cloud+ certification validates the knowledge and best practices required of IT practitioners working in cloud computing environments,

More information

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

What is Cloud Computing? First, a little history. Demystifying Cloud Computing. Mainframe Era (1944-1978) Workstation Era (1968-1985) Xerox Star 1981! Demystifying Cloud Computing What is Cloud Computing? First, a little history. Tim Horgan Head of Cloud Computing Centre of Excellence http://cloud.cit.ie 1" 2" Mainframe Era (1944-1978) Workstation Era

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Course Code: M20533 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Implementing Microsoft Azure Infrastructure Solutions Overview This course is aimed at experienced IT Professionals who currently

More information

Desktop Virtualization. The back-end

Desktop Virtualization. The back-end Desktop Virtualization The back-end Will desktop virtualization really fit every user? Cost? Scalability? User Experience? Beyond VDI with FlexCast Mobile users Guest workers Office workers Remote workers

More information

Future of Cloud Computing. Irena Bojanova, Ph.D. UMUC, NIST

Future of Cloud Computing. Irena Bojanova, Ph.D. UMUC, NIST Future of Cloud Computing Irena Bojanova, Ph.D. UMUC, NIST No Longer On The Horizon Essential Characteristics On-demand Self-Service Broad Network Access Resource Pooling Rapid Elasticity Measured Service

More information

Virtualization Technologies. Embrace the new world of healthcare

Virtualization Technologies. Embrace the new world of healthcare Virtualization Technologies Embrace the new world of healthcare Overview Introduction and Virtualization Basics Core Virtualization Technologies Enterprise Server Virtualization Solutions End User and

More information

Gladstone Health & Leisure Technical Services

Gladstone Health & Leisure Technical Services Gladstone Health & Leisure Technical Services Plus2 Environment Server Recommendations Commercial in Confidence Database Server Specifications Database server specifications are based on sizes in use on

More information

Enterprise-class desktop virtualization with NComputing. Clear the hurdles that block you from getting ahead. Whitepaper

Enterprise-class desktop virtualization with NComputing. Clear the hurdles that block you from getting ahead. Whitepaper Enterprise-class desktop virtualization with NComputing Clear the hurdles that block you from getting ahead Whitepaper Introduction Enterprise IT departments are realizing virtualization is not just for

More information

Virtualization and Cloud Computing

Virtualization and Cloud Computing Virtualization and Cloud Computing Security is a Process, not a Product Guillermo Macias CIP Security Auditor, Sr. Virtualization Purpose of Presentation: To inform entities about the importance of assessing

More information

Cloud Computing for SCADA

Cloud Computing for SCADA Cloud Computing for SCADA Moving all or part of SCADA applications to the cloud can cut costs significantly while dramatically increasing reliability and scalability. A White Paper from InduSoft Larry

More information

Cloud Panel Draft Statement of Requirement

Cloud Panel Draft Statement of Requirement Cloud Panel Draft Statement of Requirement August 2014 Statement of Requirement This draft Statement of Requirement (SOR) has been created to provide Commonwealth Agencies, industry members and interested

More information

A Survey Paper: Cloud Computing and Virtual Machine Migration

A Survey Paper: Cloud Computing and Virtual Machine Migration 577 A Survey Paper: Cloud Computing and Virtual Machine Migration 1 Yatendra Sahu, 2 Neha Agrawal 1 UIT, RGPV, Bhopal MP 462036, INDIA 2 MANIT, Bhopal MP 462051, INDIA Abstract - Cloud computing is one

More information

VIRTUALIZATION THE FOUNDATION OF CLOUD COMPUTING

VIRTUALIZATION THE FOUNDATION OF CLOUD COMPUTING VIRTUALIZATION THE FOUNDATION OF CLOUD COMPUTING TM 989 Old Eagle School Road Suite 815 Wayne, PA 19087 USA 610.964.8000 www.evolveip.net Did You Know Approximately 70 percent of a typical IT budget in

More information

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

Data Centers and Cloud Computing. Data Centers. MGHPCC Data Center. Inside a Data Center Data Centers and Cloud Computing Intro. to Data centers Virtualization Basics Intro. to Cloud Computing Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises

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

Performance analysis and comparison of virtualization protocols, RDP and PCoIP

Performance analysis and comparison of virtualization protocols, RDP and PCoIP Performance analysis and comparison of virtualization protocols, RDP and PCoIP Jiri Kouril, Petra Lambertova Department of Telecommunications Brno University of Technology Ustav telekomunikaci, Purkynova

More information

VMware for your hosting services

VMware for your hosting services VMware for your hosting services Anindya Kishore Das 2009 VMware Inc. All rights reserved Everybody talks Cloud! You will eat your cloud and you will like it! Everybody talks Cloud - But what is it? VMware

More information

Private Cloud Database Consolidation with Exadata. Nitin Vengurlekar Technical Director/Cloud Evangelist

Private Cloud Database Consolidation with Exadata. Nitin Vengurlekar Technical Director/Cloud Evangelist Private Cloud Database Consolidation with Exadata Nitin Vengurlekar Technical Director/Cloud Evangelist Agenda Private Cloud vs. Public Cloud Business Drivers for Private Cloud Database Architectures for

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

AuditMatic Enterprise Edition Installation Specifications

AuditMatic Enterprise Edition Installation Specifications Enterprise Edition Installation Specifications Version: 4.0 Copyright 2005 F.A.S., Inc. All rights reserved. Copyright 2008 F.A.S., Inc. All rights reserved. Copyright Notice Information contained in this

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

Introduction to Cloud Services

Introduction to Cloud Services Introduction to Cloud Services (brought to you by www.rmroberts.com) Cloud computing concept is not as new as you might think, and it has actually been around for many years, even before the term cloud

More information

Outline. Introduction Virtualization Platform - Hypervisor High-level NAS Functions Applications Supported NAS models

Outline. Introduction Virtualization Platform - Hypervisor High-level NAS Functions Applications Supported NAS models 1 2 Outline Introduction Virtualization Platform - Hypervisor High-level NAS Functions Applications Supported NAS models 3 Introduction What is Virtualization Station? Allows users to create and operate

More information

What is virtualization

What is virtualization Virtualization Concepts Virtualization Virtualization is the process of presenting computing resources in ways that users and applications can easily get value out of them, rather than presenting them

More information

Appendix C to DIR Contract Number DIR-TSO-2736 SunGard Availability Services Discount Level: 25% Managed Data Center Services - Cloud Hosting

Appendix C to DIR Contract Number DIR-TSO-2736 SunGard Availability Services Discount Level: 25% Managed Data Center Services - Cloud Hosting Resource Pool for ECS/Managed Cloud. Order in 2GB increments. Storage added separately Level: 25% Min RAM Max RAM Cloud Resource Pool (1 GB RAM /.5 vcpu) 1 2 32 26% 2 33 64 26% 3 65 128 26% 4 129 N/A 26%

More information

CompTIA Cloud+ Course Content. Length: 5 Days. Who Should Attend:

CompTIA Cloud+ Course Content. Length: 5 Days. Who Should Attend: CompTIA Cloud+ Length: 5 Days Who Should Attend: Project manager, cloud computing services Cloud engineer Manager, data center SAN Business analyst, cloud computing Summary: The CompTIA Cloud+ certification

More information

PC-Duo Web Console Installation Guide

PC-Duo Web Console Installation Guide PC-Duo Web Console Installation Guide Release 12.1 August 2012 Vector Networks, Inc. 541 Tenth Street, Unit 123 Atlanta, GA 30318 (800) 330-5035 http://www.vector-networks.com Copyright 2012 Vector Networks

More information

PC Blade Virtualization Configuration Guide

PC Blade Virtualization Configuration Guide PC Blade Virtualization Configuration Guide The combination of ClearCube PC Blades and management software with industry-standard virtualization technology gives IT managers a new way to more efficiently

More information

Cost Savings Solutions for Year 5 True Ups

Cost Savings Solutions for Year 5 True Ups Cost Savings Solutions for Year 5 True Ups US Dept. of Energy EA Affigent/CDWG/Microsoft Realizing Cost Savings Now and Moving to a Dynamic Datacenter via your Current EA Enterprise Desktop Solutions to

More information

CHAPTER 2 THEORETICAL FOUNDATION

CHAPTER 2 THEORETICAL FOUNDATION CHAPTER 2 THEORETICAL FOUNDATION 2.1 Theoretical Foundation Cloud computing has become the recent trends in nowadays computing technology world. In order to understand the concept of cloud, people should

More information

Virtualization of CBORD Odyssey PCS and Micros 3700 servers. The CBORD Group, Inc. January 13, 2007

Virtualization of CBORD Odyssey PCS and Micros 3700 servers. The CBORD Group, Inc. January 13, 2007 Virtualization of CBORD Odyssey PCS and Micros 3700 servers January 13, 2007 61 Brown Road Ithaca, NY 14850 (607) 257-2410 Document Revision: 2 Last revised: January 13, 2007 Changes are periodically made

More information

Peter Overgaauw. Solution Consultant. Did you know?

Peter Overgaauw. Solution Consultant. Did you know? Peter Overgaauw Solution Consultant Virtualisatie in de procesindustrie. 3 November 2013 Did you know? For every dollar spent on a physical machine, approximately 6-8 dollars is spent maintaining it. This

More information

Citrix XenDesktop Modular Reference Architecture Version 2.0. Prepared by: Worldwide Consulting Solutions

Citrix XenDesktop Modular Reference Architecture Version 2.0. Prepared by: Worldwide Consulting Solutions Citrix XenDesktop Modular Reference Architecture Version 2.0 Prepared by: Worldwide Consulting Solutions TABLE OF CONTENTS Overview... 2 Conceptual Architecture... 3 Design Planning... 9 Design Examples...

More information

Cloud Courses Description

Cloud Courses Description Courses Description 101: Fundamental Computing and Architecture Computing Concepts and Models. Data center architecture. Fundamental Architecture. Virtualization Basics. platforms: IaaS, PaaS, SaaS. deployment

More information

The future is in the management tools. Profoss 22/01/2008

The future is in the management tools. Profoss 22/01/2008 The future is in the management tools Profoss 22/01/2008 Niko Nelissen Co founder & VP Business development Q layer Agenda Introduction Virtualization today Server & desktop virtualization Storage virtualization

More information

Issues in Information Systems Volume 16, Issue I, pp. 219-225, 2015

Issues in Information Systems Volume 16, Issue I, pp. 219-225, 2015 MOVING TOWARD A SERVER-BASED VIRTUAL MACHINE HOSTING ENVIRONMENT IN SUPPORT OF UNIVERSITY INFORMATION TECHNOLOGY PROGRAMMING COURSES George Stefanek, PhD, Purdue University North Central, stefanek@pnc.edu

More information

Planning, Provisioning and Deploying Enterprise Clouds with Oracle Enterprise Manager 12c Kevin Patterson, Principal Sales Consultant, Enterprise

Planning, Provisioning and Deploying Enterprise Clouds with Oracle Enterprise Manager 12c Kevin Patterson, Principal Sales Consultant, Enterprise Planning, Provisioning and Deploying Enterprise Clouds with Oracle Enterprise Manager 12c Kevin Patterson, Principal Sales Consultant, Enterprise Manager Oracle NIST Definition of Cloud Computing Cloud

More information

Intro to Virtualization

Intro to Virtualization Cloud@Ceid Seminars Intro to Virtualization Christos Alexakos Computer Engineer, MSc, PhD C. Sysadmin at Pattern Recognition Lab 1 st Seminar 19/3/2014 Contents What is virtualization How it works Hypervisor

More information

CLOUD PERFORMANCE TESTING - KEY CONSIDERATIONS (COMPLETE ANALYSIS USING RETAIL APPLICATION TEST DATA)

CLOUD PERFORMANCE TESTING - KEY CONSIDERATIONS (COMPLETE ANALYSIS USING RETAIL APPLICATION TEST DATA) CLOUD PERFORMANCE TESTING - KEY CONSIDERATIONS (COMPLETE ANALYSIS USING RETAIL APPLICATION TEST DATA) Abhijeet Padwal Performance engineering group Persistent Systems, Pune email: abhijeet_padwal@persistent.co.in

More information

Cloud Computing. Karan Saxena * & Kritika Agarwal**

Cloud Computing. Karan Saxena * & Kritika Agarwal** Page29 Cloud Computing Karan Saxena * & Kritika Agarwal** *Student, Sir M. Visvesvaraya Institute of Technology **Student, Dayananda Sagar College of Engineering ABSTRACT: This document contains basic

More information

Cloud Computing - Architecture, Applications and Advantages

Cloud Computing - Architecture, Applications and Advantages Cloud Computing - Architecture, Applications and Advantages 1 Arun Mani Tripathi 2 Rizwan Beg NIELIT Ministry of C&I.T., Govt. of India 2 Prof. and Head, Department 1 of Computer science and Engineering,Integral

More information

Deployment Options for Microsoft Hyper-V Server

Deployment Options for Microsoft Hyper-V Server CA ARCserve Replication and CA ARCserve High Availability r16 CA ARCserve Replication and CA ARCserve High Availability Deployment Options for Microsoft Hyper-V Server TYPICALLY, IT COST REDUCTION INITIATIVES

More information

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Course Description This course is aimed at experienced IT Professionals who currently administer their on-premises infrastructure.

More information

Cloud OS. Philip Meyer Partner Technology Specialist - Hosting

Cloud OS. Philip Meyer Partner Technology Specialist - Hosting Cloud OS Philip Meyer Partner Technology Specialist - Hosting The New Era of Hosting 52.4% 68% 62.5% Customers Cloud Applications Grow their business or realign to new company strategy Plan to adopt hybrid

More information

Week Overview. Installing Linux Linux on your Desktop Virtualization Basic Linux system administration

Week Overview. Installing Linux Linux on your Desktop Virtualization Basic Linux system administration ULI101 Week 06b Week Overview Installing Linux Linux on your Desktop Virtualization Basic Linux system administration Installing Linux Standalone installation Linux is the only OS on the computer Any existing

More information

Virtual Desktop Management Using Sychron Habitats to Virtualize Your Desktops

Virtual Desktop Management Using Sychron Habitats to Virtualize Your Desktops Virtual Desktop Management Using Sychron Habitats to Virtualize Your Desktops 0BThe Problem with Enterprise Desktop Delivery The enterprise is increasingly challenged by the proliferation of PCs, laptops,

More information

Desktop Virtualization: A Buyer s Guide

Desktop Virtualization: A Buyer s Guide Desktop Virtualization Buyer s Guide Desktop Virtualization: A Buyer s Guide Published: May, 2008 TABLE OF CONTENTS INTRODUCTION... 2 A BRIEF OVERVIEW OF THE DESKTOP DELIVERY APPROACH... 3 User experience

More information

Copyright Giritech A/S. Secure Mobile Access

Copyright Giritech A/S. Secure Mobile Access Secure Mobile Access From everywhere... From any device... From user......to applications Page 3...without compromising on security and usability... and to my PC in the office: Secure Virtual Access Contrary

More information

Delphi 2015 SP1-AP1 System Requirements

Delphi 2015 SP1-AP1 System Requirements Delphi 2015 SP1-AP1 System Requirements Revision 1.2 Newmarket International Inc. July 24,2015 newmarketinc.com Copyright 2015 Newmarket International, Inc., an Amadeus company. All rights reserved. This

More information