当前位置:网站首页>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. |
边栏推荐
- Matlab - autres
- In depth understanding of prototype drawings
- Honeypot attack and defense drill landing application scheme
- Rotating linked list (illustration)
- Installation and use of simple packaging tools
- 力扣每日一题刷题总结:栈与队列篇(持续更新)
- ICMP协议
- High school mathematics compulsory one
- c语言自定义类型枚举,联合(枚举的巧妙使用,联合体大小的计算)
- 2022 Heilongjiang's latest eight member (Safety Officer) simulated test question bank and answers
猜你喜欢
Data asset management function
OpenCV3 6.2 低通滤波器的使用
Introduction to parameters of CarSim pavement 3D shape file
IP protocol and IP address
Sqlyog remote connection to MySQL database under centos7 system
HCIA—應用層
Comparable,Comparator,Clonable 接口使用剖析
Chrome debugging
Implementation of bidirectional linked list (simple difference, connection and implementation between bidirectional linked list and unidirectional linked list)
HCIA—数据链路层
随机推荐
Installation and use of simple packaging tools
HCIA—数据链路层
Use of OpenCV 6.4 median filter
链表经典面试题(反转链表,中间节点,倒数第k个节点,合并分割链表,删除重复节点)
Matlab mathematical modeling tool
16: 00 interview, came out at 16:08, the question is really too
zipkin 简单使用
DWORD ptr[]
Longest isometric subsequence
Carsim-路面3D形状文件参数介绍
Introduction to anti interception technology of wechat domain name
程序猿学英语-Learning C
Summary of one question per day: stack and queue (continuously updated)
Development of digital collection trading website development of metauniverse digital collection
k8s入门:Helm 构建 MySQL
Data asset management function
实现双向链表(带傀儡节点)
Web security -- Logical ultra vires
方法递归(斐波那契数列,青蛙跳台阶,汉诺塔问题)
力扣每日一题刷题总结:二叉树篇(持续更新)