In Huawei CloudFabric and cloud networking models (aligned with OpenStack and SDN-based architectures), a VPC (Virtual Private Cloud) represents an isolated tenant network environment that contains multiple logical networking components.
Within a VPC:
A logical router provides Layer 3 routing and interconnection between subnets . Typically, one logical router is associated with a VPC to manage north-south and east-west routing.
Multiple logical switches (VXLAN networks or BDs) can be created to represent different Layer 2 segments within the same tenant environment.
Each logical switch can have multiple logical ports , which represent VM interfaces, containers, or service endpoints connected to the network.
This hierarchical design allows:
Flexible network segmentation
Multi-tier application deployment (web/app/db tiers)
Scalable tenant isolation
Huawei CloudFabric, integrated with platforms like iMaster NCE-Fabric and ManageOne , automates the creation and orchestration of these components.
Therefore, the statement is TRUE , as it accurately reflects the standard VPC network model.