aboutsummaryrefslogtreecommitdiff
path: root/files/de/glossary/tcp/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
commit4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch)
treed4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/de/glossary/tcp/index.html
parent33058f2b292b3a581333bdfb21b8f671898c5060 (diff)
downloadtranslated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip
initial commit
Diffstat (limited to 'files/de/glossary/tcp/index.html')
-rw-r--r--files/de/glossary/tcp/index.html23
1 files changed, 23 insertions, 0 deletions
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
+---
+<p id="Summary"><strong>TCP (Transmission Control Protocol)</strong> 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. <em>Vint Cerf</em> und <em>Bob Kahn</em>, welche zu der Zeit DARPA-Wissenschaftler waren, entwarfen TCP in den 1970ern.</p>
+
+<p>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.</p>
+
+<h2 id="Siehe_auch">Siehe auch</h2>
+
+<ul>
+ <li>{{Glossary("IPv4")}}</li>
+ <li>{{Glossary("IPv6")}}</li>
+ <li>{{Glossary("Packet")}}</li>
+ <li>Wikipedia {{Interwiki("wikipedia", "Transmission Control Protocol")}}</li>
+ <li><a href="/en-US/docs/Web/HTTP/Overview">http overview</a></li>
+</ul>