Content deleted Content added
m →internet layer: already linked |
m →Transport layer: redlinks and caps |
||
Line 83:
* includes traffic congestion control
The newer [[Stream Control Transmission Protocol]] (SCTP) is also a reliable, connection-oriented transport mechanism. It is
User Datagram Protocol is a connectionless [[datagram]] protocol. Like IP, it is a best effort, "unreliable" protocol. Reliability is addressed through [[error detection]] using a weak checksum algorithm. UDP is typically used for applications such as streaming media (audio, video, [[Voice over IP]] etc.) where on-time arrival is more important than reliability, or for simple query/response applications like [[Domain Name System|DNS]] lookups, where the overhead of setting up a reliable connection is disproportionately large. [[Real-time Transport Protocol]] (RTP) is a datagram protocol that is designed for real-time data such as [[streaming media|streaming audio and video]].
|