aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/protocol/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
commit1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch)
tree0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/glossary/protocol/index.html
parent4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff)
downloadtranslated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip
initial commit
Diffstat (limited to 'files/es/glossary/protocol/index.html')
-rw-r--r--files/es/glossary/protocol/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/es/glossary/protocol/index.html b/files/es/glossary/protocol/index.html
new file mode 100644
index 0000000000..13f18699a5
--- /dev/null
+++ b/files/es/glossary/protocol/index.html
@@ -0,0 +1,20 @@
+---
+title: Protocolo
+slug: Glossary/Protocol
+tags:
+ - Glosario
+ - Infraestructura
+ - Protocolo
+ - Protocolos
+translation_of: Glossary/Protocol
+---
+<p id="Summary">Un <strong>protocolo</strong> es un conjunto de reglas que definen cómo se intercambian los datos dentro o entre computadores. La comunicación entre dispositivos requiere que estos estén de acuerdo con el formato de los datos que están siendo intercambiados. Al conjunto de reglas que definen este formato se le llama protocolo.</p>
+
+<h2 id="Saber_más">Saber más</h2>
+
+<h3 id="Conocimientos_generales">Conocimientos generales</h3>
+
+<ul>
+ <li><a href="https://es.wikipedia.org/wiki/Protocolo_de_comunicaciones">Protocolo</a> en Wikipedia</li>
+ <li><a href="http://www.rfc-editor.org/search/standards.php">RFC Official Internet Protocol Standards</a></li>
+</ul>