0
0
Azurecloud~5 mins

Load balancing rules in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a load balancing rule in Azure?
A load balancing rule in Azure defines how traffic is distributed from the frontend IP to backend pool instances. It specifies the protocol, port, and distribution method to balance incoming requests.
Click to reveal answer
beginner
What does the 'frontend IP configuration' specify in a load balancing rule?
It specifies the public or private IP address where the load balancer listens for incoming traffic to distribute to backend resources.
Click to reveal answer
beginner
Why is the 'backend pool' important in a load balancing rule?
The backend pool contains the virtual machines or instances that receive the traffic distributed by the load balancer according to the rule.
Click to reveal answer
intermediate
What role does the 'probe' play in Azure load balancing rules?
A probe checks the health of backend instances. The load balancer uses probe results to send traffic only to healthy instances.
Click to reveal answer
advanced
What is the difference between 'floating IP' enabled and disabled in a load balancing rule?
When floating IP is enabled, the backend instance can receive traffic directly on the frontend IP. When disabled, traffic is NATed and the backend sees the load balancer's IP as source.
Click to reveal answer
What does a load balancing rule in Azure primarily control?
AThe size of virtual machines in the backend pool
BHow traffic is distributed from frontend IP to backend pool
CThe storage account used by the load balancer
DThe region where the load balancer is deployed
Which component does a load balancing rule use to check backend instance health?
AProbe
BFirewall
CVirtual Network
DSubnet
What happens if a backend instance fails the health probe?
AThe load balancer shuts down
BIt receives more traffic
CIt is automatically deleted
DIt stops receiving traffic from the load balancer
What does enabling 'floating IP' in a load balancing rule allow?
ABackend instances receive traffic directly on the frontend IP
BLoad balancer uses multiple frontend IPs
CTraffic is encrypted end-to-end
DLoad balancer scales automatically
Which protocol can be specified in an Azure load balancing rule?
ASMTP only
BHTTP only
CTCP or UDP
DFTP only
Explain the key components of an Azure load balancing rule and their roles.
Think about where traffic comes in, where it goes, how health is checked, and special settings.
You got /5 concepts.
    Describe how Azure load balancing rules help maintain application availability.
    Consider how traffic is managed and how failures are handled.
    You got /5 concepts.