
Answer-first summary for fast verification
Answer: 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.
The correct answer is **B** because the CIDR range 10.28.0.0/28 includes the 10.28.0.10 address, providing 16 IP addresses (10.28.0.0 to 10.28.0.15). - **Option A** is incorrect as the 10.28.0.0/29 CIDR range only provides 8 IP addresses (10.28.0.0 to 10.28.0.7). - **Option C** is incorrect as the 10.28.0.0/31 CIDR range only provides 2 IP addresses (10.28.0.0 to 10.28.0.1). - **Option D** is incorrect as the 10.28.0.0/30 CIDR range only provides 4 IP addresses (10.28.0.0 to 10.28.0.3).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
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. Your goal is to deploy the application without altering the code or configuration. What is the best approach to deploy the application?
A
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.
B
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.
C
Create a subnet with a CIDR range of 10.28.0.0/31. Reserve a static internal 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/30. Reserve a static internal IP address of 10.28.0.10. Assign the static address to the license server instance.
No comments yet.