Session 04 Flashcards
What are Hypervisors?
SW that create and manage virtual machines by abstracting the hardware resources of a physical host.
Hyperviso types?
- Type 1: Bare metal
- Type 2 : Hosted
Examples for each two type of hypervisors?
Type 1:
1. VMware ESXi
2. Microsoft Hyper-V
3. Xen
4. KVM
Type 2 :
1. VMware Workstation
2. Oracle Virtualbox
3. Parrallel Desktop
4. Microsoft Hyper-V
Use cases for each type of Hypervisors?
Type 1 :
1. Data centers
2. Cloud services
3. Enterprise applications
Type 2 :
1. Development and Testing
2. Educational Purpose
3. Personal use
Difference between Type 1 and Type 2 Hypervisors?
Type1 :
* High performance
* High security
* High scalability
* More complex
* Expensive
Type 2 :
* Low performace
* Low Security
* Low Scalability
* Simpler
* Free or lower cost
Core features of Hypervisors?
- VM isolation
- Resource manamgement
- Resource overcommitment
- Hardware abstraction
- Live migration
- High Availability
- Fault tolerance