Topic 1 Question 167
Your company developed a mobile game that is deployed on Google Cloud. Gamers are connecting to the game with their personal phones over the Internet. The game sends UDP packets to update the servers about the gamers' actions while they are playing in multiplayer mode. Your game backend can scale over multiple virtual machines (VMs), and you want to expose the VMs over a single IP address. What should you do?
Configure an SSL Proxy load balancer in front of the application servers.
Configure an Internal UDP load balancer in front of the application servers.
Configure an External HTTP(s) load balancer in front of the application servers.
Configure an External Network load balancer in front of the application servers.
ユーザの投票
コメント(17)
Answer is D, cell phones are sending UDP packets and the only that can receive that type of traffic is a External Network TCP/UDP https://cloud.google.com/load-balancing/docs/network
👍 28kopper20192021/04/17Answer is D. there are so many confusion here, from B,C or D. For myself im eliminating all options except B,D due to the traffic type. which leaves me with B or D. Then next the traffic source either external or internal which in this case is an external traffic from the internet, therefore my final answer is D.
https://cloud.google.com/load-balancing/docs/choosing-load-balancer
👍 12JH862021/06/10D. Configure an External Network load balancer in front of the application servers. "VM over single (external) IP address ->>> getting UDP packets through External LB "
👍 3[Removed]2022/01/06
シャッフルモード