Virtual Machines

0.0(0)
studied byStudied by 1 person
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

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.

16 Terms

1
New cards

What is a computer?

Electronic device that gets work (or fun) done

2
New cards

Examples of computers

desktop, laptop, cellphone, other devices

3
New cards

What are computers built from?

Hardware

4
New cards

What runs computer hardware?

OS software

5
New cards

What is a virtual machine?

Software that runs in user space in the existing OS (host OS) as an independent process. It is a virtual environment that emulates a computer system with its own virtual cpu, memory, network interface and storage

6
New cards

What can a VM house simultaneously?

many different OSs (Guest OS)

7
New cards

What does the Virtual Machine Manager do?

It creates and runs your VM by creating a virtual interface identical to the host machine

8
New cards

Other name for VMM?

Hypervisor

9
New cards

What do VMs use to operate?

A computers physical resources

10
New cards

Type 2 VMM

emulates VM and underlying hardware, runs on host OS (Oracle VirtualBox, VM Ware Workstation)

11
New cards

Type 1 VMM

“bare metal”, runs directly on hardware directly without underlying OS

12
New cards

Appliance

A VM setup, pre-configured and packaged in open virtualization format (.OVF) that can be imported or exported

13
New cards

Clone

A copy of the VM on the same machine (different UUIDs)

14
New cards

Snapshot

A backup of the VM. That can restore the VM in case of VM failure

15
New cards

Oracle Virtual Box:

  • Computer can run multiple OSs in multiple VMs at the same time.

  • Container is a virtual setup that keeps applications isolated from the OS they run on.

  • Provides complete isolation from other containers and from the host OS.

  • Has its own process and networking, resembles sandbox environment.

    • # of VMs is limited by disk space and memory

  • Can be frozen, woken up, copied, backed up, and transported between hosts.

  • Free….

16
New cards

History of Oracle VirtualBox

Created by Innotek GmbH, sold to Sun in 2008, then to Oracle in 2010