当前位置:网站首页>ICMP Protocol
ICMP Protocol
2022-07-02 08:27:00 【Defeat of Fujiwara Qianhua】
List of articles
Preface
Internet Control message protocol ICMP(Internet Cotrol Message Protocol) It's an important protocol in the network layer .ICMP The protocol is used to transmit all kinds of error and control information between network devices , It's for collecting all kinds of network information 、 It is very important to diagnose and eliminate all kinds of network faults . Using a ICMP Application time , Need to be right ICMP I am very familiar with the working principle of .
One 、ICMP The role of
- purpose
- Gateway or target machine utilization ICMP Communicate with source
- When something goes wrong , Provide feedback for reporting errors
- characteristic
- Its control capability is not used to ensure the reliability of transmission
- Itself is not reliable transmission
- It is not used to reflect ICMP Message transmission

ping command
stay Windows Command line ping once , It's actually called ICMP agreement .
Two 、ICMP Data packets
Format

Type and code to identify different content

ICMP Redirect

ping Command cannot access parsing

ping The command is actually sending a string to the destination host , And ask it to echo .
- Unable to access the target network ,ICMP When packets are encapsulated downward ,MAC The address is gateway MAC Address , There is no target in the gateway IP The routing , The response comes from the gateway .
- Unable to access host , Of the same network segment IP, Direct use ARP request MAC Address , Can't get , Therefore, the data package cannot be encapsulated , The data packet cannot be sent out , The response comes from yourself .
边栏推荐
- One of the reasons for WCF update service reference error
- Jz-061-serialized binary tree
- ARP及ARP欺骗
- Carsim-問題Failed to start Solver: PATH_ID_OBJ(X) was set to Y; no corresponding value of XXXXX?
- What are the platforms for selling green label domain names? What is the green label domain name like?
- Programming ape learning English - imperative programming
- 什么是SQL注入
- STL quick reference manual
- C语言实现XML生成解析库(XML扩展)
- 16: 00 interview, came out at 16:08, the question is really too
猜你喜欢

Principes fondamentaux de la théorie musicale (brève introduction)

Jumping | Blue Bridge Cup

HCIA—应用层

Use of opencv3 6.2 low pass filter

Method recursion (Fibonacci sequence, frog jumping steps, tower of Hanoi problem)

OpenCV 6.4 中值滤波器的使用

Carsim-問題Failed to start Solver: PATH_ID_OBJ(X) was set to Y; no corresponding value of XXXXX?

使用Matplotlib绘制图表初步

sqli-labs第8关(布尔盲注)

ICMP协议
随机推荐
常量指针和指针常量
Chinese garbled code under vscade
Use of OpenCV 6.4 median filter
力扣每日一题刷题总结:链表篇(持续更新)
Matlab - autres
CarSim learning experience - rough translation 1
2022 Heilongjiang latest food safety administrator simulation exam questions and answers
力扣每日一题刷题总结:栈与队列篇(持续更新)
Comparison between setTimeout and requestanimationframe (page refresh)
2022 Heilongjiang latest construction eight members (materialman) simulated examination questions and answers
Force deduction method summary: find classes
TCP/IP—传输层
STM32疑难杂症之ST-LINK Connection error INVALID ROM TABLE
Carsim problem failed to start Solver: Path Id Obj (X) was set to y; Aucune valeur de correction de xxxxx?
【无标题】
OpenCV3 6.2 低通滤波器的使用
ICMP协议
Li Kou daily one question brushing summary: binary tree chapter (continuous update)
Carsim-路面3D形状文件参数介绍
类和对象(类和类的实例化,this,static关键字,封装)