当前位置:网站首页>Yyds dry goods inventory TCP & UDP
Yyds dry goods inventory TCP & UDP
2022-07-03 20:48:00 【You0tech】
Connection oriented
- TCP: Reliable transmission 、 Connection oriented ---> Slow speed , High accuracy
- UDP: Unreliable transmission 、 Non connection oriented ---> Fast , Poor accuracy
- If the four layers of an application layer protocol are used TCP port , Then before the formal data message transmission , You need to establish a connection first . Data can only be transferred after the connection is established .
- Three handshakes : Connection oriented high-level protocols need to establish a connection before formally transmitting data , The process of establishing a connection requires sending three messages back and forth , We call the process of establishing a connection three handshakes
Three handshakes
- The client sends syn package (syn=j) To the server , Request to establish a connection
At this stage ,TCP The message contains : Source port 、 Destination port 、SYN identification
- 1.
- Server received SYN package , Must confirm customer's SYN(ack=j+1), At the same time, I also send a SYN package (syn=k), namely SYN+ACK package
- Client receives server's SYN+ACK package , Send confirmation package to server ACK(ack=k+1)
边栏推荐
- jvm jni 及 pvm pybind11 大批量数据传输及优化
- Design e-commerce seckill system
- Rhcsa third day operation
- Cesiumjs 2022 ^ source code interpretation [7] - Analysis of the request and loading process of 3dfiles
- The "boss management manual" that is wildly spread all over the network (turn)
- 1.4 learn more about functions
- Refer to some books for the distinction between blocking, non blocking and synchronous asynchronous
- Line segment tree blue book explanation + classic example acwing 1275 Maximum number
- For in, foreach, for of
- 2022 low voltage electrician examination and low voltage electrician simulation examination question bank
猜你喜欢
JMeter plug-in installation
19、 MySQL -- SQL statements and queries
Test changes in Devops mode -- learning and thinking
"Designer universe" APEC safety and health +: environmental protection Panda "xiaobaobao" Happy Valentine's Day 2022 | ChinaBrand | Asia Pacific Economic media
In 2021, the global revenue of thick film resistors was about $1537.3 million, and it is expected to reach $2118.7 million in 2028
2.7 format output of values
Wargames study notes -- Leviathan
强基计划 数学相关书籍 推荐
Preliminary practice of niuke.com (11)
2.5 conversion of different data types (2)
随机推荐
阻塞非阻塞和同步异步的区分 参考一些书籍
Go learning notes (4) basic types and statements (3)
Reinforcement learning - learning notes 1 | basic concepts
Such as the visual appeal of the live broadcast of NBA Finals, can you still see it like this?
Transformation between yaml, Jason and Dict
University of Electronic Science and technology | playback of clustering experience effectively used in reinforcement learning
Camera calibration (I): robot hand eye calibration
The 12th Blue Bridge Cup
C 10 new feature [caller parameter expression] solves my confusion seven years ago
Battle drag method 1: moderately optimistic, build self-confidence (1)
2.1 use of variables
Sightseeing - statistics of the number of shortest paths + state transfer + secondary small paths
The "boss management manual" that is wildly spread all over the network (turn)
9 pyqt5 qscrollarea scroll area and qscrollbar scroll bar
2.6 formula calculation
全网都在疯传的《老板管理手册》(转)
1.4 learn more about functions
Test changes in Devops mode -- learning and thinking
Do you really know how old you are?
Introduction to golang garbage collection