Azure/스터디

Azure Dump #4

알라르방 2021. 9. 15. 16:29

You have an on-premises network that contains several servers.
You plan to migrate all the servers to Azure.
You need to recommend a solution to ensure that some of the servers are available if a single Azure data center goes offline for an extended period.
What should you include in the recommendation?

  • A. fault tolerance
  • B. elasticity
  • C. scalability
  • D. low latency

 

 

 

 

 

 

 

 

정답 : A
Fault tolerance is the ability of a system to continue to function in the event of a failure of some of its components.
In this question, you could have servers that are replicated across datacenters.
Availability zones expand the level of control you have to maintain the availability of the applications and data on your VMs. Availability Zones are unique physical locations within an Azure region. Each zone is made up of one or more datacenters equipped with independent power, cooling, and networking. To ensure resiliency, there are a minimum of three separate zones in all enabled regions. The physical separation of Availability Zones within a region protects applications and data from datacenter failures.
With Availability Zones, Azure offers industry best 99.99% VM uptime SLA. By architecting your solutions to use replicated VMs in zones, you can protect your applications and data from the loss of a datacenter. If one zone is compromised, then replicated apps and data are instantly available in another zone.
References:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/manage-availability

 

반응형

'Azure > 스터디' 카테고리의 다른 글

Azure Dump #6  (0) 2021.09.15
Azure Dump #5  (0) 2021.09.15
Azure Dump #3  (0) 2021.09.15
Azure Dump #2  (0) 2021.09.15
Azure Dump #1  (0) 2021.09.15