diff options
Diffstat (limited to 'files/ja/glossary/p2p')
-rw-r--r-- | files/ja/glossary/p2p/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/files/ja/glossary/p2p/index.html b/files/ja/glossary/p2p/index.html new file mode 100644 index 0000000000..4d70c14af6 --- /dev/null +++ b/files/ja/glossary/p2p/index.html @@ -0,0 +1,21 @@ +--- +title: P2P +slug: Glossary/P2P +tags: + - Glossary + - Infrastructure + - Networking + - P2P +translation_of: Glossary/P2P +--- +<p class="seoSummary">P2P (ピア・ツー・ピア)はすべての参加しているノード(<em>ピア</em>)が同等の特権を持ち、負荷を共有する、コンピュータネットワークアーキテクチャです。P2Pは、複数の<em>クライアント</em>ノードがサービスの中心となる<em>サーバー</em>に接続するクライアント・サーバーネットワークアーキテクチャとは異なります。 P2P はよくブロックチェーンアプリケーションで見られます。</p> + +<h2 id="Learn_more" name="Learn_more">理解を深める</h2> + +<h3 id="General_knowledge" name="General_knowledge">一般知識</h3> + +<ul> + <li>Wikipedia 上の記事「{{Interwiki("wikipedia", "Peer_to_Peer", "P2P")}}」</li> +</ul> + +<div>{{QuickLinksWithSubpages("/ja/docs/Glossary")}}</div> |