nerdexam
Huawei

H13-511_V5.5 · Question #171

Which of the following items belong to the working mode of CPU in full virtualization? (Multiple choice)

The correct answer is A. Binary rewriting B. Pure software simulation D. Trapped and simulated. Full virtualization allows unmodified guest operating systems to run by intercepting and handling privileged instructions through several techniques. Binary rewriting (A) rewrites privileged instructions in guest code at runtime before execution (used by VMware), pure software…

Virtualization Technologies

Question

Which of the following items belong to the working mode of CPU in full virtualization? (Multiple choice)

Options

  • ABinary rewriting
  • BPure software simulation
  • CModify the kernel
  • DTrapped and simulated

How the community answered

(21 responses)
  • A
    71% (15)
  • C
    29% (6)

Explanation

Full virtualization allows unmodified guest operating systems to run by intercepting and handling privileged instructions through several techniques. Binary rewriting (A) rewrites privileged instructions in guest code at runtime before execution (used by VMware), pure software simulation (B) emulates hardware entirely in software so the guest OS never touches real hardware directly, and trap-and-emulate (D) causes privileged instructions to trap to the hypervisor, which then safely simulates their effect - all three operate without touching the guest OS itself.

Option C (modify the kernel) is wrong because kernel modification is the defining characteristic of para-virtualization (e.g., Xen), not full virtualization. Full virtualization's entire value proposition is that the guest OS runs completely unmodified.

Memory tip: Think of "full" as meaning the guest is fully unmodified - if a technique requires touching the guest OS kernel (C), it breaks the "full" contract and belongs to para-virtualization instead.

Topics

#Full Virtualization#Hypervisor Techniques#CPU Virtualization Modes#Binary Rewriting

Community Discussion

No community discussion yet for this question.

Full H13-511_V5.5 Practice