Virtualization

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

Last updated 2:34 AM on 8/5/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

What is a sandbox environment

An environment you can test new updates or software to check for vulnerabilities or errors, as well as test malware outside of the main network to prevent messing anything up

2
New cards

What is the best way to test a new application feature

Create a virtual machine as a sandbox specifically to test the feature

3
New cards

What features make virtual machines well-suited for testing new software

  1. Ability to revert back to a previous state

  2. Support for software compatibility checks across all OS setups

4
New cards

What is the primary purpose of application virtualization

To run software without installing it directly

5
New cards

How would you run software designed for Windows XP on a Windows 11 host

Install Windows XP virtual machine on the current system

6
New cards

What is the primary advantage of using cross-platform virtualization

Enabling software to run on an unsupported operating system

7
New cards

What is cross platform virtualization

Using a virtual machine with a different OS than the host

8
New cards

What security best practice helps limit the potential impact of a compromised VM on other VMs and the host

Ensuring proper isolation between VMs

9
New cards

What is a common method for managing access and permissions within a virtualized infrastructure

Utilizing the access control features of the hypervisor

10
New cards

What helps with known security vulnerabilities on VMs

Keeping the hypervisor up to date

11
New cards

What are the features of a VM in a bridged networking configuration

  1. The VM’s network adapter is connected directly to the physical network through the host’s network interface

  2. The VM can communicate directly with all other devices on the physical network and the Internet, just like any other physical machine

  3. The VM obtains its TCP/IP configuration settings directly from the DHCP server on the physical network

12
New cards

What are the features of a VM in a shared networking configuration

  1. The VM receives its TCP/IP configuration settings from a virtual DHCP server managed by the hypervisor

  2. The VM uses the IP address of the host machine for outbound communication via NAT

  3. The VM’s private address is not advertised on the LAN preventing direct inbound connections

13
New cards

What are critical factors for storage performance in a virtualized environment

High IOPS and Low latency

14
New cards

What is the benefit of using SSDs in virtualized environments

Fast read/write speeds

15
New cards

What is a virtualization platform used to deliver virtual desktops to multiple users

VDI

16
New cards

What is a portable package containing an app and everything it needs to run

A container

17
New cards

What is a Type 1 hypervisor

  1. Installed directly on the hardware

  2. require a remote management console

  3. minimal overhead

  4. used in data centers and servers

18
New cards

What is a Type 2 hypervisor

  1. Relies on host OS for hardware access and management

  2. Oracle VirtualeBox, VMware Workstation, VMware Player

  3. Used for client side virtualization

  4. Higher overhead and lower performance

  5. Isolated environment separate from host OS