This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.b_stds:tech:ietf:udp [2020/05/07 18:56] nick ↷ Page moved from dido:public:xapend.stds:tech:ietf:udp to dido:public:ra:xapend.stds:tech:ietf:udp |
dido:public:ra:xapend:xapend.b_stds:tech:ietf:udp [2021/08/18 10:59] (current) murphy [Introduction] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== RFC0768 - User Datagram Protocol (UDP) ===== | ===== RFC0768 - User Datagram Protocol (UDP) ===== | ||
| - | [[dido:public:xapend.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> | ||
| Line 16: | Line 16: | ||
| ==== 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~~ | ||