,持续了多久?
A:样例数据中是13:02:42.904953-13:02:42.525377=379.576ms
http://www.doczj.com/doc/bf8b8bf4910ef12d2af9e711.html 的IP 地址是多少?你的电脑IP 地址是多少?
A: http://www.doczj.com/doc/bf8b8bf4910ef12d2af9e711.html:128.119.245.12, lochost:192.168.0.202
Q4.导出这两个HTTP 消息,你可以在Ethereal 的File 命令菜单中选择save 菜单,导出
的文件命名为ethereal-1。
参考数据:ethereal-1
Q5.记录是否成功?如果成功,Reply from 的IP 地址、bytes、time 和TTL 的值是什么?A:成功,IP:210.33.16.188,bytes=32 time<1ms TTL=124
Q6.根据Q5 的结果分析到http://www.doczj.com/doc/bf8b8bf4910ef12d2af9e711.html 的中间路由数量大约是多少?
A:大约128-124=4 个
Q7.ping 的四次收发的数据是些什么内容,接收和发送的是一样的吗?
A:收发的内容是:abcdefghijklmnopqrstuvwabcdefghi,一样的。
参考数据:ping-1
显示结果:
Pinging http://www.doczj.com/doc/bf8b8bf4910ef12d2af9e711.html [210.33.16.188] with 32 bytes of data:
Reply from 210.33.16.188: bytes=32 time<1ms TTL=124
Reply from 210.33.16.188: bytes=32 time<1ms TTL=124
Reply from 210.33.16.188: bytes=32 time<1ms TTL=124
Reply from 210.33.16.188: bytes=32 time=5ms TTL=124
Q8.到该网站的中间路由有多少个?和用ping 分析的结果一样吗?为什么?
A:共4 个中间路由器。和ping 的结果一样。都是ICMP 分析方法。
《计算机网络》自顶向下和Internet 特色实验手册
4
Q9.中间路由耗时都一样吗?会不一样吗?为什么?
A:耗时不一样,但基本一致。会不一样。会受路由器带宽和拥塞程度等的影响。
Q10.如果有中间路由器没反应是为什么?
A:没反应可能是因为ICMP 被禁止了(如tracert-1a)。
参考数据:tracert-1 和tracert-1a
显示结果:
Tracing route to http://www.doczj.com/doc/bf8b8bf4910ef12d2af9e711.html [210.33.16.188]
over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms 10.22.65.1
2 <1 ms <1 ms <1 ms 10.22.62.241
3 <1 ms <1 ms <1 ms 10.22.63.246
4 1 ms <1 ms <1 ms 10.22.0.254
5 <1 ms <1 ms <1 ms 210.33.16.188
〔自主设计实验〕
学会了Ethereal Network Analyzer 软件,你可以完成很多你感兴趣的实验,你也可以看
一下附录一,自己学习一下基本的规则设置和软件的其他功能。其中有一个很关键的任务是学会如何设置只捕获和自己的电脑有关的数据包的方法,后面的实验都要用到。
并请利用Ethereal Network Analyzer 软件捕获和分析一下同学间互相拷贝文件、上网浏
览时所接收和发送的数据类型、协议名称、收发方向等,请自己设计并完成实验、记载并分析实验结果。