A single private network that spans your regions. Place a subnet wherever your workloads run and reach them over private IP — no per-region VPC mesh to stitch together.

Most clouds give you a VPC per region and leave you to peer them. On Zenlayer the VPC is global — create it once, put a subnet in each region your workloads run, and instances share consistent private addressing and routing.
No per-region peering to stand up and maintain as you add regions.
Within one global VPC, link two regions over Zenlayer's private backbone with Cross-Region Bandwidth — traffic between your regions stays off the public internet.
Bring a private IPv4 block from the standard ranges, optionally enable private IPv6, and pick the MTU your workload needs.
MTU is set at creation — choose 9000 up front for jumbo frames.
Teams whose architecture spans regions and shouldn't have to hand-build the network between them.
Global SaaS backends that need a single private network across the regions they run in.
Span regions without standing up and maintaining a per-region peering mesh.
Fintech and latency-sensitive workloads running in more than one region at once.
Declare the global VPC once and apply it — or drive the same workflow over the REST API, the Go and Node SDKs, or the CLI.
Scope, cross-region connectivity, addressing, and MTU.
Global. You create one VPC and place a subnet in each region your workloads run in — the VPC itself isn't bound to a single region.
They share the same global VPC, and Cross-Region Bandwidth carries traffic between regions over Zenlayer's private backbone instead of the public internet.
A block within the standard private ranges — 10.0.0.0/8, 172.16.0.0/12, or 192.168.0.0/16.
Private IPv6 is optional (dual-stack), and the MTU can be 1300, 1500, or 9000 for jumbo frames. MTU is fixed at creation.