顧客は DNS ルックアップ サービスを実行しており、パフォーマンスを向上させるためにネットワークを再構成するためにネットワーク技術者を必要としています。顧客は、地形的に宛先に最も近いサーバーに基づいてサーバーにアクセスできるようにしたいと考えています。サーバーが応答しない場合は、地形的に次に近いサーバーが応答する必要があります。 要件を満たすために技術者が構成する必要があるのは次のうちどれですか?
正解:B
Explanation Anycast addressing is a network addressing and routing methodology in which a single destination address has multiple routing paths to two or more endpoint destinations. Routers will select the desired path on the basis of number of hops, distance, lowest cost, latency measurements or based on the least congested route. Anycast addressing is designed to provide high availability and low latency for services that have multiple instances across the world, such as DNS servers. By using anycast addressing, the customer can ensure that servers are accessed based on whichever one is topographically closest to the destination. If the server does not respond, then the next topographically closest server should respond. References: [CompTIA Network+ Certification Exam Objectives], [Anycast - Wikipedia]