
Explanation:
The correct answer is A because the IP address in question is internal and should be reserved using a static internal IP address. This prevents the address from being allocated to other resources.
For more details, refer to the GCP documentation on Compute Network Addresses.
Ultimate access to all questions.
No comments yet.
You’re migrating an on-premises application to Google Cloud. The application uses a component that requires a licensing server with the IP address 10.28.0.10. How can you deploy the application without altering its code or configuration?
A
Create a subnet with a CIDR range of 10.28.0.0/28. Reserve a static internal IP address of 10.28.0.10. Assign the static address to the license server instance.
B
Create a subnet with a CIDR range of 10.28.0.0/29. Reserve a static internal IP address of 10.28.0.10. Assign the static address to the license server instance.
C
Create a subnet with a CIDR range of 10.28.0.0/10. Reserve a static external IP address of 10.28.0.10. Assign the static address to the license server instance.
D
Create a subnet with a CIDR range of 10.28.0.0/28. Reserve a static external IP address of 10.28.0.10. Assign the static address to the license server instance.