SlideShare a Scribd company logo
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Hyper-V® 2012 vs vSphere® 5.1
Understanding the Differences
June 2013
About the Speakers
» Scott Lowe
 20 years experience in the IT industry
 Prolific author of thousands of articles and 4 books
 Top virtualization blogger, two-time vExpert
 Founder and Managing Consultant, The 1610 Group
Follow me on Twitter @otherscottlowe
» Lawrence Garvin
 SolarWinds Head Geek for Systems Management
 Microsoft Certified IT Professional
 Microsoft MVP (eight consecutive times)
 25 years experience in the IT Industry
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
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
» Cost Comparison Scenario
3
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Why Should You Learn About Hyper-V?
» You may not always be working with VMware®
» With Windows® 2012, Microsoft® released a new version of
Hyper-V with new features, a trend continuing with the
release of Windows Server® 2012 R2
» For many organizations, Hyper-V 2008 R2 proved to be ok for
limited workloads while Hyper-V 2012 has largely closed the
gap
» For those with existing Microsoft infrastructures, Hyper-V may
be the best fit
» We’re in the multi-hypervisor age
4
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
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 5 GB (Server Core), 10 GB (Full GUI)
5
» Hyper-V requires the use of a
“root partition” for operations
» General purpose Windows =
greater hardware compatibility
 vSphere remains less forgiving on
hardware compatibility
© 2012 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Kernel Variances
» vSphere
 Monolithic kernel
 vSphere 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
6
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
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.
• http://www.vmware.com/files/pdf/techpaper/VMware-
vSphere-CPU-Sched-Perf.pdf
7
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
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.
8
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
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.
9
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
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 4,000 virtual machines
» Hyper-V
 Resource placement
• When used with VMM 2012 provides Dynamic Optimization
• Provides cluster-level workload balancing for VMs
• By default, every 10 minutes, evaluates state and rebalances as necessary
• Anti-affinity rules possible with VMM 2012 SP1+
10
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
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.
11
» Memory compression. A technique that
is used to prevent the hypervisor from
needing to swap memory pages to disk
when RAM becomes limited.
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Hyper-V Memory Handling
» Dynamic Memory relies
primarily on a process
similar to vSphere 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.
» Smart Paging uses disk as a
temporary cache in certain
VM reboot scenarios.
12
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Product Storage Options
13
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Supported Storage Features
14
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
VMFS vs. VHD
» Both VMware and Microsoft provide clustering mechanisms
» VHD/VHDX relies on MS CSV
 Much more complicated than vSphere clustering
» Both MS and VMware provide
direct access to storage
 vSphere: Raw Device
Mapping (RDM)
 Hyper-V: Pass-through disks
15
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
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.
16
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Hyper-V 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. Provided with VMM.
» Storage Management Initiative Specification (SMI-S)
support. Standardized monitoring of storage.
» No good answer yet to storage DRS.
17
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Power Management
» VMware Distributed Power
Management (DPM). Combine
workloads onto fewer physical
machines, which also reduces the
amount of electricity consumed
in aggregate.
» Hyper-V Power Optimization.
Power Optimization can shut
down hosts that are not
necessary to meet cluster
performance and resource
requirement.
» These techniques automate the
process of energy conservation,
leaving the administrator free to
focus elsewhere .
18
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
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 (Enterprise Plus only). vSphere also includes port
mirroring capability.
19
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Hyper-V Network Features
» 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
20
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Hyper-V Network Features
» SR-IOV. enables an administrator to directly assign a
supported physical NIC to a virtual machine. This option
carries with it some network throughout and host CPU
performance benefits since the hypervisor does not have to
abstract and manage the network communications for that
adapter.
» Hyper-V Extensible Switch
 Included in all editions of Hyper-V, including the free edition. This
software construct runs in the management partition and brings to
Hyper-V a host of capabilities. Most importantly, the software switch
greatly simplifies the deployment of Hyper-V into multi-tenant
environments by offering private VLANs, DHCP Guard, and improved
monitoring capabilities. Microsoft extensible switch also includes port
mirroring capabilities.
21
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Workload Migration
» vSphere
 vMotion is one of VMware
claims
to fame and for good reason
 Zero downtime migrations
 Multiple network adapter use
 Metro vMotion
 No shared storage requirement
» Hyper-V
 Hyper-V has caught up with Live
Migration
 Zero downtime migrations
 Shared nothing Live Migration
 Requires Microsoft Failover
Clustering
• More complex environment
22
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
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
» Hyper-V
 Live Storage Migration
• No shared resources required
• Zero downtime
23
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
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
 Vastly simplified in Hyper-V 2012, but still behind VMware
 Relies on MSCS
24
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
High Level Comparison
25
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
A cost comparison scenario
» Impossible to do 1:1 comparison for every scenario
» Pricing Assumptions
26
http://www.vmware.com/products/datacen
ter-virtualization/vsphere/pricing.html
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
A cost comparison scenario
» Environmental assumptions
 This example will assume a need for 150 virtual machines
 Consolidation ratio: 15 to 1 = 10 hosts, 2 processors each
27
http://www.microsoft.com/en-us/server-cloud/windows-
server/buy.aspx
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Registration Survey Response #1
28
What are your plans for Hyper-V deployment?
Results based on registration responses as of 6/14/13
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Registration Survey Response #2
29
Will you run a mixed hypervisor environment?
Results based on registration responses as of 6/14/13
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
The Future of Hyper-V
» Hyper-V 2012 R2 will bring even more to the table
 Hyper-V Recovery Manager (Azure-based)
 Generation 2 virtual machines
• UEFI boot only
• Server 2012+, Windows 8+ only
 Additional monitoring metrics
 Storage Quality of Service
 FULL Linux® guest support
 USB passthrough
30
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Summary
» VMware still holds a lead in certain critical areas, but that lead
is often very narrow
» For mission critical needs, many continue to choose
vSphere, but its share is waning
31
http://wikibon.org/wiki/v/VMware%27s_hypervisor_hold_may_be_waning
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
The SolarWinds Story
» Why Do I Need Virtualization Management?
 As the hypervisor takes on more management and automation tasks:
• It is harder to manually connect VM, host, datastore, and HW resources
• Change happens very quickly requiring automated alerting & monitoring
• Hard to track contention in shared resources
» SolarWinds® Virtualization Manager is:
 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 generally in less than an hour
• No Professional Services needed for deployment
 Easy to use
• Windows-based products
• Intuitive user interfaces and graphical tools
32
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Questions & Answers
33
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Thank You
The SOLARWINDS and SOLARWINDS & Design marks are the exclusive property of
SolarWinds Worldwide, LLC, are registered with the U.S. Patent and Trademark
Office, and may be registered or pending registration in other countries. All other
SolarWinds trademarks, service marks, and logos may be common law marks, registered
or pending registration in the United States or in other countries. All other trademarks
mentioned herein are used for identification purposes only and may be or are
trademarks or registered trademarks of their respective companies.

More Related Content

PPT
VMWARE VS MS-HYPER-V
PPT
Hyper-V vs. vSphere: Understanding the Differences
ODP
Advantages of HyperV over vSphere 5.1
PDF
VMware vSphere Vs. Microsoft Hyper-V: A Technical Analysis
PDF
Total cost comparison: VMware vSphere vs. Microsoft Hyper-V
PPTX
Introduction to Hyper-V
PPT
XenServer, Hyper-V, and ESXi - Architecture, API, and Coding
PPTX
Vm Vs Hyperv
VMWARE VS MS-HYPER-V
Hyper-V vs. vSphere: Understanding the Differences
Advantages of HyperV over vSphere 5.1
VMware vSphere Vs. Microsoft Hyper-V: A Technical Analysis
Total cost comparison: VMware vSphere vs. Microsoft Hyper-V
Introduction to Hyper-V
XenServer, Hyper-V, and ESXi - Architecture, API, and Coding
Vm Vs Hyperv

What's hot (20)

PPT
Implementing a Hyper-V Virtualization Infrastructure
PPTX
Xen server 6.1 customer presentation
PDF
VMware vSphere Version Comparison 4.0 to 6.5
PPTX
Hyper V in Windows Server 2012
PDF
How to Optimize Microsoft Hyper-V Failover Cluster and Double Performance
PPTX
2015 02-10 xen server master class
PDF
Hyper-V Best Practices & Tips and Tricks
PPTX
Open source hypervisors in cloud
PPTX
Server Virtualization using Hyper-V
PPTX
VMware vSphere 6.0 - Troubleshooting Training - Day 1
PDF
VMware vSphere 5 seminar
PPTX
Xen server 6.1 technical sales presentation
PDF
Hypervisor comparison 201212
ODP
VMware vSphere 5.1 Overview
PPTX
VMware Advance Troubleshooting Workshop - Day 5
PPTX
virtualization (Hyper-V)
PPTX
V mware v sphere 5 fundamentals services kit
DOCX
Virtualization Questions
PPTX
Xen server 6.1 technical sales presentation
PPTX
Whats new v sphere 6
Implementing a Hyper-V Virtualization Infrastructure
Xen server 6.1 customer presentation
VMware vSphere Version Comparison 4.0 to 6.5
Hyper V in Windows Server 2012
How to Optimize Microsoft Hyper-V Failover Cluster and Double Performance
2015 02-10 xen server master class
Hyper-V Best Practices & Tips and Tricks
Open source hypervisors in cloud
Server Virtualization using Hyper-V
VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 5 seminar
Xen server 6.1 technical sales presentation
Hypervisor comparison 201212
VMware vSphere 5.1 Overview
VMware Advance Troubleshooting Workshop - Day 5
virtualization (Hyper-V)
V mware v sphere 5 fundamentals services kit
Virtualization Questions
Xen server 6.1 technical sales presentation
Whats new v sphere 6
Ad

Viewers also liked (19)

DOCX
Gaji pp 22 tnh 2013
PDF
IMAFS Manage your inventory levels with state of the art optimization tools
PDF
Palau ICH-ESD Project
PPTX
Suprimais
PPS
PDF
Gordie Lockbaum transcript
PDF
Learnboost
PDF
Natal-GP04-Lisarb-Estratego
PDF
PMO em Lisarb
PDF
Apresentação de Negócios Milennium Prime
PPTX
My vacations
PPTX
Disaster recovery
PPTX
What's New in windows server 2012 R2 Hyper V?
DOCX
Accommodation Substations
PDF
Google Sprint Workshop
DOCX
Asap methodology for implementation
PPTX
Bersyukur dengan memelihara Alam
PPTX
Hidup Bersyukur
PPTX
Filipino values
Gaji pp 22 tnh 2013
IMAFS Manage your inventory levels with state of the art optimization tools
Palau ICH-ESD Project
Suprimais
Gordie Lockbaum transcript
Learnboost
Natal-GP04-Lisarb-Estratego
PMO em Lisarb
Apresentação de Negócios Milennium Prime
My vacations
Disaster recovery
What's New in windows server 2012 R2 Hyper V?
Accommodation Substations
Google Sprint Workshop
Asap methodology for implementation
Bersyukur dengan memelihara Alam
Hidup Bersyukur
Filipino values
Ad

Similar to Hyper v® 2012 vs v sphere™ 5.1 understanding the differences (20)

PPTX
Pengertian Virtualisasi.pptx
PPT
Cloud Computing using virtulization
PPTX
Virtualization Technique.pptx in operating systems
PPTX
Virtualisation.pptx
PDF
Presentation v mworld 2011
PDF
VMworld 2013: Maximize Database Performance in Your Software-Defined Data Center
PPTX
Varrow VMworld Update and vCHS Lunch and Learn Presentation
PPTX
South jersey sql virtualization
PPTX
Chap 2 virtulizatin
PPTX
Emc vspex customer_presentation_private_cloud_v_mware_mid_2.0
PDF
Build your private cloud with paa s using linuxz cover story enterprise tech ...
PPTX
VMWARE Professionals - Availability and Resiliency
PPTX
Track 1 Virtualizing Critical Applications with VMWARE VISPHERE by Roshan Shetty
PPTX
VMworld - sto7650 -Software defined storage @VMmware primer
PDF
Cisco HyperFlex 3.0
PDF
TechWiseTV Workshop: HyperFlex 3.0
PPTX
V sphere 5 roadshow final
PPTX
Datacenter virtualiazation
PPTX
Hyper-V’s Virtualization Enhancements - EPC Group
Pengertian Virtualisasi.pptx
Cloud Computing using virtulization
Virtualization Technique.pptx in operating systems
Virtualisation.pptx
Presentation v mworld 2011
VMworld 2013: Maximize Database Performance in Your Software-Defined Data Center
Varrow VMworld Update and vCHS Lunch and Learn Presentation
South jersey sql virtualization
Chap 2 virtulizatin
Emc vspex customer_presentation_private_cloud_v_mware_mid_2.0
Build your private cloud with paa s using linuxz cover story enterprise tech ...
VMWARE Professionals - Availability and Resiliency
Track 1 Virtualizing Critical Applications with VMWARE VISPHERE by Roshan Shetty
VMworld - sto7650 -Software defined storage @VMmware primer
Cisco HyperFlex 3.0
TechWiseTV Workshop: HyperFlex 3.0
V sphere 5 roadshow final
Datacenter virtualiazation
Hyper-V’s Virtualization Enhancements - EPC Group

More from SolarWinds (20)

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

Recently uploaded (20)

PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Empathic Computing: Creating Shared Understanding
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Modernizing your data center with Dell and AMD
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Machine learning based COVID-19 study performance prediction
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
NewMind AI Monthly Chronicles - July 2025
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Unlocking AI with Model Context Protocol (MCP)
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Empathic Computing: Creating Shared Understanding
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Modernizing your data center with Dell and AMD
NewMind AI Weekly Chronicles - August'25 Week I
Dropbox Q2 2025 Financial Results & Investor Presentation
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Machine learning based COVID-19 study performance prediction
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Network Security Unit 5.pdf for BCA BBA.
Advanced methodologies resolving dimensionality complications for autism neur...
Digital-Transformation-Roadmap-for-Companies.pptx
Spectral efficient network and resource selection model in 5G networks
NewMind AI Monthly Chronicles - July 2025
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Per capita expenditure prediction using model stacking based on satellite ima...
Encapsulation_ Review paper, used for researhc scholars
Unlocking AI with Model Context Protocol (MCP)

Hyper v® 2012 vs v sphere™ 5.1 understanding the differences

  • 1. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Hyper-V® 2012 vs vSphere® 5.1 Understanding the Differences June 2013
  • 2. About the Speakers » Scott Lowe  20 years experience in the IT industry  Prolific author of thousands of articles and 4 books  Top virtualization blogger, two-time vExpert  Founder and Managing Consultant, The 1610 Group Follow me on Twitter @otherscottlowe » Lawrence Garvin  SolarWinds Head Geek for Systems Management  Microsoft Certified IT Professional  Microsoft MVP (eight consecutive times)  25 years experience in the IT Industry © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 3. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 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 » Cost Comparison Scenario 3
  • 4. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Why Should You Learn About Hyper-V? » You may not always be working with VMware® » With Windows® 2012, Microsoft® released a new version of Hyper-V with new features, a trend continuing with the release of Windows Server® 2012 R2 » For many organizations, Hyper-V 2008 R2 proved to be ok for limited workloads while Hyper-V 2012 has largely closed the gap » For those with existing Microsoft infrastructures, Hyper-V may be the best fit » We’re in the multi-hypervisor age 4
  • 5. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 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 5 GB (Server Core), 10 GB (Full GUI) 5 » Hyper-V requires the use of a “root partition” for operations » General purpose Windows = greater hardware compatibility  vSphere remains less forgiving on hardware compatibility
  • 6. © 2012 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Kernel Variances » vSphere  Monolithic kernel  vSphere 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 6
  • 7. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 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. • http://www.vmware.com/files/pdf/techpaper/VMware- vSphere-CPU-Sched-Perf.pdf 7
  • 8. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 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. 8
  • 9. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 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. 9
  • 10. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 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 4,000 virtual machines » Hyper-V  Resource placement • When used with VMM 2012 provides Dynamic Optimization • Provides cluster-level workload balancing for VMs • By default, every 10 minutes, evaluates state and rebalances as necessary • Anti-affinity rules possible with VMM 2012 SP1+ 10
  • 11. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 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. 11 » Memory compression. A technique that is used to prevent the hypervisor from needing to swap memory pages to disk when RAM becomes limited.
  • 12. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Hyper-V Memory Handling » Dynamic Memory relies primarily on a process similar to vSphere 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. » Smart Paging uses disk as a temporary cache in certain VM reboot scenarios. 12
  • 13. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Product Storage Options 13
  • 14. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Supported Storage Features 14
  • 15. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. VMFS vs. VHD » Both VMware and Microsoft provide clustering mechanisms » VHD/VHDX relies on MS CSV  Much more complicated than vSphere clustering » Both MS and VMware provide direct access to storage  vSphere: Raw Device Mapping (RDM)  Hyper-V: Pass-through disks 15
  • 16. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 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. 16
  • 17. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Hyper-V 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. Provided with VMM. » Storage Management Initiative Specification (SMI-S) support. Standardized monitoring of storage. » No good answer yet to storage DRS. 17
  • 18. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Power Management » VMware Distributed Power Management (DPM). Combine workloads onto fewer physical machines, which also reduces the amount of electricity consumed in aggregate. » Hyper-V Power Optimization. Power Optimization can shut down hosts that are not necessary to meet cluster performance and resource requirement. » These techniques automate the process of energy conservation, leaving the administrator free to focus elsewhere . 18
  • 19. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 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 (Enterprise Plus only). vSphere also includes port mirroring capability. 19
  • 20. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Hyper-V Network Features » 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 20
  • 21. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Hyper-V Network Features » SR-IOV. enables an administrator to directly assign a supported physical NIC to a virtual machine. This option carries with it some network throughout and host CPU performance benefits since the hypervisor does not have to abstract and manage the network communications for that adapter. » Hyper-V Extensible Switch  Included in all editions of Hyper-V, including the free edition. This software construct runs in the management partition and brings to Hyper-V a host of capabilities. Most importantly, the software switch greatly simplifies the deployment of Hyper-V into multi-tenant environments by offering private VLANs, DHCP Guard, and improved monitoring capabilities. Microsoft extensible switch also includes port mirroring capabilities. 21
  • 22. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Workload Migration » vSphere  vMotion is one of VMware claims to fame and for good reason  Zero downtime migrations  Multiple network adapter use  Metro vMotion  No shared storage requirement » Hyper-V  Hyper-V has caught up with Live Migration  Zero downtime migrations  Shared nothing Live Migration  Requires Microsoft Failover Clustering • More complex environment 22
  • 23. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 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 » Hyper-V  Live Storage Migration • No shared resources required • Zero downtime 23
  • 24. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 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  Vastly simplified in Hyper-V 2012, but still behind VMware  Relies on MSCS 24
  • 25. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. High Level Comparison 25
  • 26. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. A cost comparison scenario » Impossible to do 1:1 comparison for every scenario » Pricing Assumptions 26 http://www.vmware.com/products/datacen ter-virtualization/vsphere/pricing.html
  • 27. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. A cost comparison scenario » Environmental assumptions  This example will assume a need for 150 virtual machines  Consolidation ratio: 15 to 1 = 10 hosts, 2 processors each 27 http://www.microsoft.com/en-us/server-cloud/windows- server/buy.aspx
  • 28. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Registration Survey Response #1 28 What are your plans for Hyper-V deployment? Results based on registration responses as of 6/14/13
  • 29. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Registration Survey Response #2 29 Will you run a mixed hypervisor environment? Results based on registration responses as of 6/14/13
  • 30. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. The Future of Hyper-V » Hyper-V 2012 R2 will bring even more to the table  Hyper-V Recovery Manager (Azure-based)  Generation 2 virtual machines • UEFI boot only • Server 2012+, Windows 8+ only  Additional monitoring metrics  Storage Quality of Service  FULL Linux® guest support  USB passthrough 30
  • 31. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Summary » VMware still holds a lead in certain critical areas, but that lead is often very narrow » For mission critical needs, many continue to choose vSphere, but its share is waning 31 http://wikibon.org/wiki/v/VMware%27s_hypervisor_hold_may_be_waning
  • 32. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. The SolarWinds Story » Why Do I Need Virtualization Management?  As the hypervisor takes on more management and automation tasks: • It is harder to manually connect VM, host, datastore, and HW resources • Change happens very quickly requiring automated alerting & monitoring • Hard to track contention in shared resources » SolarWinds® Virtualization Manager is:  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 generally in less than an hour • No Professional Services needed for deployment  Easy to use • Windows-based products • Intuitive user interfaces and graphical tools 32
  • 33. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Questions & Answers 33
  • 34. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Thank You The SOLARWINDS and SOLARWINDS & Design marks are the exclusive property of SolarWinds Worldwide, LLC, are registered with the U.S. Patent and Trademark Office, and may be registered or pending registration in other countries. All other SolarWinds trademarks, service marks, and logos may be common law marks, registered or pending registration in the United States or in other countries. All other trademarks mentioned herein are used for identification purposes only and may be or are trademarks or registered trademarks of their respective companies.