Google Cloud Associate Cloud Engineer — Question 310
You need to create a custom VPC with a single subnet. The subnet's range must be as large as possible. Which range should you use?
Answer options
- A. 0.0.0.0/0
- B. 10.0.0.0/8
- C. 172.16.0.0/12
- D. 192.168.0.0/16
Correct answer: B
Explanation
The correct answer is B, 10.0.0.0/8, as it provides a larger address space suitable for a custom VPC with a single subnet. Options A and C have specific use cases and do not offer the same level of flexibility, while D provides a smaller range compared to B.