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:tcp [2019/05/21 16:32] nick |
dido:public:ra:xapend:xapend.b_stds:tech:ietf:tcp [2021/08/18 10:25] (current) murphy [Introduction] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======== RFC793 - Transmission Control Protocol ========= | + | ===== RFC0793 - Transmission Control Protocol ===== |
| - | [[dido:public:stds:tech:iso | 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 Transmission Control Protocol (TCP)</caption> | + | <caption>Data sheet for RFC0793 - Transmission Control Protocol (TCP)</caption> |
| | Title | Transmission Control Protocol | | | Title | Transmission Control Protocol | | ||
| | Acronym | TCP | | | Acronym | TCP | | ||
| | Version | 1981 | | | Version | 1981 | | ||
| - | | Document Number | RFC793 | | + | | Document Number | RFC0793 | |
| | Release Date | September 1981 | | | Release Date | September 1981 | | ||
| | Reference | [[https://tools.ietf.org/html/rfc793]] | | | Reference | [[https://tools.ietf.org/html/rfc793]] | | ||
| </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 ==== |
| - | : //The Transmission Control Protocol (TCP) is intended for use as a highly | + | : //The [[dido:public:ra:xapend:xapend.a_glossary:t:tcp]] is intended for use as a highly |
| reliable host-to-host protocol between hosts in packet-switched computer | reliable host-to-host protocol between hosts in packet-switched computer | ||
| communication networks, and in interconnected systems of such networks.// | communication networks, and in interconnected systems of such networks.// | ||
| Line 22: | Line 22: | ||
| : //This document describes the functions to be performed by the | : //This document describes the functions to be performed by the | ||
| Transmission Control Protocol, the program that implements it, and its | Transmission Control Protocol, the program that implements it, and its | ||
| - | interface to programs or users that require its services.// | + | [[dido:public:ra:xapend:xapend.a_glossary:i:interface|interface]] to programs or users that require its services.// |
| + | /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
| + | /* To add a discussion page to this page, comment out the line that says | ||
| + | ~~DISCUSSION:off~~ | ||
| + | */ | ||
| + | ~~DISCUSSION:on|Outstanding Issues~~ | ||
| + | ~~DISCUSSION:off~~ | ||