当前位置:网站首页>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正式发送数据
边栏推荐
- MySQL完全卸载(Windows、Mac、Linux)
- C language string function summary
- The virtual machine Ping is connected to the host, and the host Ping is not connected to the virtual machine
- Mysql28 database design specification
- [recommended by bloggers] background management system of SSM framework (with source code)
- MySQL18-MySQL8其它新特性
- Navicat 导出表生成PDM文件
- 项目实战-后台员工信息管理(增删改查登录与退出)
- Postman environment variable settings
- [paper reading notes] - cryptographic analysis of short RSA secret exponents
猜你喜欢

Install mysql5.5 and mysql8.0 under windows at the same time

Generate PDM file from Navicat export table

Opencv uses freetype to display Chinese
![[recommended by bloggers] background management system of SSM framework (with source code)](/img/7f/a6b7a8663a2e410520df75fed368e2.png)
[recommended by bloggers] background management system of SSM framework (with source code)

Mysql28 database design specification

Water and rain condition monitoring reservoir water and rain condition online monitoring

Mysql23 storage engine

解决:log4j:WARN Please initialize the log4j system properly.

How to find the number of daffodils with simple and rough methods in C language

CSDN Q & a tag skill tree (V) -- cloud native skill tree
随机推荐
Baidu Encyclopedia data crawling and content classification and recognition
How to find the number of daffodils with simple and rough methods in C language
[untitled]
February 13, 2022-2-climbing stairs
Invalid default value for 'create appears when importing SQL_ Time 'error reporting solution
Global and Chinese markets of static transfer switches (STS) 2022-2028: Research Report on technology, participants, trends, market size and share
Asp access Shaoxing tourism graduation design website
frp内网穿透那些事
SSM整合笔记通俗易懂版
MySQL completely uninstalled (windows, MAC, Linux)
【博主推荐】C#MVC列表实现增删改查导入导出曲线功能(附源码)
【博主推荐】SSM框架的后台管理系统(附源码)
Solution: log4j:warn please initialize the log4j system properly
++Implementation of I and i++
CSDN question and answer module Title Recommendation task (I) -- Construction of basic framework
Ansible practical Series III_ Task common commands
MySQL18-MySQL8其它新特性
Mysql21 - gestion des utilisateurs et des droits
Mysql 其他主机无法连接本地数据库
MySQL19-Linux下MySQL的安装与使用