0
0
Azurecloud~5 mins

Load Balancer vs Application Gateway decision in Azure - Quick Revision & Key Differences

Choose your learning style9 modes available
Recall & Review
beginner
What is the primary function of an Azure Load Balancer?
Azure Load Balancer distributes incoming network traffic evenly across multiple backend resources at the transport layer (Layer 4), helping to ensure high availability and reliability.
Click to reveal answer
intermediate
What additional features does Azure Application Gateway provide over a Load Balancer?
Azure Application Gateway operates at the application layer (Layer 7) and offers features like SSL termination, cookie-based session affinity, URL-based routing, and Web Application Firewall (WAF) capabilities.
Click to reveal answer
beginner
When should you choose Azure Load Balancer over Application Gateway?
Choose Azure Load Balancer when you need fast, simple, and high-throughput load balancing for TCP/UDP traffic without the need for advanced routing or security features.
Click to reveal answer
intermediate
What is a key use case for Azure Application Gateway?
Use Azure Application Gateway when you need advanced HTTP/HTTPS routing, SSL offloading, or protection against web vulnerabilities using the Web Application Firewall.
Click to reveal answer
advanced
How does Azure Application Gateway support session affinity?
Azure Application Gateway supports cookie-based session affinity, which directs user requests to the same backend server during a session to maintain stateful interactions.
Click to reveal answer
Which Azure service operates at Layer 4 and balances TCP/UDP traffic?
AAzure Load Balancer
BAzure Application Gateway
CAzure Traffic Manager
DAzure Front Door
Which feature is exclusive to Azure Application Gateway and not available in Azure Load Balancer?
AUDP load balancing
BTCP load balancing
CHigh availability
DSSL termination
For simple, high-throughput load balancing of non-HTTP traffic, which Azure service is best?
AAzure Application Gateway
BAzure CDN
CAzure Load Balancer
DAzure API Management
Which Azure service provides Web Application Firewall (WAF) capabilities?
AAzure Application Gateway
BAzure Load Balancer
CAzure Traffic Manager
DAzure VPN Gateway
What type of routing can Azure Application Gateway perform that Azure Load Balancer cannot?
ARound-robin TCP load balancing
BURL-based routing
CUDP packet forwarding
DStatic IP assignment
Explain the main differences between Azure Load Balancer and Azure Application Gateway and when to use each.
Think about the network layers and features each service offers.
You got /4 concepts.
    Describe a scenario where Azure Application Gateway is the better choice over Azure Load Balancer.
    Focus on web application security and routing needs.
    You got /4 concepts.