Azure Load Balancer Flashcards

1
Q

Azure Load Balancer

A

Operates at Layer 4 (Transport Layer)
Used to distribute traffic to virtual machines
Increases fault tolerance and availability for your application
Uses a public IP address in front of the ALB
Back end pool is literally your Virtual Machines
LB uses a health probe which needs the protocol, port, interval and threshold set
Cannot be used to route traffic between resources in different regions, only the same region
Standard Load Balancer have high availability of 99.99%
Basic Load Balancer do not have any HA
VM’s should be assigned a standard static public IP address

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

Application Gateway

A

Operates at Layer 7 (Application Layer)
Web Traffic Load Balancer
URL Routing – e.x. would be /video goes to backendpool1, /images goes to backendpool2
SSL termination
Need an empty subnet available for deployment of ALG

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

WAF (Web Application Firewall)

A

Centralized protection for your web app from common exploits and vulnerabilities

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