顧客はネットワーク上のローカル リソースにアクセスする際に問題を抱えています。技術者がユーザーに質問したところ、室内に追加のデバイスを接続できるように小さなスイッチが保管場所から持ち出され、設置されていたことが判明しました。技術者は PC からネットワーク サーバーに対して ping コマンドを実行しましたが、問題は見つかりませんでした。ただし、サーバーへのデータ転送は遅く、転送が時々ロックアップしているように見えます。問題の原因として最も考えられるのは次のうちどれですか?
正解:A
A duplex mismatch is the most probable cause of the issues described, where the network connection experiences slow data transfers and intermittent lockups. This occurs when one device in a network connection operates in full-duplex mode and the other in half-duplex, leading to collisions and performance issues. In the scenario provided, the small switch taken from storage may not have been configured to match the duplex settings of the existing network, resulting in these data transfer issues. Other options like reversed TX/RX pinouts, cable crosstalk, or a failed transceiver would typically result in complete connection failures or consistent degradation, not intermittent issues as described.