Recall & Review
beginner
What is Azure Load Balancer (Layer 4)?
Azure Load Balancer (Layer 4) is a service that distributes incoming network traffic across multiple virtual machines or services based on transport layer protocols like TCP and UDP, helping to improve availability and scalability.
Click to reveal answer
beginner
Which OSI layer does Azure Load Balancer operate on?
Azure Load Balancer operates on Layer 4, the Transport Layer, which means it routes traffic based on IP address and TCP/UDP ports without inspecting the content of the packets.
Click to reveal answer
intermediate
What are the two types of Azure Load Balancer?
Azure Load Balancer has two types: Basic and Standard. Basic is for small-scale or dev/test workloads, while Standard supports higher scale, availability zones, and more features.
Click to reveal answer
intermediate
How does Azure Load Balancer handle health probes?
Azure Load Balancer uses health probes to check the status of backend instances. If an instance fails the probe, it stops sending traffic to that instance until it becomes healthy again.
Click to reveal answer
intermediate
What is the difference between Public and Internal Azure Load Balancer?
Public Load Balancer routes traffic from the internet to your VMs, while Internal Load Balancer routes traffic within a virtual network or from on-premises networks, keeping traffic private.
Click to reveal answer
Which protocol does Azure Load Balancer use to distribute traffic?
✗ Incorrect
Azure Load Balancer works at Layer 4 and distributes traffic based on TCP and UDP protocols.
What happens if a backend VM fails the health probe in Azure Load Balancer?
✗ Incorrect
Azure Load Balancer stops sending traffic to unhealthy VMs until they pass health probes again.
Which Azure Load Balancer type supports availability zones?
✗ Incorrect
Standard Load Balancer supports availability zones for higher availability.
What is the main difference between Public and Internal Azure Load Balancer?
✗ Incorrect
Public Load Balancer handles internet traffic, while Internal Load Balancer routes traffic privately inside a virtual network.
Azure Load Balancer operates at which OSI model layer?
✗ Incorrect
Azure Load Balancer works at Layer 4, the Transport Layer.
Explain how Azure Load Balancer improves application availability and scalability.
Think about how spreading traffic helps keep apps running smoothly.
You got /4 concepts.
Describe the difference between Basic and Standard Azure Load Balancer.
Consider scale, features, and reliability differences.
You got /4 concepts.