Comparing Application and Desktop Virtualization Technologies. Comparing Application and Desktop Virtualization Technologies

Size: px
Start display at page:

Download "Comparing Application and Desktop Virtualization Technologies. Comparing Application and Desktop Virtualization Technologies"

Transcription

1 Presented by: James Engelhard mindshift Technologies, Inc. Ben Di Marco Heenan Blaikie LLP Table of Contents Application Virtualization What is Application Virtualization? Advantages of Application Virtualization Virtualization Technology Vendor Offerings Desktop Virtualization What is VDI? Vendor Offerings What Problems Does a VDI Solve? What Problems Still Exist? What New Problems are Presented? Sample Solution Architecture What is Application Virtualization? Application virtualization is an umbrella term that describes software technologies which h improve portability, manageability and compatibility of applications by encapsulating them from the underlying operating system on which they are executed. A fully virtualized application is not installed on the workstation in the traditional sense, although it is still executed as if it was. Instead, the application is fooled at runtime into believing that it is directly interfacing with the original operating system and all the resources managed by it when in reality, it is not. 1

2 What is Application Virtualization? In a normal computing environment, applications are installed directly into the operating system. Since they all write to shared system files, applications will often conflict with one another often leading to system crashes and instability. What is Application Virtualization With application virtualization, each application runs in its own protective runtime environment, isolating them from each other and the underlying OS. What is Application Virtualization? There are 3 approaches to application virtualization: Standalone: Applications are encapsulated in a single executable. These executables can run instantly from USB, CDROM or local disk. The applications can also be deployed using a management tool such as Microsoft SMS. Streaming: Applications are encapsulated in a single file and are located on the network. When starting the application only the blocks needed to run the application are copied to a local drive (cache). When additional features of the application are used, additional blocks are copied to the local cache. Streaming can be available for standalone virtualized applications accessed from the network or when the virtualized applications are presented with a locally installed agent. Centrally controlled access: Virtualized applications are distributed through a central deployment tool. A locally installed agent is required. The applications can be deployed (executables are copied locally) or shortcuts to the applications (located on a networkshare) can be presented. When using shortcuts, streaming is used to cache files locally. 2

3 What is Application Virtualization Advantages Leverage and enhance existing infrastructure and management tools. Applications will no longer have to be installed on the clients Conflicts between applications are a thing of the past It eliminates the need for regression testing It is possible to use different versions of applications simultaneously Support for Web, Client-Server and Server Based Computing applications Fast roll-out and upgrade of applications Application Virtualization Vendor Offerings There are three serious developers of application virtualization technology. Microsoft Application Virtualization VMWare ThinApp Citrix XenApp Microsoft Application Virtualization Microsoft Application Virtualization (also known as App-V; formerly Microsoft SoftGrid) is the Application Virtualization solution from Microsoft. The architecture is composed of the following layers: Microsoft Systems Center Virtual Application Server, also called SoftGrid Application Server, which hosts virtualized application packages and streams them to the client computers for local execution. Microsoft SoftGrid Application Virtualization for Desktops, also called SoftGrid client, is the client side runtime which requests the application server to stream the application and executes the applications locally. SoftGrid Management Console, the management tool to set up, administer and manage SoftGrid servers. 3

4 Microsoft Application Virtualization Microsoft Application Virtualization is composed mainly of two components - SystemGuard and SoftGrid Sequencer. SystemGuard tracks and analyses configuration repositories and resources used by the application and intercepts the use of these resources, redirecting them to the virtualized instances of the resources. SoftGrid sequencer is the server side component which packages an application for virtualization and streaming. It analyzes the application for the resources that it requires and creates the SystemGuard runtime environment that it will require. It also packages specific DLL files that it might require at the client side. Microsoft Application Virtualization Advantages Microsoft Application Virtualization Real-time centralized administration of application licenses Sequencer uses Active Watch, which ensures that only the application code needed is transferred. As a result, applications will start up quicker for the user Low overhead (~2%) of SystemGuard on client Disadvantages Applications that are directly incorporated into the operating system, such as Internet Explorer and Windows Media Player, cannot be virtualized. IE plug-ins, however, can be virtualized. Applications needing product activation that use hardware characteristics cannot be virtualized. When the application is started on another machine, the hardware characteristics will have been changed. Applications using advanced functionality such as COM, DCOM or DDE (enabling components to communicate) must be sequenced together, or parts of it must be made available in the source OS. 4

5 VMWare ThinApp ThinApp - is the Application Virtualization platform solution from VMWare which allows for the deployment of complex software as a self-contained EXE file which can run instantly without installation from any data source. ThinApp requires no pre-installed software on physical or virtual PCs and no new deployment infrastructure or management tools. ThinApp packages applications in familiar formats (.MSI or.exe) that can plug into existing infrastructure for software license management, deployment, audit and compliance. The core of ThinApp is the Virtual Operating System, a small light-weight component which is embedded with each ThinApped application. This VOS merges a virtual system environment with the real system environment. The ThinApp Virtual OS consists of the Virtual File system (VFS), and Virtual Registry (VREG). The VOS works exclusively in user mode. It can run applications in managed and unmanaged Windows environments without requiring elevated security rights. 5

6 Advantages VMWARE ThinApp Client- and Server-less: client or agent installation is necessary on the host PC. There is one secure executable: which contains the virtualized application and the associated files and registry data. Various ThinApp runtimes can run simultaneously and be used on the same platform: ThinApp is the only virtualization solution that offers support for multiple simultaneously deployed ThinApp clients on the same PC. Portable Deployment: Application and user specific settings can be used completely from a removable storage medium (USB stick/dvd/cd-rom). Add or Remove program integration: Virtualized applications are reproduced in the Add or Remove Programs control panel function. Application Link Free-flowing communication between interdependent virtual applications. Application Link allows interdependent applications to communicate with one another (such as Java,.Net, IE, Office) to eliminate conflicts, reduce application size, and maintain continuity and tracking of software licenses. Disadvantages VMWARE ThinApp Application licensing management is not present: the enforcement of application licensing policies is not yet possible with ThinApp. central management platform or console. Application streaming via the internet is not possible: The streaming of applications via the internet whereby only the necessary data is sent and secured via SSL is not yet possible. Citrix XenApp Citrix XenApp, a member of the Citrix Delivery Center product family, is an end-to-end Windows application delivery system that offers both client side and server side application virtualization ti Applications are managed in a centralized application hub, but are streamed to the user s machine and run in an isolation environment. Applications become an on-demand service which is always available and up to date. Client Side caching technology makes the application available even when not connected to the network 6

7 Citrix XenApp Client Side Client Side - How it Works: Record, Download and Play Citrix XenApp - Client Side Record Applications are packaged using the Profiler, which determines the components and the system resources the application requires and then defines a set of rules for running the application in isolation on the endpoint device. The resulting package is a standard cabinet (.CAB) file that is transparent and is easy to work with and debug. Download The application package is published to a regular network file share. proprietary tools or storage systems are required. Authorized users can start streaming the application simply by clicking on their desktop icon. The application is cached locally, but it is not installed. It runs in isolation, without interfering with other applications on the same device. Play Applications behave just like they were installed locally, but without any of the problems of installation. Files are saved locally and individual settings are preserved. Every time the application is run, it checks for errors or updates and delivers them automatically. The application is managed centrally, but can be used when it is disconnected from the network. Citrix XenApp Server Side Server Side - How it Works: 7

8 Citrix XenApp Server Side The application user interface is delivered to the end user virtually by passing only screen pixels, keystrokes and mouse actions between the client and server over the network. This is done without the need for pushing actual data or software, increasing security especially for users connecting from an extranet or from the internet. This virtualization technology, combined with having both client and server components running together in the data center, typically results in less bandwidth use and faster application performance. During this process, 100% of the application s logic (for both client and server components) executes on the server and, regardless of whether it is Windows, UNIX, Java or Web based, the application can now be accessed from any device or location over any network. With XenApp application virtualization technology, users access applications running on the server the same way they would if the applications were running on the local device (e.g. through desktop icons or the start menu) making this process transparent. Advantages Citrix XenApp Centralized administration: applications are offered to the end user transparently as a service and their usage can be tracked and monitored. Reports can be created. Centrally Administered License management Support for Web and Client-Server applications Good integration with other Citrix solutions. Caching Ability: Application is cached locally but not installed so it loads faster on start-up. Disadvantages Citrix XenApp High initial investment: However, for existing Citrix Server users, Citrix has a lower TCO due to the overlap with the existing Citrix Access Infrastructure. application Interconnectivity or Binding: Virtualized applications, which are isolated, cannot be connected to each other. Virtual Services: Applications which include the installation of a service cannot be virtualised. 8

9 Product Application Streaming Installfree Bridge Softgrid Appstream ThinApp Virtual Application Studio Company Latest version SP Release date March 8th 2007 April 7th 2008 July 2nd 2007 December 4th 2007 June 27th 2008 March 1st 2008 Technology Stand alone Virtualized applications can run on clients without agent locally installed. Streaming Launch the application instantly from a remote location. The first blocks needed to start the application are locally cached on the client. When more features are used, more blocks are cached. Centrally controlled access Management software is included that can manage authorization on application delivery. Agent locally installed on the client is required. Off Line Usage Applications can be launched even when a user is off line (for example on a laptop). The streamed application is completely cached locally. Application Interconnectivity / Binding Virtualized applications, which are isolated, can be connected to each other. For example,.net 2.0 framework is packaged once. Applications that needs.net framework connect to the virtualized.net package. Executes in user mode only There is no interaction with the kernel of the OS. Therefore, applications cannot crash the OS. License Management Can the usage of the applications be controlled? How many licenses do you have of an application and how many times is the application (concurrently) in use? Tracking and reporting The usage of applications can be tracked and monitored. Reports can be created. Memory consumed by runtime What is the impact of the virtualization layer on memory usage? Size of runtime What is the size of the runtime of the virtualization layer? Unknown approx. 15% extra Unknown Unknown < 2MB 400 kb Unknown 1060 KB Unknown Unknown 400 KB 400 KB Supported Infra Company 16 bit application supported (only run on 32 bit OS) 64 bit application supported Windows 2000 Windows XP Windows Server 2003 (TS) 32 bit Windows sserver er2003 (TS) 64 bit Windows Vista 32 bit Windows Vista 64 bit Windows Server 2008 (TS) 32 bit Windows Server 2008 (TS) 64 bit Terminal Server Citrix Packaging Company Packaging method How is the software packaged as virtual application? Streaming profiler: an installation is recorded in a stream JeOS: the application is installed in a mini OS Snapshot: a before and after snapshot is taken. All changes made during installation are in the package MSI: The MSI installation file is analysed and compiled into a package. NO clean PC required If this is set to then a clean PC is NOT needed for snapshotting a new application because the technique used does not use the OS on which the software is being captured. Streaming Profiler Install in JeOS Streaming Profiler Snapshot or MSI Snapshot Snapshot Packaging Company Save as EXE The virtualized application can be saved as an executable. Save as MSI The virtualized application can be saved as a MSI. This MSI can be distributed with various software deployement solutions. Application Add ons as modules Add ons like plugins for internet explorer can be packaged separately and then attached to other packages. Compression The virtualized application can be compressed to decrease the bandwith usage. Patching with additional/incremental files Patches can be build in to sepereate (patch) files so that you don't need te repackage the original virtual application. Reboot supported Are reboots supported when creating the virtualized application? Scripts supported Is is supported to run scripts before or after launching the application? Embedded security on AD User Level (for standalone use) When a package is created AD authorization based on Active Directory User rights can be implemented so that only users that are authorized can start the application. Embedded security on AD Group Level (for standalone use) When a package is created AD authorization based on Active Directory Group membership can be implemented so that only users that are authorized can start the application. 9

10 Packaging Company Embedded security on AD OU Level (for standalone use) When a package is created AD authorization based on Active Directory OU's can be implemented so that only users that are authorized can start the application. Virtual COM and DCOM Virtual applications access virtual COM and DCOM objects in order to keep the local OS clean. Virtual filesystem Virtual applications access a virtual filesystem in order to keep the local OS clean. Virtual registry Virtual applications access a virtual registry in order to keep the local OS clean. Virtual services Virtual services can be created for the virtualized application in order to keep the local OS clean. Deployment Company Deploy to AD groups Assign the application to groups in Active Directory. Deploy to AD Domain / OU's Assign the application to an OU or Domain in Active Directory. Deploy to AD users Assign the application to a user object in Active Directory. Pre stream/cache to clients Ability to prepopulate a desktop or server with an application so it loads faster on start up. Runs from CD ROM Launch a Virtual Application from CD ROM. Runs from HTTP Launch a Virtual Application from a webserver using HTTP. Runs from network share Launch a Virtual Application from a fileshare (no agent needed). Runs from USB Launch a Virtual Application from a USB stick. User Experience Company Run without additional privileges Logged on as a default Windows User. Runs on locked down PC For example on a kiosk PC where there is no agent available. Shell Integration out of the box Shell integration is available without the need for any additional handling during the install/package process. This comparison chart is courtesy of virtualization technology experts Sven Huisman and Matthijs Haverink of What is VDI? Virtual Desktop Infrastructure It s a brand VMWare s product is called VDI It s a Technology Solution Consisting of Many Parts Thin Client hardware / software environment Connection broker Connection broker Pool of Virtual Machines Remote Presentation Protocol ICA, RDP Other tools for creating, configuring, and managing VMs An Isolated, Dedicated Operating System Presented Across the Network via Remoting Protocols (RDP, ICA) One to One, not Many to One 10

11 Server Based Computing Model Virtual Desktop Infrastructure Model VDI versus Server Based Computing (SBC) VDI Each User has Unique Instance of OS Dedicated Virtual Resources (CPU, RAM) Dedicated Virtual Disk Multiple Copies of Applications Unique Application Set Complete Desktop Presented Remotely Local Impact SBC Users Share a Multi-User OS Shared Physical / Virtual Resources Shared Physical / Virtual Disk Single Installation of Each Application Common Application Set Applications / Desktop Presented Remotely Widespread Impact 11

12 Hypervisors The Top 3 Offerings VMWare VDI First To Market Created The Term VDI Most Mature Offering And Hypervisor Considered By Many To Be The Gold Standard Citrix XenDesktop Built On Xensource Open Source Project Started In 2002 Lightweight Paravirtualization Architecture Requires Virtualization Support In Hardware To Run Windows Most Mature Presentation Protocol - ICA Microsoft Hyper-V Newest Entry RTM On July 9 th, 2008 Complete VDI Product, Virtual Infrastructure Only It Runs On Windows! Hypervisors Compelling or Commoditized? It s All About the Management Tools! Complete Solutions VMWare Virtual Desktop Manager (VDM) Citrix XenDesktop Qumranet Solid ICE Bolt-on Provisioning / Management Solutions Provision Networks Virtual Access Suite (VAS) VDIWorks (ClearCube Sentral) DynamicOps Ericom PowerTerm WebConnect Server What Problems does a VDI Solve? Replaces expensive PCs with less expensive Thin Clients Extends lifecycle, and thus reduces cost, of existing desktop hardware Rapid Provisioning and Deployment (Did I mention I need 5 new Desktops tomorrow morning?!) Centralizes OS Management and Support Reducing Support Costs Doubles as a Secure Remote Access Solution Enhances Data Security and Protection Isolated as Opposed to Multi-User Environment Improves Compatibility / Stability and Reduces Impact Potential 12

13 What Problems Still Exist? Offline Access Interfacing with Local Devices Scanners / Cameras / Printers Multimedia Challenges Bi-Directional Audio, Streaming Video Weak Graphics Performance Graphics Intensive Applications might require traditional / bladed desktops Each Virtual OS still needs to be maintained, though centrally SMS (SCCM) Altiris, ZenWorks, LANDesk WSUS, Anti-Virus Updates Desktop Authority, Group Policies, Scripting What New Problems are Presented? Offline Access Massive / Costly Centralized Infrastructure Required Does not Scale As Well as Multi-User Solutions High Performance Network is Vital Data Migration P2VD Requires New Skills / Training Sample Solution Architecture Centralized Enterprise Storage (SAN) Fast and Flexible Scalable, Highly Redundant De-Deduplication / Cloning Host Servers Blades / High Density Servers Fast Access to SAN Virtualized I/O Hypervisor / VM Management Many VMs across Many Servers Pooling of Resources / Hot Add Resources Live Migration 13

14 Sample Solution Architecture Connection Broker Who Gets Which Machine Security / Identity Services Auto-Provisioning Virtual Machines Copies or Pointers? Templates Persistent or Temporal Sample Solution Architecture Applications Part of Template VM (Image) Packaged and Deployed (AD / Zen / SMS) Virtualized (Streamed / Traditional Application Presentation via SBC) Settings & Data Roaming Profiles Locally Stored / Redirected to Network Temporary Management Patching / Updates Security / Anti-Virus Questions? 14

How To Compare Application Virtualization To Other Software On A Computer Or Network (For A Free)

How To Compare Application Virtualization To Other Software On A Computer Or Network (For A Free) 2009 Application Virtualization Comparison Chart September 2009 Authors: Sven Huisman Matthijs Haverink Technical Consultant Technical Consultant E: sven@virtualfuture.info E: matthijs@virtualfuture.info

More information

Microsoft Virtual Desktop Infrastructure (VDI) FAQ

Microsoft Virtual Desktop Infrastructure (VDI) FAQ Microsoft Virtual Desktop Infrastructure (VDI) FAQ Q1: What is VDI? A1: Virtual Desktop Infrastructure (VDI) is a centralized desktop delivery solution that enables organizations to store and execute desktop

More information

Benefit. Allows you to integrate RES PowerFuse with application virtualization technologies other than SoftGrid (e.g. Citrix XenApp, VMWare Thinapp).

Benefit. Allows you to integrate RES PowerFuse with application virtualization technologies other than SoftGrid (e.g. Citrix XenApp, VMWare Thinapp). Core (1/2) Access Control Access to settings and applications can be based on Organizational Units in Directory Services like (Active Directory and Novell) or through users and groups in the domain. This

More information

VMware ThinApp Agentless Application Virtualization Overview W HITE P APER

VMware ThinApp Agentless Application Virtualization Overview W HITE P APER VMware ThinApp Agentless Application W HITE P APER VMware defines application virtualization as the ability to deploy software without modifying the host computer or making any changes to the local operating

More information

RES PowerFuse Version Comparison Chart (1/9)

RES PowerFuse Version Comparison Chart (1/9) RES PowerFuse Version Comparison Chart (1/9) Alerting Allows you to set up notifications of specific events, which can consist of sending e-mails to one or more recipients, sending SNMP notifications (

More information

Enterprise Solution for Remote Desktop Services... 2. System Administration... 3. Server Management... 4. Server Management (Continued)...

Enterprise Solution for Remote Desktop Services... 2. System Administration... 3. Server Management... 4. Server Management (Continued)... CONTENTS Enterprise Solution for Remote Desktop Services... 2 System Administration... 3 Server Management... 4 Server Management (Continued)... 5 Application Management... 6 Application Management (Continued)...

More information

PROPALMS TSE 6.0 March 2008

PROPALMS TSE 6.0 March 2008 PROPALMS March 2008 An Analysis of and Terminal Services: Contents System Administration... 2 Server Management... 3 Application Management... 5 Security... 7 End User Experience... 8 Monitoring and Reporting...

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

Virtualization and Windows 7

Virtualization and Windows 7 9 Chapter Virtualization and Windows 7 Information in this Chapter Windows XP Mode Many Forms of Virtualization Summary Windows Virtual PC is an optional component of Windows 7 Professional, Enterprise,

More information

Application Virtualisation: The Future of Distributed Computing?

Application Virtualisation: The Future of Distributed Computing? Application Virtualisation: The Future of Distributed Computing? UKCMG Annual Conference 2007 Tuesday 26 th June Session 2C3 Abstract Virtualisation is rapidly becoming the standard operating model for

More information

Virtualization in Enterprise Environment. Krisztian Egi

Virtualization in Enterprise Environment. Krisztian Egi Virtualization in Enterprise Environment Krisztian Egi Session Outline Virtualization technology overview Challenges in enterprise environment Q & A 2 Virtualization technology overview What s virtualization

More information

Thin Client & Virtual Desktop White Paper

Thin Client & Virtual Desktop White Paper Thin Client & Virtual Desktop White Paper TABLE OF CONTENTS Overview 2 Compatible Thin Client Products 2 Thin Client Implementation Basics 2 Content Creation and Targeting... 2 Content Display... 3 Increase

More information

APPLICATION VIRTUALIZATION COMPARISON

APPLICATION VIRTUALIZATION COMPARISON APPLICATION VIRTUALIZATION COMPARISON It s important to understand the comparing features are the last step in the decision tree. Vision, Strategy and Technology are the former steps. Each Application

More information

Microsoft and Citrix: Joint Virtual Desktop Infrastructure (VDI) Offering

Microsoft and Citrix: Joint Virtual Desktop Infrastructure (VDI) Offering Microsoft and Citrix: Joint Virtual Desktop Infrastructure (VDI) Offering Architectural Guidance July 2009 The information contained in this document represents the current view of Microsoft Corporation

More information

An Analysis of Propalms TSE and Microsoft Remote Desktop Services

An Analysis of Propalms TSE and Microsoft Remote Desktop Services An Analysis of TSE and Remote Desktop Services JULY 2010 This document illustrates how TSE can extend your Remote Desktop Services environment providing you with the simplified and consolidated management

More information

MOC 10324A: Implementing and Managing Microsoft Desktop Virtualization

MOC 10324A: Implementing and Managing Microsoft Desktop Virtualization MOC 10324A: Implementing and Managing Microsoft Desktop Virtualization Course Overview This course provides students with the knowledge and skills to implement and manage desktop virtualization solutions.

More information

What Is Application Virtualization?

What Is Application Virtualization? With a specific focus on virtual desktop infrastructure (VDI) initiatives, smart organizations must see applications as the starting point for the overall design. Think about what makes an organization

More information

Module Comparison Chart

Module Comparison Chart Module Comparison Chart DYNAMIC CONFIGURATION MODULE Desktop Transformation Transforms any existing desktop infrastructure into managed user workspaces using live data and a step-bystep approach that minimizes

More information

Accelerating Microsoft Windows 7 migrations with Citrix XenApp

Accelerating Microsoft Windows 7 migrations with Citrix XenApp Citrix XenApp and Microsoft Windows 7 White Paper Accelerating Microsoft Windows 7 migrations with Citrix XenApp XenApp will accelerate your Windows 7 migration, save money and resources, minimize disruption

More information

Workspace Manager 2014 Module Comparison Chart

Workspace Manager 2014 Module Comparison Chart Workspace Manager 2014 Module Comparison Chart DYNAMIC CONFIGURATION MODULE Desktop Transformation Transforms any existing desktop infrastructure into managed user workspaces using live data and a step-bystep

More information

Trusteer Rapport Virtual Implementation Scenarios

Trusteer Rapport Virtual Implementation Scenarios Trusteer Rapport Virtual Implementation Scenarios Technical White Paper Version 1.0 October 2012 new threats, new thinking Contents About this Document 1 1. Overview of Virtual Desktop/Machine Environments

More information

Enterprise Desktop Solutions: VMware View 4.5

Enterprise Desktop Solutions: VMware View 4.5 C H E A T S H E E T Enterprise Desktop Solutions: What is VMware View? VMware View 4.5 is the leading desktop virtualization solution, built for delivering desktops as a managed service from the platform

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

Server and Storage Sizing Guide for Windows 7 TECHNICAL NOTES

Server and Storage Sizing Guide for Windows 7 TECHNICAL NOTES Server and Storage Sizing Guide for Windows 7 TECHNICAL NOTES Table of Contents About this Document.... 3 Introduction... 4 Baseline Existing Desktop Environment... 4 Estimate VDI Hardware Needed.... 5

More information

THE COMPLETE VIEWER FOR MS PROJECT. Deployment White Paper

THE COMPLETE VIEWER FOR MS PROJECT. Deployment White Paper THE COMPLETE VIEWER FOR MS PROJECT Seavus DOOEL 2010 2 TABLE OF CONTENTS 1 DEPLOYMENT OPTIONS... 3 1.1 SINGLE USER INSTALLATION... 3 1.2 CONCURRENT USER INSTALLATION... 4 1.3 SINGLE COMPANY KEY INSTALLATION...

More information

Virtualization: What does it mean for SAS? Karl Fisher and Clarke Thacher, SAS Institute Inc., Cary, NC

Virtualization: What does it mean for SAS? Karl Fisher and Clarke Thacher, SAS Institute Inc., Cary, NC Paper 347-2009 Virtualization: What does it mean for SAS? Karl Fisher and Clarke Thacher, SAS Institute Inc., Cary, NC ABSTRACT SAS groups virtualization into four categories: Hardware Virtualization,

More information

VMware End User Computing Horizon Suite

VMware End User Computing Horizon Suite VMware End User Computing Horizon Suite Luc Gallet lgallet@vmware.com 2010 VMware Inc. All rights reserved The pace and rate of technology change is faster than ever Devices 66 % use 2+ devices for work

More information

White paper. Microsoft and Citrix VDI: Virtual desktop implementation scenarios

White paper. Microsoft and Citrix VDI: Virtual desktop implementation scenarios White paper Microsoft and Citrix VDI: Virtual desktop implementation scenarios Table of contents Objective Microsoft VDI offering components High definition user experience...3 A very cost-effective and

More information

System Planning, Deployment, and Best Practices Guide

System Planning, Deployment, and Best Practices Guide www.novell.com/documentation System Planning, Deployment, and Best Practices Guide ZENworks Application Virtualization 9.0 February 22, 2012 Legal Notices Novell, Inc., makes no representations or warranties

More information

AdminStudio 2013. Release Notes. 16 July 2013. Introduction... 3. New Features... 6

AdminStudio 2013. Release Notes. 16 July 2013. Introduction... 3. New Features... 6 AdminStudio 2013 Release Notes 16 July 2013 Introduction... 3 New Features... 6 Microsoft App-V 5.0 Support... 6 Support for Conversion to App-V 5.0 Virtual Packages... 7 Automated Application Converter

More information

VMware ThinApp Application Virtualization Made Simple

VMware ThinApp Application Virtualization Made Simple VMware ThinApp Application Virtualization Made Simple Rob Groenhuis Senior Systems Engineer VMware Netherlands BV 2009 VMware Inc. All rights reserved Agenda VMware s Vision Why Application Virtualization?

More information

Quick Start Guide for Parallels Virtuozzo

Quick Start Guide for Parallels Virtuozzo PROPALMS VDI Version 2.1 Quick Start Guide for Parallels Virtuozzo Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the current

More information

Citrix XenApp The need for a Citrix server will still be required so no integration with our future SCCM environment will be available.

Citrix XenApp The need for a Citrix server will still be required so no integration with our future SCCM environment will be available. Decision Matrix Integration with current infrastructure (SMS): SMS can deliver the virtual application as effectively as a traditionally packaged application with no customizations or modifications to

More information

Implementing and Managing Microsoft Desktop Virtualization 10324 en

Implementing and Managing Microsoft Desktop Virtualization 10324 en Implementing and Managing Microsoft Desktop Virtualization 10324 en Course Outline Module 1: Overview of Desktop Virtualization Scenarios Many organizations are exploring the use of virtualization to optimize

More information

CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS

CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS Number: 1Y0-A14 Passing Score: 800 Time Limit: 90 min File Version: 42.2 http://www.gratisexam.com/ CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS Exam Name: Implementing

More information

Implementing and Managing Microsoft Desktop Virtualization

Implementing and Managing Microsoft Desktop Virtualization Implementing and Managing Microsoft Desktop Virtualization Course 10324: 5 days, Instructor-led Course Description This five-day, instructor-led course provides you with the knowledge and skills to implement

More information

Component Details Notes Tested. The virtualization host is a windows 2008 R2 Hyper-V server. Yes

Component Details Notes Tested. The virtualization host is a windows 2008 R2 Hyper-V server. Yes We will be reviewing Microsoft s Remote Desktop Services (RDS), which has undergone significant reworking since it was released as Windows 2008 Terminal Services. In the original release of Microsoft Windows

More information

Design a Scalable Virtual Desktop Infrastructure

Design a Scalable Virtual Desktop Infrastructure Design a Scalable Virtual Desktop Infrastructure Ranganath GK, Technology Consultant, VCP VMware India. 6 th November 2008 Basics of Virtual Desktop Infrastructure (VDI) Ease of provisioning Migration

More information

Boost your VDI Confidence with Monitoring and Load Testing

Boost your VDI Confidence with Monitoring and Load Testing White Paper Boost your VDI Confidence with Monitoring and Load Testing How combining monitoring tools and load testing tools offers a complete solution for VDI performance assurance By Adam Carter, Product

More information

Server-centric client virtualization model reduces costs while improving security and flexibility.

Server-centric client virtualization model reduces costs while improving security and flexibility. BUSINESS SOLUTIONS Desktop Demystified Server-centric client virtualization model reduces costs while improving security and flexibility. Virtualization is transforming the data center. It s eliminating

More information

Citrix Application Streaming. Universal Application Packaging and Delivery Breaking Away from Traditional IT

Citrix Application Streaming. Universal Application Packaging and Delivery Breaking Away from Traditional IT Citrix Application Streaming Universal Application Packaging and Delivery Breaking Away from Traditional IT Application Packaging Application Delivery to Endpoint Devices Application Isolation Mode Automatic

More information

The Ultimate Guide to Managing Apps in Citrix XenDesktop VDI

The Ultimate Guide to Managing Apps in Citrix XenDesktop VDI Ebook The Ultimate Guide to Managing Apps in Citrix XenDesktop VDI Some IT organizations assume that Citrix XenApp is the only way to virtualize and manage applications for Citrix XenDesktop VDI. But there

More information

Virtual Application Management with Microsoft Application Virtualization 4.6 and System Center 2012 Configuration Manager

Virtual Application Management with Microsoft Application Virtualization 4.6 and System Center 2012 Configuration Manager Virtual Application Management with Microsoft Application Virtualization 4.6 and System Center 2012 Configuration Manager This whitepaper describes the virtual application management capabilities provided

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

INTEGRATING APP-V WITH MICROSOFT VDI

INTEGRATING APP-V WITH MICROSOFT VDI INTEGRATING APP-V WITH MICROSOFT VDI 2013 Microsoft Corporation. All rights reserved. This document is provided "as-is." Information and views expressed in this document, including URL and other Internet

More information

Microsoft.Test-inside.70-669.v2013-11-28.by.ROD.239q

Microsoft.Test-inside.70-669.v2013-11-28.by.ROD.239q Microsoft.Test-inside.70-669.v2013-11-28.by.ROD.239q Number: 70-669 Passing Score: 800 Time Limit: 120 min File Version: 16.5 http://www.gratisexam.com/ Exam Code: 70-669 Exam Name: TS: Windows Server

More information

DeviceLock Virtual DLP: Overview & Scenarios

DeviceLock Virtual DLP: Overview & Scenarios DeviceLock Virtual DLP: Overview & Scenarios DeviceLock Virtual DLP Overview DeviceLock s Virtual DLP feature extends the reach of DeviceLock data leak prevention capabilities to a variety of virtual computing

More information

AdminStudio 2013. Installation Guide. Version 2013

AdminStudio 2013. Installation Guide. Version 2013 AdminStudio 2013 Installation Guide Version 2013 Legal Information Book Name: AdminStudio 2013 Installation Guide / Full and Limited Editions Part Number: ADS-2013-IG03 Product Release Date: July 16, 2013

More information

CITRIX 1Y0-A16 EXAM QUESTIONS & ANSWERS

CITRIX 1Y0-A16 EXAM QUESTIONS & ANSWERS CITRIX 1Y0-A16 EXAM QUESTIONS & ANSWERS Number: 1Y0-A16 Passing Score: 550 Time Limit: 165 min File Version: 37.5 http://www.gratisexam.com/ CITRIX 1Y0-A16 EXAM QUESTIONS & ANSWERS Exam Name: Architecting

More information

iborrow Technical Report (Client Environment)

iborrow Technical Report (Client Environment) iborrow Technical Report (Client Environment) Geoff Kimmons 17.12.2009 1 Table of Contents 1 Introduction... 3 2 Client environment... 3 3 Technical issues... 3 3.1 iborrow client hardware... 3 3.2 Client

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

More information

Competitive Comparison Between Microsoft and VMware Desktop Virtualization Solutions

Competitive Comparison Between Microsoft and VMware Desktop Virtualization Solutions Competitive Comparison Between Microsoft and VMware Desktop Virtualization Solutions Introduction Virtualization has helped organizations reduce cost and increase efficiency in the datacenter, and new

More information

Citrix XenDesktop Architecture and Implementation on ProLiant Servers

Citrix XenDesktop Architecture and Implementation on ProLiant Servers Citrix XenDesktop Architecture and Implementation on ProLiant Servers integration note Abstract... 2 What is Citrix XenDesktop?... 2 Virtual Desktops... 2 Why use the HP integrated XenServer?... 4 HP ProLiant

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

Augmenting VMware View Horizon (VDI) with Micro Focus Client Management

Augmenting VMware View Horizon (VDI) with Micro Focus Client Management White Paper ZENworks Augmenting VMware View Horizon (VDI) with Micro Focus Client Management Table of Contents page Making the VMware View Horizon Management Solution Work Beyond Your Wildest Dreams...2

More information

2009 AAMGA Automation Conference

2009 AAMGA Automation Conference 2009 AAMGA Automation Conference Kenny Morris, MCSE Manager of Network Services CRC Insurance Services, Inc. kmorris@crcins.com Server Infrastructure 170 servers 70% in Central Datacenter 25% of server

More information

Simplify Suite in a VDI Environment

Simplify Suite in a VDI Environment Simplify Suite in a VDI Environment Before jumping onto the VDI bandwagon, ensure a smooth transition. tricerat solves the problems you may face when transitioning to VDI. Andrew Parlette, VP of Product

More information

Real World Considerations for Implementing Desktop Virtualization

Real World Considerations for Implementing Desktop Virtualization Real World Considerations for Implementing Desktop Virtualization The Essentials Series sponsored by Intro duction to Desktop Virtualization for the IT Pro... 1 What Is Desktop Virtualization?... 2 VDI

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

SA Citrix Virtual Desktop Infrastructure (VDI) Configuration Guide

SA Citrix Virtual Desktop Infrastructure (VDI) Configuration Guide SA Citrix Virtual Desktop Infrastructure (VDI) Configuration Guide Published July 2015 This document covers steps to configure Citrix VDI on Pulse Secure s SA Series SSL VPN platforms. It also covers brief

More information

Citrix XenDesktop Administrator s Guide. Citrix XenDesktop 3.0 Citrix XenDesktop

Citrix XenDesktop Administrator s Guide. Citrix XenDesktop 3.0 Citrix XenDesktop Citrix XenDesktop Administrator s Guide Citrix XenDesktop 3.0 Citrix XenDesktop Copyright and Trademark Notice Information in this document is subject to change without notice. Companies, names, and data

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

Application packaging can help enterprises manage growing volumes of software for desktop and server systems efficiently.

Application packaging can help enterprises manage growing volumes of software for desktop and server systems efficiently. A TAKE Solutions White Paper Application packaging can help enterprises manage growing volumes of software for desktop and server systems efficiently. By streamlining software configuration and deployment,

More information

Sage 100 Standard ERP Version 2013 Supported Platform Matrix Created as of November 21, 2013

Sage 100 Standard ERP Version 2013 Supported Platform Matrix Created as of November 21, 2013 Sage 100 Standard ERP Version 2013 The information in this document applies to Sage 100 Standard ERP Version 2013 1. Detailed product update information and support policies can be found on the Sage Online

More information

Overview of Desktop Virtualization

Overview of Desktop Virtualization Virtual Desktops Increasing Access, Increasing Productivity and Reducing Service Costs UCSD, Princeton University, Duke University, Yale University, University of Iowa Overview of Desktop Virtualization

More information

Get into higher gears with Citrix in 2012: XenDesktop 5.6 the most complete solution on the planet

Get into higher gears with Citrix in 2012: XenDesktop 5.6 the most complete solution on the planet Get into higher gears with Citrix in 2012: XenDesktop 5.6 the most complete solution on the planet Fabian Kienle, Senior Channel Manager @ Citrix Systems Business runs on Applications Decision Support

More information

Olympus DSSPlayer Pro R5

Olympus DSSPlayer Pro R5 Olympus DSSPlayer Pro R5 - Citrix & Terminal Service Installation Guide - For R5.0.11 Ver.1.30 2010/10/18 OLYMPUS IMAGING CORP. - Table of Contents - 1. Introduction... 1 1.1. System Overview... 1 1.2.

More information

Integration with Software Delivery Vendors... 4

Integration with Software Delivery Vendors... 4 Contents About this Guide... 4 Integration with Software Delivery Vendors... 4 Getting Started... 4 Supported Operating Systems and Application Platforms... 4 Non-supported Applications and Operating Systems...

More information

XenDesktop 4 Product Review

XenDesktop 4 Product Review XenDesktop 4 Product Review Virtual Desktop software is technology that is designed to run a desktop operating system, on a virtual cluster while attempting to provide the same user experience as a physical

More information

Consulting Solutions WHITE PAPER Citrix XenDesktop Citrix Personal vdisk Technology Planning Guide

Consulting Solutions WHITE PAPER Citrix XenDesktop Citrix Personal vdisk Technology Planning Guide Consulting Solutions WHITE PAPER Citrix XenDesktop Citrix Personal vdisk Technology Planning Guide www.citrix.com Overview XenDesktop offers IT administrators many options in order to implement virtual

More information

SA Citrix Virtual Desktop Infrastructure (VDI) Configuration Guide

SA Citrix Virtual Desktop Infrastructure (VDI) Configuration Guide SA Citrix Virtual Desktop Infrastructure (VDI) Configuration Guide This document covers steps to configure Citrix VDI on Juniper Network s SA Series SSL VPN platforms. It also covers brief overview of

More information

Technical Brief. Userful Multiplatform Desktop Virtualization Software

Technical Brief. Userful Multiplatform Desktop Virtualization Software Technical Brief Userful Multiplatform Desktop Virtualization Software 11.04.2014 SUMMARY: This Technical Brief will summarize the installation and set up of Userful Multiplatform desktop 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

Das AdminStudio beinhaltet eine ganze Reihe von Tools zum Thema Anwendungspaketierung- und Virtualisierung, die wir ihnen nachfolgend zeigen wollen:

Das AdminStudio beinhaltet eine ganze Reihe von Tools zum Thema Anwendungspaketierung- und Virtualisierung, die wir ihnen nachfolgend zeigen wollen: Das AdminStudio beinhaltet eine ganze Reihe von Tools zum Thema Anwendungspaketierung- und Virtualisierung, die wir ihnen nachfolgend zeigen wollen: Managing Your Application Portfolio You use Application

More information

The Importance of User Workspace Virtualization in Desktop Virtualization

The Importance of User Workspace Virtualization in Desktop Virtualization res Software // Whitepaper The Importance of User Workspace Virtualization in Desktop Virtualization Whitepaper Transforming Desktops into Workspaces 2 Table of content: Abstract... 3 What is desktop virtualization?...4

More information

Table of Contents. 2015 Cicero, Inc. All rights protected and reserved.

Table of Contents. 2015 Cicero, Inc. All rights protected and reserved. Desktop Analytics Table of Contents Contact Center and Back Office Activity Intelligence... 3 Cicero Discovery Sensors... 3 Business Data Sensor... 5 Business Process Sensor... 5 System Sensor... 6 Session

More information

Introducing. Markus Erlacher Technical Solution Professional Microsoft Switzerland

Introducing. Markus Erlacher Technical Solution Professional Microsoft Switzerland Introducing Markus Erlacher Technical Solution Professional Microsoft Switzerland Overarching Release Principles Strong emphasis on hardware, driver and application compatibility Goal to support Windows

More information

How To Set Up Safetica Insight 9 (Safetica) For A Safetrica Management Service (Sms) For An Ipad Or Ipad (Smb) (Sbc) (For A Safetaica) (

How To Set Up Safetica Insight 9 (Safetica) For A Safetrica Management Service (Sms) For An Ipad Or Ipad (Smb) (Sbc) (For A Safetaica) ( SAFETICA INSIGHT INSTALLATION MANUAL SAFETICA INSIGHT INSTALLATION MANUAL for Safetica Insight version 6.1.2 Author: Safetica Technologies s.r.o. Safetica Insight was developed by Safetica Technologies

More information

ProfileUnity Best Practices

ProfileUnity Best Practices ProfileUnity Best Practices Installation... 4 If you want ProfileUnity and are confused by references to the Stratusphere hub and documentation... 4 ProfileUnity stand-alone... 4 ProfileUnity with the

More information

APPLICATION VIRTUALIZATION TECHNOLOGIES WHITEPAPER

APPLICATION VIRTUALIZATION TECHNOLOGIES WHITEPAPER APPLICATION VIRTUALIZATION TECHNOLOGIES WHITEPAPER Oct 2013 INTRODUCTION TWO TECHNOLOGY CATEGORIES Application virtualization technologies can be divided into two main categories: those that require an

More information

SNOW LICENSE MANAGER (7.X)... 3

SNOW LICENSE MANAGER (7.X)... 3 SYSTEM REQUIREMENTS Products Snow License Manager Snow Inventory Server, IDR, IDP Client for Windows Client for Linux Client for Unix Client for OS X Oracle Scanner External Data Provider Snow Distribution

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

Servervirualisierung mit Citrix XenServer

Servervirualisierung mit Citrix XenServer Servervirualisierung mit Citrix XenServer Paul Murray, Senior Systems Engineer, MSG EMEA Citrix Systems International GmbH paul.murray@eu.citrix.com Virtualization Wave is Just Beginning Only 6% of x86

More information

CITRIX 1Y0-A17 EXAM QUESTIONS & ANSWERS

CITRIX 1Y0-A17 EXAM QUESTIONS & ANSWERS CITRIX 1Y0-A17 EXAM QUESTIONS & ANSWERS Number: 1Y0-A17 Passing Score: 800 Time Limit: 120 min File Version: 38.7 http://www.gratisexam.com/ CITRIX 1Y0-A17 EXAM QUESTIONS & ANSWERS Exam Name: Implementing

More information

Desktop Application Virtualization and Application Streaming: Function and Security Benefits

Desktop Application Virtualization and Application Streaming: Function and Security Benefits Desktop Application Virtualization and Application Streaming: Function and Security Benefits Tom Olzak August 2007 Current security issues caused by an increasing number of threats, application vulnerabilities,

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

TABLE OF CONTENTS: Transforming Desktops into Workspaces

TABLE OF CONTENTS: Transforming Desktops into Workspaces e s u F r e w o P S RE anagement User Workspace M 2. TABLE OF CONTENTS: Overview... 3. What is a User Workspace?... 4. Why User Workspace Management?... 5. What are the benefits for me?... 6. Facts about

More information

Quick start to evaluating HP Windows Embedded Standard 2009 Thin Clients. HP t5630w, HP t5730w, HP t5740, HP gt7720

Quick start to evaluating HP Windows Embedded Standard 2009 Thin Clients. HP t5630w, HP t5730w, HP t5740, HP gt7720 Get your thin client running Right out of the box Quick start to evaluating HP Windows Embedded Standard 2009 Thin Clients HP t5630w, HP t5730w, HP t5740, HP gt7720 Get your new thin client system up and

More information

Remote Application Server Version 14. Last updated: 06-02-15

Remote Application Server Version 14. Last updated: 06-02-15 Remote Application Server Version 14 Last updated: 06-02-15 Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise

More information

Hosted Desktop Model vs. SBC, VDI and Traditional Desktop Position Document

Hosted Desktop Model vs. SBC, VDI and Traditional Desktop Position Document Hosted Desktop Model vs. SBC, VDI and Traditional Desktop Position Document Author: Richard South Document #: 1033 Date: 11/07/2008 Last Revision: 20/08/2008 Hosted Desktop Infrastructure is an innovative

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

Maximize your Remote Desktop Services

Maximize your Remote Desktop Services Maximize your Remote Desktop Services White paper Parallels An Overview of Remote Desktop Services Virtualization has added new issues to information technology. Today, businesses look not only at optimizing

More information

MS_10324 Implementing and Managing Microsoft Desktop Virtualization

MS_10324 Implementing and Managing Microsoft Desktop Virtualization Implementing and Managing Microsoft Desktop Virtualization www.ked.com.mx Av. Revolución No. 374 Col. San Pedro de los Pinos, C.P. 03800, México, D.F. Tel/Fax: 52785560 About this Course This course provides

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

AT&T Connect Participant Application & VDI Platform Support

AT&T Connect Participant Application & VDI Platform Support AT&T Connect Participant Application & Platform Support AT&T Connect Participant Application & Vdi Platform Support 2014 AT&T Intellectual Property Published by: AT&T Intellectual Property Product: AT&T

More information

Virtual desktops made easy

Virtual desktops made easy Product test: DataCore Virtual Desktop Server 2.0 Virtual desktops made easy Dr. Götz Güttich The Virtual Desktop Server 2.0 allows administrators to launch and maintain virtual desktops with relatively

More information

Virtual Desktop Technologies aka It s all about VDI. David S. Michel Director of Technology Turner Padget Columbia, SC RVP South Atlantic Region

Virtual Desktop Technologies aka It s all about VDI. David S. Michel Director of Technology Turner Padget Columbia, SC RVP South Atlantic Region Virtual Desktop Technologies aka It s all about VDI David S. Michel Director of Technology Turner Padget Columbia, SC RVP South Atlantic Region A Little About Turner Padget Founded in 1929 5 Offices All

More information

WHITE PAPER 1 WWW.FUSIONIO.COM

WHITE PAPER 1 WWW.FUSIONIO.COM 1 WWW.FUSIONIO.COM WHITE PAPER WHITE PAPER Executive Summary Fusion iovdi is the first desktop- aware solution to virtual desktop infrastructure. Its software- defined approach uniquely combines the economics

More information

Solving the Desktop Dilemma

Solving the Desktop Dilemma Solving the Desktop Dilemma Enterprise Desktop Solutions Raymond Sleiman DL Groupe GMG rsleiman@dlge.ch Mobile :079 200 81 03 Agenda What is VMware View 3 What s new with VMware View 3 Architecture RTO

More information

3. What are the primary business drivers behind the virtualization assessment effort?

3. What are the primary business drivers behind the virtualization assessment effort? 1 Overview 1. Who are the key desktop and application stakeholders within your organization? What areas of responsibility do each cover (workflows, coverage, 24/7 staff members are good to identify at

More information