Cover V06, I04
Article
Figure 1
Figure 2
Figure 3
Figure 4
Figure 5
Figure 6
Figure 7
Table 1

apr97.tar


Figure 6: Help screen for ping

Microsoft's implementation of most TCP/IP applications and utilities is limited to command line operations. Fortunately, entering commands without any parameters will display a help screen concerning the use of the command like the one for ping shown here.

Usage:

ping   [-t] [-a] [-n count] [-1 size] [-f] [-I TTL] [-v TOS]
[-r count] [-s count] [[-j host-list] | [-k host-list]]
[-w timeout] destination-list

Options

-t            Ping the specified host until interrupted.
-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 count      Record route for count hops.
-s count      Timestamp for count hops.
-j host-list  Loose source route along host-list.
-k host-list  Strict source route along host-list.
-w timeout    Timeout in milliseconds to wait for each reply.