On prem data centre can cause latency for users that are geographically far away.
With this in Mind, using the cloud can save ____ and give you_______ ______ to customers in different GEOss
Cloud can save cost and give you local presence to customers in different GEOs
Several strategies and patterns used by software architects to make complex systems easy to design/build/maintain etc
Loosely coupled architectures via:
N-Tier Architecture
An N-Tier Architecture divides an app into…
Divides app into 2 or more logical tiers
How do the tiers access each other within an N-Tier Architecture
Tiers help separate concerns and are typically reusable
How does this arcitecture help maintanenace?
Give an example of a simple 3 Tier architecture
What is an Azure Region
Azure Region
One or more data centers within a specific geographic location
A vNet is a logically isolated network on Azure, similar to networks in HyperV, VMWare and other clouds.
What does a vNet allow for…
How many regions are Azure vNets scoped to
Azure vNets are Scoped to a single region
What can be used to connect vNets to different regions
Segmenting a vNet into one or more subnets allows for
How/Why could/would you keep some tiers on prem and others in the cloyd
What are NSGs
What does Azure Load Balancer help to ensure?
What does availability refer to?
Availability = how long a service is up and running with out interruption
What does High Availability refer to?
High Availability (HA) = services up and running for a long period of time
100% Availability is difficult to achieve - many teams strive for 5-9’s (99.999%)
What does resiliency refer to?
Resiliency - Ability to stay operation during ab-normal conditions, these incl: Nat Disasters, Sys Maintenance, Spikes in traffic, Threats (DDoS attacks etc)
A Load balancer distributes traffic amongst systems in a pool helping to achieve….
Helping to achieve High Availability and Resiliency
Start with additional identical VMs so having additional system ready should one go down or get too many users.
A load balancer becomes the entry point allowing these VMs to have there own…
IP Addresses
Does the user know which VM they are using
No
At a high level how does the load balancer work
How does a load balancer allow for maintenance without service disruption
Azure Load balancer supports inbound and Outbound scenerios, low latency, high throughput.
It can scale to _____ of flows for all ___/___ applications
What advantages does Azure Load Balancer have over a traditional on prem one
Traditional Load balancers require extra H/W and Maintenance, and failure can take you back to the original issue
What situations is better to use Azure Application Gateway?
It is a load balancer designed for Web Apps