aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/alpn/index.html
blob: f92f41dc9a1819c831290de50b77ec435dca4e5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
title: ALPN
slug: Glossary/ALPN
tags:
  - ALPN
  - Draft
  - Glossary
  - NeedsContent
  - TLS
translation_of: Glossary/ALPN
---
<p><strong>Application-Layer {{Glossary("Protocol")}} Negotiation</strong> (<strong>ALPN</strong>) は、 {{Glossary("TLS")}} 拡張であり、追加のラウンドトリップを必要とせずに、暗号化された接続をネゴシエートするアプリケーションレイヤープロトコルを示します。</p>

<table class="standard-table">
 <caption>重要なプロトコル識別子:</caption>
 <thead>
  <tr>
   <th scope="col">プロトコル</th>
   <th scope="col">識別シーケンス</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{Glossary("HTTP")}}/1.1</td>
   <td><code>0x68 0x74 0x74 0x70 0x2F 0x31 0x2E 0x31</code> ("http/1.1")</td>
  </tr>
  <tr>
   <td>{{Glossary("HTTP 2", "HTTP/2")}}</td>
   <td><code>0x68 0x32</code> ("h2")</td>
  </tr>
  <tr>
   <td>HTTP/2 over cleartext {{Glossary("TCP")}}</td>
   <td><code>0x68 0x32 0x63</code> ("h2c")</td>
  </tr>
 </tbody>
</table>

<h2 id="仕様">仕様</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">仕様</th>
   <th scope="col">ステータス</th>
   <th scope="col">備考</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{RFC(7301)}}</td>
   <td><span class="spec-RFC">IETF RFC</span></td>
   <td>初回定義</td>
  </tr>
 </tbody>
</table>

<h2 id="関連項目">関連項目</h2>

<ul>
 <li><a href="https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids">IANA 登録 ALPN 識別子</a></li>
</ul>