(Unit 2 of 5) Azure storage redundancy Flashcards
Name the factors that may help you decidewhich redundancy option you shoud choose.
- **How your data is replicated **in the primary region.
- Whether your data is replicated to a second region that is geographically distant to the primary region.
- Whether your application requires read access to the replicated data in the secondary region
How many times is data replicated in the PRIMARY region?
Three times in the primary region.
Name the 2 methods used for replicating data in the PRIMARY region
locally redundant storage (LRS) and zone-redundant storage (ZRS)
Draw a diagram and explain the 1st type of data replication in the PRIMARY region.
- Data replicated 3 times in 1 data center
- Lowest cost option
- Least durabillity
Describe the 2nd type of data replication in the PRIMARY region.
https://learn.microsoft.com/en-us/training/wwl-azure/describe-azure-storage-services/media/locally-redundant-storage-37247957.png
- Data replicated 3 times synchronously, 1 time per data center
- Read an write access even when another zone is unavailable
Describe the 1st type of data replication in the SECONDARY region
Geo-redundant storage:
1. LRS in the 1st and then LRS again in the 2nd region
Describe the 2nd type of data replication in the SECONDARY region
Geo-zone-redundant storage:
1. ZRS in the first region, LRS in the 2nd
2. Most reliable replication type
Name the 2 SUB-types of replication in the SECOND region
- Read-access geo-redundant storage (RA-GRS)
- Read-access geo-zone-redundant storage (RA-GZRS).
Name the 2 SUB-types of replication in the SECOND region
- Read-access geo-redundant storage (RA-GRS)
- Read-access geo-zone-redundant storage (RA-GZRS).
What are the functions of the SUB types of the 2nd region replication?
If you enable read access to the secondary region, your data is always available