What does ping -t do?

Study for the CCST Cybersecurity Test. Study with flashcards and multiple choice questions, each question has hints and explanations. Get ready for your exam!

Multiple Choice

What does ping -t do?

Explanation:
The feature being tested is continuous monitoring of connectivity. In Windows, using -t makes ping run indefinitely, sending ICMP Echo Request messages to the target every second until you stop it with Ctrl+C. This lets you observe how latency and packet loss behave over time, which is useful for tracking intermittent network issues or stability tests. When you finally stop, you’ll get a summary of how many packets were sent and received and the loss percentage. This differs from a normal ping, which sends a fixed number of requests by default. It doesn’t create a graph by itself, and hostname resolution happens before the ongoing stream of replies starts.

The feature being tested is continuous monitoring of connectivity. In Windows, using -t makes ping run indefinitely, sending ICMP Echo Request messages to the target every second until you stop it with Ctrl+C. This lets you observe how latency and packet loss behave over time, which is useful for tracking intermittent network issues or stability tests. When you finally stop, you’ll get a summary of how many packets were sent and received and the loss percentage. This differs from a normal ping, which sends a fixed number of requests by default. It doesn’t create a graph by itself, and hostname resolution happens before the ongoing stream of replies starts.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy