Question 87 of 284
Single answerYou deployed an LDAP server on Compute Engine that is reachable via TLS through port 636 using UDP. You want to make sure it is reachable by clients over that port. What should you do?
AAdd the network tag allow-udp-636 to the VM instance running the LDAP server.
BCreate a route called allow-udp-636 and set the next hop to be the VM instance running the LDAP server.
✓CAdd a network tag of your choice to the instance. Create a firewall rule to allow ingress on UDP port 636 for that network tag.
DAdd a network tag of your choice to the instance running the LDAP server. Create a firewall rule to allow egress on UDP port 636 for that network tag.
✓
Correct Answer: C
Add a network tag of your choice to the instance. Create a firewall rule to allow ingress on UDP port 636 for that network tag.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.