当前位置:网站首页>Tcp/ip protocol (UDP)
Tcp/ip protocol (UDP)
2022-07-06 11:08:00 【As。】
TCP/IP agreement : It's a protocol cluster , Contains many protocols ,UDP Also included . The general name is TCP/IP, Because it is the two most important agreements in the agreement
TCP/IP The protocol set includes : application layer 、 Transport layer 、 The network layer 、 Network link layer
The application layer includes :
1. Hypertext transfer protocol (HTTP)
2. File transfer protocol (TFTP)
3. Remote login (Telnet)
4. Network management (SNMP Simple network management protocol )
5. The domain name system (DNS)
The network layer includes :
1.IP(Internet agreement )
2.ICMP(Internet Control information protocol )
3.ARP( Address resolution protocol )
4.RARP( Reverse Address Resolution Protocol )
TCP and UDP The difference between TCP: Transmission control protocol , It's a connection oriented protocol .( Before sending data , You must establish contact with the other party first ) UDP: User datagram protocol , It's a connectionless protocol
1.TCP Yes, you need to connect ,UDP There is no need to connect
2.TCP There are many requirements for system resources ,UDP Less
3.UDP The program structure is simple
4.TCP Make sure the data is correct ,UDP You may lose your bag
5.TCP Ensure the order of data ,UDP No guarantee
TCP: Three handshakes , Four waves
Conversation process :
1. host A Host computer B Send connection request packet ; First conversation :“ I want to send you data , Is that OK ?”
2. host B Host computer B Send packets that agree to connect and require synchronization ( Two hosts , One is sending , One is receiving ); Second session :“ Sure , When do you send ?”
3. host A Send a packet again , Confirm host B Required synchronization ; The third session :“ I'll send... Now , You go on ”
The purpose of the three dialogues is to make the sending and receiving of data packets proceed synchronously , After three conversations , host A To the host B Send data officially
边栏推荐
- 1. Mx6u learning notes (VII): bare metal development (4) -- master frequency and clock configuration
- Swagger、Yapi接口管理服务_SE
- Win10: how to modify the priority of dual network cards?
- Neo4j installation tutorial
- MySQL master-slave replication, read-write separation
- Unable to call numpy in pycharm, with an error modulenotfounderror: no module named 'numpy‘
- Record a problem of raspberry pie DNS resolution failure
- Development of C language standard
- Classes in C #
- API learning of OpenGL (2003) gl_ TEXTURE_ WRAP_ S GL_ TEXTURE_ WRAP_ T
猜你喜欢
![[recommended by bloggers] asp Net WebService background data API JSON (with source code)](/img/04/c721e6177b578b30cbbf334cb1b6c9.png)
[recommended by bloggers] asp Net WebService background data API JSON (with source code)

【博主推荐】SSM框架的后台管理系统(附源码)

CSDN question and answer module Title Recommendation task (II) -- effect optimization

API learning of OpenGL (2003) gl_ TEXTURE_ WRAP_ S GL_ TEXTURE_ WRAP_ T

LeetCode #461 汉明距离

MySQL主从复制、读写分离

CSDN question and answer tag skill tree (I) -- Construction of basic framework

PyCharm中无法调用numpy,报错ModuleNotFoundError: No module named ‘numpy‘

Other new features of mysql18-mysql8
![[ahoi2009]chess Chinese chess - combination number optimization shape pressure DP](/img/7d/8cbbd2f328a10808319458a96fa5ec.jpg)
[ahoi2009]chess Chinese chess - combination number optimization shape pressure DP
随机推荐
C语言标准的发展
连接MySQL数据库出现错误:2059 - authentication plugin ‘caching_sha2_password‘的解决方法
安全测试涉及的测试对象
[recommended by bloggers] background management system of SSM framework (with source code)
Solution: log4j:warn please initialize the log4j system properly
There are three iPhone se 2022 models in the Eurasian Economic Commission database
PyCharm中无法调用numpy,报错ModuleNotFoundError: No module named ‘numpy‘
Basic use of redis
图像识别问题 — pytesseract.TesseractNotFoundError: tesseract is not installed or it‘s not in your path
虚拟机Ping通主机,主机Ping不通虚拟机
LeetCode #461 汉明距离
[BMZCTF-pwn] 11-pwn111111
SSM integrated notes easy to understand version
安装numpy问题总结
Navicat 導出錶生成PDM文件
Invalid default value for 'create appears when importing SQL_ Time 'error reporting solution
Install mongdb tutorial and redis tutorial under Windows
JDBC principle
FRP intranet penetration
IDEA 导入导出 settings 设置文件