Cloud Concepts Flashcards
Define cloud computing
the practice of using a network of remote servers hosted on the Internet to store, manage, and process data, rather than a local server or a personal compute.
What is an “on-prem” resource? Provide an example vs a cloud resource.
A resource on the business’s premises. For example a local server racked and in use on the business site as opposed to an Azure virtual machine located in a Microsoft DC available to you through Azure portal over the internet.
What is an availability zone?
A site consisting of multiple data center footprints, CO1, CO2, CO3, CO4 etc.
What is vertical scaling?
Adding more virtual resources to a single virtual machine. i.e. CPUs, RAM.
What is horizontal scaling?
Adding more virtual servers to a group to add overall capacity.
What is an Azure VM Scale Set?
A configuration that automatically increases or decreases the number of virtual machines in response to demand or a defined schedule.
What is a region?
a grouping of multiple data centers / availability zones
What is an Azure geography?
a discreet market of two or more regions that preserve data residency and compliance boundaries.
Are all Azure cloud services available in every region?
No
What is Azure Migrate?
Perform assessment and migration of VMware MVs, Hyper-V VMs, cloud VMs, and physical servers, as well as databases, data, virtual desktop infrastructure, and web applications, to Azure.
What is a Service Map?
Maps communicate between application components on Windows or Linux. Helps you identify dependencies when scoping what to migrate.
What is Azure TCO Calculator?
Estimates your monthly running costs in Azure versus on-premises.
What is Azure Database Migration Service?
Uses the Data Migration Assistant and the Azure portal to migrate database workloads to Azure.
What is the Data Migration Tool?
Migrates existing databases to Azure Cosmos DB
What is Azure Cost Management?
Helps you monitor, control, and optimize ongoing Azure costs.
What is the Azure Advisor?
Helps you optimize your Azure resources for high availability, performance, and cost.
What is the Azure Monitor?
Enables you to monitor your entire estate’s performance. Includes application-health monitoring via enhanced telemetry, and setting up notifications.
What is Azure Sentinel?
Provides intelligent security analytics for your applications.
Define Azure DNS
Provides ultra-fast DNS responses and ultra-high domain availability
Define Azure Virtual Network (vNET)
A logical isolated section of the Azure network for customers to launch Azure resources within.
Define Azure Load Balancer
OSI Level 4 (Transport) load balancer
Define Azure Application Gateway
OSI Level 7 (HTTP) load balancer, can apply a Web Application Firewall
Define Network Security Groups
A virtual firewall at the subnet level
Define Azure Front Door
Scalable and secure entry point for fast delivery of your global applications
Define Azure Express Route
A connection between your on-prem to Azure cloud from 50 Mbps to 10 Gbps
[T/F] Azure CLI can be installed on Windows, Mac, and Linux?
True
Does Azure provide SLAs on Services in the Free or Shared tiers?
No
List the four Azure support plans
Basic, Developer, Standard, and Professional Direct
List the four Azure subscription types
Free, Pay as you Go, Enterprise Agreement, Student
What is an Azure Region Pair?
A relationship between 2 Azure regions in a shared geography for DR
Does an Availability zone protect against data center level failures or outages?
Yes
Can a resource be a part of more than one resource group?
No. A resource can only be a member of one resource group.
Can a resource group belong to more than one subscription?
No. A resource group can only be tied or belong to a single Azure subscription.
What is Azure Container Instance (ACI)?
Runs Docker containers on-demand in a managed, serverless Azure environment. A solution for any scenario that can operate in isolated containers, without orchestration.
Can VMs in different VNETs communicate by default?
No they cannot.
Describe an Azure VPN Gateway
A virtual network gateway that sends encrypted traffic between an Azure VNET and an on-prem location over the Internet.
What is VNET Peering?
Enables seamless connection of two or more Virtual Networks in Azure.
What is ExpressRoute?
A connection that extends your on-prem networks into Azure over a private connection with the help of a connectivity provider (ISP)
Does traffic on an ExpressRoute traverse the internet?
No.
What is Azure Blob storage?
Storage optimized for storing massive amounts of unstructured data. (not a database) i.e. image or video data, or for log files.
What is Azure File Storage?
Fully managed files shares in Azure accessible via SMB or NFS
What is Azure Disk Storage?
Azure managed disks are block-level storage volumes that are managed by Azure and used with Azure VMs.