当前位置:网站首页>IP protocol and IP address
IP protocol and IP address
2022-07-02 08:27:00 【Defeat of Fujiwara Qianhua】
List of articles
1.IP agreement
The network layer is located between the data link layer and the transport layer . The network layer contains many protocols , The most important one is IP agreement . The network layer provides IP Routing functions , understand IP In addition to being familiar with routing IP Outside the working mechanism of the agreement , You must also understand IP Address and how to use it reasonably IP Address to design the network .
IP Baotou structure

- version
- Header Length
- Differentiated Services Filed
- Differentiated Services Codepoint
- Explicit Congestion Notification
- Identification
- Flags
- Fragment Offset
- Time to Live
- Protocol
- Header Checksum
- Source IP Address
- Destination IP Address
- IP Options

2.IP Field
Fragmentation
Fragmentation : When packets are smaller than links MTU Big time , Can be broken down into many small enough fragments .
TTL:Time to Live, Time to live
- prevent IP Packets are transmitted endlessly in the network
- Every time you go through a route TTL The value will decrease 1
- When TTL=0 At the same time , Discard packets



Agreement No
- Used to identify the upper layer protocol

3.IP Address
- stay IP In the network , The communication node needs a IP Address
- Expressed in dotted decimal system , from 32 A composition
- It is divided into Network bit and Host bit Two parts :
- Network bit , representative IP The segment to which the address belongs
- Host bit , Represents a node on a network segment
- from Subnet mask Determine the dividing point

IP Address classification
According to the first set of octets 
边栏推荐
- My VIM profile
- STM32疑难杂症之ST-LINK Connection error INVALID ROM TABLE
- OpenCV 6.4 中值滤波器的使用
- Mutex
- St-link connection error invalid ROM table of STM32 difficult and miscellaneous diseases
- Short video with goods source code, double-click to zoom in when watching the video
- 旋转链表(图解说明)
- Use Matplotlib to draw a preliminary chart
- sqli-labs第8关(布尔盲注)
- web安全--逻辑越权
猜你喜欢

2022 Heilongjiang's latest eight member (Safety Officer) simulated test question bank and answers

16: 00 interview, came out at 16:08, the question is really too

Intelligent manufacturing solutions digital twin smart factory

St-link connection error invalid ROM table of STM32 difficult and miscellaneous diseases

Don't know mock test yet? An article to familiarize you with mock

Carsim-实时仿真的动画同步问题

方法递归(斐波那契数列,青蛙跳台阶,汉诺塔问题)

Rotating linked list (illustration)

Simple implementation scheme of transcoding and streaming (I)

How to wrap qstring strings
随机推荐
Global and Chinese market of medicine cabinet 2022-2028: Research Report on technology, participants, trends, market size and share
Matlab-其它
Introduction to anti interception technology of wechat domain name
c语言自定义类型——结构体,位段(匿名结构体,结构体的自引用,结构体的内存对齐)
Realize bidirectional linked list (with puppet node)
C language implements XML generation and parsing library (XML extension)
Get the width and height of the screen in real time (adaptive)
Carla-UE4Editor导入RoadRunner地图文件(保姆级教程)
c语言将字符串中的空格替换成%20
Jumping | Blue Bridge Cup
Opencv3 6.3 reduced pixel sampling with filters
How to uninstall SQL Server cleanly
Data reverse attack under federated learning -- gradinversion
Global and Chinese market of recovery equipment 2022-2028: Research Report on technology, participants, trends, market size and share
Using C language to realize MySQL true paging
St-link connection error invalid ROM table of STM32 difficult and miscellaneous diseases
OpenCV常用方法出处链接(持续更新)
MySQL optimization
OpenCV 6.4 中值滤波器的使用
OpenCV3 6.3 用滤波器进行缩减像素采样