0
0
Azurecloud~5 mins

Azure Load Balancer (Layer 4) - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AHTTP and HTTPS
BDNS and DHCP
CFTP and SMTP
DTCP and UDP
What happens if a backend VM fails the health probe in Azure Load Balancer?
ATraffic is still sent to the VM
BTraffic is stopped to that VM until it recovers
CThe VM is deleted automatically
DThe Load Balancer restarts
Which Azure Load Balancer type supports availability zones?
ABasic
BClassic
CStandard
DNone
What is the main difference between Public and Internal Azure Load Balancer?
APublic routes internet traffic; Internal routes traffic within a virtual network
BPublic is free; Internal is paid
CPublic supports TCP; Internal supports UDP
DPublic is Layer 7; Internal is Layer 4
Azure Load Balancer operates at which OSI model layer?
ALayer 4 - Transport
BLayer 3 - Network
CLayer 2 - Data Link
DLayer 7 - Application
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.