您现在的位置: 万盛学电脑网 >> 电脑基础 >> 电脑基本常识 >> 正文

Windows下Ping命令知识简单分析

作者:佚名    责任编辑:admin    更新时间:2022-06-22

class="area">

Windows下的Ping命令,是网络管理员必学的知识,Ping是Windows下的一个命令在Unix和Linux下也有这个命令。ping也属于一个通信协议,是TCP/IP协议的一部分。利用“ping”命令可以检查网络是否连通,可以很好地帮助我们分析和判定网络故障。

 

  1. ping [-t] [-a] [-n count] [-l length] [-f] [-i ttl] [-v tos] [-r count] [-s count] [-j computer-list] │ [-k computer-list] [-w timeout] destination-list 
  2. Options: 
  3. -t Ping the specified host until stopped.To see statistics and continue - type Control-Break;To stop - type Control-C. 

 

不停的ping地方主机,直到你按下Control-C。

此功能没有什么特别的技巧,不过可以配合其他参数使用,将在下面提到。

 

  1. -a Resolve addresses to hostnames. 

解析计算机NetBios名。

 

  1. 示例:C:\>ping -a 192.168.1.21 
  2.  
  3. Pinging iceblood.yofor.com [192.168.1.21] with 32 bytes of data: 
  4.  
  5. Reply from 192.168.1.21: bytes=32 time<10ms TTL=254 
  6.  
  7. Reply from 192.168.1.21: bytes=32 time<10ms TTL=254 
  8.  
  9. Reply from 192.168.1.21: bytes=32 time<10ms TTL=254 
  10.  
  11. Reply from 192.168.1.21: bytes=32 time<10ms TTL=254