4.2 - Summarize aspects of client-side virtualization Flashcards

1
Q

3 purposes of VMs?

4.2 Summarize aspects of client-side virtualization: Purpose of VMs

A
  • Sandbox
  • Test development
  • Application virtualization
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What do hypervisors do?

4.2 Summarize aspects of client-side virtualization

A

Allows to run VMs on a single computer

VM = Guest OS

There are type 1 & type 2 hypervisors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do type 1 hypervisors differ from type 2 hypervisors?

4.2 Summarize aspects of client-side virtualization

A

By running directly on the host computer’s hardware

The host’s machine has no OS running.

These are aka bare metal. Examples include VMware, ESXi, Microsoft Hyper-V, & KVM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do type 2 hypervisors differ from type 1 hypervisors?

4.2 Summarize aspects of client-side virtualization

A

By running on top of the host computer’s OS

Type 2 hypervisors run less efficiently than type 1 hypervisors. Examples include VirtualBox, VMware work-station, & Hyper-V for Windows 10/11

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which type of hypervisor is faster?

4.2 Summarize aspects of client-side virtualization

A

Type 1 hypervisors

But requires a proper server, more knowledgeable adminstration, & is sometimes costlier

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a sandbox?

4.2 Summarize aspects of client-side virtualization: Purpose of VMs - Sandbox

A

An isolated environment

Separated from production servers & the underlying OS

They’re mainly used on development servers (servers used for software development)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does cross-platform virtualization mean?

4.2 Summarize aspects of client-side virtualization: Purpose of VMs - Application Virtualization

A

Being able to run different OSs/software on a single machine

Regardless of the underlying hardware or OS

It also means Being able to run a VM on different types of hypervisors (i.e running it on VMware Workstation & on VirtualBox)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How does cross-platform virtualization enhance operational efficiency?

4.2 Summarize aspects of client-side virtualization: Purpose of VMs - Application Virtualization

A

By using common file formats

i.e. by using VMs with .vmdk file extention to be used with VMware Workstation & VirtualBox

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

4 types of virtualization network connection options?

We are referring to hypervisors (VMware, VirtualBox, etc.)

4.2 Summarize aspects of client-side virtualization: Resource Requirements

A
  • Bridged networking
  • NAT
  • Host-only networking
  • No networking

Bridged networking vs NAT: Bridged networking gives VMs their own IP addresses for direct access, while NAT shares one IP among VMs through the host

How well did you know this?
1
Not at all
2
3
4
5
Perfectly