Volume 2 - Chapter 20: Cloud Architecture Flashcards
Having multiple threads connected to a single CPU core.
In regards to virtualization, describe the function of a container engine.
A container engine is the software component installed on an OS that allows users to deploy and run containers
What do the green and orange dots represent in the image detailed below?
Green: A Top of Rack Switch (ToR)
Orange: An End of Row Switch (EoR)
The Top of Rack switch acts as a(n) ____
While the End of Row switch acts as a(n) ____
ToR: Access
EoR: Distribution
Describe the traditional workflow within a virtualized data center.
- A customer or developer will submit a change request outlining their requirements
- A server virtualization engineer will use either a GUI or API to add, modify or delete the VMs
Describe the 5 characteristics of a cloud computing service.
- On-Demand: The IT customer can start and stop the services they require on their end
- Broad Network Access: The cloud service can be reached from anywhere
- Resource Pooling: The provider has a pool of server resources that are dynamically allocated for the client
- Rapid Elasticity: Additional services required can be filled quickly
- Measured Service: Resource utilization is tracked and can be provided to the client
What term best describes the following?
A self-service portal used in a cloud environment that lists all services available and allows for users to quickly provision new VMs and services.
Cloud Service Catalogue
True or False:
A cloud service catalogue supports both GUI and API interaction methods to provision new services
True
The following diagram is an example of what type of cloud service?
A public cloud provider
What cloud service model best matches the following?
A model where the user selects the underlying virtual machine hardware settings and optional OS, afterwards installing their own Apps
Infrastructure as a Service (IaaS)
What cloud service model best matches the following?
A model where the user selects and customizes only the application. All other parameters such as the OS and hardware are invisible to the client.
Software as a Service (SaaS)
What cloud service model best matches the following?
A model similar to Iaas, but provides a prebuilt development platform. Resources are configurable by the client.
Platform as a Service (PaaS)
Describe the 3 pros of connecting to a public cloud using the internet.
- Agility: No private WAN connections need to be setup
- Migration: Services can be migrated easier between different cloud providers
- Remote Work: Users can use their SaaS applications from anywhere
Describe the 4 cons of connecting to a public cloud using the internet.
- Security: The internet is less secure than a private WAN
- Capacity: Applications in the public cloud increase internet traffic utilization
- Quality of Service (QoS): The internet does not provide QoS; cannot control Jitter, delay, and loss
- No WAN SLA: ISPs don’t provide SLAs for internet availability
What are the 2 main options available for a private connection to a public cloud?
A private WAN (MPLS as an example)
An Internet-Based VPN Tunnel