4.2 – Virtualization Types Flashcards
Desktop Virtualization:
VDI
Virtual Desktop Infrastructure
o used to provide VM to be used as virtual desktops by remote users
o Provides simplified centrally managed user systems
o Can be done on-premise / cloud
- Companies put 30 VM on 1 desktop & have users access remotely
- Allows IT management to centralize all computers in one
- Problem = have to reboot machine
Client-Side Virtualization
- Test development = test apps on other OS
- App virtualization
—Legacy software / OS = run on old OS [Win 98 / DOS]
Client-Side Virtualization:
Sandbox
isolate system / network from other systems/networks
Client-Side Virtualization:
Cross-Platform Virtualization
run multiple different platforms
Client-Side Virtualization:
Isolation
guest machines CANNOT communicate with each other onto virtual network
Hypervisor
software to create, run, & manage the VMs
Type 1 Hypervisors
run DIRECTLY on hardware WITHOUT OS [progammers test many apps]
—Faster / stable
—Prioritizes resources for the VMs [used in enterprises]
—AKA = BARE METAL VIRTUALIZATION
—EX: VM / ESK / Internet / amazon.com / web services / large organizations
Type 2 Hypervisors
runs WITHIN OS
—Shares resources between host & the VMs
—Home / SOHO / Test environment
—For data centers to run hundreds of VMs at once
—Easier to work with