PC とネットワーク サーバーがネットワーク接続されていないため、ヘルプ デスクの技術者が問題の解決を試みています。技術者は、接続の問題について考えられるさまざまな原因をテストしながら、Windows ワークステーションから定期的に ping コマンドを実行する予定です。技術者は次のうちどれを使用する必要がありますか?
正解:D
ping -t is an option for the ping command in Windows that allows the user to send continuous ping requests to a target until stopped by pressing Ctrl-C. This can help the technician run a constant ping command while testing various possible reasons for the connectivity issue. ping -w is an option for the ping command in Windows that allows the user to specify a timeout value in milliseconds for each ping request. ping -i is an option for the ping command in Linux that allows the user to specify the time interval in seconds between each ping request. ping -s is an option for the ping command in Linux that allows the user to specify the size of the data payload in bytes for each ping request.