diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/protocol | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/glossary/protocol')
-rw-r--r-- | files/ja/glossary/protocol/index.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/files/ja/glossary/protocol/index.html b/files/ja/glossary/protocol/index.html new file mode 100644 index 0000000000..22598d49d8 --- /dev/null +++ b/files/ja/glossary/protocol/index.html @@ -0,0 +1,29 @@ +--- +title: Protocol (プロトコル) +slug: Glossary/Protocol +tags: + - Glossary + - Infrastructure + - インフラ + - プロトコル + - 用語集 +translation_of: Glossary/Protocol +--- +<p id="Summary"><strong>プロトコル</strong>は、コンピューター内またはコンピューター間でデータを交換する方法を定義したルールの体系です。機器間の通信では、交換されるデータの形式に機器が対応している必要があります。形式を定義する一連のルールがプロトコルと呼ばれています。</p> + +<h2 id="Learn_more" name="Learn_more">理解を深める</h2> + +<h3 id="General_Knowledge" name="General_Knowledge">基礎知識</h3> + +<ul> + <li>ウィキペディアの{{Interwiki("wikipedia", "通信プロトコル")}}の記事</li> + <li><a href="http://www.rfc-editor.org/search/standards.php">RFC 公式インターネットプロトコル標準</a></li> +</ul> + +<h2 id="See_also" name="See_also">関連情報</h2> + +<ul> + <li>{{glossary("TCP")}}</li> + <li><a href="/ja/docs/Web/HTTP/Overview">HTTP 概要</a></li> + <li>{{glossary("Packet")}}</li> +</ul> |