diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
commit | 074785cea106179cb3305637055ab0a009ca74f2 (patch) | |
tree | e6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/nl/glossary/protocol | |
parent | da78a9e329e272dedb2400b79a3bdeebff387d47 (diff) | |
download | translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2 translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip |
initial commit
Diffstat (limited to 'files/nl/glossary/protocol')
-rw-r--r-- | files/nl/glossary/protocol/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/files/nl/glossary/protocol/index.html b/files/nl/glossary/protocol/index.html new file mode 100644 index 0000000000..b7989f4a93 --- /dev/null +++ b/files/nl/glossary/protocol/index.html @@ -0,0 +1,21 @@ +--- +title: Protocol +slug: Glossary/Protocol +tags: + - Protocollen + - infrastructuur + - woordenlijst +translation_of: Glossary/Protocol +--- +<p id="Summary">Een <strong>protocol</strong> is een systeem van regels die definiëren hoe data wordt uitgewisseld in of tussen computers. Voor communicatie tussen apparaten is het vereist dat de apparaten het eens zijn over het formaat van de data die wordt uitgewisseld. De set van regels die het formaat definieert, wordt een protocol genoemd.</p> + +<h2 id="Meer_informatie">Meer informatie</h2> + +<h3 id="Algemene_kennis">Algemene kennis</h3> + +<ul> + <li>{{Interwiki("wikipedia", "Netwerkprotocol")}} op Wikipedia</li> + <li><a href="http://www.rfc-editor.org/search/standards.php">Officiële standaarden voor internetprotocollen (RFC)</a></li> +</ul> + +<p> </p> |