1 Introduction to Virtual Machines Flashcards

1
Q

What is a server?

A

A server is a computer that offers services to other computers, called clients, which are all connected over a network.
Typically, servers use special processors, memory, and other hardware resources that are more powerful than those of desktop computers

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

What is Virtual Machine?

A

A virtual machine is a software representation of a physical computer. The operating systems on VMs are called guest operating systems.
VM is a special type of software application that runs a guest OS. It is like a machine running inside another machine.

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

How do you think VMs solve the problem of wasted server resources?

A

By running multiple VMs on a single server to balance the workloads.

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

How Do Virtual Machines Work?

A

A VM can be represented as files that are kept in a folder. The folder is like a computer case. The files represent the components of the VM and the devices that are connected to the motherboard. The motherboard is the circuit board that provides connectivity between the hardware components. Hardware component examples include the processor (CPU) and memory (RAM).
.

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

Challenge that VM isolation addresses:

A

Failures.

If a guest OS experiences a failure because it runs beyond its specification limits, other VMs are not affected.

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

Challenge that VM encapsulation addresses:

A

Portability.
The files that make up a VM are usually stored together in the same folder. Using these files, you can perform the following actions:
- Save the entire state of a VM to files that are encapsulated together.
- Copy the VM files to create multiple replicas of the VM.
- Move a VM from one host to another to perform routine maintenance of the physical server.

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

Challenge that VM hardware independence addresses:

A

Compatibility.
You can move any VM to any physical server, without having to worry about the compatibility of the VM with the underlying hardware.
Virtualization provides a guest operating system with the virtual hardware that it requires.
If you need to use an OS that requires specific hardware, VM can be provisioned with standardized software-based hardware.

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

Challenge that server consolidation addresses:

A

Costs.
Using VMs, you can run multiple operating systems on one physical machine.
In this way, you can reduce the number of physical servers and manage your virtual servers more efficiently:
- Reduce power, cooling, and maintenance costs
- Create time to focus on innovation
- Increase the efficient utilization of resources

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

The company decides that creating virtual machines is the answer. Why?

A
  • With virtualization, fewer physical servers are required.

- You can move VMs between physical servers without worrying about hardware compatibility.

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

Which statements accurately describe VMs?

A
  • A VM is like a machine running inside another machine.
  • Host machines can run more than one VM at the same time.
  • A VM is a software representation of a physical computer and its components.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which component of a VM links a computer’s hardware and software?

A

Driver

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