What does ping -t do?

Prepare for the CCST Cybersecurity Test with comprehensive study guides and practice quizzes. Enhance your knowledge with interactive questions, complete with explanations and solutions. Excel in your exam with confidence!

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