当前位置:网站首页>Brief introduction to tcp/ip protocol stack
Brief introduction to tcp/ip protocol stack
2022-07-05 05:34:00 【Raise items】
List of articles
Network layering
To the network layered , It is convenient to study computer network technology . The industry standard computer network layered design includes the following three . When we discuss network protocols , The reference is four layers Model .
OSI Seven layer model | TCP/IP Five layer model | TCP/IP Four layer model |
application layer | application layer | application layer |
The presentation layer | ||
The session layer | ||
Transport layer | Transport layer | Transport layer |
The network layer | The network layer | The network layer |
Data link layer | Data link layer | Network interface layer |
The physical layer | The physical layer |
The link layer 、 Data link layer and network interface layer are a concept .
The link layer
The link layer includes Device drivers and Network interface card , They jointly deal with the physical interface Hardware details .
Device drivers are software , Part of the operating system .
Network interface card is hardware , Also known as network card 、 network adapter , And network transmission media ( Twisted pair 、 Coaxial cable 、 Optical fiber, etc ) Connected to a .
The link layer = network card + Network card driver
Link layer protocols include :ARP、RARP、 Ethernet protocol
The network layer
Network layer processing is different host Route and forward messages in the network .
Network layer protocols include :IP、ICMP、IGMP
Transport layer
The transport layer is for different hosts Applications Provide data flow interaction .
The transport layer protocol has :TCP、UDP
application layer
The application layer handles the details of a particular application .
Application layer protocols include :Telnet、FTP、SMTP、SNMP
When processes communicate over the network , The application layer protocol handles the details of the application , Running on the operating system user Space ; Transport layer 、 The network layer and data link layer protocols handle the details of communication , Running on the operating system kernel Space .
Message encapsulation
When an application wants to pass TCP/IP When the protocol stack sends data , Data will be encapsulated layer by layer from top to bottom . Every floor will Add the relevant information of this layer to the head or tail of the sent data .
The receiver will strip each layer of information layer by layer , Until the data actually sent by the opposite end is obtained at the application layer .
边栏推荐
- 剑指 Offer 05. 替换空格
- CCPC Weihai 2021m eight hundred and ten thousand nine hundred and seventy-five
- Haut OJ 1221: a tired day
- Light a light with stm32
- 记录QT内存泄漏的一种问题和解决方案
- A problem and solution of recording QT memory leakage
- Double pointer Foundation
- Little known skills of Task Manager
- sync. Interpretation of mutex source code
- 【Jailhouse 文章】Look Mum, no VM Exits
猜你喜欢
lxml. etree. XMLSyntaxError: Opening and ending tag mismatch: meta line 6 and head, line 8, column 8
【Jailhouse 文章】Performance measurements for hypervisors on embedded ARM processors
挂起等待锁 vs 自旋锁(两者的使用场合)
【实战技能】如何做好技术培训?
利用HashMap实现简单缓存
全排列的代码 (递归写法)
Sword finger offer 05 Replace spaces
Palindrome (csp-s-2021-palin) solution
In this indifferent world, light crying
SAP method of modifying system table data
随机推荐
[to be continued] [depth first search] 547 Number of provinces
EOJ 2021.10 E. XOR tree
[article de jailhouse] jailhouse hypervisor
【ES实战】ES上的native realm安全方式使用
kubeadm系列-00-overview
[binary search] 34 Find the first and last positions of elements in a sorted array
Sword finger offer 06 Print linked list from beginning to end
第六章 数据流建模—课后习题
Sword finger offer 53 - ii Missing numbers from 0 to n-1
Support multi-mode polymorphic gbase 8C database continuous innovation and heavy upgrade
Add level control and logger level control of Solon logging plug-in
How many checks does kubedm series-01-preflight have
Add level control and logger level control of Solon logging plug-in
卷积神经网络简介
Haut OJ 1401: praise energy
On-off and on-off of quality system construction
Haut OJ 1321: mode problem of choice sister
Educational Codeforces Round 116 (Rated for Div. 2) E. Arena
kubeadm系列-02-kubelet的配置和启动
[to be continued] [UE4 notes] L3 import resources and project migration