Ping Flags Flashcards

1
Q

-c

A

-c count: Specifies the number of packets to send.

By default, “ping” sends packets indefinitely until stopped with Ctrl+C.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

-s

A

-s size: Specifies the size of the packet to send in bytes.

The default packet size is 64 bytes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

-t

A

-t ttl: Specifies the time-to-live (TTL) value of the packet, which determines how many hops the packet can make before it is discarded.

The default TTL value is 64.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

-i

A

-i interval: Specifies the interval between sending packets in seconds.

The default interval is 1 second.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

-W

A

-W timeout: Specifies the amount of time to wait for a response to a packet, in seconds. The default timeout is 1 second.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

-q

A

-q: Quiet mode. Only display the summary output at the end, instead of showing every individual packet sent and received.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

-v

A

-v: Verbose mode. Display detailed output, including the packet size, TTL value, and round-trip time for each packet sent and received.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

-a

A

-a: Resolve IP addresses to hostnames.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

-n

A

-n: Do not resolve IP addresses to hostnames.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

-f

A

-f: Flood mode. Send packets as fast as possible without waiting for a response, until stopped with Ctrl+C.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

-b

A

-b: Allow broadcast addresses to be used as the target host.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

-I

A

-I interface: Specify the network interface to use for sending packets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

-p

A

-p pattern: Specify a pattern to be used as the data portion of the packet. By default, the packet data is a sequence of numbers starting with 0.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

-U

A

-U: Use UDP instead of ICMP to send packets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

-T

A

-T timestamp_option: Specify the type of timestamp to use in the packet. Options are tsonly, tsandaddr, and tsprespec. This is primarily useful for diagnostic purposes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly