Cloud Concepts, Architecture, and Design Flashcards
What service model is an application like DropBox and Office 365?
SaaS
What does the customer have access to in SaaS?
Enterprise apps, Desktop apps, and Mobile apps
What service model is a platform like Windows Server?
PaaS
What does the customer have access to in PaaS?
Development/runtime tools/environment
What service model offers processing, storage, or networking resources like a vDC (Virtual Data Center)?
IaaS
What does the customer have access to in IaaS?
CPU, disk drives, networks, and data centers
What service category supports real-time interaction and collaboration? Examples include voice over IP (VoIP or Internet telephony), IM, collaboration and videoconference applications using fixed and mobile devices.
CaaS - Communications as a Service
What service category supports processing resources to run software?
CompaaS - Compute as a service
Concepts and objects related to software computation. Refers to processing power, memory, networking, storage, and other resources required for the computational success of any program.
Compute
What can version control be used for?
Tracking versions worked on by developers and track configuration of systems and apps.
What is it called when you have the ability to reverse original operations and a move?
Reversibility
What is it called when you design workloads that don’t leverage vendor specific features?
Portability
What is it called when a vendor can easily support solution integrations?
Interoperability
What is it called when data science and statistics are used to uncover hidden knowledge in data accumulated each day?
Machine learning
Uncover trends, categorize records, and run biz efficiently.
What ML analyzes data to do
What are a collection of techniques designed to mimic human thought processes in computers?
AI
What is descriptive analytics?
Describing data.
Using existing data to predict future events.
Predictive analytics
Optimizing our behavior by simulating many scenarios.
Prescriptive analytics
Storing records to distribute among many different systems in a manner that prevents anyone from tampering with them in a ledger.
Blockchain technology
What is connecting nontraditional devices to the internet for collection, analysis, and control?
IoT - Internet of Things
What is a lightweight way to package an app to make it portable to move easily b/w hardware platforms?
Containers
Instead of running hypervisors, systems supporting containers run a…
Containerization platform
What is the major benefit of containers over virtual machines?
They don’t have their own OS kernel - they use the host’s OS kernel.