InterviewSolution
Saved Bookmarks
| 1. |
Explain the concept of virtualization? |
|
Answer» VIRTUALIZATION is a PROCESS of creating the virtual session of computer STORAGE, service or applications which are software-based. This virtual environment is created from a single segment of the physical hardware system and through it, you can split one system into various other sections acting like a separate and distinguishable system. With the help of hypervisor, this splitting is EXECUTABLE and the virtual session created by this medium is KNOWN as a virtual machine. |
|