Topic 1 Question 352
A company is designing the network for an online multi-player game. The game uses the UDP networking protocol and will be deployed in eight AWS Regions. The network architecture needs to minimize latency and packet loss to give end users a high-quality gaming experience.
Which solution will meet these requirements?
Setup a transit gateway in each Region. Create inter-Region peering attachments between each transit gateway.
Set up AWS Global Accelerator with UDP listeners and endpoint groups in each Region.
Set up Amazon CloudFront with UDP turned on. Configure an origin in each Region.
Set up a VPC peering mesh between each Region. Turn on UDP for each VPC.
ユーザの投票
コメント(8)
- 正解だと思う選択肢: B
Global Accelerator supports the User Datagram Protocol (UDP) and Transmission Control Protocol (TCP), making it an excellent choice for an online multi-player game using UDP networking protocol. By setting up Global Accelerator with UDP listeners and endpoint groups in each Region, the network architecture can minimize latency and packet loss, giving end users a high-quality gaming experience.
👍 3elearningtakai2023/03/30 General Q: What is AWS Global Accelerator?
A: AWS Global Accelerator is a networking service that helps you improve the availability and performance of the applications that you offer to your global users. AWS Global Accelerator is easy to set up, configure, and manage. It provides static IP addresses that provide a fixed entry point to your applications and eliminate the complexity of managing specific IP addresses for different AWS Regions and Availability Zones. AWS Global Accelerator always routes user traffic to the optimal endpoint based on performance, reacting instantly to changes in application health, your user’s location, and policies that you configure. You can test the performance benefits from your location with a speed comparison tool. Like other AWS services, AWS Global Accelerator is a self-service, pay-per-use offering, requiring no long term commitments or minimum fees.
👍 3OAdekunle2023/05/02- 正解だと思う選択肢: B
AWS Global Accelerator = TCP/UDP minimize latency
👍 2lucdt42023/05/22
シャッフルモード