1V0-21.20 · Question #6
Which feature helps maintain zero data loss when a VM on an ESXi server fails unexpectedly?
The correct answer is B. Fault Tolerance. VMware Fault Tolerance (FT) is the specific vSphere feature designed to maintain zero data loss when a VM on an ESXi server fails unexpectedly. FT achieves this by creating and continuously synchronizing a live shadow instance of the VM on a separate host.
Question
Which feature helps maintain zero data loss when a VM on an ESXi server fails unexpectedly?
Options
- AvMotion
- BFault Tolerance
- CStorage vMotion
- DvSphere High Availability
How the community answered
(49 responses)- A4% (2)
- B88% (43)
- C2% (1)
- D6% (3)
Why each option
VMware Fault Tolerance (FT) is the specific vSphere feature designed to maintain zero data loss when a VM on an ESXi server fails unexpectedly. FT achieves this by creating and continuously synchronizing a live shadow instance of the VM on a separate host.
vMotion is used for live migration of a running VM between hosts without downtime but does not protect against data loss during an unexpected host failure as it's not designed for automatic failover with continuous state synchronization.
VMware Fault Tolerance (FT) provides continuous availability for a virtual machine by creating and maintaining a live shadow instance of that VM on a separate ESXi host. If the primary VM's host experiences an unexpected failure, the shadow VM instantly takes over operations, ensuring zero downtime and, critically, zero data loss because the states of both VMs are kept perfectly synchronized.
Storage vMotion facilitates the live migration of a VM's disk files between datastores without downtime and offers no protection against data loss due to host failure.
vSphere High Availability (HA) automatically restarts VMs on other hosts in the cluster after an ESXi host failure, minimizing downtime, but it can still result in a brief service interruption and potential data loss for in-flight transactions that were not committed at the time of the failure, as the VM is rebooted.
Concept tested: vSphere Fault Tolerance for zero data loss
Source: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.ft.doc/GUID-E74C65D6-B81C-4C98-A702-86AE96A3C449.html
Topics
Community Discussion
No community discussion yet for this question.