前言

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

题目

1. Select the first ICMP Echo Request message sent by your computer, and expandthe Internet Protocol part of the packet in the packet details window.
选择计算机发送的第一条 ICMP 回应请求消息,并在数据包详细信息窗口中展开数据包的互联网协议部分。
What is the IP address of your computer?你电脑的 IP 地址是什么?

答:

2.Within the IP packet header, what is the value in the upper layer protocol field?
在 IP 数据包报头中,上层协议字段的值是多少?

答:

3.How many bytes are in the IP header? How many bytes are in the payload of theIP datagram? Explain how you determined the number of payload bytes.
IP 报头中有多少字节?IP 数据报的有效载荷中有多少字节?解释如何确定有效负载字节数。

答:


IP数据一共160字节,而IP头部一共20字节,所以IP数据的有效载荷为140字节
4.Has this IP datagram been fragmented? Explain how you determined whether ornot the datagram has been fragmented.
这个 IP 数据报被分段了吗?解释您如何确定数据报是否已被分段

答:

可以知道没有分片
5.Which fields in the IP datagram always change from one datagram to the nextwithin this series of ICMP messages sent by your computer?
在您的计算机发送的这一系列 ICMP 消息中,IP 数据报中的哪些字段总是从一个数据报变化到下一个数据报?

答:

这两个一直在变
7.Which fields stay constant? Which of the fields must stay constant? Which fieldsmust change? Why?
哪些字段保持不变?哪些字段必须保持不变?哪些字段必须更改?为什么呢?

答:
版本,首部长度,上层协议,源地址,目的地址这些肯定是不能变的,像数据报长度,标志,标识段,片偏移这些,以及数据段肯定需要变化
8. Describe the pattern you see in the values in the Identification field of the IP datagram
描述您在 IP 数据报的标识字段的值中看到的模式

答:

这个?
9.What is the value in the Identification field and the TTL field?
“标识”字段和“TTL”字段中的值是多少?


TTL就是这个?
10.Do these values remain unchanged for all of the ICMP TTL-exceeded replies sentto your computer by the nearest (first hop) router? Why?
对于最近的(第一跳)路由器发送到您的计算机的所有 ICMP TTL 超出回复,这些值是否保持不变?为什么呢?

答:不懂啥意思
11. Find the first ICMP Echo Request message that was sent by your computer afteryou changed the Packet Size in pingplotter to be 2000. Has that message beenfragmented across more than one IP datagram? [Note: if you find your packet hasnot been fragmented, you should download the zip file http://gaia.cs.umass.edu/wireshark-labs/wireshark-traces.zip and extract the ipethereal-trace-1packet trace. If your computer has an Ethernet interface, a packet
size of 2000 should cause fragmentation.3]
在将 ping 绘图仪中的数据包大小更改为 2000 后,查找计算机发送的第一条ICMP 回应请求消息。该消息是否被分割到多个 IP 数据报中?[注意:如果您发现您的数据包没有被分段,您应该下载 zip 文件 http://gaia.cs.umass.edu/wireshark-labs/wireshark-traces.zip

答:没有看到有被分片的消息-.-
12.Print out the first fragment of the fragmented IP datagram. What information inthe IP header indicates that the datagram been fragmented? What information inthe IP header indicates whether this is the first fragment versus a latter fragment?How long is this IP datagram?打印出分段的 IP 数据报的第一个片段。IP 报头中的哪些信息表明数据报已被分段?IP 报头中的哪些信息表明这是第一个片段还是后一个片段?这个 IP 数据报有多长?
答:

我觉得这几个就能判断了
13… Print out the second fragment of the fragmented IP datagram. What information inthe IP header indicates that this is not the first datagram fragment? Are the morefragments? How can you tell?打印出分段的 IP 数据报的第二个片段。IP 报头中的哪些信息表明这不是第一个数据报片段?碎片越多?你怎么知道?
答:依旧是偏移量吧
14.What fields change in the IP header between the first and second fragment? 第一个和第二个片段之间的 IP 报头中有哪些字段发生了变化?
答:偏移量和数据包那些发生了变化吧
15. How many fragments were created from the original datagram?
从原始数据报创建了多少个片段?

答:没看到分段。。。
16. What fields change in the IP header among the fragments?
片段中的 IP 报头有哪些字段发生了变化?

答:标志,标识位,数据报长度,偏移量等发生了变化吧

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

  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实验 Lab8 IP

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

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

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

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

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

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

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

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

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

  10. 计算机网络Wireshark实验(西安交通大学)

    实验名称 计算机网络Wireshark实验 实验日期 2021 年 5 月 17 日 实验地点 XJTU 一.实验目的 1. 掌握WireShark软件,通过监测网络流量理解计算机网络体系结构的分层原 ...

最新文章

  1. 一文看懂深度学习发展史和常见26个模型
  2. 北邮国院c语言期末考试题,北邮C语言复习题2014.ppt
  3. 计算机组成原理——总线结构
  4. day01 python基础笔记
  5. 20050708:我还是忍忍吧
  6. 免费下载 80多种的微软推出入门级 .NET视频
  7. 设计模式之观察者模式在Listview中的应用
  8. 怎么创建python django项目_python怎么创建django
  9. OpenGL绘制旋转茶壶
  10. matlab 虚数 .,关于MATLAB在复数方面的应用 – MATLAB中文论坛
  11. TortoiseSVN 配合 Beyond Compare 3 或 WinMerge 的设置
  12. AppDelegate文件下各方法的用法:(应用程序挂起、复原与终止)
  13. Linux命令行下WEP密码破解(通用,也可非BT平台)
  14. 【电脑使用】插入SD卡图标是灰色的,点击显示“请将磁盘插入驱动器”
  15. 带你全面了解蓝牙定位原理,蓝牙定位方案种类-新导智能
  16. psi-pred安装及预测蛋白质二级结构
  17. 计算机视觉论文-2021-05-28
  18. python阿里巴巴排名_全自动监控网页关键词排名(Python实现)
  19. 西瓜书——多元线性回归(知识点:多元实值函数凹凸性的证明)
  20. mysql 设置连接超时_如何配置MySQL数据库超时设置

热门文章

  1. 设置内外网同时使用,重新配置路由
  2. 11个思维导图知识点整理帮你决胜考研(基础课和计算机专业课)| 寻找C站宝藏
  3. GfK十大洞见揭示物联网时代正全面开启
  4. 微信小程序云开发实现聊天(聊天室,一对一聊天)
  5. 汉王考勤管理系统 与服务器连接失败,汉王考勤管理系统
  6. stdafx有什么用(包含相关问题分析)
  7. cad连筋字体怎么安装_天正建筑CAD字体太小怎么办?别慌!问题不大,解决方案都在这里...
  8. 51单片机入门学习 第九天
  9. HCNP数通认证考试心得体会
  10. Windows 各版本默认自带IE版本