Professional Cloud Network Engineer Exam QuestionsBrowse all questions from this exam

Professional Cloud Network Engineer Exam - Question 158


You are deploying an application that runs on Compute Engine instances. You need to determine how to expose your application to a new customer. You must ensure that your application meets the following requirements:

• Maps multiple existing reserved external IP addresses to the instance

• Processes IP Encapsulating Security Payload (ESP) traffic

What should you do?

Show Answer
Correct Answer: C

To meet the requirement of mapping multiple existing reserved external IP addresses to the instance and processing IP Encapsulating Security Payload (ESP) traffic, you should configure a target instance and create a protocol forwarding rule for each external IP address to be mapped to the instance. This setup allows for direct forwarding of specific protocols to the appropriate virtual machine instance, which is necessary for handling ESP traffic.

Discussion

5 comments
Sign in to comment
Mithung30Option: A
Dec 14, 2023

Configure a target pool, and create protocol forwarding rules for each external IP address.

ExamQnAOption: C
Dec 31, 2023

Protocol forwarding uses a regional forwarding rule to deliver packets of a specific protocol to a single virtual machine (VM) instance. The forwarding rule can have an internal or an external IP address. Protocol forwarding delivers packets while preserving the destination IP address of the forwarding rule. The forwarding rule references an object called a target instance, which, in turn, references a single VM instance https://cloud.google.com/load-balancing/docs/protocol-forwarding#target-instances

gonlaferOption: C
Feb 19, 2024

C. Option A is not possible.

gonlaferOption: A
Feb 18, 2024

Configure a target pool, and create protocol forwarding rules for each external IP address.

gonlafer
Feb 19, 2024

Sorry, it's C. A is not possible.

anshad666Option: C
Jun 28, 2024

Port forwarding enabled on target instance object , not on target pool