PROFESSIONAL-CLOUD-NETWORK-ENGINEER · Question #140
You are designing a hybrid cloud environment. Your Google Cloud environment is interconnected with your on-premises network using HA VPN and Cloud Router in a central transit hub VPC. The Cloud Router
The correct answer is A. Create a private forwarding zone in Cloud DNS for `corp.altostrat.com' called corp-altostrat-com. To enable Compute Engine resources in spoke VPCs to resolve on-premises private hostnames via Cloud DNS while also resolving Google Cloud hostnames, create a private forwarding zone in Cloud DNS pointing to the on-premises DNS server, scoped to the relevant VPCs.
Question
Options
- ACreate a private forwarding zone in Cloud DNS for `corp.altostrat.com' called corp-altostrat-com
- BCreate a private forwarding zone in Cloud DNS for `corp.altostrat.com' called corp-altostrat-com
- CCreate a private forwarding zone in Cloud DNS for `corp.altostrat.com' called corp-altostrat-com
- DCreate a private forwarding zone in Cloud DNS for `corp altostrat.com' called corp-altostrat-com
How the community answered
(25 responses)- A76% (19)
- B12% (3)
- C8% (2)
- D4% (1)
Why each option
To enable Compute Engine resources in spoke VPCs to resolve on-premises private hostnames via Cloud DNS while also resolving Google Cloud hostnames, create a private forwarding zone in Cloud DNS pointing to the on-premises DNS server, scoped to the relevant VPCs.
Creating a private forwarding zone in Cloud DNS for `corp.altostrat.com` that points to the on-premises DNS server (192.168.20.88) is the recommended Google Cloud practice for hybrid DNS resolution. This configuration allows resources in the authorized Google Cloud VPCs (including peered spoke VPCs) to query the on-premises DNS server for records within the `corp.altostrat.com` domain, while Google Cloud's internal DNS automatically handles resolution for Google Cloud hostnames.
This choice is a duplicate of A, hence also correct in principle, but A is the specified answer.
This choice is a duplicate of A, hence also correct in principle, but A is the specified answer.
This choice is a duplicate of A, hence also correct in principle, but A is the specified answer.
Concept tested: Cloud DNS private forwarding zones for hybrid DNS
Source: https://cloud.google.com/dns/docs/zones#private_forwarding_zones
Topics
Community Discussion
No community discussion yet for this question.