教我怎么看这些IP检测数据,谢谢!
Pinging 61.109.245.118 with 32 bytes of data:Request timed out.Ping statistics for 61.109.245.118:Packets: Sent = 1, Received = 0, Lost = 1 (100% loss),Pinging 61.40.132.202 with 32 bytes of data:Request timed out.Ping statistics for 61.40.132.202:Packets: Sent = 1, Received = 0, Lost = 1 (100% loss),Pinging 59.19.206.56 with 32 bytes of data:Request timed out.Ping statistics for 59.19.206.56:Packets: Sent = 1, Received = 0, Lost = 1 (100% loss),Pinging 59.30.182.9 with 32 bytes of data:Reply from 59.30.182.9: bytes=32 time=136ms TTL=115Ping statistics for 59.30.182.9:Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),Approximate round trip times in milli-seconds:Minimum = 136ms, Maximum = 136ms, Average = 136msPinging 125.244.11.195 with 32 bytes of data:Reply from 125.244.11.195: bytes=32 time=214ms TTL=49Ping statistics for 125.244.11.195:Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),Approximate round trip times in milli-seconds:Minimum = 214ms, Maximum = 214ms, Average = 214msPinging 211.177.110.247 with 32 bytes of data:Request timed out.Ping statistics for 211.177.110.247:Packets: Sent = 1, Received = 0, Lost = 1 (100% loss),Pinging 125.240.251.2 with 32 bytes of data:Reply from 125.240.251.2: bytes=32 time=212ms TTL=48Ping statistics for 125.240.251.2:Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),Approximate round trip times in milli-seconds:Minimum = 212ms, Maximum = 212ms, Average = 212msPinging 59.6.150.218 with 32 bytes of data:Request timed out.Ping statistics for 59.6.150.218:Packets: Sent = 1, Received = 0, Lost = 1 (100% loss),Pinging 124.51.57.137 with 32 bytes of data:Request timed out.Ping statistics for 124.51.57.137:Packets: Sent = 1, Received = 0, Lost = 1 (100% loss),Pinging 60.191.251.9 with 32 bytes of data:这些怎么看???都是什么意思?帮我!!谢谢!
参考答案:Pinging 61.109.245.118 with 32 bytes of data:
:::ping 61.109.245.118
Request timed out.
:::超出时间
Ping statistics for 61.109.245.118:
Packets: Sent = 1, Received = 0, Lost = 1 (100% loss),
数据100% loss,数据全部丢失,意思就是ping对方电脑不通.
Pinging 125.240.251.2 with 32 bytes of data:
Reply from 125.240.251.2: bytes=32 time=212ms TTL=48
Ping statistics for 125.240.251.2:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
0% loss数据一点没有丢失,说明ping对方电脑是通的.你主要看这个就可以说明是通不通.
Approximate round trip times in milli-seconds:
Minimum = 212ms, Maximum = 212ms, Average = 212ms
访问对方电脑数据传输的最少时间和最大时间以及平均时间都是212ms