当前位置:网站首页>TCP/IP协议(UDP)
TCP/IP协议(UDP)
2022-07-06 09:13:00 【As。】
TCP/IP协议:是一个协议簇,包含很多协议,UDP也包括在其中。一般命名都是TCP/IP,是因为是协议中最重要的俩个协议
TCP/IP协议集包括:应用层、传输层、网络层、网络链路层
应用层包括:
1.超文本传输协议(HTTP)
2.文件传输协议(TFTP)
3.远程登录(Telnet)
4.网络管理(SNMP简单网络管理协议)
5.域名系统(DNS)
网络层包括:
1.IP(Internet协议)
2.ICMP(Internet控制信息协议)
3.ARP(地址解析协议)
4.RARP(反向地址解析协议)
TCP和UDP的区别 TCP:传输控制协议,是面向连接的协议。(发数据前,必须和对方先建立联系) UDP:用户数据报协议,是一个非连接的协议
1.TCP是需要连接,UDP不需要连接
2.TCP对系统资源要求多,UDP少
3.UDP程序结构较简单
4.TCP保证数据正确性,UDP可能会丢包
5.TCP保证数据顺序,UDP不保证
TCP:三次握手,四次挥手
会话过程:
1.主机A向主机B发出连接请求数据包;第一次会话:“我想给你发数据,可以吗?”
2.主机B向主机B发送同意连接和要求同步的数据包(俩台主机,一个在发送,一个在接收);第二次会话:“可以,你什么时候发?”
3.主机A再次发出一个数据包,确认主机B要求的同步;第三次会话:“我现在就发,你接着”
三次对话的目的是使数据包的发送和接收是同步进行,经过三次对话后,主机A才向主机B正式发送数据
边栏推荐
- C语言标准的发展
- A trip to Macao - > see the world from a non line city to Macao
- API learning of OpenGL (2003) gl_ TEXTURE_ WRAP_ S GL_ TEXTURE_ WRAP_ T
- Adaptive Bezier curve network for real-time end-to-end text recognition
- February 13, 2022-3-middle order traversal of binary tree
- Are you monitored by the company for sending resumes and logging in to job search websites? Deeply convinced that the product of "behavior awareness system ba" has not been retrieved on the official w
- 记一次某公司面试题:合并有序数组
- 【博主推荐】C# Winform定时发送邮箱(附源码)
- Valentine's Day is coming, are you still worried about eating dog food? Teach you to make a confession wall hand in hand. Express your love to the person you want
- windows无法启动MYSQL服务(位于本地计算机)错误1067进程意外终止
猜你喜欢
IDEA 导入导出 settings 设置文件
[reading notes] rewards efficient and privacy preserving federated deep learning
MySQL18-MySQL8其它新特性
Mysql23 storage engine
Idea import / export settings file
A brief introduction to the microservice technology stack, the introduction and use of Eureka and ribbon
MySQL25-索引的创建与设计原则
A trip to Macao - > see the world from a non line city to Macao
【博主推荐】asp.net WebService 后台数据API JSON(附源码)
Mysql21 - gestion des utilisateurs et des droits
随机推荐
February 13, 2022 - Maximum subarray and
FRP intranet penetration
Windchill configure remote Oracle database connection
Just remember Balabala
MySQL完全卸载(Windows、Mac、Linux)
How to change php INI file supports PDO abstraction layer
C language advanced pointer Full Version (array pointer, pointer array discrimination, function pointer)
Invalid global search in idea/pychar, etc. (win10)
windows无法启动MYSQL服务(位于本地计算机)错误1067进程意外终止
JDBC原理
Did you forget to register or load this tag 报错解决方法
API learning of OpenGL (2002) smooth flat of glsl
MySQL21-用戶與權限管理
Some problems in the development of unity3d upgraded 2020 VR
Mysql 其他主机无法连接本地数据库
Yum prompt another app is currently holding the yum lock; waiting for it to exit...
A trip to Macao - > see the world from a non line city to Macao
Navicat 導出錶生成PDM文件
Windows cannot start the MySQL service (located on the local computer) error 1067 the process terminated unexpectedly
Redis的基础使用