In virtualization, which memory technique allows more memory to be allocated to VMs than physical RAM would allow?

Study for the CompTIA Cloud+ exam. Enhance your skills with flashcards and multiple choice questions, each supported by hints and explanations. Prepare effectively for your certification!

Multiple Choice

In virtualization, which memory technique allows more memory to be allocated to VMs than physical RAM would allow?

Explanation:
Memory overcommitment is the idea of giving VMs more virtual RAM than physical RAM available, by reclaiming memory from VMs when needed. The mechanism that makes this practical is memory ballooning. A balloon driver inside each VM can "claim" some of the VM’s memory, which the hypervisor can then reallocate to other VMs when pressure arises. This lets the host present the illusion of more memory to all VMs than the physical host actually has, improving consolidation opportunities. Swapping moves memory to disk and is a fallback that can degrade performance, not the primary enabler of overcommitment. Transparent Page Sharing reduces the total memory footprint by deduplicating identical pages, but it doesn’t increase the amount of memory that can be allocated across all VMs. Memory bursting isn’t a standard term used for this concept.

Memory overcommitment is the idea of giving VMs more virtual RAM than physical RAM available, by reclaiming memory from VMs when needed. The mechanism that makes this practical is memory ballooning. A balloon driver inside each VM can "claim" some of the VM’s memory, which the hypervisor can then reallocate to other VMs when pressure arises. This lets the host present the illusion of more memory to all VMs than the physical host actually has, improving consolidation opportunities.

Swapping moves memory to disk and is a fallback that can degrade performance, not the primary enabler of overcommitment. Transparent Page Sharing reduces the total memory footprint by deduplicating identical pages, but it doesn’t increase the amount of memory that can be allocated across all VMs. Memory bursting isn’t a standard term used for this concept.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy