Product Design, Manufacturing & Innovation Resources
» 用户数据报协议(UDP)

用户数据报协议(UDP)

1980
  • David P. Reed
工程师们在计算机网络实验室合作研究用户数据报协议应用。.

(图片仅供参考)

用户数据报协议 (UDP) 是一种极简的、无连接的传输层协议。它提供简单的数据报服务,但没有网络传输层协议的可靠性、排序或流量控制机制。 TCP它的主要优点是开销低、延迟低,因此适用于对时间要求较高的应用,例如 DNS 查询、在线游戏和实时视频流,在这些应用中,速度比绝对可靠性更重要。

UDP operates on a ‘fire-and-forget’ basis. An application can send a UDP datagram to a destination without first establishing a connection. The UDP header is very simple, containing only source and destination port numbers, the datagram length, and an optional checksum for error detection. This minimalism translates directly to performance benefits. There is no delay from a connection setup handshake, no state to maintain for connections, and no retransmission of lost packets. This makes UDP ideal for applications that can tolerate some packet loss or have their own mechanisms for handling it. For example, in a VoIP call, losing a few milliseconds of audio is preferable to delaying the entire conversation to retransmit a lost packet. Similarly, in online gaming, receiving slightly outdated game state information is better than pausing the game to wait for a reliable data stream. The QUIC protocol, which underlies HTTP/3, is built on top of UDP to combine its low latency with custom reliability and congestion control mechanisms.

UNESCO Nomenclature: 3307
- 计算机科学

类型

软件/算法

中断

重大的

用法

广泛使用

前体

  • 需要一种更简单、更快速的 TCP 替代方案
  • 在阿帕网上进行实时分组语音实验的经验
  • 施乐帕克研究中心的 pup(帕克研究中心通用数据包)协议套件的设计

应用程序

  • 域名系统(dns)
  • IP 语音(voip)
  • 在线游戏
  • 实时视频和音频流
  • 简单文件传输协议(tftp)
  • 动态主机配置协议(dhcp)

专利:

NA

潜在创新理念

由于机器人流量被拦截(目前每天超过 4 万),此内容仅限社区成员查看。
> 登录 > 或者 > 注册 < (100% 免费)即可访问此内容,以及所有其他受限内容和工具。

相关术语:UDP、用户数据报协议、传输层、无连接、数据报、低延迟、低开销、DNS、VoIP、流媒体。

历史背景

用户数据报协议(UDP)

1980
1980
1980
1980
1980
1980
1980
1980
1980
1980
1980
1980
1980
1980
1981

(如果日期未知或不相关,例如“流体力学”,则提供其显著出现的近似估计)

相关发明、创新和技术原理

只有注册会员才能免费获得 100% 的全尺寸图片和下载。.

> 登录 <