Section 8 - Virtualisation Concepts Flashcards
What is at the heart of cloud computing
Virtualisation
What is virtualisation the heart of
cloud computing
What does the keyword “summarise” refer to when answering a question
Understand meaning, consolidate that info and answer the q
What is containerization a newer form of
Virtualisation
What is the newer form of virtualisation called
containerization
Explain virtualisation
Host computer installed with a hypervisor that can be used to install and manage multiple guest operating system or virtual machines
Explain Type 1 Hypervisor (bare metal)
Runs directly on the host hardware and functions as the OS (e.g. hyperV)
The hypervisor is the OS
Type II Hypervisor
runs within the normal OS
When running a VM what must you ensure in regard to OS
That you run the VM’s OS as its own copy
What do terminal services refer to
server-based
what does application streaming refer to
client-based
Explain terminal services
server-based solution that runs the application on servers in a centralized location (e.g. Microsoft’s RDP)
Explain application streaming
Client-based solution that allows an application to be packaged and streamed directly to a user’s PC (e.g. Microsoft’s App-V)
What is containerization
Type of virtualisation applied by a host OS to provision an isolated execution environment for an application
Examples of containerization
docker, parallels virtuozzo, OpenVZ
in the case of server failure what is recommended as a backup
setting up virtual serverS in the cloud with proper failover, redundancy, elasticity
What can also be done to prevent exploitation in terms of hypervisors
Not hosting all VMs on the same type of hypervisor (Oracle, VMware etc)
Why is containerization considered secure
because it provides resource segmentation and separation at the OS level
When moving over to virtualization and cloud computing what are some dangers
1) If the physical server crashes, all the orgs hosted on that same server are affected
2) An org’s failure to secure the virtual envs hosted on the shared server poses a security risk for the other orgs
To mitigate risk to our server what should be done
1) proper config
2) patched and up-to-date hypervisor
3) tight access control
What does a hypervisor do
manages the distribution of the physical resources of a server to the VMs
What type of hypervisor does bare metal refer to
Type I
What type of hypervisor does Hosted refer to
Type II
Adv of container-based virtualisation
Has less resources because it doesn’t require its own copy of the OS for individual containers