各类网络命令结果的分析
我问对与命令的用法可能知道的很多。但是对于命令输出结果不一定很清楚。
那位高手能在这里打一下疑呀。如C:\>ping 192.168.150.4
Pinging 192.168.150.4 with 32 bytes of data:
Reply from 192.168.150.4: bytes=32 time<10ms TTL=128
Reply from 192.168.150.4: bytes=32 time<10ms TTL=128
Reply from 192.168.150.4: bytes=32 time<10ms TTL=128
Reply from 192.168.150.4: bytes=32 time<10ms TTL=128
Ping statistics for 192.168.150.4:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
如 TTl 是什么呀,有什么意思呀
C:\>tracert www.sohu.com
Tracing route to pagegrp1.sohu.com [61.135.133.109]
over a maximum of 30 hops:
1 * * * Request timed out.
2 * * * Request timed out.
3 * ^C
C:\>tracert 192.168.150.4
Tracing route to HP04 [192.168.150.4]
over a maximum of 30 hops:
1 <10 ms <10 ms <10 ms HP04 [192.168.150.4]
Trace complete.
还有如 netstat ,nslookup,nbs,nbtstat等
问题点数:0、回复次数:2Top
1 楼lzpyes(跳跃的猫)回复于 2003-12-02 17:09:32 得分 0
ttl->TTL Time To Live,TTL值在对方的系统里停留的时间。
此参数同样是帮助你检查网络运转情况的
去学计算机英语,这都写在上面了!Top
2 楼yuanxulong198010(虫子)回复于 2003-12-02 18:00:14 得分 0
TTL好像就是一个包的生存时间,每经过一个路由值就减少一,当为0时,包就被丢弃了,我也记不清了,好像是这样!Top




