F5
101 · Question #591
101 Question #591: Real Exam Question with Answer & Explanation
The correct answer is C: Anycast. Anycast addressing assigns the same IP address to multiple nodes in different geographic locations, and routing protocols automatically direct each request to the nearest node. This is the standard approach for latency-optimized geo-distributed services.
Question
A company would like to create a web service for multiple data centers (US EU, ASia) where each data center uses the same IP address. Requests will be routed to the closest data center. Which address type is the appropriate solution?
Options
- ABroadcast
- BUnicast
- CAnycast
- DMicest
Explanation
Anycast addressing assigns the same IP address to multiple nodes in different geographic locations, and routing protocols automatically direct each request to the nearest node. This is the standard approach for latency-optimized geo-distributed services.
Common mistakes.
- A. Broadcast delivers packets to all devices on a local network segment and has no mechanism for routing traffic to specific geographically distributed data centers.
- B. Unicast identifies a single unique destination endpoint; it cannot be shared across multiple data centers and does not support proximity-based routing.
- D. Micest is not a recognized or standardized IP addressing type in networking.
Concept tested. Anycast addressing for geo-distributed proximity routing
Reference. https://www.rfc-editor.org/rfc/rfc4786
Community Discussion
No community discussion yet for this question.