exam questions

Exam Professional Cloud Network Engineer All Questions

View all questions & answers for the Professional Cloud Network Engineer exam

Exam Professional Cloud Network Engineer topic 1 question 120 discussion

Actual exam question from Google's Professional Cloud Network Engineer
Question #: 120
Topic #: 1
[All Professional Cloud Network Engineer Questions]

You are configuring a new application that will be exposed behind an external load balancer with both IPv4 and IPv6 addresses and support TCP pass-through on port 443. You will have backends in two regions: us-west1 and us-east1. You want to serve the content with the lowest possible latency while ensuring high availability and autoscaling. Which configuration should you use?

  • A. Use global SSL Proxy Load Balancing with backends in both regions.
  • B. Use global TCP Proxy Load Balancing with backends in both regions.
  • C. Use global external HTTP(S) Load Balancing with backends in both regions.
  • D. Use Network Load Balancing in both regions, and use DNS-based load balancing to direct traffic to the closest region.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
ccieman2016
Highly Voted 2 years, 5 months ago
Selected Answer: D
TCP pass-through = A, B and C is wrong, because they make ssl offloading. In this requirement, only Letter D is possible. External LB with support a TCP pass-through. https://cloud.google.com/load-balancing/docs/choosing-load-balancer https://cloud.google.com/load-balancing/docs/network
upvoted 14 times
AzureDP900
2 years, 4 months ago
Agreed
upvoted 1 times
...
samuelmorher
2 years, 4 months ago
I am not sure about this answer... using the decision tree I can see that the TCP Global Load Balancer doesn't makes SSL offload, and is global which is what we required in this case to connect multiple regions backends. Also the LB is responsible for selecting the closest region, and I don't remember to have DNS-Based load balancing in Google (maybe I am wrong).
upvoted 3 times
...
Rzla
1 year, 10 months ago
Agreed. States pass-through all other options are proxy based load balancers. See this architecture for an example of geo-location based DNS load balancing and regional load balancers: https://cloud.google.com/architecture/global-load-balancing-architectures-for-dns-routing-policies
upvoted 1 times
...
...
rglearn
Highly Voted 1 year, 9 months ago
Selected Answer: B
global TCP Proxy Load Balancing with backends in both regions, is the correct option because it supports TCP pass-through on port 443 while providing global load balancing and cross-region failover with low latency. Option D can also be correct but it needs extra efforts of creating two LB whereas Global TCP can do same thing for you.
upvoted 5 times
...
1f01b87
Most Recent 1 month, 2 weeks ago
Selected Answer: D
D is the correct answer
upvoted 1 times
...
saraali
2 months, 2 weeks ago
Selected Answer: B
Correct Answer: Option B - Use global TCP Proxy Load Balancing with backends in both regions. Reason: Global TCP Proxy Load Balancing is the most suitable option for TCP pass-through on port 443, supporting IPv4 and IPv6, with global load balancing, low latency, autoscaling, and high availability. This solution efficiently routes traffic to the closest backend and supports your requirements without unnecessary complexity.
upvoted 2 times
...
09bd94b
2 months, 3 weeks ago
Selected Answer: B
B allows passthrough too, and I think it will be offer better latency than D, as no DNS query is needed
upvoted 1 times
...
RKS_2021
3 months, 1 week ago
Selected Answer: B
In Google Cloud, the global TCP pass-through load balancer
upvoted 1 times
...
Lucox
3 months, 3 weeks ago
Selected Answer: B
B is correct TCP LB do passthrough DNS will add latency even we said its okay the use NLB :>
upvoted 1 times
...
nkastanas
9 months, 1 week ago
Selected Answer: B
am going for B. Global HTTP(S) SSL termination takes place at the load balancer and unencrypted traffic sent to the backend web servers.
upvoted 1 times
...
anshad666
10 months, 1 week ago
Selected Answer: B
TCP Proxy Load Balancing (TPLB) is a type of global load balancing that can be used for non-HTTP traffic that doesn't require SSL offloading. TPLB is implemented on Google Front Ends (GFEs) and can distribute TCP traffic to virtual machine (VM) instances in the Google Cloud VPC network. The load balancer automatically routes traffic to the closest backend instance to the user, even if those backends are in multiple regions. TPLB also supports both IPv4 and IPv6 addresses for client traffic
upvoted 2 times
...
jorgesoma
1 year, 2 months ago
Not clear solution. Could somebody tell what is the correct asnwer? Thanks
upvoted 1 times
...
gonlafer
1 year, 2 months ago
Selected Answer: D
It's D, pass-through is a requirement. https://cloud.google.com/load-balancing/docs/choosing-load-balancer
upvoted 4 times
...
BenMS
1 year, 4 months ago
Selected Answer: D
The only answer that supports TCP passthrough is D, which is shown here: https://cloud.google.com/architecture/global-load-balancing-architectures-for-dns-routing-policies
upvoted 3 times
...
guilhermisPT
1 year, 4 months ago
Selected Answer: B
tcp proxy LB has global scope, network has regional scope, So option B
upvoted 2 times
...
GHOST1985
1 year, 6 months ago
Selected Answer: D
for sure D https://cloud.google.com/architecture/global-load-balancing-architectures-for-dns-routing-policies?hl=fr
upvoted 3 times
...
GHOST1985
1 year, 6 months ago
Selected Answer: D
"IPv6 traffic is not supported with regional external Application Load Balancers, cross-region internal Application Load Balancers, regional internal Application Load Balancers, regional internal proxy Network Load Balancers, regional external proxy Network Load Balancers, and internal passthrough Network Load Balancers." https://cloud.google.com/load-balancing/docs/ipv6?hl=en#limitations
upvoted 3 times
...
desertlotus1211
1 year, 11 months ago
External TCP/UDP load balancer is the answer. So Answer D is correct. The external LB must support TCP pass-through. Only TCP/UDP external LB does.
upvoted 2 times
gcpengineer
1 year, 8 months ago
option D is network LB which is regional
upvoted 2 times
...
...
Komal697
2 years, 1 month ago
Selected Answer: B
Option B, using global TCP Proxy Load Balancing with backends in both regions, is the correct option because it supports TCP pass-through on port 443 while providing global load balancing and cross-region failover with low latency. Option A, global SSL Proxy Load Balancing, does not support TCP pass-through and is limited to IPv4 clients. Option C, global external HTTP(S) Load Balancing, does not support TCP pass-through and is designed for content-based routing based on HTTP(S) headers and URIs. Option D, using Network Load Balancing in both regions, does not provide global load balancing or cross-region failover and relies on DNS resolution to direct traffic to the closest region, which may not be accurate or consistent.
upvoted 3 times
desertlotus1211
1 year, 11 months ago
Please read the question accordingly and look at GCP load-balancing chart. External TCP/UDP network load balancer support TCP-Passthrough
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago