当前位置:网站首页>Basic process of network transmission using tcp/ip four layer model
Basic process of network transmission using tcp/ip four layer model
2022-07-07 07:03:00 【abs(ln(1+NaN))】
OSI The seven layer model logically divides the network into 7 layer , The main function is to realize two Communication between different hosts . actually OSI The seven layer model is not practical , We usually use the four or five layer protocol , The statement of the fourth floor is Just talk about software , We need to know the fourth floor , But software is based on hardware , So there are five layers .
The lower left half is a seven layer model , The right half is a four layer model , We call these four floors “TCP/IP Five floors ( four layers ) Model ”. These four layers also have a certain corresponding relationship with the computer architecture

Catalog
Two 、TCP/IP Five floors ( four layers ) Model
3、 ... and 、 The basic flow of network transmission
One 、 What is an agreement
The so-called agreement is a kind of agreement , There are people from different places in a dormitory , If everyone just speaks their own dialect , It's impossible to communicate , At this time, someone made a suggestion , Everyone speaks Mandarin , After reaching this agreement , Everyone can communicate normally .
From the perspective of network , On the transport layer TCP and UDP agreement , This agreement is to choose whether there is connected transmission or connectionless transmission .
Two 、TCP/IP Five floors ( four layers ) Model
TCP/IP Is a synonym for a group of agreements , You can understand that almost every layer has its own agreement .
- application layer : Responsible for communication between applications , Such as simple email Transfer Protocol (SMTP)、 File transfer protocol (FTP)、 Network remote access protocol (Telnet).
- Transport layer : Decide how to transmit data between two hosts , Such as transmission control protocol (TCP).
- The network layer : Responsible for address management and routing . It can be understood as the way to transfer data to the other host . For example, in IP Agreement , adopt IP Address to identify a host , And through the way of routing table Draw the data transmission line between the two hosts . The router works on this layer .
- Data link layer : Responsible for the transmission and identification of data frames between devices . For example, conflict detection ( If a conflict is detected , It will automatically resend )、 Data error checking, etc . The switch works at the data link layer .
- The physical layer : Responsible for light / How electrical signals are transmitted . We often say coaxial cable 、 Optical fiber 、wifi All belong to the content of this layer . It can be simply understood that most of the contents of the physical layer have entities . The physical layer determines the maximum transmission rate 、 Anti interference, etc . The hub works on the physical layer ( Enlarge data , Reduce data loss ).
3、 ... and 、 The basic flow of network transmission
You may think , Still a little obscure , Here is a simple example to get familiar with the functions of the above layers , At the same time, I have a preliminary understanding of network transmission .
Network transmission can be seen as the relationship between sellers and buyers , Suppose you buy a bottle of shampoo from Taobao , So the mainframe A The application layer of is equivalent to the seller , host B The application layer of is equivalent to the buyer .

1、 The seller ( host A)
(1) application layer
The seller puts shampoo in a box , This process is equivalent to the application layer adding a data header to the data , This header contains the length of the header 、 Length of load 、 What is the upper layer protocol . In fact, it is equivalent to putting it in the product box , The product box has the quality of the product 、 Production date and other information .
The application layer is equivalent to OS Users in , No matter how the data is sent 、 And how the data is delivered . Only deal with the details of the application .

(2) Transport layer
After the goods arrive at the express station , The express station should affix the express bill to the goods , The delivery address is on the express bill . This process is actually equivalent to adding a data header to the data at the transport layer .
After that it ? That is to decide which express to send . The transport layer is equivalent to OS The kernel part of , The details of communication are here , There is also the network layer of the next layer . The transport layer determines the transmission mode of data , yes TCP still UDP.

(3) The network layer
Now that you have decided which express to send , Now it's time to decide the route . This floor also needs to add a header .
The network layer determines the transmission route of data .
(4) Data link layer
The express is on the way , Suppose we arrive in Nanjing now , The express station in Nanjing will send you to the next stop, Zhejiang . The data link layer determines the process of transferring data from the transfer station .
2、 buyers ( host B)
The buyer received the goods , What we need may be wrapped in many layers , Now we need to dismantle it layer by layer . This process is unpacking .

For the process of encapsulation and unpacking, please refer to the following blog .
边栏推荐
- 从零到一,教你搭建「CLIP 以文搜图」搜索服务(二):5 分钟实现原型
- ANR 原理及实践
- Redhat5 installing vmware tools under virtual machine
- Unable to debug screen program with serial port
- 多个kubernetes集群如何实现共享同一个存储
- 精准时空行程流调系统—基于UWB超高精度定位系统
- 2022年全国所有A级景区数据(13604条)
- 网络基础 —— 报头、封装和解包
- Leetcode t1165: log analysis
- DB2获取表信息异常:Caused by: com.ibm.db2.jcc.am.SqlException: [jcc][t4][1065][12306][4.25.13]
猜你喜欢

Comment les entreprises gèrent - elles les données? Partager les leçons tirées des quatre aspects de la gouvernance des données

毕业设计游戏商城

健身房如何提高竞争力?

关于数据库数据转移的问题,求各位解答下

MySQL view bin log and recover data

途家、木鸟、美团……民宿暑期战事将起

Prompt for channel security on the super-v / device defender side when installing vmmare

剑指offer-高质量的代码

LM11丨重构K线构建择时交易策略

JWT的基础介绍
随机推荐
【mysqld】Can't create/write to file
什么情况下考虑分库分表
sqlserver多线程查询问题
Unable to debug screen program with serial port
请教一下,监听pgsql ,怎样可以监听多个schema和table
leetcode 509. Fibonacci Number(斐波那契数字)
Abnova 体外转录 mRNA工作流程和加帽方法介绍
This article introduces you to the characteristics, purposes and basic function examples of static routing
Several index utilization of joint index ABC
根据IP获取地市
MySql用户权限
How can gyms improve their competitiveness?
How to do sports training in venues?
如何给目标机器人建模并仿真【数学/控制意义】
途家、木鸟、美团……民宿暑期战事将起
【NOI模拟赛】区域划分(结论,构造)
ViewModelProvider.of 过时方法解决
请问 flinksql对接cdc时 如何实现计算某个字段update前后的差异 ?
Learning records on July 4, 2022
SVN version management in use replacement release and connection reset
https://blog.csdn.net/challenglistic/article/details/125643881?spm=1001.2014.3001.5501