Mod 5.5 Flashcards
What is the role of a hypervisor in virtualization?
It manages the virtual machine environment and facilitates interaction with the host hardware and network.
What is virtualization?
A technology that allows multiple operating systems to run on a single computer simultaneously.
What is a hybrid cloud?
A combination of public and private cloud models
Explanation
Which cloud service model provides physical equipment such as servers, routers, and storage?
Infrastructure as a Service (IaaS)
Which cloud service model is usually for developers and database administrators?
Platform as a Service (PaaS)
Which cloud service model allows you to use a program through your web browser over the Internet?
Software as a Service (SaaS)
Why is a Type 1 hypervisor also known as a bare-metal hypervisor?
Because it runs directly on the computer hardware without needing an operating system
Which type of hypervisor requires an existing operating system to run?
Type 2
What is container virtualization?
A lighter way to run many apps without them interfering with each other.
What is a “sandbox” in the context of virtual servers?
A virtual environment for testing new apps and programs safely.