From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/glossary/tcp/index.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 files/ja/glossary/tcp/index.html (limited to 'files/ja/glossary/tcp/index.html') diff --git a/files/ja/glossary/tcp/index.html b/files/ja/glossary/tcp/index.html new file mode 100644 index 0000000000..794087a55b --- /dev/null +++ b/files/ja/glossary/tcp/index.html @@ -0,0 +1,38 @@ +--- +title: TCP +slug: Glossary/TCP +tags: + - Glossary + - Infrastructure + - Networking + - TCP + - Transmission Control Protocol + - data + - 用語集 +translation_of: Glossary/TCP +--- +

TCP (Transmission Control Protocol、伝送制御プロトコル) は、2 台のホストを接続し、データを送受信するための重要なネットワーク{{Glossary("protocol", "プロトコル")}}です。 TCP はデータとパケットが送信した順番通りに届くことを保証します。1970年代に、当時の DARPA 研究者である Vint Cerf と Bob Kahn によって設計されました。

+ +

TCP の役割は、パケットがエラーなく信頼性高く配信されることを保証することです。 TCP には輻輳制御があり、初期要件が小さいものから、コンピューター、サーバー、ネットワークが対応している帯域の水準まで大きさが拡大します。

+ + -- cgit v1.2.3-54-g00ecf