Architecture, Design, Virtualization Flashcards
What are the 5 characteristics of a cloud service as defined by NIST?
- On-Demand Self-Service
- Broad Network Access (available anywhere in the world)
- Resource Pooling (shared compute resources)
- Rapid Elasticity
- Metered Service (pay by usage)
What are the three primary cloud service models?
IaaS - Infrastructure as a service (VM level)
PaaS - Platform as a service (
SaaS - Software as a service
What is a public cloud?
A cloud deployment model where a company’s VMs and/or platforms and software are running in a cloud vendor’s datacenter. (Azure, AWS, Google)
What is a private cloud?
When the datacenter is on-premise for a company. However, the datacenter needs to comply with the 5 NIST-defined characteristics of cloud service to be truly considered a private cloud.
What is a hybrid cloud?
When an on-premise datacenter is connected to a public cloud provider and certain apps or VMs may reside in either place. This is becoming the most popular deployment model.
What is a community cloud?
Where organizations collaborate to create their own cloud services and share resources. This typically happens with universities or government entities.
What product/service does Cisco have to provide On-Demand Self-Service to a Private cloud?
Cisco UCS Director
What software enables per-application selection of the destination cloud platform in a Hybrid Deployment?
Cloud Brokering Software
What is the difference between a Type 1 and a Type 2 Hypervisor?
Type 1 hypervisor is installed directly onto the hardware and acts as the OS. Type 2 hypervisor is installed inside of the OS.