Skip to content
EntityQ11163· pop 60· linked from 727 articles

User Datagram Protocol

Sign in to save

Also known as UDP

適時性・低レイテンシが要求されるサービスで利用されるIPネットワーク上でデータグラムを転送するために使用される主要なプロトコル

AI overview

The User Datagram Protocol (UDP) is a basic method for sending small packages of data across the internet quickly, without first establishing a connection or checking whether the data arrived safely. It matters because it's faster than other methods and works well for applications like video streaming and online gaming where speed is more important than perfect accuracy.

AI-generated from the Wikipedia summary — may contain errors.

Wikidata facts

Show 7 more facts
uses
IPv4
publication date
1980-00-00
described by source
Cloudflare
Commons category
User Datagram Protocol
Stack Exchange tag
stackoverflow.com/tags/udp
OSI Model layer location
transport layer
Sources (8)

via Wikidata · CC0

Article · 日本語

User Datagram Protocol(ユーザ データグラム プロトコル、UDP)は、インターネットなどで使用される通信プロトコルであり、インターネット・プロトコル・スイートのうち、トランスポート層のプロトコルの一つ。 同じくトランスポート層のプロトコルであるTCPとは異なり、UDPはコネクションレス型であり、通信相手の応答を待つことなくデータを送り続けるプロトコルである。そのため、通話などの低レイテンシが要求されるサービスに適しているが、先方が正常にデータを受信していなくてもパケットを送信し続けるため、別途、適切な輻輳制御などが行われない場合、ネットワークが輻輳する原因となる可能性がある。

Abstract from DBpedia / Wikipedia · CC BY-SA