Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 2V0-21.20 All Questions

View all questions & answers for the 2V0-21.20 exam

Exam 2V0-21.20 topic 1 question 69 discussion

Actual exam question from VMware's 2V0-21.20
Question #: 69
Topic #: 1
[All 2V0-21.20 Questions]

How does vSphere handle memory allocation during the instant clone process?

  • A. The first child virtual machine serves as a memory snapshot for any subsequent child virtual machines.
  • B. An identical clone of the parent virtual machine's memory is created for each child virtual machine
  • C. Memory is shared among all child virtual machines using a delta disk.
  • D. A unique memory pool is created per child virtual machine using copy-on-write.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
mike_m_xent
10 months, 3 weeks ago
Selected Answer: B
The result of an Instant Clone operation is a virtual machine that is called a destination virtual machine. The processor state, virtual device state, memory state, and disk state of the destination virtual machine are identical to those of the source virtual machine. During an Instant Clone operation, the source virtual machine is stunned for a short period of time, less than 1 second. While the source virtual machine is stunned, a new writable delta disk is generated for each virtual disk and a checkpoint is taken and transferred to the destination virtual machine.
upvoted 1 times
...
aniro
11 months, 3 weeks ago
B is correct: "The processor state, virtual device state, memory state, and disk state of the destination virtual machine are identical to those of the source virtual machine. " Source: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vm_admin.doc/GUID-853B1E2B-76CE-4240-A654-3806912820EB.html
upvoted 1 times
...
wruiz1127
1 year, 1 month ago
C. An instant clone is a child VM that shares virtual disks and memory with the parent VM in an ongoing manner. https://www.vmware.com/content/dam/digitalmarketing/vmware/en/pdf/techpaper/performance/cloning-vSphere7-perf.pdf
upvoted 1 times
...
BowlOfRice
1 year, 3 months ago
D. A unique memory pool is created per child virtual machine using copy-on-write. During the instant clone process in vSphere, a unique memory pool is created for each child virtual machine using a technique called copy-on-write (COW). Instant cloning is a feature in VMware vSphere that allows rapid provisioning of virtual machines by leveraging memory and disk sharing. When an instant clone is requested, a "fork" of the parent virtual machine's memory is created for each child virtual machine. Initially, the memory is shared between the parent and the clones. However, as soon as a modification is made to the memory of a clone (e.g., due to an application running in the clone), a new unique memory page is created for that specific clone.
upvoted 4 times
...
Vachs
1 year, 4 months ago
The correct answer is D - A Unique pool... This answer is from UDEMY. https://kb.vmware.com/s/article/2080735 http://www.yellow-bricks.com/2018/05/01/instant-clone-vsphere-67/ https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vm_admin.doc/GUID-853B1E2B-76CE-4240-A654-3806912820EB.html -The Memory is not cloned as this will take time and consume memory. - An Unique pool is created with copy on write
upvoted 3 times
...
Dhelailla
1 year, 5 months ago
Answer B is correct. The result of an Instant Clone operation is a new virtual machine that is identical to the source virtual machine. https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vm_admin.doc/GUID-853B1E2B-76CE-4240-A654-3806912820EB.html
upvoted 1 times
...
MrJJ10
1 year, 6 months ago
Selected Answer: C
I am choosing C. Based on this (dated 2021): https://www.vmware.com/content/dam/digitalmarketing/vmware/en/pdf/techpaper/performance/cloning-vSphere7-perf.pdf However, based on this(dated 202): https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vm_admin.doc/GUID-853B1E2B-76CE-4240-A654-3806912820EB.html the answer would be "B" Very tricky question the way it is worded.
upvoted 1 times
...
hawkens
1 year, 6 months ago
Copy on Write technique is for linked clones Linked Clone A linked clone is a child VM that shares virtual disks with the parent VM in an ongoing manner. A linked clone is made from a snapshot of the parent and uses snapshot-based delta disks. The child disks employ a copy-on-write (COW) mechanism, in which the virtual disk contains no data in places until copied there by a write. This optimization conserves storage space. https://www.vmware.com/content/dam/digitalmarketing/vmware/en/pdf/techpaper/performance/cloning-vSphere7-perf.pdf
upvoted 1 times
...
hawkens
1 year, 6 months ago
Seems answer B is correct https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vm_admin.doc/GUID-853B1E2B-76CE-4240-A654-3806912820EB.html
upvoted 1 times
...
LES_LES1
1 year, 7 months ago
What is the correct answer?
upvoted 1 times
...
PawelNotts
1 year, 8 months ago
Selected Answer: D
https://blogs.vmware.com/euc/2016/02/horizon-7-view-instant-clone-technology-linked-clone-just-in-time-desktop.html Important fragment from the URL: Note: Copy-on-write, or COW, is an optimization strategy. This means that whenever a task attempts to make a change to the shared information, it should first create a separate (private) copy of that information to prevent its changes from becoming visible to all the other tasks.
upvoted 1 times
...
sandua
1 year, 8 months ago
Selected Answer: D
https://blogs.vmware.com/euc/2016/02/horizon-7-view-instant-clone-technology-linked-clone-just-in-time-desktop.html
upvoted 2 times
...
ch2023
1 year, 8 months ago
Selected Answer: C
Once instantiated, the Instant Clone is an independent VM that starts executing from the exact running state of the sourceVM which enables rapid provisioning of VMs that are immediately available for consumption, unlike traditional full clones. This instant provisioning is made possible by sharing both the memory and disk state of the SourceVM. From a memory standpoint, all Instant Clones will share the same physical memory pages as its SourceVM. This is true even if Transparent Memory Sharing (TPS) is disabled, which is actually really cool (more details will be updated in KB 2080735 for those interested). In other words, TPS is just one of the techniques that Instant Clone can take advantage of but not solely rely on to help deliver maximum memory efficiencies which ultimately enables greater consolidation ratios.
upvoted 1 times
...
cozy101
1 year, 9 months ago
Selected Answer: D
D is correct answer. When an instant clone is created in vSphere, the memory allocation is handled in a unique way that differs from traditional cloning methods. Rather than creating a new copy of the virtual machine's memory, vSphere leverages a feature called Memory COW (Copy-On-Write) technology to allow multiple virtual machines to share the same memory space. During the instant clone process, a new virtual machine is created with a snapshot of the parent virtual machine's disk state. However, instead of creating a new copy of the virtual machine's memory, the new virtual machine is linked to the parent virtual machine's memory space, which is marked as read-only. As the new virtual machine runs, any writes to memory are redirected to a new memory page, which is then marked as read-write and is unique to that virtual machine. This means that multiple virtual machines can share the same memory space without interfering with each other. This Memory COW technology allows for faster creation of virtual machines and reduced memory usage, as only the memory pages that have been modified need to be stored separately for each virtual machine.
upvoted 2 times
...
Lou92230
1 year, 9 months ago
Correct answer B
upvoted 1 times
...
VladiDo
1 year, 9 months ago
Selected Answer: B
https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vm_admin.doc/GUID- 853B1E2B-76CE-4240-A654-3806912820EB.html
upvoted 1 times
...
VladiDo
1 year, 9 months ago
B is correct https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vm_admin.doc/GUID- 853B1E2B-76CE-4240-A654-3806912820EB.html
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...