Hypervisors + Containerization

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

1/4

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.

5 Terms

1
New cards

The primary responsibility of the hypervisor

is enforcing isolation between virtual machines

2
New cards

Type I hypervisors

also known as bare-metal hypervisors, operate directly on top of the underlying hardware. The hypervisor then supports guest operating systems for each virtual machine

3
New cards

Type II hypervisors

run as an application on top of an existing operating system. In this approach, the operating system supports the hypervisor and the hypervisor requests resources for each guest operating system from the host operating system

4
New cards

Containers

provide application-level virtualization. ___ package applications allow them to be traded as units of virtualization that become portable across operating systems and hardware platforms

5
New cards

Specific ways we can secure containers recommended by NIST include

  • Using container-specific host operating systems

  • Segmenting containers by risk profile and purpose

  • Using container-specific vulnerability management security tools