Classify articles under Windows

ping

Verify an IP level connection to another TCP/IP computer by sending an Internet Control Message Protocol (ICMP) response request message. Display the receiving and round trip time of the corresponding echo response message. Ping is the main TCP/IP command used to solve connectivity, accessibility and name resolution problems. If no parameter is used, ping will display help.

be careful:

Applicable to

  • Windows xp、7、8、9

grammar

 ping [/t] [/a] [/n <Count>] [/l <Size>] [/f] [/I <TTL>] [/v <TOS>] [/r <Count>] [/s <Count>] [{/j <Hostlist> | /k <Hostlist>}] [/w <timeout>] [/R] [/S <Srcaddr>] [/4] [/6] <TargetName>

-Read the rest-