
Ultimate access to all questions.
As an Associate Cloud Engineer, you have deployed an LDAP (Lightweight Directory Access Protocol) server on Google Compute Engine. This server is configured to accept connections via TLS (Transport Layer Security) on port 636 using the UDP (User Datagram Protocol). To ensure that your LDAP server is accessible to clients over port 636, what steps should you take?
A
Add the network tag allow-udp-636 to the VM instance running the LDAP server.
B
Create a route called allow-udp-636 and set the next hop to be the VM instance running the LDAP server.
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.
D
Add 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.