Which of the following commands will you use?

You work as a technician for Net Perfect Inc. You are troubleshooting a connectivity issue on a
network. You are using the ping command to verify the connectivity between two hosts. You want
ping to send larger sized packets than the usual 32-byte ones. Which of the following commands will
you use?

You work as a technician for Net Perfect Inc. You are troubleshooting a connectivity issue on a
network. You are using the ping command to verify the connectivity between two hosts. You want
ping to send larger sized packets than the usual 32-byte ones. Which of the following commands will
you use?

A.
ping -a

B.
ping -4

C.
ping -l

D.
ping -t



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Eddy

Eddy

-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 (IPv4-only).
-i TTL Time To Live.
-v TOS Type Of Service (IPv4-only. This setting has been deprecated
and has no effect on the type of service field in the IP
Header).
-r count Record route for count hops (IPv4-only).
-s count Timestamp for count hops (IPv4-only).
-j host-list Loose source route along host-list (IPv4-only).
-k host-list Strict source route along host-list (IPv4-only).
-w timeout Timeout in milliseconds to wait for each reply.
-R Use routing header to test reverse route also (IPv6-only).
Per RFC 5095 the use of this routing header has been
deprecated. Some systems may drop echo requests if
this header is used.
-S srcaddr Source address to use.
-c compartment Routing compartment identifier.
-p Ping a Hyper-V Network Virtualization provider address.
-4 Force using IPv4.
-6 Force using IPv6.