翻訳と辞書
Words near each other
・ User
・ User (computing)
・ User (system)
・ User (telecommunications)
・ User Account Control
・ User account policy
・ User Activity Monitoring
・ User Advocacy
・ User agent
・ User analysis
・ User assistance
・ User behavior analytics
・ User charge
・ User control
・ User Data Header
User Datagram Protocol
・ User Direct Access Programming Library
・ User Electronic Signature
・ User environment management
・ User equipment
・ User error
・ User exit
・ User expectations
・ User experience
・ User experience design
・ User experience evaluation
・ User fee
・ User Friendly
・ User Friendly (disambiguation)
・ User Friendly (horse)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

User Datagram Protocol : ウィキペディア英語版
User Datagram Protocol

The User Datagram Protocol (UDP) is one of the core members of the Internet protocol suite. The protocol was designed by David P. Reed in 1980 and formally defined in RFC 768.
UDP uses a simple connectionless transmission model with a minimum of protocol mechanism. It has no handshaking dialogues, and thus exposes the user's program to any unreliability of the underlying network protocol. There is no guarantee of delivery, ordering, or duplicate protection. UDP provides checksums for data integrity, and port numbers for addressing different functions at the source and destination of the datagram.
With UDP, computer applications can send messages, in this case referred to as ''datagrams'', to other hosts on an Internet Protocol (IP) network without prior communications to set up special transmission channels or data paths. UDP is suitable for purposes where error checking and correction is either not necessary or is performed in the application, avoiding the overhead of such processing at the network interface level. Time-sensitive applications often use UDP because dropping packets is preferable to waiting for delayed packets, which may not be an option in a real-time system. If error correction facilities are needed at the network interface level, an application may use the Transmission Control Protocol (TCP) or Stream Control Transmission Protocol (SCTP) which are designed for this purpose.
==Attributes==
A number of UDP's attributes make it especially suited for certain applications.
* It is ''transaction-oriented'', suitable for simple query-response protocols such as the Domain Name System or the Network Time Protocol.
* It provides ''datagrams'', suitable for modeling other protocols such as in IP tunneling or Remote Procedure Call and the Network File System.
* It is ''simple'', suitable for bootstrapping or other purposes without a full protocol stack, such as the DHCP and Trivial File Transfer Protocol.
* It is ''stateless'', suitable for very large numbers of clients, such as in streaming media applications for example IPTV
* The ''lack of retransmission delays'' makes it suitable for real-time applications such as Voice over IP, online games, and many protocols built on top of the Real Time Streaming Protocol.
* Works well in ''unidirectional'' communication, suitable for broadcast information such as in many kinds of service discovery and shared information such as broadcast time or Routing Information Protocol

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「User Datagram Protocol」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.