VM Resources Flashcards

(27 cards)

1
Q

What is the purpose of VM resources?

A

Core components that affect VM performance, scalability, and connectivity. Resources include CPU, RAM, storage, and network interfaces. Allocation determines how efficiently the host system supports each VM.

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

What do virtual machines use for CPU processing?

A

Virtual machines use vCPUs allocated from the host’s physical CPUs.

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

Who manages and schedules vCPUs?

A

The hypervisor schedules and manages vCPUs.

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

Can multiple VMs share the same physical core?

A

Yes, multiple VMs may share the same physical core.

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

How do more vCPUs affect VM performance?

A

More vCPUs improve performance for CPU-intensive tasks.

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

What is the risk of overallocating vCPUs?

A

It may harm overall host performance.

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

What must administrators do regarding CPU allocation?

A

They must balance CPU usage across VMs.

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

What is RAM in virtualization?

A

RAM is short-term memory allocated to each VM from the host’s physical memory.

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

How does RAM impact VM performance?

A

It impacts how many applications can run and how the VM performs under load.

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

What is memory overcommitment?

A

Assigning more virtual memory than physically available.

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

Why is memory overcommitment risky?

A

If multiple VMs use full memory simultaneously, it can cause performance issues.

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

What does proper RAM management require?

A

Careful monitoring and adjustment based on workload.

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

How is storage provided to VMs?

A

Through virtual disk image files on the host system.

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

Name common disk image formats.

A

.qcow2, .raw, .vmdk.

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

How does the guest OS see the disk image?

A

As a normal hard drive.

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

What are benefits of virtual disk images?

A

Resizing, cloning, snapshotting, and portability.

17
Q

Name examples of disk interface types.

A

IDE, SATA, VirtIO.

18
Q

What affects VM read/write speed?

A

Host storage performance.

19
Q

Why is proper disk allocation important?

A

To prevent slowdowns under heavy load.

20
Q

What do VMs use for network connectivity?

A

vNICs (virtual network interface cards).

21
Q

How do vNICs appear in the VM?

A

As physical NICs.

22
Q

What do vNICs connect to on the host?

A

Virtual switches or bridges.

23
Q

Name common network configurations.

A

NAT, Bridged, Isolated/Internal.

24
Q

What does NAT mode do?

A

Uses host IP for external access.

25
What does Bridged mode do?
Appears as a separate device on LAN.
26
What does Isolated/Internal mode do?
Restricts traffic to VMs and host.
27
Why is proper network configuration important?
Ensures connectivity and security.