0
0
Azurecloud~5 mins

Availability sets for redundancy in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is an Availability Set in Azure?
An Availability Set is a group of virtual machines that are deployed across multiple physical servers, racks, and storage units to ensure high availability and redundancy.
Click to reveal answer
beginner
Why use Availability Sets for virtual machines?
To protect applications from hardware failures by distributing VMs across different fault domains and update domains, reducing downtime.
Click to reveal answer
intermediate
What is a Fault Domain in an Availability Set?
A Fault Domain is a group of hardware that shares a common power source and network switch. VMs in different fault domains are isolated from single points of failure.
Click to reveal answer
intermediate
What is an Update Domain in an Availability Set?
An Update Domain is a group of VMs that can be rebooted or updated at the same time during planned maintenance, ensuring not all VMs go down simultaneously.
Click to reveal answer
beginner
How does an Availability Set improve application uptime?
By spreading VMs across fault and update domains, it minimizes the risk of simultaneous failures and maintenance downtime, keeping applications running.
Click to reveal answer
What does an Availability Set in Azure primarily protect against?
ANetwork traffic spikes
BHardware failures and maintenance downtime
CData corruption
DSoftware bugs
How many fault domains does Azure typically provide in an Availability Set?
A2 or more
B1
C10
DUnlimited
What is the purpose of an Update Domain?
ATo manage network traffic
BTo store VM backups
CTo increase VM CPU power
DTo group VMs for simultaneous reboot during maintenance
Can VMs in an Availability Set be in different Azure regions?
ANo, they must be in the same region
BYes, always
COnly if using premium storage
DOnly for Linux VMs
What happens if all VMs are placed in the same fault domain?
AThey are protected from hardware failure
BThey get automatic backups
CThey risk simultaneous failure if hardware fails
DThey run faster
Explain how Availability Sets help keep applications running during hardware failures and maintenance.
Think about how spreading VMs physically and logically reduces downtime.
You got /4 concepts.
    Describe the difference between a fault domain and an update domain in Azure Availability Sets.
    One is about hardware, the other about software updates.
    You got /4 concepts.