Question: What is the definition of a "network" in relation to GCP?
- A "network" is an isolated, global resource holding configuration.
- A "network" is an SDK available across most popular mobile platforms.
- A "network" is a container deployed regionally via the cloud.
- A "network" is a series of instances deployed at the global network level.
Explanation
A VPC network is a global Google Cloud resource that holds networking configuration for cloud resources. It contains regional subnets, routes, firewall rules, and IP address settings that define how resources communicate. VPC networks are logically isolated from each other in Google Cloud. This makes the network a configuration boundary for secure and organized cloud connectivity.
Why the other options are incorrect
SDK describes development tools, not a Google Cloud network.
Container describes packaged application code, not a global networking resource.
Series of instances describes deployed compute resources, not the network configuration resource.
Source for verification
https://docs.cloud.google.com/vpc/docs/overview
https://docs.cloud.google.com/vpc/docs/subnets
The answer(s) to the question is highlighted in the BOLD text above. You can also find more questions and answers related to the exams on the "Google Cloud Platform Business Professional" page.