Why are type-1 hypervisors more efficient than type-2 hypervisors?
A. A type-1 hypervisor is able to overcommit RAM availability to VM guests.
B. A type-1 hypervisor is capable of running a greater variety of operating systems.
C. A type-1 hypervisor uses an abstraction layer in the host OS to access hardware.
D. A type-1 hypervisor accesses the physical hardware directly.
Answer: D
You might also like to view...
What type of interface is activated when a client attempts to connect to the Internet?
A. Ethernet-on-Demand B. Demand-dial interface C. PPTP interface D. ISDN
Which of the following statements is false?
a. A finally block is placed after the last catch block. b. A finally block typically releases resources acquired in the corresponding try block. c. The finally block and try block can appear in any order. d. A finally block is optional.