nerdexam
CompTIA

CV0-003 · Question #833

A company is concerned it will run out of VLANs on its private cloud platform in the next couple months, and the product currently offered to customers requires the company to allocate three dedicated

The correct answer is C. VXLAN. VXLAN extends the virtual network identifier space from 4,096 VLANs to over 16 million logical networks, resolving VLAN exhaustion while maintaining per-tenant isolation.

Cloud Architecture and Design

Question

A company is concerned it will run out of VLANs on its private cloud platform in the next couple months, and the product currently offered to customers requires the company to allocate three dedicated, segmented tiers. Which of the following can the company implement to continue adding new customers and to maintain the required level of isolation from other tenants?

Options

  • AGRE
  • BSR-IOV
  • CVXLAN
  • DIPsec

How the community answered

(30 responses)
  • A
    13% (4)
  • B
    7% (2)
  • C
    60% (18)
  • D
    20% (6)

Why each option

VXLAN extends the virtual network identifier space from 4,096 VLANs to over 16 million logical networks, resolving VLAN exhaustion while maintaining per-tenant isolation.

AGRE

GRE is a point-to-point tunneling protocol that does not provide a scalable multi-tenant identifier space comparable to VXLAN VNIs.

BSR-IOV

SR-IOV is a hardware virtualization feature that partitions a physical NIC into virtual functions for performance, but it does not address VLAN ID exhaustion or tenant network segmentation at scale.

CVXLANCorrect

VXLAN (Virtual Extensible LAN) uses a 24-bit Network Identifier (VNI), supporting approximately 16 million unique overlay networks compared to the 4,096-limit imposed by the 12-bit VLAN ID. Each customer's three dedicated tiers can be assigned unique VNIs, preserving the required segmentation and multi-tenant isolation. VXLAN encapsulates Layer 2 frames in UDP, allowing it to run over existing IP infrastructure without requiring additional physical hardware.

DIPsec

IPsec provides encryption and authentication for traffic between endpoints but does not create additional virtual network segments or solve the VLAN limit problem.

Concept tested: VXLAN scalable overlay networking for multi-tenancy

Source: https://datatracker.ietf.org/doc/html/rfc7348

Topics

#VXLAN#VLAN exhaustion#network segmentation#multi-tenancy

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice