熱點推薦:
您现在的位置: 電腦知識網 >> 操作系統 >> Windows系統管理 >> 正文

經驗分享 如何正確使用Windows的Ping命令[1]

2022-06-13   來源: Windows系統管理 
對於Windows下ping命令相信大家已經再熟悉不過了但是能把ping的功能發揮到最大的人卻並不是很多當然我也並不是說我可以讓ping發揮最大的功能我也只不過經常用ping這個工具也總結了一些小經驗現在和大家分享一下
  
  現在我就參照ping命令的幫助說明來給大家說說我使用ping時會用到的技巧ping只有在安裝了TCP/IP協議以後才可以使用
  
  ping [t] [a] [n count] [l length] [f] [i ttl] [v tos] [r count] [s count] [[j computerlist] | [k computerlist]] [w timeout] destinationlist
  
  Options:
  
  t Ping the specified host until stoppedTo see statistics and continue type ControlBreak;To stop type ControlC
  
  不停的ping地方主機直到你按下ControlC
  
  此功能沒有什麼特別的技巧不過可以配合其他參數使用將在下面提到
  
  a Resolve addresses to hostnames
  
  解析計算機NetBios名
  
  示例C:\>ping a
  
  Pinging icebloodyoforcom [] with bytes of data:
  
  Reply from : bytes= time<ms TTL=
  
  Reply from : bytes= time<ms TTL=
  
  Reply from : bytes= time<ms TTL=
  
  Reply from : bytes= time<ms TTL=
  
  Ping statistics for :
  
  Packets: Sent = Received = Lost = (% loss)Approximate round trip times in milliseconds:
  
  Minimum = ms Maximum = ms Average = ms
  
  從上面就可以知道IP為的計算機NetBios名為icebloodyoforcom
  
  n count Number of echo requests to send
  
  發送count指定的Echo數據包數
  
  在默認情況下一般都只發送四個數據包通過這個命令可以自己定義發送的個數對衡量網絡速度很有幫助比如我想測試發送個數據包的返回的平均時間為多少最快時間為多少最慢時間為多少就可以通過以下獲知
  
  C:\>ping n
  
  Pinging with bytes of data:
  
  Reply from : bytes= time=ms TTL=
  
  Reply from : bytes= time=ms TTL=
  
  Reply from : bytes= time=ms TTL=
  
  Request timed out
  
  ………………
  
  Reply from : bytes= time=ms TTL=
  
  Reply from : bytes= time=ms TTL=
  
  Ping statistics for :
  
  Packets: Sent = Received = Lost = (% loss)Approximate round trip times in milliseconds:
  
  Minimum = ms Maximum = ms Average = ms
  
  從以上我就可以知道在給發送個數據包的過程當中返回了其中有兩個由於未知原因丟失個數據包當中返回速度最快為ms最慢為ms平均速度為ms
  
  l size Send buffer size
  
  定義echo數據包大小
  
  在默認的情況下windows的ping發送的數據包大小為byt我們也可以自己定義它的大小但有一個大小的限制就是最大只能發送 byt也許有人會問為什麼要限制到byt因為Windows系列的系統都有一個安全漏洞(也許還包括其他系統)就是當向對方一次發送的數據包大於或等於對方就很有可能擋機所以微軟公司為了解決這一安全漏洞於是限制了ping的數據包大小雖然微軟公司已經做了此限制但這個參數配合其他參數以後危害依然非常強大比如我們就可以通過配合t參數來實現一個帶有攻擊性的命令(以下介紹帶有危險性僅用於試驗請勿輕易施於別人機器上否則後果自負)
  
  C:\>ping l t
  
  Pinging with bytes of data:
  
  Reply from : bytes= time<ms TTL=
  
  Reply from : bytes= time<ms TTL=
  
  ………………

[]  []  


From:http://tw.wingwit.com/Article/os/xtgl/201311/10135.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.