describe Full virtualization
guest system is not aware that it is a virtual machine
Describe Paravirtualization
guest system is aware that it is a virtual machine, uses guest drivers
What is a container
An entirely isolated set of packages, libraries and apps that are completely independent of their surroundings
Describe a Machine container
Shares a kernel and file system with the host computer
Describe a Application container
Shares everything but the app files and library files that the app needs