当前位置:网站首页>IP protocol of network layer
IP protocol of network layer
2022-07-27 15:43:00 【Skinny monkey 117】
Catalog
Network number and host number
IP The core function of address
IP Internet protocol
The most important protocol in the network layer :IP(Internel Protocol) Internet protocol
IP Address :IPv4、IPv6(128 position )
IPv4:32 An unsigned integer of bits (4 Bytes ), Usually , Each byte is represented in decimal , In the middle to . Connect —— Point division method . Such as ,192.168.18.253
Network number and host number
How to handle IP The address is disassembled into network number and host number
Network mask
special IP Address
IP The core function of address
IP Of Header
Routing table
Broadcast domain is approximately equal to LAN. therefore ,ARP The agreement is only in the same LAN Inside is effective . Next jump IP It must be the same LAN.
Some supplementary agreements
1. DNS
2. NAT
3. MTU
MTU: The data link layer limits the size of data that can be sent at a time
Maximum Transmission Unit( Maximum transmission unit )
because MTU, Decided that the upper levels have influence
IP: It is manifested as a fragmentation problem
TCP:MSS (Maximum Segment Size)UDP: There is a maximum message size ;
application layer , Let as few pieces as possible , Not more than UDP Maximum message .
Summary
边栏推荐
- Use deconstruction to exchange the values of two variables
- 【云享读书会第13期】音频文件的封装格式和编码格式
- How to take satisfactory photos / videos from hololens
- Multi table query_ Exercise 1 & Exercise 2 & Exercise 3
- C语言:字符串函数与内存函数
- npm install错误 unable to access
- synchronized和ReentrantLock的区别
- Network equipment hard core technology insider router Chapter 16 dpdk and its prequel (I)
- Use double stars instead of math.pow()
- Spark 3.0 Adaptive Execution 代码实现及数据倾斜优化
猜你喜欢

Hyperlink parsing in MD: parsing `this$ Set() `, ` $` should be preceded by a space or escape character`\`

Spark troubleshooting finishing

QT (IV) mixed development using code and UI files

synchronized和ReentrantLock的区别

flutter —— 布局原理与约束

Spark TroubleShooting整理

C语言:数据的存储

Leetcode 240. search two-dimensional matrix II medium

【剑指offer】面试题54:二叉搜索树的第k大节点

Leetcode 190. reverse binary bit operation /easy
随机推荐
Spark 3.0 adaptive execution code implementation and data skew optimization
go语言慢速入门——基本内置类型
【剑指offer】面试题46:把数字翻译成字符串——动态规划
synchronized和ReentrantLock的区别
Pictures to be delivered
Summer Challenge harmonyos realizes a hand-painted board
Leetcode 191. number of 1 bits bit operation /easy
【云享读书会第13期】音频文件的封装格式和编码格式
[系统编程] 进程,线程问题总结
初探JuiceFS
使用双星号代替Math.pow()
js使用for in和for of来简化普通for循环
shell脚本读取文本中的redis命令批量插入redis
后台返回来的是这种数据,是什么格式啊
使用解构交换两个变量的值
C语言:动态内存函数
The shell script reads the redis command in the text and inserts redis in batches
Database: use the where statement to retrieve (header song)
Read the wheelevent in one article
【剑指offer】面试题53-Ⅰ:在排序数组中查找数字1 —— 二分查找的三个模版





















