前言

计算机网络自顶向下WireShark实验记录,可供参考

题目

1.What is the IP address of your host? What is the IP address of the destinationhost?
你的主机的 IP 地址是什么?目的主机的 IP 地址是什么?

答:

2.Why is it that an ICMP packet does not have source and destination port
numbers?
为什么 ICMP 数据包没有源端口号和目的端口号?

答:因为端口不可到达也就不没有这些信息了
3.Examine one of the ping request packets sent by your host. What are the ICMPtype and code numbers? What other fields does this ICMP packet have? Howmany bytes are the checksum, sequence number and identifier fields?
检查主机发送的一个 ping 请求数据包。ICMP 类型和代码号是什么?这个ICMP 数据包还有哪些字段?校验和、序列号和标识符字段有多少字节?

答:

4.Examine the corresponding ping reply packet. What are the ICMP type and codenumbers? What other fields does this ICMP packet have? How many bytes are thechecksum, sequence number and identifier fields?
检查相应的 ping 应答包。ICMP 类型和代码号是什么?这个 ICMP 数据包还有哪些字段?校验和、序列号和标识符字段有多少字节?

答:

5.What is the IP address of your host? What is the IP address of the targetdestination host? 你的主机的 IP 地址是什么?目标目的主机的 IP 地址是什么?
答:

6. If ICMP sent UDP packets instead (as in Unix/Linux), would the IP protocolnumber still be 01 for the probe packets? If not, what would it be?
如果 ICMP 改为发送 UDP 数据包(如在 Unix/Linux 中),探测数据包的IP 协议号仍然是 01 吗?如果不是,会是什么?

答:不知道
7.Examine the ICMP echo packet in your screenshot. Is this different from theICMP ping query packets in the first half of this lab? If yes, how so?
检查截图中的 ICMP 回应数据包。这与本实验前半部分的 ICMP ping 查询数据包有什么不同吗?如果是,如何是好?

答:

发生了超时
8. Examine the ICMP error packet in your screenshot. It has more fields than theICMP echo packet. What is included in those fields?
检查截图中的 ICMP 错误数据包。它比 ICMP 回应数据包有更多的字段。这些领域包括什么?

答:

全是初始化为0了
9. Examine the last three ICMP packets received by the source host. How are thesepackets different from the ICMP error packets? Why are they different?
检查源主机收到的最后三个 ICMP 数据包。这些数据包与 ICMP 错误数据包
有何不同?它们为什么不同?

答:

它们接收到了信息,所以其ICMP类型为0
10.Within the tracert measurements, is there a link whose delay is significantly
longer than others? Refer to the screenshot in Figure 4, is there a link whose
delay is significantly longer than others? On the basis of the router names, can
you guess the location of the two routers on the end of this link?
在 tracert 测量中,是否有一条链路的延迟明显长于其他链路?参考图4 中的截图,是否有一个链接的延迟明显比其他链接长?根据路由器名称,您能猜出该链路末端两台路由器的位置吗?

答:是有,不知道

计算机网络自顶向下WireShark实验:ICMP相关推荐

  1. 计算机网络自顶向下 Wireshark实验 Lab4 TCP

    计算机网络自顶向下 Wireshark实验 Lab4 TCP 不写答案,本文章只记录 任务 和 问题 开始Wireshark Lab TCP 先在Wireshark Lab官网下载相应文档:https ...

  2. 计算机网络自顶向下方法实验报告,计算机网络自顶向下方法试验三报告.doc

    计算机网络自顶向下方法试验三报告 陕西师范大学 计算机网络 实验报告 年级: 2010级 姓名: 陈翠萍 学号: 实验日期: 2012.9.24 实验名称:Wireshark Lab: HTTP 1至 ...

  3. 2021-09-13计算机网络自顶向下WireShark Lab(三)DNS

    win10 使用 cmd 下的 nslookup 得在管理员模式下运行. Name和Value的的具体含义取决于Type: Type = A,则Name是主机名,Value是该主机名对应的IP地址. ...

  4. HTTP计算机网络自顶向下+wireshark lab

    Overview HTTP(HyperText Transfer Protocol),一个应用层协议,是Web的核心.在RFC文档中有相关定义[RFC 1945]和[RFC 2616].HTTP包括两 ...

  5. 《计算机网络自顶向下》Wireshark实验 Lab11 802.11 WiFi

    文章目录 专栏博客链接 前引 Lab11 802.11 WiFi 查阅Wireshark Lab官网 获取Lab文档 Q&A 1 所作工作 Q&A 1 Q&A 2 所作工作 Q ...

  6. 《计算机网络自顶向下》Wireshark实验 Lab4 TCP

    文章目录 专栏博客链接 前引 Lab4 TCP 查阅Wireshark Lab官网 获取Lab文档 Q&A 1 所作工作 Q&A 1 专栏博客链接 <计算机网络自顶向下>W ...

  7. 《计算机网络自顶向下》Wireshark实验 Lab1 Getting Started

    文章目录 专栏博客链接 前引 Lab1 Getting Started 查阅Wireshark Lab官网 获取Lab文档 利用Office Word翻译查阅Lab文档 下载Wireshark 熟悉W ...

  8. 《计算机网络自顶向下》Wireshark实验 Lab8 IP

    文章目录 专栏博客链接 前引 Lab8 IP 查阅Wireshark Lab官网 获取Lab文档 Q&A 1 所作工作 Q&A 1 Q&A 2 所作工作 Q&A 2 结 ...

  9. 《计算机网络—自顶向下方法》 Wireshark实验(二):HTTP协议分析

    HTTP 协议工作于客户端-服务端架构上.浏览器作为 HTTP 客户端通过 URL 向 HTTP 服务端即 WEB 服务器发送所有请求. WEB 服务器有:Apache服务器,IIS服务器(Inter ...

  10. 泡芙噶的计算机网络(2)-紧张刺激的Wireshark实验

    泡芙噶的计算机网络(2)-紧张刺激的Wireshark实验 实验内容 准备阶段 实验内容 数据链路层 网络层 传输层 应用层 实验内容 按照数据链路层.网络层.传输层及应用层的顺序部署10个实验,需要 ...

最新文章

  1. 软件公司与非软件公司区别(纯个人看法)
  2. C++学习——set与map
  3. Windows编程—Windows驱动中定时器的使用
  4. Spring Boot学习笔记(二)——HelloWorld实现
  5. android java框架_【阿里P8大牛教你Android入门之路(java篇)】——Java集合框架(系列篇1)...
  6. 外服封号_王者荣耀外服玩家被封号十年吐槽无辜,官方复审后,玩家表示轻了...
  7. 6年软件测试,职场上的摸爬滚打,告诉我这些.......
  8. xp 计算机桌面图标不见,萝卜XP系统桌面图标全部消失了如何解决
  9. 全网音乐Music Download v2.1.2
  10. 计算机专业暑假实践心得7篇,计算机专业实习周记总结10篇
  11. 【Qt象棋游戏】05_象棋走棋规则——象、马、将、兵
  12. Android下调用收发短信邮件等
  13. vue el-table表格计算小计
  14. linux .pc,教你摸清 Linux PC 的性能底细?
  15. 使用tensorflow:LSTM神经网络预测股票(三)
  16. 大二学生JavaScript实训大作业——动漫秦时明月7页 期末网页制作 html css javascript 网页设计实例 企业网站制作
  17. 中国企业NAS行业市场供需与战略研究报告
  18. LeetCode每日一题——Day17
  19. 基于URL的权限验证流程总结
  20. linus命令,环境变量

热门文章

  1. JUnit 5和JUnit 4比较
  2. 支付宝和微信的支付功能如何进行测试?
  3. 计算机二级2018VB题库百度云,2018年春江苏省计算机二级VB考试真题第1套
  4. pygame 鼠标事件
  5. 怎么在安卓手机上阅读txt小说,小说阅读器推荐
  6. emu8086——buf 缓冲区的字节数据排序算法程序
  7. cboard 图表类型及其配置项扩展
  8. 暴走漫画系列之高仿淘宝收货地址(附demo)
  9. WiFi各协议理论速度计算
  10. gps高斯utm_UTM投影分带计算与高斯投影分带计算