QuestionQ27
Planning and configuring a cloud solutionYour company is migrating its entire workload to Compute Engine. Some servers need to be reachable from the Internet, while others should be reachable only over the internal network. All servers must be able to communicate with each other over specific ports and protocols.
The current on-premises network design uses:
- A demilitarized zone (DMZ) for the public-facing servers
- A Local Area Network (LAN) for the private servers
You need to design the Google Cloud networking infrastructure to match these requirements. What should you do?
- A
- Create a single VPC with a subnet for the DMZ and a subnet for the LAN. 2. Set up firewall rules to open up relevant traffic between the DMZ and the LAN subnets, and another firewall rule to allow public ingress traffic for the DMZ.
- B
- Create a single VPC with a subnet for the DMZ and a subnet for the LAN. 2. Set up firewall rules to open up relevant traffic between the DMZ and the LAN subnets, and another firewall rule to allow public egress traffic for the DMZ.
- C
- Create a VPC with a subnet for the DMZ and another VPC with a subnet for the LAN. 2. Set up firewall rules to open up relevant traffic between the DMZ and the LAN subnets, and another firewall rule to allow public ingress traffic for the DMZ.
- D
- Create a VPC with a subnet for the DMZ and another VPC with a subnet for the LAN. 2. Set up firewall rules to open up relevant traffic between the DMZ and the LAN subnets, and another firewall rule to allow public egress traffic for the DMZ.
Community Discussion