Hypervisors & Containers

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/27

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

28 Terms

1
New cards

Which hypervisor is known as "bare-metal" hypervisor?

Type 1

2
New cards

What is another name for a Type 1 hypervisor?

Bare-metal hypervisor

3
New cards

Which hypervisor is installed directly on the physical hardware of a server?

Type 1

4
New cards

Where is a Type 1 hypervisor installed?

Directly on the physical hardware

5
New cards

What are VMware ESXi, Microsoft Hyper-V, and Citrix XenServer examples of?

Type 1 hypervisors

6
New cards

Which hypervisor manages guest OS systems directly?

Type 1

7
New cards

A Type 1 hypervisor manages what directly?

Guest operating systems

8
New cards

Which hypervisor is suitable for large-scale virtualization in enterprise environments?

Type 1

9
New cards

The Type 1 hypervisor is most suitable for what?

Large-scale virtualization in enterprise environments

10
New cards

Which hypervisor is best used for high performance and resource efficiency?

Type 1

11
New cards

The Type 1 hypervisor is _______ resource-efficient and has _______ performance compared to a Type 2 hypervisor.

More resource-efficient; better performance

12
New cards

If you need to run multiple virtual machines on a single server, which hypervisor would you use?

Type 1

13
New cards

If you need strong isolation between VMs, which hypervisor would you use?

Type 1

14
New cards

What is another name for a Type 2 hypervisor?

Hosted hypervisor

15
New cards

Where is a Type 2 hypervisor installed?

On top of an existing operating system (OS)

16
New cards

Which hypervisor requires the host OS to manage hardware resources?

Type 2

17
New cards

What are Oracle VirtualBox, VMware Workstation, and Parallels Desktop examples of?

Type 2 hypervisors

18
New cards

Which hypervisor is suitable for desktop or development environments?

Type 2

19
New cards

The Type 2 hypervisor is _______ resource-efficient compared to a Type 1 hypervisor.

Less resource-efficient

20
New cards

If you need to run virtual machines on a desktop computer without modifying the host OS, which would you use?

Type 2

21
New cards

What is a container?

A lightweight, portable, and isolated environment for running applications

22
New cards

What do containers share with the host OS?

The host OS kernel

23
New cards

What technologies are used for containerization?

Docker, Kubernetes

24
New cards

What is the main advantage of containers over virtual machines?

More lightweight and efficient

25
New cards

What are containers ideal for?

Microservices architecture, DevOps workflows, and rapid application deployment

26
New cards

What does each container encapsulate?

An application and its dependencies

27
New cards

When should you use containers?

For rapid deployment, scalability, and easy management of applications in cloud-native environments

28
New cards

What are containers particularly useful for?

Continuous integration/continuous deployment (CI/CD) pipelines and microservices architectures