You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Google Cloud offers two Network Service Tiers that determine how traffic is routed between users and your GCP resources: Premium Tier and Standard Tier. The choice of tier affects latency, performance, reliability, and cost. Understanding the differences is essential for making informed decisions about your network architecture and budget.
Network Service Tiers control the quality of the network path that traffic takes between the internet and your GCP resources:
Premium Tier is the default for all GCP networking resources. When a user in London accesses your application in europe-west2, the traffic enters Google's network at a London PoP and travels entirely over Google's private backbone to the GCP region. Return traffic follows the same path.
| Feature | Detail |
|---|---|
| Routing | Google's global backbone from nearest PoP to GCP region |
| Latency | Lowest — minimal hops over public internet |
| Reliability | Highest — Google's backbone has redundancy and low packet loss |
| Global LB | Supported — single anycast IP with global HTTP(S), TCP Proxy, and SSL Proxy LBs |
| SLA | Covered by Google Cloud SLA |
| Cost | Standard GCP egress pricing |
Standard Tier routes traffic over the public internet between the user and the GCP region. Traffic only enters Google's network at the peering point closest to the GCP region, not at the user's nearest PoP.
| Feature | Detail |
|---|---|
| Routing | Public internet to the GCP region's peering point |
| Latency | Higher — more hops over public internet |
| Reliability | Lower — subject to public internet congestion and variability |
| Global LB | Not supported — only regional load balancing |
| SLA | Covered by Google Cloud SLA (but performance may vary) |
| Cost | Lower egress pricing (varies by region, typically 25-50% cheaper) |
us-central1Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.