InterviewSolution
Saved Bookmarks
| 1. |
What is the major advantage of VM running under a type 1 hypervisor than type 2 hypervisor? |
Answer»
Advantages of using Type-1 over Type-2 Hypervisor: It is more secure to use type-1 hypervisors since they do not rely on the underlying OS, UNLIKE type-2 hypervisors. The type 2 server also loses some efficiency, performance, and speed due to this dependency. So, if you're under attack, a type-1 hypervisor will GIVE you better protection than a type-2 hypervisor. |
|