Load Balancing Flashcards

(27 cards)

1
Q

What are the four “Main” Azure services that provide Load Balancing capabilities?

A
  • Application Gateway
  • Front Door
  • Load Balancer
  • Traffic Manager
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the four main load balancing services are HTTPS and which are non-HTTPS?

A

HTTPS: Front Door, Application Gateway

Non-HTTPs: Load Balancer, Traffic Manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What type of load balancing does the Load Balancer service perform?

A

Layer 4 load balancing for all TCP and UDP protocols

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What type of redundancy does the Load Balancer service provide?

A

Zone-redundant (across multiple availability zones)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What type of load balancing does the Traffic Manager service provide?

A

Layer 7, DNS-based, load balancing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What type of redundancy does the Traffic Manager service provide?

A

Regional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What type of load balancing does the Application Gateway service provide?

A

Layer 7 (HTTPS-only) load balancing with features such as SSL offloading

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What type of redundancy does Application Gateway service provide?

A

Regional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What type of load balancing does the Front Door service provide?

A

Layer 7 (HTTPS - only) load balancing with features such as SSL offloading, path-based routing, caching, and fast-failover. Front Door can function much like a content delivery network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What type of redundancy does the Front Door service provide?

A

Global

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What tools can you use to determine which load balancing service you might need to use?

A

1) Load Balancing Decision Tree found in the Microsoft Architecture center
2) “Load balancing and content delivery” Page in the Azure Portal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the main drawback to Traffic Manager?

A

HA Fail-over is not as fast as Front Door

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the key factors to deciding on what type of load balancer to use?

A
  • Type of traffic: HTTPS? Private? Public?
  • Scope: VMs? Containers? Regional?
  • Availability: SLA
  • Cost
  • Features and Limitations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the three Load Balancer SKU types

A
  • Basic (retired Sept 2025)
  • Standard
  • Gateway
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What factors do a Load Balancer SKU affect?

A
  • Backend Pool Size
  • Backend Pool Endpoint types
  • Health Probe types
  • Health Probe behaviors
  • Availability Zones
  • Diagnostic metrics
  • Default Security
  • Multiple Front Ends (inbound and/or outbound)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the key features of Traffic Manager?

A
  • Increase application availability: redundancy of backed endpoints
  • Improve application performance: pick endpoints with low latency
  • Service maintenance without downtime
  • Combine hybrid applications
  • Distribute traffic for complex deployments
17
Q

How does Traffic Manager work?

A

It uses DNS to direct client requests with different traffic-routing methods to the desired backend endpoint.

18
Q

What are some common Traffic Manager traffic-routing methods used for redirection?

A
  • Priority
  • Weighted (Random using weights)
  • Performance (latency between client and backend endpoints)
  • Geographic
  • Nested (combination of those above)
19
Q

Name the primary features of the Application Gateway service?

A
  • Support for HTTP, HTTPS, and HTTP/2
  • Web Application Firewall
  • End-to-end Encryption
  • Dynamic auto-scaling to meet traffic demand
  • Connection draining for graceful backend connection termination
  • Session stickiness
  • Path and URL based routing
20
Q

What are the five key elements to configuring Azure Application Gateway?

A
  • Front-End IP address
  • Listeners
  • Request routing rules
  • Backend Pools
  • Health probes
21
Q

What types of systems and PaaS services can be load balanced using Application Gateway?

A
  • Virtual Machines
  • VM Scale Sets
  • On-Premises servers
  • Azure App Services
22
Q

What additional security feature can be enabled on Azure Application Gateway?

A

Web Application Firewall

23
Q

What are the two types of routing methods used by Application Gateway?

A
  • Path-based
  • Multiple Sites
24
Q

Describe the two types of routing methods used by Application Gateway?

A

Path-based routing - routes traffic to different backends based on the URL

Multiple Sites Routing - Uses multiple DNS names and listeners (for the same IP address) to direct traffic to different backend pools

25
There are three additional "routing features" Application Gateway possesses - name them.
- Redirection - Rewrite (HTTP Headers) - Custom Error Pages
26
What are the two tiers of Azure Front Door and which features are included in each?
**Standard:** CDN, global load balancing, SSL offload, domain and certificate management, enhanced security and traffic management **Premium:** Standard features plus Web Application Firewall, BOT protection, Private Link Support, Integration with Microsoft Threat Intelligence
27
What are the three elements that Front Door uses for it's routing algorithm, in order of how they are matched?
1 - Protocol (HTTP/HTTPS) 2 - Hosts (www.domain.com) 3 - Paths (*/images/pic.gif)