Deploying Packet Mirroring Policies in GCP Regions
You are designing a packet mirroring policy as part of your network security architecture for your gaming workload. Your infrastructure is located in the us-west2 region and deployed across several zones: us-west2-a, us-west2-b, and us-west2-c. The infrastructure is running a web-based application on TCP ports 80 and 443 with other game servers that utilize the UDP protocol. You need to deploy packet mirroring policies and collector instances to monitor web application traffic while minimizing inter-zonal network egress costs. Following Google-recommended practices, how should you deploy the packet mirroring policies and collector instances?
Community Votes
50% of anonymous learners picked answer B. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
Examines the distinction between regional and zonal packet mirroring configurations, trapping candidates who assume zone-specific collectors are required to eliminate inter-zone data transfer costs.
GCP packet mirroring policies and collector instances operate at the regional level to centralize traffic monitoring across multiple availability zones. Although test-takers frequently debate zone-level placement to avoid egress fees, Google’s official architecture favors a unified regional policy paired with regional collector groups.
Option C is the most frequent incorrect choice, driven by the logical but outdated assumption that deploying collectors in each zone is necessary to prevent expensive cross-zone mirrored traffic.
Community Discussion (9 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Google Cloud natively supports regional packet mirroring policies, allowing a single configuration to capture traffic from all zones within us-west2 without redundant management overhead. Collector instances are also scoped regionally, meaning one managed group efficiently receives mirrored streams regardless of the originating zone. Matching traffic via instance-tags provides granular, protocol-aware filtering that easily spans subnets, aligning with security best practices. While inter-zone egress charges apply when collectors reside outside the source zone, Google’s recommended architecture prioritizes centralized observability and operational efficiency.Why the Other Options Are Wrong
Options A and C incorrectly fragment the architecture by creating multiple zonal policies and collector groups, violating the principle of least complexity and increasing maintenance burden. Option D compounds this issue by relying on subnets rather than instance-tags, which limits flexibility if web servers span multiple subnets or use dynamic IP assignments. Furthermore, GCP’s current documentation explicitly states that packet mirroring policies are regional resources, making multi-policy deployments unnecessary and non-compliant with modern standards.Community Comment Notes
The voting split reflects a common exam dilemma where practical cost concerns clash with vendor best practices. Comments 3 and 4 rightly highlight that inter-zone egress fees incentivize zone-local collectors, yet they overlook that regional policies are fully supported and optimized by Google. Comments 2 and 5 correctly identify that consolidated regional deployment follows official recommendations, while comment 6 accurately notes that policies are inherently regional, not zonal. This highlights the importance of trusting documented architecture over hypothetical cost scenarios in certification contexts.Official Reference
Exam Strategy
When encountering cloud monitoring questions, always prioritize the vendor’s documented resource scope before optimizing for hypothetical cost scenarios. Certification exams typically reward standardized, centrally managed architectures unless the prompt explicitly mandates local processing for compliance or strict latency requirements.
Related Analysis
Practice All PCNE Questions
Access 80 questions with complete answers and detailed explanations.
View Full PCNE Practice Test →