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.