SlideShare a Scribd company logo
CLOUD TECHNOLOGY - VIRTUALIZATION
Spencer Lin
What is a Virtual Machine?
 A virtual machine (VM) is a software computer that, like a
physical computer, runs an operating system and
applications. Every virtual machine has virtual devices that
provide the same functionality as physical hardware and
have additional benefits in terms of portability,
manageability, and security.
What is Virtualization?
 Virtualization means creation of a virtual version
of a device or resource, such as a server, storage
device, network, and software (including
operating system). This allows physical hardware
resources to be shared by multiple applications
(VMs).
 Hypervisor: virtual machine manager (VMM)
 A program that allows multiple operating systems to
share a single hardware host.
 Example: VMware ESXi, Microsoft Hyper-V, and KVM
Non Virtual Machine and VM Configurations
Advantages of Virtualization
 Reduce capital and operating costs
 Deliver high application availability
 Minimize or eliminate downtime.
 Increase IT productivity, efficiency, agility and responsiveness
 Speed and simplify application and resource provisioning
 Support business continuity and disaster recovery
 Enable centralized management
Types of Hypervisor
1. Type 1
 Bare-metal Hypervisor: runs directly on
the system hardware.
 Examples: VMware ESXi, Citrix XenServer.
2. Type 2
 Hosted Hypervisor: runs on a host
operating system.
 Examples: VMware Workstation, VMware
Fusion, Virtualbox, Microsoft Hyper-V.
Difference Between Type 1 and 2 Hypervisors
Server Virtualization – What is it?
 Server virtualization is a virtualization technique that
presents a physical server as if partitioned into a number
of small, virtual servers with the help of virtualization
software. In server virtualization, each physical server runs
multiple operating system instances at the same time.
Traditional Storage
Traditional storage:
 Directly attached to servers and cannot
be shared beyond the physical server.
 Difficult for administrators to assign
storage requirements for each
application.
 All applications running on physical server
are forced to use the same storage, with
same storage characteristics.
Solution to Traditional Storage - Storage Virtualization
Solution to traditional storage is storage
virtualization:
 Adds a new layer of software and/or
hardware between storage systems
and servers.
 A centralized storage enables servers
to share centralized resources, so that
applications no longer need to know
on which specific drives, partitions or
storage subsystems their data resides.
 Storage virtualization is commonly
used in storage area networks (SANs).
Storage Area Network (SAN)
 Storage Area Networks are the most comprehensive centralized
storage solution. It allows for true storage sharing since data is
stored at the block level. This means applications, including the OS
can directly access the storage device as if it was locally attached.
 Each block can be controlled as an individual hard drive. These Blocks are
controlled by server based operating systems and each block can be
individually formatted with the required file system.
Network Virtualization – Standard vSwitch
 VMware Network Virtualization provides
“virtual networks” to virtual machines
similar to how server virtualization
(hypervisor) provides “virtual machines” to
the operating system.
 A network standard switch, virtual switch,
or vSwitch, is responsible for connecting
virtual machines to a virtual network. A
vSwitch works similar to a physical switch,
with some limitations, and controls how
virtual machines communicate with one
another.
vSphere Standard vSwitch
Network Virtualization – Distributed vSwitch
 Distributed vSwitch, which are
also known as VMware vDS,
enable more features than
standard vSwitches, sometimes
called VMware vSS.
 A standard vSwitch works within
one ESXi host only.
 Distributed vSwitches allow
different hosts to use the switch
as long as they exist within the
same host cluster
vSphere Distributed vSwitch
Summary
 A virtual machine (VM) is a software computer that, like a physical computer, runs an
operating system and applications.
 Virtualization means creation of a virtual version of a device or resource, such as a
server, storage device, network, and software (including operating system).
 Two types of Hypervisor: Bare-metal Hypervisor and Hosted Hypervisor.
 Server virtualization is a virtualization technique that presents a physical server as if
partitioned into a number of small, virtual servers with the help of virtualization
software.
 Solution to traditional storage is storage virtualization which adds a new layer of
software and/or hardware between storage systems and servers.
 Network Virtualization provides “virtual networks” to virtual machines similar to how
server virtualization (hypervisor) provides “virtual machines” to the operating system.
Virtualization and the Cloud
 The encapsulation offered in virtualization and the mobility
found in this technology enables a live virtual machine to be
moved with no downtime for the application – the
dependency on the Cloud infrastructure is minimal.
 Virtualization powers cloud computing and increases IT
scalability, agility, flexibility and performance while creating a
major cost savings. With server, storage, and network
virtualization, cloud computing enables companies to react
faster to the needs of business, while driving greater
operational efficiencies.
References
"Virtualization." VMware. N.p., n.d. Web. 14 Oct. 2015. <http://www.vmware.com/virtualization.html>.
"CLOUD COMPUTING AND VIRTUALIZATION." JAN KREMER CONSULTING SERVICES. N.p., n.d. Web. 14 Oct. 2015.
<http://jkremer.com/White%20Papers/Cloud%20Computing%20and%20Virtualization%20White%20Paper%20JKCS.pdf>
.
Freeman, Bill. "Best Hardware for Server Virtualisation." TouchPoint. N.p., 17 Feb. 2015. Web. 20 Nov. 2015.
<http://touchpoint.com.au/blog/best-hardware-for-server-virtualisation/>.
Siebert, Eric. "Selecting CPU, processors and memory for virtualized environments." TechTarget. N.p., n.d. Web. 20 Nov.
2015. <http://searchservervirtualization.techtarget.com/tip/Selecting-CPU-processors-and-memory-for-virtualized-
environments>.
"Centralized Storage." Netcal. N.p., n.d. Web. 20 Nov. 2015. <http://www.netcal.com/centralized-storage/>.
Jorgenson, Petra. "Virtual Networking 101: Understanding VMware Networking." Pluralsight. N.p., 30 May 2012. Web. 20
Nov. 2015. <http://blog.pluralsight.com/virtual-networking-101-understanding-vmware-networking>.
Davis, David. "VMware's standard and distributed virtual switches: What resellers need to know." TechTarget. N.p., Feb.
2010. Web. 20 Nov. 2015. <http://searchitchannel.techtarget.com/tip/VMwares-standard-and-distributed-virtual-
switches-What-resellers-need-to-know>.
"How do switches, vSwitches and distributed vSwitches differ?" TechTarget. N.p., 11 June 2013. Web. 20 Nov. 2015.
<http://searchvmware.techtarget.com/photostory/2240185944/Getting-VMware-terminology-straight/9/How-do-
switches-vSwitches-and-distributed-vSwitches-differ>.
Technical Details
Server Virtualization – Software Requirements
Software Vendors: VMware vSphere, Microsoft Hyper-V, Citrix XenServer
 More similarities between all of the software vendors than differences
 All those software platforms have the ability to manage processor, memory, network, and disk
resources.
 All support both Microsoft Windows and Linux operating environments, and some support Solaris
Unix as well
 The only possible difference between software vendors are performance, reliability, and advanced
management.
 VMware is obviously the leader in virtualization platform
Server Virtualization – Hardware Requirements
 Choosing the best hardware for virtualization begins with a server’s memory and CPU. The
lack of memory or CPU can directly affect performance.
Memory:
 Memory is often the most limiting factor in the number of virtual machines a server can host.
Ensuring an adequate amount of fast RAM plays a huge role in the server’s virtualization
capabilities.
CPU:
 Selecting a CPU with multiple cores can significantly increase performance and throughput.
There are two major CPU brands in the market, Intel and AMD. Both Intel and AMD have
integrated virtualization extensions, Intel Virtualization Technology (Intel-VT) and AMD
Virtualization (AMD-V).
 Choosing a right CPU brand depends on your current environment. If your current servers
already use a particular brand, it is a good idea to just stick with it because one VM running
on Intel can not be moved to AMD, and vice verse.
Network Virtualization - Standard vSwitch features
The standard vSwitch offers following features:
 Layer 2 forwarding
 802.1Q VLAN tagging
 Multicast support
 EtherChannel
 Load balancing
 Tx rate limiting
 Port security
 CDP
 ……..
Network Virtualization – Distributed vSwitch features
Unlike standard vSwitches, which can be managed from the local host, DvSwitches must be
created and controlled through vCenter Server.
 VMware vCenter Server provides centralized management of vSphere virtual infrastructure.
 IT administrators can ensure security and availability, simplify day-to-day tasks, and reduce
the complexity of managing virtual infrastructure).
Distributed vSwitch offers all features standard vSwitch have + following features:
 Centralized configuration for all network switch ports, across the entire virtual infrastructure.
 Private VLANs.
 Support for third-party switches (with the only option today being the Cisco Nexus 1000-V).

More Related Content

What's hot

Bigtable and Dynamo
Bigtable and DynamoBigtable and Dynamo
Bigtable and Dynamo
Iraklis Psaroudakis
 
Dynamo and BigTable - Review and Comparison
Dynamo and BigTable - Review and ComparisonDynamo and BigTable - Review and Comparison
Dynamo and BigTable - Review and Comparison
Grisha Weintraub
 
Big table
Big tableBig table
Big table
Manuel Correa
 
Big table
Big tableBig table
Big table
PSIT
 
Bigtable
BigtableBigtable
Bigtablenextlib
 
Summary of "Google's Big Table" at nosql summer reading in Tokyo
Summary of "Google's Big Table" at nosql summer reading in TokyoSummary of "Google's Big Table" at nosql summer reading in Tokyo
Summary of "Google's Big Table" at nosql summer reading in Tokyo
CLOUDIAN KK
 
Big table presentation-final
Big table presentation-finalBig table presentation-final
Big table presentation-final
Yunming Zhang
 
Google Bigtable paper presentation
Google Bigtable paper presentationGoogle Bigtable paper presentation
Google Bigtable paper presentation
vanjakom
 
Google Bigtable Paper Presentation
Google Bigtable Paper PresentationGoogle Bigtable Paper Presentation
Google Bigtable Paper Presentation
vanjakom
 
Bigtable
BigtableBigtable
Bigtable
Amir Payberah
 
NOSQL- Presentation on NoSQL
NOSQL- Presentation on NoSQLNOSQL- Presentation on NoSQL
NOSQL- Presentation on NoSQL
Ramakant Soni
 
Quantitative Performance Evaluation of Cloud-Based MySQL (Relational) Vs. Mon...
Quantitative Performance Evaluation of Cloud-Based MySQL (Relational) Vs. Mon...Quantitative Performance Evaluation of Cloud-Based MySQL (Relational) Vs. Mon...
Quantitative Performance Evaluation of Cloud-Based MySQL (Relational) Vs. Mon...
Darshan Gorasiya
 
JovianDATA MDX Engine Comad oct 22 2011
JovianDATA MDX Engine Comad oct 22 2011JovianDATA MDX Engine Comad oct 22 2011
JovianDATA MDX Engine Comad oct 22 2011Satya Ramachandran
 
T9
T9T9
Gpu computing workshop
Gpu computing workshopGpu computing workshop
Gpu computing workshop
datastack
 
One Large Data Lake, Hold the Hype
One Large Data Lake, Hold the HypeOne Large Data Lake, Hold the Hype
One Large Data Lake, Hold the Hype
Jared Winick
 
سکوهای ابری و مدل های برنامه نویسی در ابر
سکوهای ابری و مدل های برنامه نویسی در ابرسکوهای ابری و مدل های برنامه نویسی در ابر
سکوهای ابری و مدل های برنامه نویسی در ابر
datastack
 

What's hot (20)

Bigtable and Dynamo
Bigtable and DynamoBigtable and Dynamo
Bigtable and Dynamo
 
Dynamo and BigTable - Review and Comparison
Dynamo and BigTable - Review and ComparisonDynamo and BigTable - Review and Comparison
Dynamo and BigTable - Review and Comparison
 
Big table
Big tableBig table
Big table
 
Big table
Big tableBig table
Big table
 
Big table
Big tableBig table
Big table
 
Bigtable
BigtableBigtable
Bigtable
 
Summary of "Google's Big Table" at nosql summer reading in Tokyo
Summary of "Google's Big Table" at nosql summer reading in TokyoSummary of "Google's Big Table" at nosql summer reading in Tokyo
Summary of "Google's Big Table" at nosql summer reading in Tokyo
 
Big table presentation-final
Big table presentation-finalBig table presentation-final
Big table presentation-final
 
Google Bigtable paper presentation
Google Bigtable paper presentationGoogle Bigtable paper presentation
Google Bigtable paper presentation
 
GOOGLE BIGTABLE
GOOGLE BIGTABLEGOOGLE BIGTABLE
GOOGLE BIGTABLE
 
google Bigtable
google Bigtablegoogle Bigtable
google Bigtable
 
Google Bigtable Paper Presentation
Google Bigtable Paper PresentationGoogle Bigtable Paper Presentation
Google Bigtable Paper Presentation
 
Bigtable
BigtableBigtable
Bigtable
 
NOSQL- Presentation on NoSQL
NOSQL- Presentation on NoSQLNOSQL- Presentation on NoSQL
NOSQL- Presentation on NoSQL
 
Quantitative Performance Evaluation of Cloud-Based MySQL (Relational) Vs. Mon...
Quantitative Performance Evaluation of Cloud-Based MySQL (Relational) Vs. Mon...Quantitative Performance Evaluation of Cloud-Based MySQL (Relational) Vs. Mon...
Quantitative Performance Evaluation of Cloud-Based MySQL (Relational) Vs. Mon...
 
JovianDATA MDX Engine Comad oct 22 2011
JovianDATA MDX Engine Comad oct 22 2011JovianDATA MDX Engine Comad oct 22 2011
JovianDATA MDX Engine Comad oct 22 2011
 
T9
T9T9
T9
 
Gpu computing workshop
Gpu computing workshopGpu computing workshop
Gpu computing workshop
 
One Large Data Lake, Hold the Hype
One Large Data Lake, Hold the HypeOne Large Data Lake, Hold the Hype
One Large Data Lake, Hold the Hype
 
سکوهای ابری و مدل های برنامه نویسی در ابر
سکوهای ابری و مدل های برنامه نویسی در ابرسکوهای ابری و مدل های برنامه نویسی در ابر
سکوهای ابری و مدل های برنامه نویسی در ابر
 

Viewers also liked

09 13-16 image and photo, how and what to shoot
09 13-16 image and photo, how and what to shoot09 13-16 image and photo, how and what to shoot
09 13-16 image and photo, how and what to shoot
Sung Woo Yoo
 
Презентация 1.9 - Испанский эко-дом, использующий энергию солнца и воды
Презентация 1.9 - Испанский эко-дом, использующий энергию солнца и водыПрезентация 1.9 - Испанский эко-дом, использующий энергию солнца и воды
Презентация 1.9 - Испанский эко-дом, использующий энергию солнца и воды
Павел Ефимов
 
Leizel a montero pamahalaan
Leizel a  montero pamahalaanLeizel a  montero pamahalaan
Leizel a montero pamahalaan
Alice Bernardo
 
Namasmaran And Romance Dr Shriniwas Janardan Kashalikar
Namasmaran And Romance Dr  Shriniwas Janardan  KashalikarNamasmaran And Romance Dr  Shriniwas Janardan  Kashalikar
Namasmaran And Romance Dr Shriniwas Janardan Kashalikarbanothkishan
 
Teach My Girlfriend
Teach My GirlfriendTeach My Girlfriend
Teach My Girlfriend
Sivashanmugam Palaniappan
 
Decalogo del Profesor de Hoy
Decalogo del Profesor de Hoy Decalogo del Profesor de Hoy
Decalogo del Profesor de Hoy
Roberto Abarca
 
求人掲載マニュアル
求人掲載マニュアル求人掲載マニュアル
求人掲載マニュアル
tomokiyo-n
 
6 471 acil kombi çağrı merkezi
6 471 acil kombi çağrı merkezi6 471 acil kombi çağrı merkezi
6 471 acil kombi çağrı merkezi
kombi9
 
Portaleducamadrid 1
Portaleducamadrid 1Portaleducamadrid 1
Portaleducamadrid 1
mestebanluis
 
MICT presentation on Thailand’s Important Mission for Spectrum Re-farming
MICT presentation on Thailand’s Important Mission for Spectrum Re-farming MICT presentation on Thailand’s Important Mission for Spectrum Re-farming
MICT presentation on Thailand’s Important Mission for Spectrum Re-farming TelecomJournal
 
Sunshine Coast Futures Conference 2015
Sunshine Coast Futures Conference 2015Sunshine Coast Futures Conference 2015
Sunshine Coast Futures Conference 2015
Ed Morrison
 
Social Media & Online Reputation
Social Media & Online ReputationSocial Media & Online Reputation
Social Media & Online ReputationDavid Jones
 
Final Review - FDOM
Final Review - FDOMFinal Review - FDOM
Final Review - FDOMCindy Royal
 
Portaleducamadrid 1
Portaleducamadrid 1Portaleducamadrid 1
Portaleducamadrid 1
mariajosg
 
Smart Mobility Policies with Evolutionary Algorithms: The Adapting Info Panel...
Smart Mobility Policies with Evolutionary Algorithms: The Adapting Info Panel...Smart Mobility Policies with Evolutionary Algorithms: The Adapting Info Panel...
Smart Mobility Policies with Evolutionary Algorithms: The Adapting Info Panel...
Daniel H. Stolfi
 

Viewers also liked (20)

WSGBelieve in bikes
WSGBelieve in bikesWSGBelieve in bikes
WSGBelieve in bikes
 
09 13-16 image and photo, how and what to shoot
09 13-16 image and photo, how and what to shoot09 13-16 image and photo, how and what to shoot
09 13-16 image and photo, how and what to shoot
 
Презентация 1.9 - Испанский эко-дом, использующий энергию солнца и воды
Презентация 1.9 - Испанский эко-дом, использующий энергию солнца и водыПрезентация 1.9 - Испанский эко-дом, использующий энергию солнца и воды
Презентация 1.9 - Испанский эко-дом, использующий энергию солнца и воды
 
Leizel a montero pamahalaan
Leizel a  montero pamahalaanLeizel a  montero pamahalaan
Leizel a montero pamahalaan
 
Namasmaran And Romance Dr Shriniwas Janardan Kashalikar
Namasmaran And Romance Dr  Shriniwas Janardan  KashalikarNamasmaran And Romance Dr  Shriniwas Janardan  Kashalikar
Namasmaran And Romance Dr Shriniwas Janardan Kashalikar
 
Teach My Girlfriend
Teach My GirlfriendTeach My Girlfriend
Teach My Girlfriend
 
Decalogo del Profesor de Hoy
Decalogo del Profesor de Hoy Decalogo del Profesor de Hoy
Decalogo del Profesor de Hoy
 
Company Profile - SWD
Company Profile - SWDCompany Profile - SWD
Company Profile - SWD
 
CV PDF
CV PDFCV PDF
CV PDF
 
求人掲載マニュアル
求人掲載マニュアル求人掲載マニュアル
求人掲載マニュアル
 
6 471 acil kombi çağrı merkezi
6 471 acil kombi çağrı merkezi6 471 acil kombi çağrı merkezi
6 471 acil kombi çağrı merkezi
 
Portaleducamadrid 1
Portaleducamadrid 1Portaleducamadrid 1
Portaleducamadrid 1
 
La temperatura
La temperaturaLa temperatura
La temperatura
 
MICT presentation on Thailand’s Important Mission for Spectrum Re-farming
MICT presentation on Thailand’s Important Mission for Spectrum Re-farming MICT presentation on Thailand’s Important Mission for Spectrum Re-farming
MICT presentation on Thailand’s Important Mission for Spectrum Re-farming
 
Codigo Etica
Codigo EticaCodigo Etica
Codigo Etica
 
Sunshine Coast Futures Conference 2015
Sunshine Coast Futures Conference 2015Sunshine Coast Futures Conference 2015
Sunshine Coast Futures Conference 2015
 
Social Media & Online Reputation
Social Media & Online ReputationSocial Media & Online Reputation
Social Media & Online Reputation
 
Final Review - FDOM
Final Review - FDOMFinal Review - FDOM
Final Review - FDOM
 
Portaleducamadrid 1
Portaleducamadrid 1Portaleducamadrid 1
Portaleducamadrid 1
 
Smart Mobility Policies with Evolutionary Algorithms: The Adapting Info Panel...
Smart Mobility Policies with Evolutionary Algorithms: The Adapting Info Panel...Smart Mobility Policies with Evolutionary Algorithms: The Adapting Info Panel...
Smart Mobility Policies with Evolutionary Algorithms: The Adapting Info Panel...
 

Similar to Cloud Technology: Virtualization

VMware vSphere technical presentation
VMware vSphere technical presentationVMware vSphere technical presentation
VMware vSphere technical presentationaleyeldean
 
Qinnova Cloud Computing Session
Qinnova Cloud Computing Session Qinnova Cloud Computing Session
Qinnova Cloud Computing Session aleyeldean
 
Vmware virtualization in data centers
Vmware virtualization in data centersVmware virtualization in data centers
Vmware virtualization in data centers
HarshitTaneja13
 
Sna lab prj (1)
Sna lab prj (1)Sna lab prj (1)
Sna lab prj (1)
alihaider922341
 
An Introduction To Server Virtualisation
An Introduction To Server VirtualisationAn Introduction To Server Virtualisation
An Introduction To Server VirtualisationAlan McSweeney
 
vmwarevspheretechnicalpresentation-100822072122-phpapp01.pdf
vmwarevspheretechnicalpresentation-100822072122-phpapp01.pdfvmwarevspheretechnicalpresentation-100822072122-phpapp01.pdf
vmwarevspheretechnicalpresentation-100822072122-phpapp01.pdf
samarth97
 
Pengertian Virtualisasi.pptx
Pengertian Virtualisasi.pptxPengertian Virtualisasi.pptx
Pengertian Virtualisasi.pptx
fredysitorus0706
 
VIRTUALIZATION for computer science.pptx
VIRTUALIZATION for computer science.pptxVIRTUALIZATION for computer science.pptx
VIRTUALIZATION for computer science.pptx
KelvinBakespear
 
virtualization.pptx
virtualization.pptxvirtualization.pptx
virtualization.pptx
NeenaReji1
 
Virtualization and its Types
Virtualization and its TypesVirtualization and its Types
Virtualization and its Types
HTS Hosting
 
Mid term report
Mid term reportMid term report
Mid term reportlokesh039
 
Datacenter virtualiazation
Datacenter virtualiazationDatacenter virtualiazation
Datacenter virtualiazation
Ruhul Amin
 
Citrix meanings
Citrix meaningsCitrix meanings
Citrix meanings
pfunk1
 
Virtualisation with v mware
Virtualisation with v mwareVirtualisation with v mware
Virtualisation with v mwaresagaroceanic11
 
Logicalis - Virtualisation overview
Logicalis - Virtualisation overviewLogicalis - Virtualisation overview
Logicalis - Virtualisation overviewLogicalis
 
Virtualisation Overview
Virtualisation OverviewVirtualisation Overview
Virtualisation OverviewLogicalis
 
IRJET- A Survey on Virtualization and Attacks on Virtual Machine Monitor (VMM)
IRJET- A Survey on Virtualization and Attacks on Virtual Machine Monitor (VMM)IRJET- A Survey on Virtualization and Attacks on Virtual Machine Monitor (VMM)
IRJET- A Survey on Virtualization and Attacks on Virtual Machine Monitor (VMM)
IRJET Journal
 
Virtualization VMWare technology
Virtualization VMWare technologyVirtualization VMWare technology
Virtualization VMWare technology
sanjoysanyal
 
The Future of Server Virtualization
The Future of Server VirtualizationThe Future of Server Virtualization
The Future of Server Virtualization
Ahmed Banafa
 

Similar to Cloud Technology: Virtualization (20)

VMware vSphere technical presentation
VMware vSphere technical presentationVMware vSphere technical presentation
VMware vSphere technical presentation
 
Qinnova Cloud Computing Session
Qinnova Cloud Computing Session Qinnova Cloud Computing Session
Qinnova Cloud Computing Session
 
Vmware virtualization in data centers
Vmware virtualization in data centersVmware virtualization in data centers
Vmware virtualization in data centers
 
Sna lab prj (1)
Sna lab prj (1)Sna lab prj (1)
Sna lab prj (1)
 
An Introduction To Server Virtualisation
An Introduction To Server VirtualisationAn Introduction To Server Virtualisation
An Introduction To Server Virtualisation
 
vmwarevspheretechnicalpresentation-100822072122-phpapp01.pdf
vmwarevspheretechnicalpresentation-100822072122-phpapp01.pdfvmwarevspheretechnicalpresentation-100822072122-phpapp01.pdf
vmwarevspheretechnicalpresentation-100822072122-phpapp01.pdf
 
Pengertian Virtualisasi.pptx
Pengertian Virtualisasi.pptxPengertian Virtualisasi.pptx
Pengertian Virtualisasi.pptx
 
VIRTUALIZATION for computer science.pptx
VIRTUALIZATION for computer science.pptxVIRTUALIZATION for computer science.pptx
VIRTUALIZATION for computer science.pptx
 
virtualization.pptx
virtualization.pptxvirtualization.pptx
virtualization.pptx
 
Virtualization and its Types
Virtualization and its TypesVirtualization and its Types
Virtualization and its Types
 
VMware 2009
VMware 2009VMware 2009
VMware 2009
 
Mid term report
Mid term reportMid term report
Mid term report
 
Datacenter virtualiazation
Datacenter virtualiazationDatacenter virtualiazation
Datacenter virtualiazation
 
Citrix meanings
Citrix meaningsCitrix meanings
Citrix meanings
 
Virtualisation with v mware
Virtualisation with v mwareVirtualisation with v mware
Virtualisation with v mware
 
Logicalis - Virtualisation overview
Logicalis - Virtualisation overviewLogicalis - Virtualisation overview
Logicalis - Virtualisation overview
 
Virtualisation Overview
Virtualisation OverviewVirtualisation Overview
Virtualisation Overview
 
IRJET- A Survey on Virtualization and Attacks on Virtual Machine Monitor (VMM)
IRJET- A Survey on Virtualization and Attacks on Virtual Machine Monitor (VMM)IRJET- A Survey on Virtualization and Attacks on Virtual Machine Monitor (VMM)
IRJET- A Survey on Virtualization and Attacks on Virtual Machine Monitor (VMM)
 
Virtualization VMWare technology
Virtualization VMWare technologyVirtualization VMWare technology
Virtualization VMWare technology
 
The Future of Server Virtualization
The Future of Server VirtualizationThe Future of Server Virtualization
The Future of Server Virtualization
 

More from New York City College of Technology Computer Systems Technology Colloquium

Ontology-based Classification and Faceted Search Interface for APIs
Ontology-based Classification and Faceted Search Interface for APIsOntology-based Classification and Faceted Search Interface for APIs
Ontology-based Classification and Faceted Search Interface for APIs
New York City College of Technology Computer Systems Technology Colloquium
 
Towards Improving Interface Modularity in Legacy Java Software Through Automa...
Towards Improving Interface Modularity in Legacy Java Software Through Automa...Towards Improving Interface Modularity in Legacy Java Software Through Automa...
Towards Improving Interface Modularity in Legacy Java Software Through Automa...
New York City College of Technology Computer Systems Technology Colloquium
 
Data-driven, Interactive Scientific Articles in a Collaborative Environment w...
Data-driven, Interactive Scientific Articles in a Collaborative Environment w...Data-driven, Interactive Scientific Articles in a Collaborative Environment w...
Data-driven, Interactive Scientific Articles in a Collaborative Environment w...
New York City College of Technology Computer Systems Technology Colloquium
 
Pharmacology Powered by Computational Analysis: Predicting Cardiotoxicity of ...
Pharmacology Powered by Computational Analysis: Predicting Cardiotoxicity of ...Pharmacology Powered by Computational Analysis: Predicting Cardiotoxicity of ...
Pharmacology Powered by Computational Analysis: Predicting Cardiotoxicity of ...
New York City College of Technology Computer Systems Technology Colloquium
 
How We Use Functional Programming to Find the Bad Guys
How We Use Functional Programming to Find the Bad GuysHow We Use Functional Programming to Find the Bad Guys
How We Use Functional Programming to Find the Bad Guys
New York City College of Technology Computer Systems Technology Colloquium
 
Static Analysis and Verification of C Programs
Static Analysis and Verification of C ProgramsStatic Analysis and Verification of C Programs
Test Dependencies and the Future of Build Acceleration
Test Dependencies and the Future of Build AccelerationTest Dependencies and the Future of Build Acceleration
Test Dependencies and the Future of Build Acceleration
New York City College of Technology Computer Systems Technology Colloquium
 
Big Data Challenges and Solutions
Big Data Challenges and SolutionsBig Data Challenges and Solutions
Introduction to new features in java 8
Introduction to new features in java 8Introduction to new features in java 8
Android Apps the Right Way
Android Apps the Right WayAndroid Apps the Right Way
More than Words: Advancing Prosodic Analysis
More than Words: Advancing Prosodic AnalysisMore than Words: Advancing Prosodic Analysis

More from New York City College of Technology Computer Systems Technology Colloquium (11)

Ontology-based Classification and Faceted Search Interface for APIs
Ontology-based Classification and Faceted Search Interface for APIsOntology-based Classification and Faceted Search Interface for APIs
Ontology-based Classification and Faceted Search Interface for APIs
 
Towards Improving Interface Modularity in Legacy Java Software Through Automa...
Towards Improving Interface Modularity in Legacy Java Software Through Automa...Towards Improving Interface Modularity in Legacy Java Software Through Automa...
Towards Improving Interface Modularity in Legacy Java Software Through Automa...
 
Data-driven, Interactive Scientific Articles in a Collaborative Environment w...
Data-driven, Interactive Scientific Articles in a Collaborative Environment w...Data-driven, Interactive Scientific Articles in a Collaborative Environment w...
Data-driven, Interactive Scientific Articles in a Collaborative Environment w...
 
Pharmacology Powered by Computational Analysis: Predicting Cardiotoxicity of ...
Pharmacology Powered by Computational Analysis: Predicting Cardiotoxicity of ...Pharmacology Powered by Computational Analysis: Predicting Cardiotoxicity of ...
Pharmacology Powered by Computational Analysis: Predicting Cardiotoxicity of ...
 
How We Use Functional Programming to Find the Bad Guys
How We Use Functional Programming to Find the Bad GuysHow We Use Functional Programming to Find the Bad Guys
How We Use Functional Programming to Find the Bad Guys
 
Static Analysis and Verification of C Programs
Static Analysis and Verification of C ProgramsStatic Analysis and Verification of C Programs
Static Analysis and Verification of C Programs
 
Test Dependencies and the Future of Build Acceleration
Test Dependencies and the Future of Build AccelerationTest Dependencies and the Future of Build Acceleration
Test Dependencies and the Future of Build Acceleration
 
Big Data Challenges and Solutions
Big Data Challenges and SolutionsBig Data Challenges and Solutions
Big Data Challenges and Solutions
 
Introduction to new features in java 8
Introduction to new features in java 8Introduction to new features in java 8
Introduction to new features in java 8
 
Android Apps the Right Way
Android Apps the Right WayAndroid Apps the Right Way
Android Apps the Right Way
 
More than Words: Advancing Prosodic Analysis
More than Words: Advancing Prosodic AnalysisMore than Words: Advancing Prosodic Analysis
More than Words: Advancing Prosodic Analysis
 

Recently uploaded

How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 

Recently uploaded (20)

How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 

Cloud Technology: Virtualization

  • 1. CLOUD TECHNOLOGY - VIRTUALIZATION Spencer Lin
  • 2. What is a Virtual Machine?  A virtual machine (VM) is a software computer that, like a physical computer, runs an operating system and applications. Every virtual machine has virtual devices that provide the same functionality as physical hardware and have additional benefits in terms of portability, manageability, and security.
  • 3. What is Virtualization?  Virtualization means creation of a virtual version of a device or resource, such as a server, storage device, network, and software (including operating system). This allows physical hardware resources to be shared by multiple applications (VMs).  Hypervisor: virtual machine manager (VMM)  A program that allows multiple operating systems to share a single hardware host.  Example: VMware ESXi, Microsoft Hyper-V, and KVM Non Virtual Machine and VM Configurations
  • 4. Advantages of Virtualization  Reduce capital and operating costs  Deliver high application availability  Minimize or eliminate downtime.  Increase IT productivity, efficiency, agility and responsiveness  Speed and simplify application and resource provisioning  Support business continuity and disaster recovery  Enable centralized management
  • 5. Types of Hypervisor 1. Type 1  Bare-metal Hypervisor: runs directly on the system hardware.  Examples: VMware ESXi, Citrix XenServer. 2. Type 2  Hosted Hypervisor: runs on a host operating system.  Examples: VMware Workstation, VMware Fusion, Virtualbox, Microsoft Hyper-V. Difference Between Type 1 and 2 Hypervisors
  • 6. Server Virtualization – What is it?  Server virtualization is a virtualization technique that presents a physical server as if partitioned into a number of small, virtual servers with the help of virtualization software. In server virtualization, each physical server runs multiple operating system instances at the same time.
  • 7. Traditional Storage Traditional storage:  Directly attached to servers and cannot be shared beyond the physical server.  Difficult for administrators to assign storage requirements for each application.  All applications running on physical server are forced to use the same storage, with same storage characteristics.
  • 8. Solution to Traditional Storage - Storage Virtualization Solution to traditional storage is storage virtualization:  Adds a new layer of software and/or hardware between storage systems and servers.  A centralized storage enables servers to share centralized resources, so that applications no longer need to know on which specific drives, partitions or storage subsystems their data resides.  Storage virtualization is commonly used in storage area networks (SANs).
  • 9. Storage Area Network (SAN)  Storage Area Networks are the most comprehensive centralized storage solution. It allows for true storage sharing since data is stored at the block level. This means applications, including the OS can directly access the storage device as if it was locally attached.  Each block can be controlled as an individual hard drive. These Blocks are controlled by server based operating systems and each block can be individually formatted with the required file system.
  • 10. Network Virtualization – Standard vSwitch  VMware Network Virtualization provides “virtual networks” to virtual machines similar to how server virtualization (hypervisor) provides “virtual machines” to the operating system.  A network standard switch, virtual switch, or vSwitch, is responsible for connecting virtual machines to a virtual network. A vSwitch works similar to a physical switch, with some limitations, and controls how virtual machines communicate with one another. vSphere Standard vSwitch
  • 11. Network Virtualization – Distributed vSwitch  Distributed vSwitch, which are also known as VMware vDS, enable more features than standard vSwitches, sometimes called VMware vSS.  A standard vSwitch works within one ESXi host only.  Distributed vSwitches allow different hosts to use the switch as long as they exist within the same host cluster vSphere Distributed vSwitch
  • 12. Summary  A virtual machine (VM) is a software computer that, like a physical computer, runs an operating system and applications.  Virtualization means creation of a virtual version of a device or resource, such as a server, storage device, network, and software (including operating system).  Two types of Hypervisor: Bare-metal Hypervisor and Hosted Hypervisor.  Server virtualization is a virtualization technique that presents a physical server as if partitioned into a number of small, virtual servers with the help of virtualization software.  Solution to traditional storage is storage virtualization which adds a new layer of software and/or hardware between storage systems and servers.  Network Virtualization provides “virtual networks” to virtual machines similar to how server virtualization (hypervisor) provides “virtual machines” to the operating system.
  • 13. Virtualization and the Cloud  The encapsulation offered in virtualization and the mobility found in this technology enables a live virtual machine to be moved with no downtime for the application – the dependency on the Cloud infrastructure is minimal.  Virtualization powers cloud computing and increases IT scalability, agility, flexibility and performance while creating a major cost savings. With server, storage, and network virtualization, cloud computing enables companies to react faster to the needs of business, while driving greater operational efficiencies.
  • 14. References "Virtualization." VMware. N.p., n.d. Web. 14 Oct. 2015. <http://www.vmware.com/virtualization.html>. "CLOUD COMPUTING AND VIRTUALIZATION." JAN KREMER CONSULTING SERVICES. N.p., n.d. Web. 14 Oct. 2015. <http://jkremer.com/White%20Papers/Cloud%20Computing%20and%20Virtualization%20White%20Paper%20JKCS.pdf> . Freeman, Bill. "Best Hardware for Server Virtualisation." TouchPoint. N.p., 17 Feb. 2015. Web. 20 Nov. 2015. <http://touchpoint.com.au/blog/best-hardware-for-server-virtualisation/>. Siebert, Eric. "Selecting CPU, processors and memory for virtualized environments." TechTarget. N.p., n.d. Web. 20 Nov. 2015. <http://searchservervirtualization.techtarget.com/tip/Selecting-CPU-processors-and-memory-for-virtualized- environments>. "Centralized Storage." Netcal. N.p., n.d. Web. 20 Nov. 2015. <http://www.netcal.com/centralized-storage/>. Jorgenson, Petra. "Virtual Networking 101: Understanding VMware Networking." Pluralsight. N.p., 30 May 2012. Web. 20 Nov. 2015. <http://blog.pluralsight.com/virtual-networking-101-understanding-vmware-networking>. Davis, David. "VMware's standard and distributed virtual switches: What resellers need to know." TechTarget. N.p., Feb. 2010. Web. 20 Nov. 2015. <http://searchitchannel.techtarget.com/tip/VMwares-standard-and-distributed-virtual- switches-What-resellers-need-to-know>. "How do switches, vSwitches and distributed vSwitches differ?" TechTarget. N.p., 11 June 2013. Web. 20 Nov. 2015. <http://searchvmware.techtarget.com/photostory/2240185944/Getting-VMware-terminology-straight/9/How-do- switches-vSwitches-and-distributed-vSwitches-differ>.
  • 16. Server Virtualization – Software Requirements Software Vendors: VMware vSphere, Microsoft Hyper-V, Citrix XenServer  More similarities between all of the software vendors than differences  All those software platforms have the ability to manage processor, memory, network, and disk resources.  All support both Microsoft Windows and Linux operating environments, and some support Solaris Unix as well  The only possible difference between software vendors are performance, reliability, and advanced management.  VMware is obviously the leader in virtualization platform
  • 17. Server Virtualization – Hardware Requirements  Choosing the best hardware for virtualization begins with a server’s memory and CPU. The lack of memory or CPU can directly affect performance. Memory:  Memory is often the most limiting factor in the number of virtual machines a server can host. Ensuring an adequate amount of fast RAM plays a huge role in the server’s virtualization capabilities. CPU:  Selecting a CPU with multiple cores can significantly increase performance and throughput. There are two major CPU brands in the market, Intel and AMD. Both Intel and AMD have integrated virtualization extensions, Intel Virtualization Technology (Intel-VT) and AMD Virtualization (AMD-V).  Choosing a right CPU brand depends on your current environment. If your current servers already use a particular brand, it is a good idea to just stick with it because one VM running on Intel can not be moved to AMD, and vice verse.
  • 18. Network Virtualization - Standard vSwitch features The standard vSwitch offers following features:  Layer 2 forwarding  802.1Q VLAN tagging  Multicast support  EtherChannel  Load balancing  Tx rate limiting  Port security  CDP  ……..
  • 19. Network Virtualization – Distributed vSwitch features Unlike standard vSwitches, which can be managed from the local host, DvSwitches must be created and controlled through vCenter Server.  VMware vCenter Server provides centralized management of vSphere virtual infrastructure.  IT administrators can ensure security and availability, simplify day-to-day tasks, and reduce the complexity of managing virtual infrastructure). Distributed vSwitch offers all features standard vSwitch have + following features:  Centralized configuration for all network switch ports, across the entire virtual infrastructure.  Private VLANs.  Support for third-party switches (with the only option today being the Cisco Nexus 1000-V).