0
0
Azurecloud~5 mins

Backend pools and health probes in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a backend pool in Azure Load Balancer?
A backend pool is a group of virtual machines or instances that receive traffic from the load balancer. It acts like a team of servers ready to handle requests.
Click to reveal answer
beginner
What is the purpose of a health probe in Azure Load Balancer?
A health probe checks if the backend servers are healthy and able to respond. It helps the load balancer send traffic only to healthy servers.
Click to reveal answer
intermediate
How does a health probe determine if a backend server is healthy?
The health probe sends regular requests (like pings or HTTP checks) to the backend server. If the server responds correctly within a timeout, it is healthy.
Click to reveal answer
intermediate
Why is it important to configure health probes correctly?
Correct health probes prevent sending traffic to servers that are down or slow, improving reliability and user experience.
Click to reveal answer
intermediate
Can backend pools include virtual machines from different availability zones?
Yes, backend pools can include VMs from different availability zones to improve availability and fault tolerance.
Click to reveal answer
What does a backend pool in Azure Load Balancer consist of?
ANetwork security groups
BStorage accounts for data backup
CVirtual machines or instances that receive traffic
DAzure Functions
What is the main role of a health probe?
ATo check if backend servers are healthy
BTo store user data
CTo encrypt network traffic
DTo create virtual machines
If a backend server does not respond to a health probe, what happens?
ATraffic is doubled to that server
BThe server is automatically deleted
CThe server is restarted
DThe load balancer stops sending traffic to that server
Which protocol can health probes use to check backend servers?
ATCP, HTTP, or HTTPS
BFTP only
CSMTP only
DSSH only
Why include VMs from different availability zones in a backend pool?
ATo reduce storage costs
BTo improve availability and fault tolerance
CTo increase CPU speed
DTo simplify network security
Explain what a backend pool is and why it is important in Azure Load Balancer.
Think of a backend pool as a team of servers ready to handle user requests.
You got /3 concepts.
    Describe how health probes work and their impact on load balancer behavior.
    Health probes are like health checkups for servers to keep traffic flowing smoothly.
    You got /3 concepts.