CCSP Exam QuestionsBrowse all questions from this exam

CCSP Exam - Question 83


When is a virtual machine susceptible to attacks while a physical server in the same state would not be?

Show Answer
Correct Answer: D

A virtual machine is ultimately an image file residing on a file system. Because of this, even when a virtual machine is powered off, it is still susceptible to attacks and modification. For example, if the hypervisor or host system it resides on is compromised, the offline VM’s resources can be accessed or tampered with. A physical server that is powered off, however, is much less vulnerable since it typically requires physical access to be compromised.

Discussion

8 comments
Sign in to comment
Masia767Option: D
Jul 13, 2022

Should be D, since vm is still vulnerable even when powered off, because if hypervisor or host machine gets compromised while powered ON, offline VM can be the target still. Physical machine when offline is not accessible .

Krishna2637Option: D
Aug 26, 2023

Patch issues exists in both cases.

skis4uOption: C
Nov 25, 2021

why not option C ? un-patched VM's can be susceptible to attacks.

EdwardLeeBurtle
Dec 28, 2021

I believe that the stipulation of the question that a physical server would not be susceptible to the same attack would disqualify C as both VMs and Physical servers are susceptible if unpatched.

akg001Option: C
May 18, 2022

C. When it is not patched

Pika26Option: C
May 22, 2023

C. When it is not patched

KneebeeOption: D
Mar 9, 2024

When a virtual machine (VM) is powered off, it's still susceptible to certain types of attacks; whereas a physical server in the same state would not be.

globy118Option: C
Jun 10, 2024

When a VM is not patched, it remains susceptible to attacks even when powered off. In contrast, a powered-off physical server is less exposed.

TheFivePipsOption: D
Jun 28, 2024

I apologize for any confusion earlier. Let's address the question directly: When is a virtual machine susceptible to attacks while a physical server in the same state would not be? The correct answer is: D. When it is powered off Explanation: Powered-off Virtual Machine (VM): Even when a virtual machine is powered off, its virtual disks and configurations are still stored on the hypervisor's storage system. While access to these resources is typically secured, vulnerabilities could potentially be exploited through administrative interfaces or if snapshots are not properly managed or encrypted. Powered-off Physical Server: A powered-off physical server, on the other hand, typically requires physical access to the server hardware to compromise its data or security. Physical security measures such as locked server rooms or cabinets provide significant protection against unauthorized access.