Which types of command used to ping a host continuously?
Which types of command used to ping a host continuously? You can ping from cmd by typing: c:\>ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS] [-r count] [-s count] [[-j host-list] | [-k host-list]] [-w timeout] target_ip/name [boxads] Source(s): Options: -t Ping the specified host until stopped. To see statistics and continue – type Control-Break; To stop – type Control-C. -a Resolve addresses to hostnames. -n count Number of echo requests to send. -l size Send buffer size. -f Set Don’t Fragment flag in packet. -i TTL Time To Live. -v TOS Type Of Service. -r …
