当前位置:网站首页>Tcp/ip - transport layer
Tcp/ip - transport layer
2022-07-02 08:34:00 【Defeat of Fujiwara Qianhua】
HCIA— Transport layer
TCP/IP— Transport layer
The application layer is the interface for applications to enter the network , After the application data is encapsulated, it enters the transport layer . The transport layer defines end-to-end connectivity between host applications . The two most common protocols in the transport layer are transmission control protocol TCP(Transmission Control Protocol) And user datagram protocol UDP(User Datagram Protocol).
What is the port number ?

When the computer receives a packet , How to distinguish which application this packet belongs to ?
Add a new port number in the transport layer , Used to distinguish different programs . Some web applications are extremely common , The port number is also used to distinguish different network services .( The port number corresponds to the upper layer protocol , The agreement corresponds to different services )
Common port numbers ( be based on C/S Model services )
Transport layer Overview
- The transport layer provides End to end The connection of
- The network layer provides Point to point The connection of

Transport layer protocol

TCP and UDP Packet structure comparison

TCP Session creation — Three handshakes :




TCP Termination of session — Four waves

TCP and UDP Comparison of
| Transmission control protocol (TCP) | User datagram protocol (UDP) |
|---|---|
| Connection oriented | There is no connection |
| Reliable transmission | Best effort transmission |
| Support flow control and window mechanism | No flow control and window mechanism |
| HTTP、FTP etc. | TFTP、DNS、DHCP etc. |
边栏推荐
- 类和对象(类和类的实例化,this,static关键字,封装)
- Multi site high availability deployment
- Static library and dynamic library
- Force deduction method summary: double pointer
- sqli-labs第1关
- Opencv common method source link (continuous update)
- Intelligent manufacturing solutions digital twin smart factory
- Introduction to anti interception technology of wechat domain name
- Deep understanding of JVM
- OpenCV 6.4 中值滤波器的使用
猜你喜欢

TCP/IP—传输层

Introduction to parameters of CarSim pavement 3D shape file

STM32 new project (refer to punctual atom)

Solid principle: explanation and examples

Vs code configuration problem

Matlab mathematical modeling tool

web安全--逻辑越权

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

Gateway 简单使用

Analysis of the use of comparable, comparator and clonable interfaces
随机推荐
Chinese garbled code under vscade
Introduction to parameters of CarSim pavement 3D shape file
2022 Heilongjiang latest food safety administrator simulation exam questions and answers
Comparable,Comparator,Clonable 接口使用剖析
【无标题】
C language custom types - structure, bit segment (anonymous structure, self reference of structure, memory alignment of structure)
2022 Heilongjiang latest construction eight members (materialman) simulated examination questions and answers
方法递归(斐波那契数列,青蛙跳台阶,汉诺塔问题)
C language replaces spaces in strings with%20
Longest isometric subsequence
Web security -- Logical ultra vires
Jumping | Blue Bridge Cup
Introduction to anti interception technology of wechat domain name
Animation synchronization of CarSim real-time simulation
Use Matplotlib to draw a preliminary chart
Carsim 学习心得-粗略翻译1
力扣每日一题刷题总结:二叉树篇(持续更新)
W10 is upgraded to W11 system, but the screen is black, but the mouse and desktop shortcuts can be used. How to solve it
Flex layout
ARP and ARP Spoofing