正解:C
Multipathing iSCSI traffic is a technique to provide redundancy and load balancing for iSCSI connections between a server and a storage device. Multipathing can be achieved by using multiple initiators, multiple targets, or both. However, some design choices are more optimal than others, depending on the network topology and the capabilities of the devices involved. Option C, "dual initiators to a single target with bonded interfaces," is a recommended design choice because it provides the following benefits:
* It allows the server to use two separate network interface cards (NICs) to connect to the same iSCSI target, which increases the bandwidth and availability of the connection.
* It enables the use of link aggregation or bonding on the target side, which combines multiple physical interfaces into a logical interface that can handle more traffic and tolerate link failures.
* It simplifies the configuration and management of the iSCSI sessions, as there is only one target to deal with, and the multipathing software can handle the path selection and failover.
References := The information is based on the Cisco Data Center Core Technologies (DCCOR) course, which covers the implementation of data center technologies including network, compute, storage network, automation, and security. More details can be found in the course material and official Cisco documentation on iSCSI multipathing