Topic 1 Question 5
You created a VPC network named Retail in auto mode. You want to create a VPC network named Distribution and peer it with the Retail VPC. How should you configure the Distribution VPC?
Create the Distribution VPC in auto mode. Peer both the VPCs via network peering.
Create the Distribution VPC in custom mode. Use the CIDR range 10.0.0.0/9. Create the necessary subnets, and then peer them via network peering.
Create the Distribution VPC in custom mode. Use the CIDR range 10.128.0.0/9. Create the necessary subnets, and then peer them via network peering.
Rename the default VPC as "Distribution" and peer it via network peering.
解説
Reference: https://cloud.google.com/vpc/docs/using-vpc
ユーザの投票
コメント(17)
It has to be custom mode to avoid collision but in case of C 10.128.0.0/9 will collide with the ranges automatically created. 10.0.0.0/9 doesn’t overlap with them. https://cloud.google.com/vpc/docs/vpc#ip-ranges
👍 22jordi_1942020/06/18B is correct answer, existing subnet can not be in range of C i.e. 10.128.0.0/9. https://cloud.google.com/vpc/docs/vpc#subnet-ranges
👍 7saurabh18052020/08/22"B" is appropriate answer
👍 4dg632020/07/14
シャッフルモード