diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:15 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:15 -0500 |
commit | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch) | |
tree | d4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/ca/glossary/tcp/index.html | |
parent | 33058f2b292b3a581333bdfb21b8f671898c5060 (diff) | |
download | translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2 translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip |
initial commit
Diffstat (limited to 'files/ca/glossary/tcp/index.html')
-rw-r--r-- | files/ca/glossary/tcp/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/files/ca/glossary/tcp/index.html b/files/ca/glossary/tcp/index.html new file mode 100644 index 0000000000..6187f120d1 --- /dev/null +++ b/files/ca/glossary/tcp/index.html @@ -0,0 +1,21 @@ +--- +title: TCP +slug: Glossary/TCP +tags: + - Glossary + - Infrastructure + - Networking + - TCP + - Transmission Control Protocol + - data +translation_of: Glossary/TCP +--- +<p id="Summary">TCP (Transmission Control Protocol) és un {{Glossary("protocol")}} de xarxa important que permet a dos hosts es connectin i intercanvïin fluxos de dades. TCP garanteix el lliurament de dades i paquets en el mateix ordre en què van ser enviats. Vint Cerf i Bob Kahn, que eren científics de DARPA en aquest llavors, van dissenyar TCP en els anys 1970.</p> + +<h2 id="Aprèn_més">Aprèn més</h2> + +<h3 id="Coneixement_general">Coneixement general</h3> + +<ul> + <li>{{Interwiki("wikipedia", "Transmission Control Protocol")}} en Wikipedia</li> +</ul> |