exam questions

Exam Professional Cloud Architect All Questions

View all questions & answers for the Professional Cloud Architect exam

Exam Professional Cloud Architect topic 1 question 50 discussion

Actual exam question from Google's Professional Cloud Architect
Question #: 50
Topic #: 1
[All Professional Cloud Architect Questions]

You are migrating your on-premises solution to Google Cloud in several phases. You will use Cloud VPN to maintain a connection between your on-premises systems and Google Cloud until the migration is completed. You want to make sure all your on-premise systems remain reachable during this period. How should you organize your networking in Google Cloud?

  • A. Use the same IP range on Google Cloud as you use on-premises
  • B. Use the same IP range on Google Cloud as you use on-premises for your primary IP range and use a secondary range that does not overlap with the range you use on-premises
  • C. Use an IP range on Google Cloud that does not overlap with the range you use on-premises
  • D. Use an IP range on Google Cloud that does not overlap with the range you use on-premises for your primary IP range and use a secondary range with the same IP range as you use on-premises
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
newbie2020
Highly Voted 5 years, 3 months ago
Ans is C, https://cloud.google.com/vpc/docs/using-vpc "Primary and secondary ranges can't conflict with on-premises IP ranges if you have connected your VPC network to another network with Cloud VPN, Dedicated Interconnect, or Partner Interconnect."
upvoted 132 times
Smart
5 years, 2 months ago
Agreed!
upvoted 2 times
...
AD2AD4
4 years, 11 months ago
Perfect.. Exact find in link.
upvoted 2 times
...
elaineshi
2 years, 11 months ago
agree, any ip range, shall use filewall rule to communicate, instead of setting same IP range, which is a mess to control.
upvoted 2 times
...
Sundeepk
4 years, 11 months ago
from the above link - it clearly states - "Primary and secondary ranges for subnets cannot overlap with any allocated range, any primary or secondary range of another subnet in the same network, or any IP ranges of subnets in peered networks." once we create a VPN, they all are part of the same network . Hence option C is correct
upvoted 13 times
...
...
KouShikyou
Highly Voted 5 years, 6 months ago
I think C is correct.
upvoted 21 times
JoeShmoe
5 years, 5 months ago
Agree with C. Secondary IP range still can't overlap
upvoted 10 times
AWS56
5 years, 3 months ago
".... and Google Cloud until the migration is completed." Taking this as the key, the intention is to remove the connection b/w on-prem and GCP once the migration is done. and then the secondary IPs will act as primary. So I will choose D
upvoted 3 times
tartar
4 years, 9 months ago
C is ok
upvoted 10 times
MaxNRG
3 years, 6 months ago
B, The key points here: - migrating in several phases - use Cloud VPN until the migration is completed - all your on-premise systems remain reachable during this period
upvoted 2 times
...
...
zanfo
3 years, 7 months ago
how to manage the routing table in VPC if is present a subnet with the same network of vpn remote net? the correct answer is C
upvoted 1 times
...
...
...
kumarp6
4 years, 6 months ago
Yes C it is
upvoted 2 times
...
nitinz
4 years, 2 months ago
C, no brainer. You have on-prem <--> VPN <---> GCP only way this data flow to work in non-over lapping subnets. You can stretch subnets at layer 7 but you wont be able to route it via VPN.
upvoted 4 times
...
...
halifax
Most Recent 2 months, 2 weeks ago
Selected Answer: C
The issue with using the same IP ranges as on-prem is purely a routing issue. The VPN tunnel secures the traffic between the networks(on-prem and GCP). However, the routing within each network still depends on unique IP addresses.
upvoted 1 times
...
Ekramy_Elnaggar
5 months, 3 weeks ago
Selected Answer: C
1. IP Address Conflicts: When you have overlapping IP ranges between your on-premises network and your Google Cloud network, you'll run into routing conflicts. Devices won't know where to send traffic, leading to connectivity problems and unreachable systems. 2. Cloud VPN and Routing: Cloud VPN creates a secure tunnel between your on-premises network and your Google Cloud Virtual Private Cloud (VPC). To ensure proper routing, each side of the connection needs to have distinct, non-overlapping IP address spaces. 3. Best Practice for Hybrid Networks: Using different IP ranges is a standard best practice for hybrid cloud setups. It prevents ambiguity and ensures that traffic flows correctly between your on-premises and cloud environments.
upvoted 3 times
...
gracjanborowiak
10 months ago
Selected Answer: B
question is tricky. as network architect knowing gcp i have exp that you can use non-overlapping secondary ranges for vpn as well. in many migrations it is not possible to make new addressing hence you need to make them overlapping. this is why 2nd ranges are so useful. B is better choice. more realistic and possible in gcp. from overall perspective i agree to have non-overlapping but do not forget this is migration and you need to have full connectivity all the time. it is also not mentioning about what ips should be used
upvoted 1 times
desertlotus1211
9 months, 1 week ago
When migrating to the cloud, best practices for IP schema generally involve avoiding duplicate IP addresses and keeping cloud and on-premise IP ranges separate
upvoted 1 times
...
...
heretolearnazure
1 year, 8 months ago
C is correct
upvoted 1 times
...
JC0926
2 years, 1 month ago
Selected Answer: B
Using an IP range on Google Cloud that does not overlap with the range used on-premises (option C) is a good choice to avoid IP address conflicts. However, it is important to use the same IP range as the on-premises applications for the primary IP range to ensure that the on-premises systems remain accessible. Therefore, using the same IP range on Google Cloud as on-premises for the primary IP range and using a secondary range that does not overlap with the range used on-premises can avoid IP address duplication and ensure that the on-premises systems remain accessible. Hence, option B is the better choice.
upvoted 3 times
...
omermahgoub
2 years, 4 months ago
The recommended approach for organizing your networking in Google Cloud to ensure that all your on-premises systems remain reachable during the migration is option C: Use an IP range on Google Cloud that does not overlap with the range you use on-premises. When using Cloud VPN to establish a connection between your on-premises systems and Google Cloud, it is important to ensure that the IP ranges used in your on-premises systems and Google Cloud do not overlap. If the IP ranges overlap, it can cause conflicts and make it difficult to route traffic between your on-premises systems and Google Cloud. To avoid IP range conflicts, you should use an IP range on Google Cloud that is different from the range you use on-premises. This will ensure that all your on-premises systems remain reachable during the migration.
upvoted 2 times
omermahgoub
2 years, 4 months ago
Option A: Using the same IP range on Google Cloud as you use on-premises is not a recommended approach, as it can cause IP range conflicts and make it difficult to route traffic between your on-premises systems and Google Cloud. Option B: Using the same IP range on Google Cloud as you use on-premises for your primary IP range and a secondary range that does not overlap with the range you use on-premises is not a recommended approach, as it can still cause IP range conflicts and make it difficult to route traffic between your on-premises systems and Google Cloud. Option D: Using an IP range on Google Cloud that does not overlap with the range you use on-premises for your primary
upvoted 1 times
...
...
megumin
2 years, 6 months ago
Selected Answer: C
ok for C
upvoted 1 times
...
zr79
2 years, 6 months ago
no overlapping
upvoted 1 times
...
AzureDP900
2 years, 6 months ago
C. Use an IP range on Google Cloud that does not overlap with the range you use on-premises
upvoted 1 times
...
marksie1988
2 years, 8 months ago
Selected Answer: C
C, IP should never overlap if avoidable. double nat is nasty
upvoted 1 times
...
ZLT
2 years, 10 months ago
Selected Answer: C
The correct answer is C
upvoted 2 times
...
Barry123456
2 years, 11 months ago
Selected Answer: C
C Why would you ever create an IP overlap?
upvoted 1 times
...
jonty4gcp
3 years ago
Selected Answer: C
Answer is C
upvoted 1 times
...
Davidik79
3 years, 1 month ago
Selected Answer: C
From here: https://cloud.google.com/vpc/docs/create-modify-vpc-networks "Primary and secondary ranges can't conflict with on-premises IP ranges if you have connected your VPC network to another network with Cloud VPN, Dedicated Interconnect, or Partner Interconnect."
upvoted 1 times
...
[Removed]
3 years, 2 months ago
Selected Answer: C
I got similar question on my exam.
upvoted 3 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago