diff options
Diffstat (limited to 'files/nl/glossary/tcp')
-rw-r--r-- | files/nl/glossary/tcp/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/files/nl/glossary/tcp/index.html b/files/nl/glossary/tcp/index.html new file mode 100644 index 0000000000..f43f84247f --- /dev/null +++ b/files/nl/glossary/tcp/index.html @@ -0,0 +1,21 @@ +--- +title: TCP +slug: Glossary/TCP +tags: + - Netwerk + - Transmission Control Protocol + - data + - infrastructuur + - netwerken + - woordenlijst +translation_of: Glossary/TCP +--- +<p>TCP (Transmission Control Protocol) is een belanrijk netwerk {{Glossary("protocol")}} dat twee hosts in staat stelt om te verbinden en data stromen uit te wisselen. TCP garandeert de bezorging van gegevens en pakketjes in dezelfde volgorde als die waarin ze werden verstuurd. Vint Cerf en Bob Kahn, op dat moment DARPA wetenschappers, ontworpen het in de jaren '70.</p> + +<h2 id="Meer_informatie"><strong>Meer informatie</strong></h2> + +<h3 id="Algemene_kennis">Algemene kennis</h3> + +<ul> + <li>{{Interwiki("wikipedia", "Transmission Control Protocol")}} op Wikipedia</li> +</ul> |