aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/port/index.html
blob: 21b0ec8a1ee0bc8713b5b71b194d2c13d2340724 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: Port (ポート)
slug: Glossary/Port
tags:
  - Glossary
  - Intro
  - Security
  - computer network
  - 'l10n:priority'
  - port
translation_of: Glossary/Port
---
<p><strong>ポート</strong>とは、{{Glossary("IP address","IP アドレス")}}を持ち、ネットワークに接続されているコンピューターの通信上のエンドポイントです。ポートは数字で指定され、特に 1024 より小さい (1023 以下の) ポート番号は特定の{{Glossary("protocol","プロトコル")}}にデフォルトで関連付けられています。</p>

<p>例えば、{{Glossary("HTTP")}}プロトコルのデフォルトポートは 80 番、HTTPS プロトコルのデフォルトポートは 443 番であり、{{Glossary("HTTP")}} サーバはこれらのポートへのリクエストを待ち受けます。インターネットプロトコルは、{{Glossary("SMTP")}} (25番)、{{Glossary("POP3")}} (110 番)、{{Glossary("IMAP")}} (143 番)、{{Glossary("IRC")}} (194 番) など、それぞれデフォルトのポートが割り当てられています。</p>

<h2 id="関連情報">関連情報</h2>

<h3 id="一般知識">一般知識</h3>

<ul>
 <li>Wikipedia 上の{{Interwiki("wikipedia", "ポート番号")}}の記事</li>
</ul>