Medium1 markMultiple Choice
AWS SAA-C03 · Question 48 · Domain 3.4: Network Performance
A multiplayer gaming company has users worldwide connecting to game servers hosted in the eu-central-1 Region. Users in Asia are experiencing high latency and packet loss due to the unpredictable nature of the public internet. How can a solutions architect improve the network performance for these users?
A multiplayer gaming company has users worldwide connecting to game servers hosted in the eu-central-1 Region. Users in Asia are experiencing high latency and packet loss due to the unpredictable nature of the public internet. How can a solutions architect improve the network performance for these users?
Answer options:
A.
Use Amazon CloudFront to cache the game server responses.
B.
Use AWS Global Accelerator to route traffic over the AWS global network.
C.
Set up an AWS Direct Connect connection to Asia.
D.
Enable VPC Peering between eu-central-1 and an Asian Region.
How to approach this question
For non-HTTP traffic (gaming, IoT) experiencing internet latency, AWS Global Accelerator is the solution.
Full Answer
B.Use AWS Global Accelerator to route traffic over the AWS global network.✓ Correct
AWS Global Accelerator is a networking service that improves the performance of your users' traffic by up to 60% using Amazon's global network infrastructure. It is ideal for non-HTTP use cases, such as gaming (UDP), IoT (MQTT), or Voice over IP, routing traffic to the closest edge location and then over the AWS backbone.
Common mistakes
Choosing CloudFront. CloudFront is for HTTP/HTTPS caching, while Global Accelerator is for TCP/UDP network routing optimization.
Practice the full AWS SAA-C03 Practice Exam 1
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02A solutions architect is designing an application that will run on Amazon EC2 instances. The appl...EasyQ03A company wants to implement a federated identity solution for its employees to access the AWS Ma...MediumQ04A mobile application needs to access Amazon DynamoDB directly to read user-specific data. The app...HardQ05A company is hosting a web application on Amazon EC2 instances. The application connects to an Am...Medium
Expert