Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam Associate Cloud Engineer topic 1 question 2 discussion

Actual exam question from Google's Associate Cloud Engineer
Question #: 2
Topic #: 1
[All Associate Cloud Engineer Questions]

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?

  • A. 0.0.0.0/0
  • B. 10.0.0.0/8
  • C. 172.16.0.0/12
  • D. 192.168.0.0/16
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
CarlS
Highly Voted 4 years ago
I got this question in one the trainings I did in udemy: https://www.udemy.com/course/google-cloud-associate-engineer-exam-practice-tests/?referralCode=810D02D4A159FC3E36CC B is correct. Pay attention to the question, is talking about custom VPC subnet and is not mentioning you will use automatic subnet mode creation. If you set subnet to custom, the minimum size is /8.
upvoted 72 times
...
passnow
Highly Voted 4 years, 1 month ago
B is legit as fuck!
upvoted 36 times
FunkyB
1 year, 10 months ago
Language. :-(
upvoted 9 times
...
hems4all
3 years, 5 months ago
B is correct Use 10.0.0.0/8 CIDR range. is the right answer. The private network range is defined by IETF (Ref: https://tools.ietf.org/html/rfc1918) and adhered to by all cloud providers. The supported internal IP Address ranges are 1. 24-bit block 10.0.0.0/8 (16777216 IP Addresses) 2. 20-bit block 172.16.0.0/12 (1048576 IP Addresses) 3. 16-bit block 192.168.0.0/16 (65536 IP Addresses) 10.0.0.0/8 gives you the most extensive range - 16777216 IP Addresses.
upvoted 18 times
...
...
7b00725
Most Recent 2 weeks, 1 day ago
Selected Answer: B
B is correct
upvoted 1 times
...
Samii150406
1 month, 1 week ago
even though option B (10.0.0.0/8) offers a larger total number of addresses, within a single subnet, the /12 prefix (172.16.0.0/12) provides more usable IP addresses due to a smaller network portion dedicated to the subnet itself. This allows you to assign more IP addresses to devices within that single subnet.
upvoted 1 times
...
nonufucu
2 months, 3 weeks ago
itexamstest.com B is Correct
upvoted 28 times
...
JB28
3 months, 3 weeks ago
The best option is **B. 10.0.0.0/8**. This is because the `/8` in `10.0.0.0/8` denotes that only the first 8 bits (out of 32 bits in an IPv4 address) are reserved for identifying the network part of the address. The remaining 24 bits are available for host addresses within the network, which makes the subnet range as large as possible. Option A (`0.0.0.0/0`) represents all possible IPv4 addresses, which is not a valid or safe range for a single subnet. Options C (`172.16.0.0/12`) and D (`192.168.0.0/16`) have more bits reserved for the network part of the address, which leaves fewer bits for host addresses within the network, thus making the subnet range smaller than `10.0.0.0/8`. Therefore, option B is the best choice for a subnet with the largest possible range.
upvoted 1 times
...
MiscoMove
4 months ago
Selected Answer: B
B is Correct!
upvoted 1 times
...
AndyMandy
4 months, 1 week ago
Selected Answer: B
Custom VPC
upvoted 1 times
...
thewalker
4 months, 4 weeks ago
Selected Answer: B
B is correct
upvoted 1 times
...
dev_gcp
5 months ago
Selected Answer: B
B is correct
upvoted 1 times
...
BAofBK
5 months, 2 weeks ago
The answer is B
upvoted 1 times
...
guicane
6 months, 1 week ago
Selected Answer: B
A makes no sense, B is correct
upvoted 1 times
...
Evan7557
6 months, 1 week ago
B is correct
upvoted 1 times
...
ovokpus
6 months, 1 week ago
Selected Answer: B
In Google Cloud Platform (GCP), when creating a VPC network, you should use the IP ranges that are reserved for private networks as defined by the RFC 1918. Here are the private IP address ranges defined by RFC 1918: 10.0.0.0 to 10.255.255.255 (10.0.0.0/8) 172.16.0.0 to 172.31.255.255 (172.16.0.0/12) 192.168.0.0 to 192.168.255.255 (192.168.0.0/16) From the provided options: A. 0.0.0.0/0: This is not a private IP address range. It represents all possible IP addresses. B. 10.0.0.0/8: This is a private IP range that covers all IP addresses from 10.0.0.0 to 10.255.255.255. It's the largest range among the options. C. 172.16.0.0/12: This is a private IP range, but it's smaller than 10.0.0.0/8. D. 192.168.0.0/16: This is also a private IP range, but it's smaller than both B and C. So, if you want the subnet's range to be as large as possible: The correct answer is B. 10.0.0.0/8.
upvoted 5 times
...
irfan_4141
6 months, 2 weeks ago
I am preparing for GCP Associate engineer exam. If anyone has the entire questions set, please share them at [email protected]
upvoted 1 times
tulsip
2 months, 2 weeks ago
Better Prepare well, Don't believe on question set completely .
upvoted 1 times
...
...
tkaur3547
6 months, 3 weeks ago
Hi guys, I am preparing for ACE. Can someone please send me the pdf file for the question bank?
upvoted 1 times
...
YourCloudGuru
6 months, 4 weeks ago
B is the correct answer: 10.0.0.0/8. This is the largest subnet range that you can use in a custom VPC. It has 16,777,216 addresses, which is more than enough for most organizations. The other options are smaller subnet ranges: 0.0.0.0/0 is the entire IPv4 address space. It is not recommended to use this range for a subnet, because it would give you too many IP addresses to manage. 172.16.0.0/12 has 1,048,576 addresses. 192.168.0.0/16 has 65,536 addresses.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...