CISSP · Question #1144
Which of the following virtual network configuration options is BEST to protect virtual machines (VM)?
The correct answer is C. Data segmentation. Virtual network segmentation isolates VMs into separate network zones, limiting lateral movement and containing potential breaches between workloads.
Question
Which of the following virtual network configuration options is BEST to protect virtual machines (VM)?
Options
- ATraffic filtering
- BData encryption
- CData segmentation
- DTraffic throttling
How the community answered
(28 responses)- A18% (5)
- B4% (1)
- C71% (20)
- D7% (2)
Why each option
Virtual network segmentation isolates VMs into separate network zones, limiting lateral movement and containing potential breaches between workloads.
Traffic filtering controls what traffic is allowed or denied at a network boundary but does not inherently isolate VMs from one another within the same network segment, making it a complementary control rather than the best standalone protection.
Data encryption protects data confidentiality in transit or at rest but does not prevent unauthorized network access or lateral movement between VMs in the same virtual network.
Data segmentation (network segmentation) divides a virtual network into isolated segments or subnets, ensuring that if one VM or segment is compromised, attackers cannot freely move laterally to other VMs. In Azure and similar platforms, this is implemented via Virtual Network subnets, Network Security Groups (NSGs), and VNet peering controls, which enforce boundary-level protection between VM workloads and reduce the overall attack surface.
Traffic throttling limits bandwidth or connection rates to mitigate denial-of-service conditions but does not provide isolation or access control to protect VMs from unauthorized access or lateral movement.
Concept tested: Virtual network segmentation for VM protection
Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/network-best-practices#logically-segment-subnets
Topics
Community Discussion
No community discussion yet for this question.