UDP

用户数据报协议
常用释义
abbr. 用户数据报协议(User Datagram Protocol);二磷酸尿苷(Uridine Diphosphate)

扩展信息

用户数据报协议(User Datagram Protocol)
用户数据报协议(UDP) 精心收集的绝佳文档 全部免积分 欢迎下载用户数据报协议(UDP) 精心收集的绝佳文档 全部免积分 欢迎 …
用户数据包协议
提供用户数据包协议UDP)网络服务。语法 public class UdpClient : IDisposable备注 范例 .NET Framework 安全性 SocketP…
用户数据协议
对于用户数据协议(UDP),传入的数据进行接受并进行排队。ICMP错误数据包决不会生成。

例句

网络通讯模块采用面向对象(OO)技术对TCP、UDP协议进行封装,以消息形式通过网络传输客户端与服务器端的交互信息。

协议示例有TCP、UDP、ICMP、用逗号分隔的任何这三种协议的组合列表以及ALL(用于所有协议)。

使用UDP的应用程序必须准备处理丢失的、重复的和顺序有误的数据文报。

Instead, we used separate UDP sockets for transmitting replies (with one of these reply sockets per thread).

所以,我们使用了分离的UDP套接字来传递回复(每个线程用一个答复套接字)。

In response to this, the resolver may repeat the query to the name server, using TCP rather than UDP as the transport.

针对这种状况,解析程序可能会使用TCP而不是UDP作为传输向命名服务器重复发出查询。

Table 2 gives an example of the ports that might be used for the transmission of a single MPEG-1 video using UDP streaming.

表2提供了一个端口示例,可用于传输一个使用UDP流的MPEG-1视频。

这两个客户端类封装TCP和UDP套接字的创建,而不需要您处理连接的细节。

With this change, we were able to deploy UDP without compromising performance on the backend.

这样改动之后,我们就可以部署UDP同时后端性能不打折。

这几日需要了解下udp通讯的过程,上网发现这方面的资料还挺少。

TCP model is used in the text chatting and UDP for the point-to-point video chats between the Clients.

文字聊天采用TCP模式;语音视频聊天采用UDP模式,在客户端之间点对点的进行。

在目标主机,数据包被传递至UDP协议程序并送到目的地端口。

Phyo Min Thein, head of the Union Democratic Party (UDP), said the lines between the USDP and the government were blurred.

联邦民主党(UDP)的负责人皮优民登表示,联邦巩固发展党与政府的关系应当分清楚,不应当模糊。

将UDP数据文报发送到此地址可将消息传递到局域网段上的任何主机。

I wasn't too looking forward to implementing such a thing, because NFS means UDP, means a lot of bandwidth, means a VPN, means expenses.

我过去并不想安装这个东西,因为NFS意味着UDP,意味着许多带宽和一个VPN及许多开支。

因为UDP非连接导向且不可靠,SNMP可能会遗失讯息。

由于UDP是无连接协议,因此侦听器不保持与远程终结点的连接。

要允许没有管理员权限的用户接收UDP流,请使用下列方法之一。

A UDP socket can receive datagrams from any server on the network, and send datagrams to any host on the network.

UDP套接字可以接收任何网络服务器发来的数据报,也可以向任何网络地址发送数据报。

A device tracker gateway can have up to two subordinate gateways: one SMTP and one UDP.

设备跟踪器网关最多可以拥有两个下级网关:一个SMTP网关和一个UDP网关。

在引导时,硬编码防火墙引导策略会阻止默认UDP端口上的通信,直到防火墙服务开始运行为止。

于是仔细的翻找了下msdn,基本上搞清楚了udp通讯的过程。

如果您使用的是无连接协议(如UDP),则不必先调用Connect即可发送和接收数据。

如果不使用设备跟踪,则request_cursor必须包含明确的UDP或SMTP网关名称和地址。

论文研究基于VC的UDP网络编程的设计与实现,并采用异步传输技术实现了一个简单的UDPServer。

由于RUDP不是基于多播的,在完全不同的网络之间路由消息与转发常规UDP流量没有什么不同。

UDP数据包无连接,可广播到所有主机,而非单一单播流。

Therefore , if many clients roll over from UDP protocol to a TCP- based protocol , the server may experience increased load issues .

因此,如果许多客户端从UDP协议翻转到基于TCP的协议,服务器可能会遇到负载增加的问题。

用户数据体协议(UDP)提供无联接通讯,因此不保证数据包将送达接收方。

The global options set the use of UDP, the UDP port, and configure the name of the virtual device that will be created.

全局选项设置使用UDP、UDP端口,并配置将要创建的虚拟设备的名称。

Even though most services reserve both TCP and UDP ports, applications do not have to use both UDP and TCP.

尽管大部分服务同时保留TCP和UDP端口,应用程序不必同时使用UDP和TCP。