Cloud computing and Client side virtualization( Comptia Objective 4.2) Flashcards

1
Q

What is the difference between a Type 1 and Type 2 hypervisor?

A
  • Type 1 aka Native or bare metal. Runs directly on the computers hardware and is faster than type 2 but requires a server( e.g VMware, vSphere, microsfot Hyper V window server)
  • Type 2 aka Hosted. Runs within the operating system. Guest VMs are one step removed from hardware.( E.g VMware Workstation, VirtualBox, Hyper-V for Windows clients)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are your virtualization networking options?

A
  • Bridged Networking gives VM( guest) direct access to Hosting computers network.
  • Shared Network Address - The virtual machine shares the same IP address as the physical host. uses Network Address translation(NAT): Often the default this gives the guest access to an external network, but by using NAT the guest gets a separate IP on the private network.
  • Host-only Networking: This creates a private virtual network for guests who can communicate with each other but not with the external network
  • No Networking: This option disables networking for the VM altogether.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Because VM network connections can be a security concern what should you do?

A
  • You will need to monitor and disable them as necessary. And in some cases disable networking altogether.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Host based virtualization?

A
  • Your desktop plus others.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does a Hypervisor do?

A
  • Software that manages all virtualization and keeps resources separate. Controls things such as RAM, storage, security, CPU etc for your virtual machines.
  • Can be either hardware based( Type 1), or OS based( Type 2)
  • Also known as the Virtual Machine Manager may require a CPU that supports virtualization.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What CPU’s have built in Virtualization support?

A
  • Intel CPUS that state “ VT” Or Virtualization Technology

- AMD CPUS that list AMD-V.

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

More advanced Virtualization systems can even allow you to do what?

A
  • Allow you to create virtual switches functionality and assign different virtual machines to different VLANS.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the difference between virtualization and Emulation?

A
  • Virtualization performs native Operating Systems processes. This is identical to a non virtual machine.
  • Emulation essentially makes one machine behave like a completely different machine and will allow you to run software/os that the machine was not designed to run natively. A device is pretending to be another.
  • Emulation is typically much slower than virtualization.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is an example of a Hypervisor security threat?

A
  • VM escaping. Malware attempts to compromise the hypervisor and escape one server and gain access to data on another
How well did you know this?
1
Not at all
2
3
4
5
Perfectly