4.2 Given a scenario, set up and configure client-side virtualization Flashcards

1
Q

___ provides a way to run many different operating systems on the same desktop.

A

Client-side virtualization

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

What are the 4 steps to set up client-side virtualization?

A

Verify that your system’s hardware can meet the resource requirements needed for a virtual machine.

Install a hypervisor on your local machine.

Configure virtualized hardware for the guest OS.

Last install the guest operating system.

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

What is a use of client side VMs?

A

Quickly switching between operating systems.

Using multiple desktops without purchasing new hardware.

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

What is a use of client side VMs?

A

Using multiple operating systems

Using multiple desktops

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

What does a hypervisor do?

A

Manages the virtual platform and guest operating systems.

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

What does a hypervisor do?

A

Manages the virtual platform and guest operating systems.

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

It’s easy to confuse the terms ___ and ___, but while they may go hand-in-hand, they are two different concepts.

A

emulation

virtualization

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

More advanced virtualization systems even allow you to create ___ and have separate VLANs configured for the different virtual machines running on your desktop.

A

virtual switches

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

More advanced virtualization systems even allow you to create ___ and have separate VLANs configured for the different virtual machines running on your desktop.

A

virtual switches

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

If you’re running an ___, that means that you’re running software that was designed for a completely different hardware platform. One device is effectively pretending to be another. You’re still using the original code from that existing system, but you’re running software that emulates that code on a brand new piece of hardware.

A

emulator

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

Explain the difference between emulation and virtualization.

A

Emulation mimics the behavior of one machine on entirely different machines, allowing things from the emulated machine to run on the host.

Virtualization creates a second operating system on a platform meant to run that operating system.

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

Just as security is vital in physical computing, it’s also important to think of security when working with virtual machines. This means implementing the same types of security controls on your virtual desktops as you would on your physical ones such as…

A

strong passwords

host based firewall

antimalware

rogue VMs

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

Just as security is vital in physical computing, it’s also important to think of security when working with virtual machines. This means implementing the same types of security controls on your virtual desktops as you would on your physical ones such as…

A

strong passwords

account lock out policies

multi-factor authentication.

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

In ___mode, the VM is able to communicate directly through the network to which the physical machine is connected.

A

bridge mode

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

Having a VM network in ___ mode allows the VM to make outbound connections only.

A

NAT (network address translation) mode

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

Having a VM network in ___ mode allows the VM to make outbound connections only.

A

NAT mode

17
Q

If you want each VM to have its own IP address on your local network, what must you enable?

A

bridged network addressing/bridge mode

allows DHCP or manual IP address assignment

18
Q

Private addressing does what?

A

allows VMs to only communicate with other VMs on that virtual network