当前位置:网站首页>ICMP协议
ICMP协议
2022-07-02 06:28:00 【藤原千花的败北】
前言
Internet控制报文协议ICMP(Internet Cotrol Message Protocol)是网络层的一个重要协议。ICMP协议用来在网络设备间传递各种差错和控制信息,它对于收集各种网络信息、诊断和排除各种网络故障具有至关重要的作用。使用基于ICMP的应用时,需要对ICMP的工作原理非常熟悉。
一、ICMP的作用
- 用途
- 网关或者目标机器利用ICMP与源通讯
- 当出现问题时,提供反馈信息用于报告错误
- 特点
- 其控制能力并不用于保证传输的可靠性
- 本身也不是可靠传输
- 并不用来反映ICMP报文的传输情况
ping命令
在Windows命令行ping一下,实际上调用的就是ICMP协议。
二、ICMP数据包
格式
类型和代码来标识不同的内容
ICMP重定向
ping命令无法访问解析
ping命令实际上就是发送一段字符串给目的主机,并要求其回显。
- 无法访问目标网,ICMP数据包向下封装时,MAC地址为网关MAC地址,在网关当中没有配目标IP的路由,回应来自于网关。
- 无法访问主机,同一网段的IP,直接用ARP请求MAC地址,无法获得,从而无法封装数据包,数据包发不出去,回应来自于自己。
边栏推荐
- 链表经典面试题(反转链表,中间节点,倒数第k个节点,合并分割链表,删除重复节点)
- Web安全--核心防御机制
- [dynamic planning] p4170: coloring (interval DP)
- SQL server如何卸载干净
- Principes fondamentaux de la théorie musicale (brève introduction)
- 力扣方法总结:滑动窗口
- Global and Chinese market of tillage finishing machines 2022-2028: Research Report on technology, participants, trends, market size and share
- 力扣每日一题刷题总结:字符串篇(持续更新)
- c语言自定义类型枚举,联合(枚举的巧妙使用,联合体大小的计算)
- Array and string processing, common status codes, differences between PHP and JS (JS)
猜你喜欢
c语言自定义类型——结构体,位段(匿名结构体,结构体的自引用,结构体的内存对齐)
Matlab mathematical modeling tool
OpenCV3 6.3 用滤波器进行缩减像素采样
Dynamic extensible representation for category incremental learning -- der
Simply test the two different data transmission methods of content length and chunked
16: 00 interview, came out at 16:08, the question is really too
Sequence problem for tqdm and print
Use of OpenCV 6.4 median filter
Jumping | Blue Bridge Cup
樂理基礎(簡述)
随机推荐
Introduction to anti interception technology of wechat domain name
Data reverse attack under federated learning -- gradinversion
2022 Heilongjiang latest food safety administrator simulation exam questions and answers
Global and Chinese markets for magnetic resonance imaging (MRI) transmission 2022-2028: Research Report on technology, participants, trends, market size and share
Force deduction method summary: double pointer
High school mathematics compulsory one
使用wireshark抓取Tcp三次握手
顺序表基本功能函数的实现
Sparse matrix storage
OpenCV关于x,y坐标容易混淆的心得
11月24号,我们为“满月”庆祝
W10 is upgraded to W11 system, but the screen is black, but the mouse and desktop shortcuts can be used. How to solve it
idea中注释代码取消代码的快捷键
MySQL optimization
Linked list classic interview questions (reverse the linked list, middle node, penultimate node, merge and split the linked list, and delete duplicate nodes)
使用Matplotlib绘制图表初步
力扣每日一题刷题总结:链表篇(持续更新)
Use of OpenCV 6.4 median filter
Matlab - autres
C language implements XML generation and parsing library (XML extension)