SlideShare una empresa de Scribd logo
1 de 31
Side by Side: vSphere™ and Hyper-V™
                            March 21, 2012
About the Speakers
Scott Lowe
•18 years experience in the IT industry
•Prolific author of thousands of articles and 3 books
•Top virtualization blogger
•Founder and Managing Consultant, The 1610 Group

 Follow me on Twitter @otherscottlowe



Jonathan Reeve
• SolarWinds, Senior Director of Product Management
• Previously ran product management at Hyper9™
• Multiple successful start-ups in the IT space




Side by Side: vSphere™ and Hyper-V™   - Slide 2 -
Agenda
   Why Should You Learn About Hyper-V™?
   Hypervisor Types and Footprints
   Kernel Variances
   A Similarity: CPU Scheduling Controls
   vSphere Memory Handling
   Hyper-V™ Dynamic Memory
   Product Storage Options
   vSphere™ Storage Capabilities
   Networking
   Workload migrations
Side by Side: vSphere™ and Hyper-V™   - Slide 3 -
Why Should You Learn About Hyper-V?
 You may not always be working with Vmware®
 With Windows® 8, Microsoft® will release a new
  version of Hyper-V with new features
 For many organizations, Hyper-V has proven to
  be “good enough” for their needs
 For those with existing Microsoft infrastructures,
  Hyper-V may be the best fit




Side by Side: vSphere™ and Hyper-V™   - Slide 4 -
Hypervisor Types and Footprints
 Common misunderstanding
         Both vSphere and Hyper-V are Type 1 hypervisors
         vSphere has a much smaller footprint than Hyper-V
                vSphere: 144 MB
                Hyper-V: Minimum of 10 GB

 Hyper-V requires a full (or
  core) Windows Server
  installation
 Hyper-V also requires the use
  of a “root partition” for
  operations
 General purpose Windows =
  greater hardware compatibility

Side by Side: vSphere™ and Hyper-V™    - Slide 5 -
Kernel Variances
 vSphere
         Monolithic kernel
         vSphere’s architecture revolves
          around a more monolithic core
          which includes many shared drivers
          as well as the virtualization stack
 Hyper-V
         Microkernelized
         Lends flexibility and security to the hypervisor model by
          isolating the virtual machines from one another with little shared
          code, such as drivers
         More synthetic drivers are used, which can boost overall
          service performance



Side by Side: vSphere™ and Hyper-V™   - Slide 6 -
High Level Overview
 Operating system support
     vSphere enjoys far broader operating system support
 Licensing limitations
     vSphere imposes stricter hardware-based licensing
      limits
     Hyper-V provided significant Windows licensing
      benefits
 Scalability
     vSphere scales fay beyond Hyper-V
        vSphere vCPU per VM: 32
        Hyper-V vCPU per VM: 4


Side by Side: vSphere™ and Hyper-V™   - Slide 7 -
A Similarity: CPU Scheduling Controls
 vSphere
        Shares. If a VM has a share value that is half
         of another, it’s entitled to only half the CPU
         resources.
        Reservation. A guarantee that a virtual
         machine will receive at least some level of
         resourcing.
        Limit. Limits the ability of the virtual machine to
         consume unlimited resources.
        vSphere has a powerful CPU scheduling
         mechanism in place that ensures that virtual
         machines receive attention from the system.
         VMware has produced a white paper that goes
         into great technical depth for how this
         scheduling is achieved.

Side by Side: vSphere™ and Hyper-V™   - Slide 8 -
A Similarity: CPU Scheduling Controls
 Hyper-V
        Virtual machine reserve (percentage). Allows the reservation
         of a portion of the server’s total processing resources for this
         virtual machine.
        Virtual machine limit (percentage). Limit how much of a host’s
         processing resources can be consumed by a single virtual
         machine.
        Relative weight. allows the weighting of this virtual machine
         against others.




Side by Side: vSphere™ and Hyper-V™   - Slide 9 -
Automated Resource Scheduling
 vSphere
        Distributed Resource Scheduler
              Aggregates cluster resources into a single resource pool
              Provides both initial placement services and continuous optimization
              Enables affinity rules to ensure that workload placement meets
               business and availability rules
              Supports clusters of up to 32 hosts and 1,280 virtual machines
 Hyper-V
       » Resource placement
             • Current VMM provides initial placement services only
                    » One-off service only
             • VMM 2012 will provide Dynamic Optimization
                    » Will provide cluster-level workload balancing for VMs




Side by Side: vSphere™ and Hyper-V™           - Slide 10 -
vSphere Memory Handling
 VMware Oversubscription/Overcommit. Allows
  administrators to assign more aggregate RAM to virtual
  machines than is actually physically available in the
  server.
         Transparent Page Sharing. This is basically a deduplication method
          applied to RAM rather than storage.
         Guest Ballooning. A method by which virtual machines can borrow
          memory from one another.

 Memory compression. A technique
  that is
  used to prevent the hypervisor from
  needing to swap memory pages to disk
  when RAM becomes limited.


Side by Side: vSphere™ and Hyper-V™   - Slide 11 -
Hyper-V Dynamic Memory
 Dynamic Memory relies
  primarily on a process
  similar to vSphere’s Guest
  Ballooning feature.
 To prevent a virtual
  machine from having RAM
  reduced to dangerous
  levels, Hyper-V provides a
  (default) buffer of 20% of
  unused memory.




Side by Side: vSphere™ and Hyper-V™   - Slide 12 -
Product Storage Options

Technology           Description                       vSphere Hyper-V

DAS                  Directly attached storage                  

NAS                  Network attached storage                    --

FC                   Fibre Channel                              

iSCSI                Internet SCSI                              

FCoE                 Fibre Channel over Ethernet                 --


  Side by Side: vSphere™ and Hyper-V™   - Slide 13 -
Supported Storage Features

Technology                  Description                                   vSphere Hyper-V
                            Allows administrators to allocate the space
Thin                        they believe they may ultimately need for a
Provisioning                service without actually having to dedicate            
                            the space right now


                            Link base virtual hard drive images to one
Linked Images               another so that there is less repetition of     --       --
                            data




   Side by Side: vSphere™ and Hyper-V™             - Slide 14 -
VMFS vs. VHD
 Both VMware and Microsoft provide clustering
  mechanisms
 VHD relies on MS CSV
         Much more complicated than vSphere’s clustering
 Both MS and VMware provide
  direct access to storage
         vSphere: Raw Device
          Mapping (RDM)
         Hyper-V: Pass-through disks




Side by Side: vSphere™ and Hyper-V™   - Slide 15 -
vSphere Storage Capabilities
 Centralized management of datastores. A
  single location in which all data stores can be
  managed in order to provide more visibility into
  the environment.
 Storage Management Initiative Specification
  (SMI-S) support. Standardized monitoring of
  storage.
 Caching. Improves performance.
 Storage DRS. A way to automatically place VMs
  to load balance Storage IO demands.


Side by Side: vSphere™ and Hyper-V™   - Slide 16 -
Power Management
 VMware Distributed Power Management (DPM).
  Combine workloads onto fewer physical machines, which
  also reduces the amount of electricity consumed in
  aggregate.
         DPM automates the process of
          energy conservation, leaving the
          administrator free to focus
          elsewhere
 Hyper-V does not have automated
  power management capabilities




                                                     © iStockphoto.com




Side by Side: vSphere™ and Hyper-V™   - Slide 17 -
vSphere Network Features
 vSphere
         TCP Segmentation Offload. The TCP/IP stack can submit
          frames of up to 64 KB to the NIC -- the NIC then repackages
          these frames into sizes that fit inside the network’s maximum
          transmission unit (MTU) size.
         NetQueue. Enables the system to process multiple network
          receive requests simultaneously across multiple CPUs.
         iSCSI. iSCSI traffic results in a “double hit” from a CPU
          overhead perspective.
         Distributed Virtual Switch. A virtual device that spans multiple
          vSphere hosts.




Side by Side: vSphere™ and Hyper-V™   - Slide 18 -
Hyper-V Network Features
 Chimney (TCP offload). Offloads to the NIC significant
  portions of the CPU workload normally associated with
  TCP/IP functionality
 Large Send Offload (LSO). Provides Hyper-V hosts with
  the ability to submit larger frames – in
  this case up to 256KB in size – to the
  network adapter for further processing
 Virtual Machine Queue (VMQ). Creates
  multiple virtual network queues for each
  virtual machine. Network packets
  destined for these virtual machines are
  then sent directly to the VM, reducing
  some overhead

Side by Side: vSphere™ and Hyper-V™   - Slide 19 -
Workload Migration
 vSphere
         vMotion is one of VMware’s claims
           to fame and for good reason
         Zero downtime migrations
         Multiple network adapter use
         Metro vMotion
 Hyper-V
         Live Migration in shipping version
          is “vMotion™ Lite”
         Requires Microsoft Failover Clustering
         More complex environment




Side by Side: vSphere™ and Hyper-V™   - Slide 20 -
Storage Migration
 vSphere
         Storage vMotion is another of
          VMware’s claims to fame
                  Zero downtime migrations
                  Thick to thin
                  Raw Device Mapping disk (RDM) to VMDK
                  Across protocols Hyper-V
         Quick Storage Migration in shipping version is not as
          robust
                Not fully transparent to end user
                Requires short period of downtime




Side by Side: vSphere™ and Hyper-V™   - Slide 21 -
Availability
 vSphere
         VMware High Availability
                Monitors virtual machines to detect operating system and
                 hardware failures and moves workloads to other hosts
         VMware Fault Tolerance
                Continuous protection for mission critical workloads by
                 running a shadow copy of a protected VM

 Hyper-V
         Much more complex
         Relies on MSCS



Side by Side: vSphere™ and Hyper-V™    - Slide 22 -
High Level Features
                                                      VMware                                  HyperV
Feature                                   Standard      Enterprise     Ent. Plus   Standard     Ent.        DC

Max host processors                         160               160        160          4           8         64

Max virtual SMP (guest)                      8                 8          32          4           4          4

Max host RAM (GB)                          2048              2048        2048        32         2048       2048

Max RAM per VM                              255               255        255         64          64         64

Failover nodes                              32                32          32                     16         16

Memory overcommit/dynamic mem.                                                                          

Transparent page sharing                                                

Live workload migration                                                                                   

Live storage migration                                                   

Max guests per host                         512               512        512         384         384        384

Distributed Resource Scheduler                                           

Distributed switch                                                        

Virtual instance rights (Windows)            0                 0          0           1           4       No limit

Hypervisor licensing model                per proc          per proc   per proc    per host    per host   per proc


    Side by Side: vSphere™ and Hyper-V™      - Slide 23 -
A cost comparison scenario
 Impossible to do 1:1 comparison for every scenario
 Pricing Assumptions




Side by Side: vSphere™ and Hyper-V™   - Slide 24 -
A cost comparison scenario
 Environmental assumptions
        » This example will assume a need for 150 virtual machines
        » Consolidation ratio: 15 to 1 = 10 hosts




Side by Side: vSphere™ and Hyper-V™      - Slide 25 -
Registration Survey Response #1




*Based on 330 responses to the registration survey to this webinar
      Side by Side: vSphere™ and Hyper-V™                            - Slide 26 -
Registration Survey Response #2




*Based on 330 responses to the registration survey to this webinar
      Side by Side: vSphere™ and Hyper-V™                            - Slide 27 -
The Future of Hyper-V
 Hyper-V 3.0 will bring a lot to the table
         Fast provisioning of virtual machines.
         V2V conversion of VMware-based virtual machines
          to Hyper-V.
         Conversion of physical servers to virtual ones (P2V).
         Template-based virtual machine creation.
         Automatic placement of new virtual machines to aid
          in load balancing.
         Centralized management of multiple Hyper-V hosts.




Side by Side: vSphere™ and Hyper-V™   - Slide 28 -
Summary
 VMware remains significantly in front of
  Microsoft on a feature-by-feature basis
 For mission critical needs, vSphere is still
  the obvious choice
 Microsoft ‘s Hyper-V does, in fact, provide
  a good enough solution for many
 Hyper-V 3.0 will bring a lot more to the
  table and give VMware a true challnges


Side by Side: vSphere™ and Hyper-V™   - Slide 29 -
The SolarWinds Story
 Easy to find
        » www.solarwinds.com
        » Partner websites, and Internet Search

 Easy to buy
        » Downloadable from the website for evaluation and purchase
        » Affordable price points

 Easy to install
        » Products can be downloaded, installed, and configured in less than 1
          hour
        » No Professional Services needed for deployment

 Easy to use
        » Windows-based products
        » Intuitive user interfaces and graphical tools


Side by Side: vSphere™ and Hyper-V™     - Slide 30 -
Thank You

Más contenido relacionado

La actualidad más candente

Architectures de virtualisation
Architectures de virtualisationArchitectures de virtualisation
Architectures de virtualisation
Antoine Benkemoun
 

La actualidad más candente (20)

Architectures de virtualisation
Architectures de virtualisationArchitectures de virtualisation
Architectures de virtualisation
 
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...
 
Virtual Infrastructure Overview
Virtual Infrastructure OverviewVirtual Infrastructure Overview
Virtual Infrastructure Overview
 
VMware Advance Troubleshooting Workshop - Day 3
VMware Advance Troubleshooting Workshop - Day 3VMware Advance Troubleshooting Workshop - Day 3
VMware Advance Troubleshooting Workshop - Day 3
 
Scaling Microservices with Kubernetes
Scaling Microservices with KubernetesScaling Microservices with Kubernetes
Scaling Microservices with Kubernetes
 
Zentyal adalah server_linux_untuk_small
Zentyal adalah server_linux_untuk_smallZentyal adalah server_linux_untuk_small
Zentyal adalah server_linux_untuk_small
 
Open source hypervisors in cloud
Open source hypervisors in cloudOpen source hypervisors in cloud
Open source hypervisors in cloud
 
클라우드 컴퓨팅 기반 기술과 오픈스택(Kvm) 기반 Provisioning
클라우드 컴퓨팅 기반 기술과 오픈스택(Kvm) 기반 Provisioning 클라우드 컴퓨팅 기반 기술과 오픈스택(Kvm) 기반 Provisioning
클라우드 컴퓨팅 기반 기술과 오픈스택(Kvm) 기반 Provisioning
 
Hypervisors
HypervisorsHypervisors
Hypervisors
 
Virtualization VMWare technology
Virtualization VMWare technologyVirtualization VMWare technology
Virtualization VMWare technology
 
Esxi troubleshooting
Esxi troubleshootingEsxi troubleshooting
Esxi troubleshooting
 
OpenShift Virtualization - VM and OS Image Lifecycle
OpenShift Virtualization - VM and OS Image LifecycleOpenShift Virtualization - VM and OS Image Lifecycle
OpenShift Virtualization - VM and OS Image Lifecycle
 
La virtualisation de_serveurs
La virtualisation de_serveursLa virtualisation de_serveurs
La virtualisation de_serveurs
 
Virtualization
VirtualizationVirtualization
Virtualization
 
VMware Advance Troubleshooting Workshop - Day 5
VMware Advance Troubleshooting Workshop - Day 5VMware Advance Troubleshooting Workshop - Day 5
VMware Advance Troubleshooting Workshop - Day 5
 
1.Introduction to virtualization
1.Introduction to virtualization1.Introduction to virtualization
1.Introduction to virtualization
 
Kvm virtualization platform
Kvm virtualization platformKvm virtualization platform
Kvm virtualization platform
 
Microsoft Hyper-V explained
Microsoft Hyper-V explainedMicrosoft Hyper-V explained
Microsoft Hyper-V explained
 
La virtualisation
La virtualisationLa virtualisation
La virtualisation
 
Alphorm.com Formation KVM
Alphorm.com Formation KVMAlphorm.com Formation KVM
Alphorm.com Formation KVM
 

Destacado

Hypervisor comparison 201212
Hypervisor comparison 201212Hypervisor comparison 201212
Hypervisor comparison 201212
Chang kil Lee
 
Hyper-V Best Practices & Tips and Tricks
Hyper-V Best Practices & Tips and TricksHyper-V Best Practices & Tips and Tricks
Hyper-V Best Practices & Tips and Tricks
Amit Gatenyo
 
Deep Dive Into Windows Server 2012 Hyper-V
Deep Dive Into Windows Server 2012 Hyper-VDeep Dive Into Windows Server 2012 Hyper-V
Deep Dive Into Windows Server 2012 Hyper-V
Lai Yoong Seng
 
virtualization and hypervisors
virtualization and hypervisorsvirtualization and hypervisors
virtualization and hypervisors
Gaurav Suri
 

Destacado (20)

VMWARE VS MS-HYPER-V
VMWARE VS MS-HYPER-VVMWARE VS MS-HYPER-V
VMWARE VS MS-HYPER-V
 
virtualization (Hyper-V)
virtualization (Hyper-V)virtualization (Hyper-V)
virtualization (Hyper-V)
 
Introduction to Hyper-V
Introduction to Hyper-VIntroduction to Hyper-V
Introduction to Hyper-V
 
Implementing a Hyper-V Virtualization Infrastructure
Implementing a Hyper-V Virtualization InfrastructureImplementing a Hyper-V Virtualization Infrastructure
Implementing a Hyper-V Virtualization Infrastructure
 
Hyper V in Windows Server 2012
Hyper V in Windows Server 2012Hyper V in Windows Server 2012
Hyper V in Windows Server 2012
 
VMware Presentation
VMware PresentationVMware Presentation
VMware Presentation
 
Whats new in ws2016 Hyper-V with Aidan Finn
Whats new in ws2016 Hyper-V with Aidan FinnWhats new in ws2016 Hyper-V with Aidan Finn
Whats new in ws2016 Hyper-V with Aidan Finn
 
Hypervisor comparison 201212
Hypervisor comparison 201212Hypervisor comparison 201212
Hypervisor comparison 201212
 
VMware vSphere Version Comparison 4.0 to 6.5
VMware  vSphere Version Comparison 4.0 to 6.5VMware  vSphere Version Comparison 4.0 to 6.5
VMware vSphere Version Comparison 4.0 to 6.5
 
Vm Vs Hyperv
Vm Vs HypervVm Vs Hyperv
Vm Vs Hyperv
 
Cloud.pptm
Cloud.pptmCloud.pptm
Cloud.pptm
 
Domain Services for Windows: Best Practices for Windows Interoperability
Domain Services for Windows: Best Practices for Windows InteroperabilityDomain Services for Windows: Best Practices for Windows Interoperability
Domain Services for Windows: Best Practices for Windows Interoperability
 
Hyper-V Best Practices & Tips and Tricks
Hyper-V Best Practices & Tips and TricksHyper-V Best Practices & Tips and Tricks
Hyper-V Best Practices & Tips and Tricks
 
Difference between standlone hyper-v vs role based
Difference between standlone hyper-v vs role basedDifference between standlone hyper-v vs role based
Difference between standlone hyper-v vs role based
 
Deep Dive Into Windows Server 2012 Hyper-V
Deep Dive Into Windows Server 2012 Hyper-VDeep Dive Into Windows Server 2012 Hyper-V
Deep Dive Into Windows Server 2012 Hyper-V
 
XenServer, Hyper-V, and ESXi - Architecture, API, and Coding
XenServer, Hyper-V, and ESXi -  Architecture, API, and CodingXenServer, Hyper-V, and ESXi -  Architecture, API, and Coding
XenServer, Hyper-V, and ESXi - Architecture, API, and Coding
 
Windows server2016 presentation
Windows server2016 presentation Windows server2016 presentation
Windows server2016 presentation
 
VMWare on VMWare - How VMware IT Implemented Micro-Segmentation and Deployed ...
VMWare on VMWare - How VMware IT Implemented Micro-Segmentation and Deployed ...VMWare on VMWare - How VMware IT Implemented Micro-Segmentation and Deployed ...
VMWare on VMWare - How VMware IT Implemented Micro-Segmentation and Deployed ...
 
virtualization and hypervisors
virtualization and hypervisorsvirtualization and hypervisors
virtualization and hypervisors
 
Hypervisors and Virtualization - VMware, Hyper-V, XenServer, and KVM
Hypervisors and Virtualization - VMware, Hyper-V, XenServer, and KVMHypervisors and Virtualization - VMware, Hyper-V, XenServer, and KVM
Hypervisors and Virtualization - VMware, Hyper-V, XenServer, and KVM
 

Similar a Hyper-V vs. vSphere: Understanding the Differences

Virtualization_TechTalk
Virtualization_TechTalkVirtualization_TechTalk
Virtualization_TechTalk
Arif k
 
Mythbusting goes virtual What's new in vSphere 5.1
Mythbusting goes virtual   What's new in vSphere 5.1Mythbusting goes virtual   What's new in vSphere 5.1
Mythbusting goes virtual What's new in vSphere 5.1
Eric Sloof
 
Comparação entre XenServer 6.2 e VMware VSphere 5.1 - Comparison of Citrix Xe...
Comparação entre XenServer 6.2 e VMware VSphere 5.1 - Comparison of Citrix Xe...Comparação entre XenServer 6.2 e VMware VSphere 5.1 - Comparison of Citrix Xe...
Comparação entre XenServer 6.2 e VMware VSphere 5.1 - Comparison of Citrix Xe...
Lorscheider Santiago
 
Partner Presentation vSphere6-VSAN-vCloud-vRealize
Partner Presentation vSphere6-VSAN-vCloud-vRealizePartner Presentation vSphere6-VSAN-vCloud-vRealize
Partner Presentation vSphere6-VSAN-vCloud-vRealize
Erik Bussink
 
VMware vSphere technical presentation
VMware vSphere technical presentationVMware vSphere technical presentation
VMware vSphere technical presentation
aleyeldean
 

Similar a Hyper-V vs. vSphere: Understanding the Differences (20)

Virtualization_TechTalk
Virtualization_TechTalkVirtualization_TechTalk
Virtualization_TechTalk
 
Hyper v® 2012 vs v sphere™ 5.1 understanding the differences
Hyper v® 2012 vs v sphere™ 5.1 understanding the differencesHyper v® 2012 vs v sphere™ 5.1 understanding the differences
Hyper v® 2012 vs v sphere™ 5.1 understanding the differences
 
Datacenter virtualiazation
Datacenter virtualiazationDatacenter virtualiazation
Datacenter virtualiazation
 
Pengertian Virtualisasi.pptx
Pengertian Virtualisasi.pptxPengertian Virtualisasi.pptx
Pengertian Virtualisasi.pptx
 
Virtualization and how it leads to cloud
Virtualization and how it leads to cloudVirtualization and how it leads to cloud
Virtualization and how it leads to cloud
 
VMware vSphere vMotion: 5.4 times faster than Hyper-V Live Migration
VMware vSphere vMotion: 5.4 times faster than Hyper-V Live MigrationVMware vSphere vMotion: 5.4 times faster than Hyper-V Live Migration
VMware vSphere vMotion: 5.4 times faster than Hyper-V Live Migration
 
VMworld 2013: Successfully Virtualize Microsoft Exchange Server
VMworld 2013: Successfully Virtualize Microsoft Exchange Server VMworld 2013: Successfully Virtualize Microsoft Exchange Server
VMworld 2013: Successfully Virtualize Microsoft Exchange Server
 
Mythbusting goes virtual What's new in vSphere 5.1
Mythbusting goes virtual   What's new in vSphere 5.1Mythbusting goes virtual   What's new in vSphere 5.1
Mythbusting goes virtual What's new in vSphere 5.1
 
Comparação entre XenServer 6.2 e VMware VSphere 5.1 - Comparison of Citrix Xe...
Comparação entre XenServer 6.2 e VMware VSphere 5.1 - Comparison of Citrix Xe...Comparação entre XenServer 6.2 e VMware VSphere 5.1 - Comparison of Citrix Xe...
Comparação entre XenServer 6.2 e VMware VSphere 5.1 - Comparison of Citrix Xe...
 
Partner Presentation vSphere6-VSAN-vCloud-vRealize
Partner Presentation vSphere6-VSAN-vCloud-vRealizePartner Presentation vSphere6-VSAN-vCloud-vRealize
Partner Presentation vSphere6-VSAN-vCloud-vRealize
 
Vm ware esx vs microsoft hyper
Vm ware esx vs microsoft hyperVm ware esx vs microsoft hyper
Vm ware esx vs microsoft hyper
 
Virtualisation.pptx
Virtualisation.pptxVirtualisation.pptx
Virtualisation.pptx
 
Virtualization performance: VMware vSphere 5 vs. Red Hat Enterprise Virtualiz...
Virtualization performance: VMware vSphere 5 vs. Red Hat Enterprise Virtualiz...Virtualization performance: VMware vSphere 5 vs. Red Hat Enterprise Virtualiz...
Virtualization performance: VMware vSphere 5 vs. Red Hat Enterprise Virtualiz...
 
Advantages of HyperV over vSphere 5.1
Advantages of HyperV over vSphere 5.1Advantages of HyperV over vSphere 5.1
Advantages of HyperV over vSphere 5.1
 
IBM XIV Gen3 Storage System
IBM XIV Gen3 Storage SystemIBM XIV Gen3 Storage System
IBM XIV Gen3 Storage System
 
Ws08 r2 hyper v overview r2
Ws08 r2 hyper v overview r2Ws08 r2 hyper v overview r2
Ws08 r2 hyper v overview r2
 
Virtualization & tipping point
Virtualization & tipping pointVirtualization & tipping point
Virtualization & tipping point
 
Vmware virtualization in data centers
Vmware virtualization in data centersVmware virtualization in data centers
Vmware virtualization in data centers
 
Cloud Technology: Virtualization
Cloud Technology: VirtualizationCloud Technology: Virtualization
Cloud Technology: Virtualization
 
VMware vSphere technical presentation
VMware vSphere technical presentationVMware vSphere technical presentation
VMware vSphere technical presentation
 

Más de SolarWinds

Más de SolarWinds (20)

SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
 
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
 
Government Webinar: Alerting and Reporting in the Age of Observability
Government Webinar: Alerting and Reporting in the Age of ObservabilityGovernment Webinar: Alerting and Reporting in the Age of Observability
Government Webinar: Alerting and Reporting in the Age of Observability
 
Government and Education Webinar: Full Stack Observability
Government and Education Webinar: Full Stack ObservabilityGovernment and Education Webinar: Full Stack Observability
Government and Education Webinar: Full Stack Observability
 
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
 
Becoming Secure By Design: Questions You Should Ask Your Software Vendors
Becoming Secure By Design: Questions You Should Ask Your Software VendorsBecoming Secure By Design: Questions You Should Ask Your Software Vendors
Becoming Secure By Design: Questions You Should Ask Your Software Vendors
 
Government and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
Government and Education Webinar: Real-Time Mission, CIO, and Command DashboardsGovernment and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
Government and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
 
Government and Education Webinar: Simplify Your Database Performance Manageme...
Government and Education Webinar: Simplify Your Database Performance Manageme...Government and Education Webinar: Simplify Your Database Performance Manageme...
Government and Education Webinar: Simplify Your Database Performance Manageme...
 
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
 
Government and Education Webinar: Leverage Automation to Improve IT Operations
Government and Education Webinar: Leverage Automation to Improve IT OperationsGovernment and Education Webinar: Leverage Automation to Improve IT Operations
Government and Education Webinar: Leverage Automation to Improve IT Operations
 
Government and Education Webinar: Improving Application Performance
Government and Education Webinar: Improving Application PerformanceGovernment and Education Webinar: Improving Application Performance
Government and Education Webinar: Improving Application Performance
 
Government and Education: IT Tools to Support Your Hybrid Workforce
Government and Education: IT Tools to Support Your Hybrid WorkforceGovernment and Education: IT Tools to Support Your Hybrid Workforce
Government and Education: IT Tools to Support Your Hybrid Workforce
 
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
 
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
 
Government and Education Webinar: Zero-Trust Panel Discussion
Government and Education Webinar: Zero-Trust Panel Discussion Government and Education Webinar: Zero-Trust Panel Discussion
Government and Education Webinar: Zero-Trust Panel Discussion
 
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
 
Government and Education Webinar: SQL Server—Advanced Performance Tuning
Government and Education Webinar: SQL Server—Advanced Performance Tuning Government and Education Webinar: SQL Server—Advanced Performance Tuning
Government and Education Webinar: SQL Server—Advanced Performance Tuning
 
Government and Education Webinar: Recovering IP Addresses on Your Network
Government and Education Webinar: Recovering IP Addresses on Your NetworkGovernment and Education Webinar: Recovering IP Addresses on Your Network
Government and Education Webinar: Recovering IP Addresses on Your Network
 
Government and Education Webinar: Optimize Performance With Advanced Host Mon...
Government and Education Webinar: Optimize Performance With Advanced Host Mon...Government and Education Webinar: Optimize Performance With Advanced Host Mon...
Government and Education Webinar: Optimize Performance With Advanced Host Mon...
 
Government and Education Webinar: Conquering Remote Work IT Challenges
Government and Education Webinar: Conquering Remote Work IT Challenges Government and Education Webinar: Conquering Remote Work IT Challenges
Government and Education Webinar: Conquering Remote Work IT Challenges
 

Último

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 

Último (20)

Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 

Hyper-V vs. vSphere: Understanding the Differences

  • 1. Side by Side: vSphere™ and Hyper-V™ March 21, 2012
  • 2. About the Speakers Scott Lowe •18 years experience in the IT industry •Prolific author of thousands of articles and 3 books •Top virtualization blogger •Founder and Managing Consultant, The 1610 Group Follow me on Twitter @otherscottlowe Jonathan Reeve • SolarWinds, Senior Director of Product Management • Previously ran product management at Hyper9™ • Multiple successful start-ups in the IT space Side by Side: vSphere™ and Hyper-V™ - Slide 2 -
  • 3. Agenda  Why Should You Learn About Hyper-V™?  Hypervisor Types and Footprints  Kernel Variances  A Similarity: CPU Scheduling Controls  vSphere Memory Handling  Hyper-V™ Dynamic Memory  Product Storage Options  vSphere™ Storage Capabilities  Networking  Workload migrations Side by Side: vSphere™ and Hyper-V™ - Slide 3 -
  • 4. Why Should You Learn About Hyper-V?  You may not always be working with Vmware®  With Windows® 8, Microsoft® will release a new version of Hyper-V with new features  For many organizations, Hyper-V has proven to be “good enough” for their needs  For those with existing Microsoft infrastructures, Hyper-V may be the best fit Side by Side: vSphere™ and Hyper-V™ - Slide 4 -
  • 5. Hypervisor Types and Footprints  Common misunderstanding  Both vSphere and Hyper-V are Type 1 hypervisors  vSphere has a much smaller footprint than Hyper-V  vSphere: 144 MB  Hyper-V: Minimum of 10 GB  Hyper-V requires a full (or core) Windows Server installation  Hyper-V also requires the use of a “root partition” for operations  General purpose Windows = greater hardware compatibility Side by Side: vSphere™ and Hyper-V™ - Slide 5 -
  • 6. Kernel Variances  vSphere  Monolithic kernel  vSphere’s architecture revolves around a more monolithic core which includes many shared drivers as well as the virtualization stack  Hyper-V  Microkernelized  Lends flexibility and security to the hypervisor model by isolating the virtual machines from one another with little shared code, such as drivers  More synthetic drivers are used, which can boost overall service performance Side by Side: vSphere™ and Hyper-V™ - Slide 6 -
  • 7. High Level Overview  Operating system support  vSphere enjoys far broader operating system support  Licensing limitations  vSphere imposes stricter hardware-based licensing limits  Hyper-V provided significant Windows licensing benefits  Scalability  vSphere scales fay beyond Hyper-V  vSphere vCPU per VM: 32  Hyper-V vCPU per VM: 4 Side by Side: vSphere™ and Hyper-V™ - Slide 7 -
  • 8. A Similarity: CPU Scheduling Controls  vSphere  Shares. If a VM has a share value that is half of another, it’s entitled to only half the CPU resources.  Reservation. A guarantee that a virtual machine will receive at least some level of resourcing.  Limit. Limits the ability of the virtual machine to consume unlimited resources.  vSphere has a powerful CPU scheduling mechanism in place that ensures that virtual machines receive attention from the system. VMware has produced a white paper that goes into great technical depth for how this scheduling is achieved. Side by Side: vSphere™ and Hyper-V™ - Slide 8 -
  • 9. A Similarity: CPU Scheduling Controls  Hyper-V  Virtual machine reserve (percentage). Allows the reservation of a portion of the server’s total processing resources for this virtual machine.  Virtual machine limit (percentage). Limit how much of a host’s processing resources can be consumed by a single virtual machine.  Relative weight. allows the weighting of this virtual machine against others. Side by Side: vSphere™ and Hyper-V™ - Slide 9 -
  • 10. Automated Resource Scheduling  vSphere  Distributed Resource Scheduler  Aggregates cluster resources into a single resource pool  Provides both initial placement services and continuous optimization  Enables affinity rules to ensure that workload placement meets business and availability rules  Supports clusters of up to 32 hosts and 1,280 virtual machines  Hyper-V » Resource placement • Current VMM provides initial placement services only » One-off service only • VMM 2012 will provide Dynamic Optimization » Will provide cluster-level workload balancing for VMs Side by Side: vSphere™ and Hyper-V™ - Slide 10 -
  • 11. vSphere Memory Handling  VMware Oversubscription/Overcommit. Allows administrators to assign more aggregate RAM to virtual machines than is actually physically available in the server.  Transparent Page Sharing. This is basically a deduplication method applied to RAM rather than storage.  Guest Ballooning. A method by which virtual machines can borrow memory from one another.  Memory compression. A technique that is used to prevent the hypervisor from needing to swap memory pages to disk when RAM becomes limited. Side by Side: vSphere™ and Hyper-V™ - Slide 11 -
  • 12. Hyper-V Dynamic Memory  Dynamic Memory relies primarily on a process similar to vSphere’s Guest Ballooning feature.  To prevent a virtual machine from having RAM reduced to dangerous levels, Hyper-V provides a (default) buffer of 20% of unused memory. Side by Side: vSphere™ and Hyper-V™ - Slide 12 -
  • 13. Product Storage Options Technology Description vSphere Hyper-V DAS Directly attached storage   NAS Network attached storage  -- FC Fibre Channel   iSCSI Internet SCSI   FCoE Fibre Channel over Ethernet  -- Side by Side: vSphere™ and Hyper-V™ - Slide 13 -
  • 14. Supported Storage Features Technology Description vSphere Hyper-V Allows administrators to allocate the space Thin they believe they may ultimately need for a Provisioning service without actually having to dedicate   the space right now Link base virtual hard drive images to one Linked Images another so that there is less repetition of -- -- data Side by Side: vSphere™ and Hyper-V™ - Slide 14 -
  • 15. VMFS vs. VHD  Both VMware and Microsoft provide clustering mechanisms  VHD relies on MS CSV  Much more complicated than vSphere’s clustering  Both MS and VMware provide direct access to storage  vSphere: Raw Device Mapping (RDM)  Hyper-V: Pass-through disks Side by Side: vSphere™ and Hyper-V™ - Slide 15 -
  • 16. vSphere Storage Capabilities  Centralized management of datastores. A single location in which all data stores can be managed in order to provide more visibility into the environment.  Storage Management Initiative Specification (SMI-S) support. Standardized monitoring of storage.  Caching. Improves performance.  Storage DRS. A way to automatically place VMs to load balance Storage IO demands. Side by Side: vSphere™ and Hyper-V™ - Slide 16 -
  • 17. Power Management  VMware Distributed Power Management (DPM). Combine workloads onto fewer physical machines, which also reduces the amount of electricity consumed in aggregate.  DPM automates the process of energy conservation, leaving the administrator free to focus elsewhere  Hyper-V does not have automated power management capabilities © iStockphoto.com Side by Side: vSphere™ and Hyper-V™ - Slide 17 -
  • 18. vSphere Network Features  vSphere  TCP Segmentation Offload. The TCP/IP stack can submit frames of up to 64 KB to the NIC -- the NIC then repackages these frames into sizes that fit inside the network’s maximum transmission unit (MTU) size.  NetQueue. Enables the system to process multiple network receive requests simultaneously across multiple CPUs.  iSCSI. iSCSI traffic results in a “double hit” from a CPU overhead perspective.  Distributed Virtual Switch. A virtual device that spans multiple vSphere hosts. Side by Side: vSphere™ and Hyper-V™ - Slide 18 -
  • 19. Hyper-V Network Features  Chimney (TCP offload). Offloads to the NIC significant portions of the CPU workload normally associated with TCP/IP functionality  Large Send Offload (LSO). Provides Hyper-V hosts with the ability to submit larger frames – in this case up to 256KB in size – to the network adapter for further processing  Virtual Machine Queue (VMQ). Creates multiple virtual network queues for each virtual machine. Network packets destined for these virtual machines are then sent directly to the VM, reducing some overhead Side by Side: vSphere™ and Hyper-V™ - Slide 19 -
  • 20. Workload Migration  vSphere  vMotion is one of VMware’s claims to fame and for good reason  Zero downtime migrations  Multiple network adapter use  Metro vMotion  Hyper-V  Live Migration in shipping version is “vMotion™ Lite”  Requires Microsoft Failover Clustering  More complex environment Side by Side: vSphere™ and Hyper-V™ - Slide 20 -
  • 21. Storage Migration  vSphere  Storage vMotion is another of VMware’s claims to fame  Zero downtime migrations  Thick to thin  Raw Device Mapping disk (RDM) to VMDK  Across protocols Hyper-V  Quick Storage Migration in shipping version is not as robust  Not fully transparent to end user  Requires short period of downtime Side by Side: vSphere™ and Hyper-V™ - Slide 21 -
  • 22. Availability  vSphere  VMware High Availability  Monitors virtual machines to detect operating system and hardware failures and moves workloads to other hosts  VMware Fault Tolerance  Continuous protection for mission critical workloads by running a shadow copy of a protected VM  Hyper-V  Much more complex  Relies on MSCS Side by Side: vSphere™ and Hyper-V™ - Slide 22 -
  • 23. High Level Features VMware HyperV Feature Standard Enterprise Ent. Plus Standard Ent. DC Max host processors 160 160 160 4 8 64 Max virtual SMP (guest) 8 8 32 4 4 4 Max host RAM (GB) 2048 2048 2048 32 2048 2048 Max RAM per VM 255 255 255 64 64 64 Failover nodes 32 32 32 16 16 Memory overcommit/dynamic mem.       Transparent page sharing    Live workload migration     Live storage migration   Max guests per host 512 512 512 384 384 384 Distributed Resource Scheduler   Distributed switch  Virtual instance rights (Windows) 0 0 0 1 4 No limit Hypervisor licensing model per proc per proc per proc per host per host per proc Side by Side: vSphere™ and Hyper-V™ - Slide 23 -
  • 24. A cost comparison scenario  Impossible to do 1:1 comparison for every scenario  Pricing Assumptions Side by Side: vSphere™ and Hyper-V™ - Slide 24 -
  • 25. A cost comparison scenario  Environmental assumptions » This example will assume a need for 150 virtual machines » Consolidation ratio: 15 to 1 = 10 hosts Side by Side: vSphere™ and Hyper-V™ - Slide 25 -
  • 26. Registration Survey Response #1 *Based on 330 responses to the registration survey to this webinar Side by Side: vSphere™ and Hyper-V™ - Slide 26 -
  • 27. Registration Survey Response #2 *Based on 330 responses to the registration survey to this webinar Side by Side: vSphere™ and Hyper-V™ - Slide 27 -
  • 28. The Future of Hyper-V  Hyper-V 3.0 will bring a lot to the table  Fast provisioning of virtual machines.  V2V conversion of VMware-based virtual machines to Hyper-V.  Conversion of physical servers to virtual ones (P2V).  Template-based virtual machine creation.  Automatic placement of new virtual machines to aid in load balancing.  Centralized management of multiple Hyper-V hosts. Side by Side: vSphere™ and Hyper-V™ - Slide 28 -
  • 29. Summary  VMware remains significantly in front of Microsoft on a feature-by-feature basis  For mission critical needs, vSphere is still the obvious choice  Microsoft ‘s Hyper-V does, in fact, provide a good enough solution for many  Hyper-V 3.0 will bring a lot more to the table and give VMware a true challnges Side by Side: vSphere™ and Hyper-V™ - Slide 29 -
  • 30. The SolarWinds Story  Easy to find » www.solarwinds.com » Partner websites, and Internet Search  Easy to buy » Downloadable from the website for evaluation and purchase » Affordable price points  Easy to install » Products can be downloaded, installed, and configured in less than 1 hour » No Professional Services needed for deployment  Easy to use » Windows-based products » Intuitive user interfaces and graphical tools Side by Side: vSphere™ and Hyper-V™ - Slide 30 -