0
0
Azurecloud~10 mins

Load Balancer vs Application Gateway decision in Azure - Interactive Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to choose the Azure service that operates at Layer 4 of the OSI model.

Azure
The Azure [1] is a load balancing service that works at the transport layer (Layer 4).
Drag options to blanks, or click blank then click option'
ATraffic Manager
BApplication Gateway
CLoad Balancer
DFront Door
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing Application Gateway with Load Balancer because both distribute traffic.
Choosing Traffic Manager which is DNS-based, not Layer 4.
2fill in blank
medium

Complete the code to select the Azure service that supports Web Application Firewall (WAF).

Azure
To protect web applications from common threats, use Azure [1] which includes WAF capabilities.
Drag options to blanks, or click blank then click option'
ALoad Balancer
BApplication Gateway
CTraffic Manager
DVirtual Network
Attempts:
3 left
💡 Hint
Common Mistakes
Selecting Load Balancer which does not have WAF.
Confusing Traffic Manager which is DNS-based and does not inspect traffic.
3fill in blank
hard

Fix the error in the statement about Azure Load Balancer's traffic handling.

Azure
Azure Load Balancer routes traffic based on [1] information like URL paths.
Drag options to blanks, or click blank then click option'
AIP and port
BURL path
CHTTP headers
DCookies
Attempts:
3 left
💡 Hint
Common Mistakes
Thinking Load Balancer can route based on URL paths or headers.
Confusing Layer 4 and Layer 7 routing capabilities.
4fill in blank
hard

Fill both blanks to complete the sentence about Azure Application Gateway features.

Azure
Azure Application Gateway supports [1] routing and integrates with [2] for SSL termination.
Drag options to blanks, or click blank then click option'
AURL-based
BIP-based
CAzure Key Vault
DAzure Blob Storage
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing IP-based routing which is for Load Balancer.
Selecting Blob Storage which is not used for SSL certificates.
5fill in blank
hard

Fill all three blanks to complete the decision criteria for choosing between Load Balancer and Application Gateway.

Azure
Use Load Balancer for [1] traffic, Application Gateway for [2] traffic, and Application Gateway when you need [3].
Drag options to blanks, or click blank then click option'
ATCP/UDP
BHTTP/HTTPS
CWAF protection
DDNS routing
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing DNS routing which is handled by Traffic Manager, not these services.
Confusing TCP/UDP with HTTP/HTTPS traffic types.