Virtualization means:
- Many users can share one hard drive
- A machine can swap memory to disk
- A user can connect to a server over the network and use a virtual console
- Two users get different memory spaces on the same machine
- A single host can be split up into multiple guests
Explanation & Hint:
Virtualization primarily refers to the concept where a single physical host can be divided into multiple virtual “guests” or virtual machines. Each guest operates as if it were a standalone machine, capable of running its own operating system and applications independently of the others. This concept extends beyond just operating systems to include resources like networks and storage. Therefore, the statement that best describes virtualization is:
Here’s why the other options do not accurately describe virtualization:
The essence of virtualization is the ability to run multiple, isolated virtual environments on a single physical machine, thereby maximizing the utilization of the underlying hardware. |