
Answer-first summary for fast verification
Answer: 10.0.0.0/8
Option B (10.0.0.0/8) is correct because it offers the largest possible range of IP addresses for a subnet within a custom VPC on GCP, allowing for 16,777,214 usable IP addresses. This range is part of the private network ranges defined by IETF RFC 1918, making it suitable for internal use. Options A, C, and D provide smaller ranges and are therefore not optimal for this scenario. Specifically, option D represents a single IP address, which is insufficient for a subnet requiring a broad range of addresses.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As an intern at a cloud-based tech company, you're collaborating with your manager on a large-scale Google Cloud Platform (GCP) project. The task at hand involves creating a custom Virtual Private Cloud (VPC) with a single subnet designed to have the largest possible IP range. Which of the following options provides the best range for this scenario?
A
192.168.0.0/16
B
10.0.0.0/8
C
192.16.0.0/12
D
1.1.1.10/32
No comments yet.