顧客は、メディア サーバーを展開して、ストリーミング ビデオをネットワーク クライアントに配信します。要件は、要求しているクライアントのみにビデオ フィードが到達できるようにすることです。共有ツリーは、そのツリーからクライアントが要求しない場合、ビデオ フィードを伝達してはなりません。設定のタッチポイントを減らすために、ソリューションは RP セット情報の自動検出とアナウンスをサポートする必要があります。ネットワーク内の各ルーターは、RP の選択を担当します。これらの要件を満たす構成セットはどれですか?
正解:C
The configuration that meets the requirements for a media server to distribute streaming videos only to requesting clients, without propagating the video feed through shared trees if there are no requests, and supporting automatic discovery and announcement of RP-set information, is Option C. This option likely includes the use of Protocol Independent Multicast (PIM) in sparse mode, which is suitable for environments where multiple routers need to dynamically discover the Rendezvous Point (RP) for multicast groups. The configuration would also involve commands to enable Auto-RP for the automatic announcement and discovery of RPs.
References: The explanation is based on the principles of multicast routing and PIM operation as described in Cisco Data Center Core Technologies documentation. For more detailed information, the "Implementing and Operating Cisco Data Center Core Technologies (DCCOR v1.2)" course material and the Cisco official documentation on multicast routing would be the appropriate references.