From 4b1a9203c547c019fc5398082ae19a3f3d4c3efe Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:15 -0500 Subject: initial commit --- files/de/glossary/tcp/index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 files/de/glossary/tcp/index.html (limited to 'files/de/glossary/tcp/index.html') diff --git a/files/de/glossary/tcp/index.html b/files/de/glossary/tcp/index.html new file mode 100644 index 0000000000..48c6e0be4c --- /dev/null +++ b/files/de/glossary/tcp/index.html @@ -0,0 +1,23 @@ +--- +title: TCP +slug: Glossary/TCP +tags: + - Daten + - Glossar + - Infrastruktur + - TCP +translation_of: Glossary/TCP +--- +

TCP (Transmission Control Protocol) ist ein wichtiges Netzwerk-{{Glossary("Protokoll")}} das zwei Hosts  miteinander verbinden und Datenströme austauschen lässt. TCP garantiert die Vermittlung von Daten und Paketen in der selben Ordnung in der sie gesendet wurden. Vint Cerf und Bob Kahn, welche zu der Zeit DARPA-Wissenschaftler waren, entwarfen TCP in den 1970ern.

+ +

TCP role is to ensure the packets are reliably delivered, error free.  TCP has congestion control, which means the initial requests start small, increasing in size to the levels of bandwidth the computers, servers, and network can support.

+ +

Siehe auch

+ + -- cgit v1.2.3-54-g00ecf