nerdexam
(ISC)2

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.

Submitted by miguelv· Mar 5, 2026Communication and Network Security

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)
  • A
    18% (5)
  • B
    4% (1)
  • C
    71% (20)
  • D
    7% (2)

Why each option

Virtual network segmentation isolates VMs into separate network zones, limiting lateral movement and containing potential breaches between workloads.

ATraffic filtering

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.

BData encryption

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.

CData segmentationCorrect

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.

DTraffic throttling

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

#virtual machine security#network segmentation#virtual networking#cloud security

Community Discussion

No community discussion yet for this question.

Full CISSP Practice