Dear user,
Virtual Private Cloud (VPC)
A VPC is logically isolated, configurable and manageable virtual network for cloud servers, cloud containers and cloud databases. It improves resource security and simplifies network deployment in the cloud.
Each VPC consists of a private CIDR block, route tables, and at least one subnet. When you create a VPC, you need to specify a CIDR block for the VPC and the system automatically generates a default route table for the VPC. All resources in a VPC must be deployed on subnets. The default route table ensures that all subnets in the VPC can communicate with each other.

VPC can work together with other network services for network connectivity:
Thanks!