diff --git a/Protokolle%2FTransmission-Control-Protocol.md b/Protokolle%2FTransmission-Control-Protocol.md index a6fdb67..1bd9998 100644 --- a/Protokolle%2FTransmission-Control-Protocol.md +++ b/Protokolle%2FTransmission-Control-Protocol.md @@ -1,7 +1,25 @@ # Transmission Control Protocol (TCP) -## **Definition** -TCP (Transmission Control Protocol) ist eines der zentralen Protokolle der **Internetprotokollsuite** und arbeitet auf der Transportschicht des OSI-Modells. Es ermöglicht eine zuverlässige, verbindungsorientierte Datenübertragung zwischen Geräten in Netzwerken. +TCP (Transmission Control Protocol) ist eines der zentralen Protokolle der **Internetprotokollsuite** und arbeitet auf der Transportschicht des OSI-Modells.
+Es ermöglicht eine zuverlässige, **verbindungsorientierte** Datenübertragung zwischen Geräten in Netzwerken. + +## RFCs +- [RFC 793 - Transmission Control Protocol (TCP)](https://tools.ietf.org/html/rfc793) +- [RFC 1122 - Requirements for Internet Hosts - Communication Layers](https://tools.ietf.org/html/rfc1122) +- [RFC 1323 - TCP Extensions for High Performance](https://tools.ietf.org/html/rfc1323) +- [RFC 2018 - TCP Selective Acknowledgment Options](https://tools.ietf.org/html/rfc2018) +- [RFC 3168 - The Addition of Explicit Congestion Notification (ECN) to IP and TCP](https://tools.ietf.org/html/rfc3168) +- [RFC 3481 - A TCP Congestion Control Scheme Based on Delay](https://tools.ietf.org/html/rfc3481) +- [RFC 3649 - Advanced TCP Congestion Control](https://tools.ietf.org/html/rfc3649) +- [RFC 5681 - TCP Congestion Control](https://tools.ietf.org/html/rfc5681) +- [RFC 6691 - TCP Fast Open](https://tools.ietf.org/html/rfc6691) +- [RFC 7413 - TCP Fast Open (TFO) Requirements](https://tools.ietf.org/html/rfc7413) +- [RFC 793 - Transmission Control Protocol](https://tools.ietf.org/html/rfc793) +- [RFC 8265 - TCP Implementation Recommendations for 4G and 5G](https://tools.ietf.org/html/rfc8265) +- [RFC 9293 - Transmission Control Protocol (TCP) Extensions for Multi-Path](https://tools.ietf.org/html/rfc9293) +- [RFC 9294 - TCP Multipath Extensions (MP-TCP) - Concept and Application](https://tools.ietf.org/html/rfc9294) +- [RFC 9396 - Secure TCP Options (TCP-SO)](https://tools.ietf.org/html/rfc9396) +- [RFC 5683 - TCP Timestamp Option](https://tools.ietf.org/html/rfc5683) ---