Your company is deploying a new web application on Google Cloud. You need to configure network components to serve public static web assets with edge caching and resolve internal service hostnames privately within your Virtual Private Cloud (VPC) network. Which two Google Cloud networking services should you include in your design? (Select TWO.)
- Cloud CDN integrated with a Global External HTTP(S) Load BalancerAnswer
- Cloud DNS private managed zone linked to the VPC networkAnswer
- CInternal Passthrough Network Load Balancer configured for static media caching
- DCloud DNS public managed zone configured for internal VPC hostname resolution
Answer
The architecture should use Cloud CDN integrated with a Global External HTTP(S) Load Balancer for public static asset caching, and a Cloud DNS private managed zone linked to the VPC network for private internal hostname resolution.
Cloud CDN works alongside Global External HTTP(S) Load Balancers to store cached web responses close to end users, reducing latency and backend server load. To handle internal hostname resolution inside a VPC without public exposure, Cloud DNS private managed zones allow custom DNS records to be queried exclusively by authorized internal resources.
Step-by-Step Solution
Key Concept
Selecting Cloud CDN for edge caching and Cloud DNS private zones for VPC internal name resolution