What is the purpose of Google Cloud's VPC (Virtual Private Cloud)?
- To store and serve static website content
- To manage DNS records globally
- To provide isolated network environments for cloud resources ✓
- To encrypt data at rest
Correct answer: To provide isolated network environments for cloud resources
Option C is correct because a Virtual Private Cloud (VPC) in Google Cloud creates a logically isolated network environment where you can define IP ranges, subnets, firewall rules, and routing policies for your cloud resources, keeping them separated from other tenants. Option A is incorrect because serving static website content is handled by Cloud Storage or a CDN like Cloud CDN, not VPC. Option B is incorrect because DNS record management is handled by Cloud DNS, a dedicated service separate from VPC networking. Option D is incorrect because encrypting data at rest is managed through Google Cloud's key management and storage-layer encryption features, not VPC.
Topic: · vpc, networking, google cloud, network isolation