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, 2 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, 1 month ago
Agreed
upvoted 1 times
...
samuelmorher
2 years, 1 month 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 2 times
...
Rzla
1 year, 7 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
...
...
RKS_2021
Most Recent 1 week, 3 days ago
Selected Answer: B
In Google Cloud, the global TCP pass-through load balancer
upvoted 1 times
...
Lucox
3 weeks, 3 days 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
6 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
7 months, 2 weeks 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 1 times
...
jorgesoma
11 months, 1 week ago
Not clear solution. Could somebody tell what is the correct asnwer? Thanks
upvoted 1 times
...
gonlafer
11 months, 3 weeks 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, 1 month 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, 1 month ago
Selected Answer: B
tcp proxy LB has global scope, network has regional scope, So option B
upvoted 2 times
...
GHOST1985
1 year, 3 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, 3 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 2 times
...
rglearn
1 year, 6 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 4 times
...
desertlotus1211
1 year, 8 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, 5 months ago
option D is network LB which is regional
upvoted 2 times
...
...
Komal697
1 year, 10 months 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, 8 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
...
...
Ben756
1 year, 10 months ago
Selected Answer: B
the best option for you is B. Use global TCP Proxy Load Balancing with backends in both regions. A. Use global SSL Proxy Load Balancing with backends in both regions: This option only supports IPv4 clients and does not allow TCP pass-through for port 443. C. Use global external HTTP(S) Load Balancing with backends in both regions: This option does not support TCP pass-through for port 443 because it performs content-based routing based on HTTP(S) headers and URIs. D. Use Network Load Balancing in both regions, and use DNS-based load balancing to direct traffic to the closest region: This option does not provide global load balancing or cross-region failover because it uses regional unicast IP addresses instead of a single anycast IP address. It also relies on DNS resolution to direct traffic to the closest region, which may not be accurate or consistent.
upvoted 2 times
...
mondigo
1 year, 11 months ago
D. The scope of a network load balancer is regional, not global. This means that a network load balancer cannot span multiple regions. Within a single region, the load balancer services all zones.
upvoted 1 times
mondigo
1 year, 11 months ago
sorry it's B based on above
upvoted 1 times
...
...
mity99
1 year, 11 months ago
Selected Answer: B
B is correct. Global TCP Proxy does not do SSL offloading according to the docs, allows for pass through. Also picks closest back end. https://cloud.google.com/load-balancing/docs/choosing-load-balancer#lb-decision-tree
upvoted 2 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