Your organization is deploying a real-time telemetry ingestion service on Compute Engine instances located in the `us-central1` region. The client devices transmit data using a custom UDP-based protocol and require original client source IP addresses to be preserved for logging and routing purposes. Which Google Cloud load balancer should you deploy to meet these requirements?
- External Passthrough Network Load BalancerCevap
- BGlobal External Application Load Balancer
- CGlobal External TCP Proxy Load Balancer
- DInternal Application Load Balancer
Cevap
External Passthrough Network Load Balancer
An External Passthrough Network Load Balancer operates at Layer 4 (TCP/UDP) and routes packets directly to backend instances without proxying. This makes it ideal for non-HTTP UDP workloads while preserving original client source IP addresses.
Adım Adım Çözüm
Anahtar Kavram
Load Balancer Protocol and Architecture Selection (Layer 4 Passthrough vs. Layer 7 Proxy)
Tahmini Süre:1m 0s