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?
✗ Incorrect
Load balancing rules define how incoming traffic is distributed to backend instances.
Which component does a load balancing rule use to check backend instance health?
✗ Incorrect
Probes monitor backend health to ensure traffic is sent only to healthy instances.
What happens if a backend instance fails the health probe?
✗ Incorrect
Unhealthy instances are excluded from receiving traffic until they pass the probe again.
What does enabling 'floating IP' in a load balancing rule allow?
✗ Incorrect
Floating IP allows backend VMs to see the frontend IP as the destination IP.
Which protocol can be specified in an Azure load balancing rule?
✗ Incorrect
Azure load balancer supports TCP and UDP protocols for load balancing rules.
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.