» 用户数据报协议(UDP)

用户数据报协议(UDP)

1980
  • David P. Reed
Engineers collaborating in a computer networking lab on User Datagram Protocol applications.

The User Datagram Protocol (UDP) is a minimal, connectionless Transport Layer protocol. It provides a simple datagram service without the reliability, ordering, or flow control mechanisms of TCP. Its main advantages are low overhead and low latency, making it suitable for time-sensitive applications like DNS lookups, online gaming, and live video streaming, where speed is more critical than perfect reliability.

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

潜在的创新想法

级别需要会员

您必须是!!等级!!会员才能访问此内容。

立即加入

已经是会员? 在此登录
Related to: udp, user datagram protocol, transport layer, connectionless, datagram, low latency, low overhead, dns, voip, streaming.

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

迎接新挑战
机械工程师、项目、工艺工程师或研发经理
有效的产品开发

可在短时间内接受新的挑战。
通过 LinkedIn 联系我
塑料金属电子集成、成本设计、GMP、人体工程学、中高容量设备和耗材、精益制造、受监管行业、CE 和 FDA、CAD、Solidworks、精益西格玛黑带、医疗 ISO 13485

我们正在寻找新的赞助商

 

您的公司或机构从事技术、科学或研究吗?
> 给我们发送消息 <

接收所有新文章
免费,无垃圾邮件,电子邮件不分发也不转售

或者您可以免费获得完整会员资格以访问所有受限制的内容>这里<

历史背景

(如果日期不详或不相关,例如 "流体力学",则对其显著出现的时间作了四舍五入的估计)。

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

滚动至顶部

你可能还喜欢