This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.b_stds:tech:ietf:udp [2019/05/21 19:37] nick created |
dido:public:ra:xapend:xapend.b_stds:tech:ietf:udp [2021/08/18 10:59] (current) murphy [Introduction] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======== RFC768 - User Datagram Protocol (UDP) ========= | + | ===== RFC0768 - User Datagram Protocol (UDP) ===== |
| - | [[dido:public:stds:tech:ietf | return to the IETF Standards ]] | + | [[dido:public:ra:xapend:xapend.b_stds:tech:ietf:start| return to the IETF Standards ]] |
| <table> | <table> | ||
| - | <caption>Data sheet for RFC768 - User Datagram Protocol (UDP)</caption> | + | <caption>Data sheet for RFC0768 - User Datagram Protocol (UDP)</caption> |
| | Title | User Datagram Protocol| | | Title | User Datagram Protocol| | ||
| | Acronym | UDP | | | Acronym | UDP | | ||
| | Version | 1980 | | | Version | 1980 | | ||
| - | | Document Number | RFC768 | | + | | Document Number | RFC7068 | |
| | Release Date | 28 August 1980 | | | Release Date | 28 August 1980 | | ||
| | Reference | [[https://tools.ietf.org/html/rfc768]] | | | Reference | [[https://tools.ietf.org/html/rfc768]] | | ||
| </table> | </table> | ||
| - | : **Note**: The following is an excerpt from the official IETF RFC. It is provided here as a connivence and is not authoritative. Refer to the original document as the authoritative reference. | + | : **Note**: The following is an excerpt from the official IETF RFC. It is provided here as a convenience and is not authoritative. Refer to the original document as the authoritative reference. |
| - | ====== Introduction ====== | + | ==== Introduction ==== |
| - | : //This User Datagram Protocol (UDP) is defined to make available a | + | : //This [[dido:public:ra:xapend:xapend.a_glossary:u:udp|User Datagram Protocol (UDP)]] is defined to make available a |
| datagram mode of packet-switched computer communication in the | datagram mode of packet-switched computer communication in the | ||
| environment of an interconnected set of computer networks. This | environment of an interconnected set of computer networks. This | ||
| - | protocol assumes that the Internet Protocol (IP) | + | protocol assumes that the [[dido:public:ra:xapend:xapend.a_glossary:i:ip|Internet Protocol (IP)]] |
| ((Postel, J., "Internet Protocol," RFC 760, USC/Information | ((Postel, J., "Internet Protocol," RFC 760, USC/Information | ||
| Sciences Institute, January 1980. | Sciences Institute, January 1980. | ||
| Line 25: | Line 25: | ||
| is used as the underlying protocol.// | is used as the underlying protocol.// | ||
| - | : //This protocol provides a procedure for application programs to send | + | : //This protocol provides a procedure for [[dido:public:ra:xapend:xapend.a_glossary:a:application|application]] programs to send |
| messages to other programs with a minimum of protocol mechanism. The | messages to other programs with a minimum of protocol mechanism. The | ||
| protocol is transaction oriented, and delivery and duplicate protection | protocol is transaction oriented, and delivery and duplicate protection | ||
| are not guaranteed. Applications requiring ordered reliable delivery of | are not guaranteed. Applications requiring ordered reliable delivery of | ||
| - | streams of data should use the Transmission Control Protocol (TCP). | + | streams of data should use the [[dido:public:ra:xapend:xapend.a_glossary:t:tcp]]. |
| ((Postel, J.,"Transmission Control Protocol," RFC 761, | ((Postel, J.,"Transmission Control Protocol," RFC 761, | ||
| USC/Information Sciences Institute, January 1980. | USC/Information Sciences Institute, January 1980. | ||
| ))// | ))// | ||
| + | /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
| + | /* To add a discussion page to this page, comment out the line that says | ||
| + | ~~DISCUSSION:off~~ | ||
| + | */ | ||
| + | ~~DISCUSSION:on|Outstanding Issues~~ | ||
| + | ~~DISCUSSION:off~~ | ||