Lesson 10 - Chapter 1: The Benefits of Virtualization Flashcards
What is virtualization?
running software that pretends to be a physical computer
What’s one OS that you can’t run in a VM?
macOS because of Apple’s restrictions
Virtualization is a huge benefit to who? With what?
(big) companies with huge data centers packed with servers (they save power, hardware costs, self manage systems, etc)
What’s the concept behind hardware consolidation?
want to avoid letting expensive hardware sit idle (unused resources) and make sure we’re using everything to its max potential
What’s an example of hardware consolidation?
You want to replace complex desktop PC with durable thin clients that only need enough power to access a server so hardware isn’t unused
What’s the most popular reason for virtualizing?
Since VMs are files, they can be easily copied and distributed (to set up new employees easily)
What’s a security benefit of using Virtual Machines?
The host system and any other VMs it runs are generally unaffected and uninfected from hacking, malware, etc
(just reload an alternate clean copy of the VM file)
Can you take a snapshot on a VM?
Yes (great for risky maintenance, updates, etc)
What’s the time limit for keeping snapshots?
Each snapshot may reduce performance and should be removed as soon as the possible danger has passed (not useful for long-term backup)
What are 3 ways you can use VMs for urgent, critical research?
- Test
- See if
- Confirming
- Test new OS or application updates before updating the physical systems you manage
- See if you can re-create the problem a user is reporting
- Confirming an app works on all of the OS you need to install it on