(1) 学会使用ping的重要参数。 (2) 通过使用协议分析软件掌握IP协议的工作过程。 (3) 通过使用协议分析软件掌握ICMP协议的工作过程 2. 实验环境 PC机两台,交换机一台。两台计算机的IP地址分别为192.168.0.204和192.168.0.22,协议分析软件。 3. 实验原理 (1) IP协议是因特网上最重要的网络层协议,是TCP/IP网络层的核心协议。由IP协议实现的是面向无连接的数据报服务。IP协议包括Ipv4和Ipv6两个版本,IPv4包括20字节的固定手部及可变长的可选首部。 (2) 利用ping检查网络是否能够连通,可以帮助我们分析判断网络故障。该命令只有在安装了TCP/IP协议后才可以使用。Ping命令的主要作用是通过发送数据包并接收应答信息来检测两台计算机之间的网络是否连通。 (3) ICMP属于网络层协议,主要用于在主机与路由器之间传递控制信息,主要的用途是差错报告。Ping命令使用的ICMP协议中的回送请求和回送响应,所以可以使用协议分析软件通过使用ping命令来抓包,分析IP协议和ICMP协议的工作过程。 4. 实验步骤 (1) 打开192.168.0.204主机的命令行,打开抓包软件wireshark开始抓包start,在dos下输入ping 192.168.0.22 –l 3000
1
分析了几种基于ICMP协议的网络隐蔽通道技术
2021-06-12 02:15:43 101KB 协议 信息隐藏
1
arp-stp-icmp-lldp协议抓包
2021-06-11 17:00:12 3KB 协议抓包
1
23.2差错报告机制(ICMP).pdf
2021-06-07 22:02:15 624KB 计网 笔记
1
ICMP TYPE CODE 对应表.docx
2021-06-05 22:07:39 16KB icmp
1
该文档是关于计算机网络中实验ICMP部分的答案。题目为英文,如下,答案为中文,部分有图文解释。 Ethereal Lab: ICMP Version: July 2005 © 2005 J.F. Kurose, K.W. Ross. All Rights Reserved Computer Networking: A Topdown Approach Featuring the Internet, 3rd edition. In this lab, we’ll explore several aspects of the ICMP protocol: • ICMP messages generating by the Ping program; • ICMP messages generated by the Traceroute program; • the format and contents of an ICMP message. Before attacking this lab, you’re encouraged to review the ICMP material in the textbook (Section 4.4.3 in the 3rd edition.) We present this lab in the context of the Microsoft Windows operating system. However, it is straightforward to translate the lab to a Unix or Linux environment. 1. ICMP and Ping Let’s begin our ICMP adventure by capturing the packets generated by the Ping program. You may recall that the Ping program is simple tool that allows anyone (for example, a network administrator) to verify if a host is live or not. The Ping program in the source host sends a packet to the target IP address; if the target is live, the Ping program in the target host responds by sending a packet back to the source host. As you might have guessed (given that this lab is about ICMP), both of these Ping packets are ICMP packets.
2021-05-28 19:14:55 502KB 计算机网络 ICMP
1
一种基于icmp\igmp、syn等的攻击软件
2021-05-24 14:27:05 38KB 攻击软件
1
利用icmp的超时报文以及目标不可达报文,模拟系统的tracert命令实现tracerty
2021-05-22 16:26:44 4KB icmp tracert 实现
1
visual studio 2008工程,实现TCP connect, SYN scan, FIN scan, ICMP scan
2021-05-20 09:04:31 6.77MB visualstudio20 TCPconnect SYNscan FINscan
MAC泛洪—python实验代码+实验报告
2021-05-15 16:00:26 753KB python MAC泛洪 网络攻防 网络安全
1