Azure Load Balancer Flashcards
What are the primary features of Azure Load Balancer?
Layer 4 (Transport Layer)
TCP and UDP load balancing,
High availability,
Autoscaling,
Health probes,
Outbound rules
What types of Azure Load Balancers are available?
Basic
Standard
Public and Internal.
What is the difference between Basic and Standard Load Balancer?
Standard supports zonal failover, higher scale, and SLA-backed availability. Basic is limited to regional failover and smaller scale.
What is the purpose of health probes in Azure Load Balancer?
To monitor the health of backend instances, ensuring traffic is routed only to healthy instances.
How does Azure Load Balancer ensure high availability?
Distributes traffic across healthy instances in multiple availability zones and fault domains.
What security features are integrated into Azure Load Balancer?
NSG (Network Security Groups) for traffic filtering, DDoS protection for Standard tier.
What use cases are suited for Azure Load Balancer?
Web applications
distributed microservices
on-premises to cloud load balancing
and cross-region traffic distribution.
What purchasing tiers are available for Azure Load Balancer?
Basic and Standard.
What integration options does Azure Load Balancer support?
Azure Virtual Network, NSGs, Azure Firewall, DDoS Protection, Azure Monitor.
How does Azure Load Balancer handle disaster recovery?
Zonal failover with Standard Load Balancer, and geo-redundancy with cross-region load balancing.
How does Azure Load Balancer work with Azure Entra ID and RBAC?
RBAC provides role-based access control for managing load balancers and associated resources.
How does Azure Load Balancer manage outbound connections?
Outbound rules define how outbound connectivity is handled, supporting dynamic and static IPs.
What is the architecture of a Standard Load Balancer?
Zonal redundancy, managed endpoints in a region, supports HA and scale-out.
What are outbound rules in Azure Load Balancer?
Rules that define how traffic from internal VMs gets routed to external networks.
What is the SLA for Standard Load Balancer?
99.99% availability when used with two or more availability zones.
What is a Load Balancing rule?
Defines how traffic is distributed across instances based on IP and port configurations.
What are the key differences between Public and Internal Load Balancers?
Public exposes services to the internet, Internal is used within a virtual network for private services.
How does Azure Load Balancer handle session persistence?
Session persistence (or sticky sessions) ensures that client requests are directed to the same backend instance.
What monitoring tools are available for Azure Load Balancer?
Azure Monitor, Log Analytics, diagnostic settings for metrics and logs.
What is a scenario where an Internal Load Balancer is preferred?
When distributing traffic within a private network, such as between VMs in a VNet.
How does Azure Load Balancer support scaling?
Automatic scaling based on traffic patterns and backend pool instance count.
What is cross-region load balancing?
Distributing traffic across multiple regions to improve availability and latency.
How does Azure Load Balancer integrate with Virtual Machines?
Distributes traffic to VMs in a backend pool based on defined load balancing rules.
How is load distribution performed in Azure Load Balancer?
Hash-based distribution algorithm using 5-tuple (source/destination IP, port, and protocol).