2V0-621 · Question #21
To reduce the attack vectors for a virtual machine, which two settings should an administrator set to false? (Choose two.)
The correct answer is A. ideX:Y.present B. serial.present. In VMware VM security hardening, unused hardware devices represent unnecessary attack vectors and should be removed from the VM configuration. The .present parameter controls whether a device actually exists in the VM - setting ideX:Y.present = false removes IDE storage…
Question
To reduce the attack vectors for a virtual machine, which two settings should an administrator set to false? (Choose two.)
Options
- AideX:Y.present
- Bserial.present
- CideX:Y.enabled
- Dserial.enabled
How the community answered
(35 responses)- A89% (31)
- C9% (3)
- D3% (1)
Explanation
In VMware VM security hardening, unused hardware devices represent unnecessary attack vectors and should be removed from the VM configuration. The .present parameter controls whether a device actually exists in the VM - setting ideX:Y.present = false removes IDE storage controllers, and serial.present = false removes serial ports. These are the correct parameters to eliminate the hardware device entirely. The .enabled option (choices C and D) is not a standard VMware configuration parameter used for enabling/disabling these specific devices; it is a distractor. The VMware Security Hardening Guides specifically recommend setting .present to false for any unused hardware to shrink the VM attack surface.
Topics
Community Discussion
No community discussion yet for this question.