aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/ttl/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/glossary/ttl/index.html')
-rw-r--r--files/ja/glossary/ttl/index.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/files/ja/glossary/ttl/index.html b/files/ja/glossary/ttl/index.html
new file mode 100644
index 0000000000..af5a86cfad
--- /dev/null
+++ b/files/ja/glossary/ttl/index.html
@@ -0,0 +1,46 @@
+---
+title: TTL
+slug: Glossary/TTL
+tags:
+ - Caching
+ - Domain Name System
+ - Glossary
+ - Infrastructure
+ - Networking
+ - Performance
+translation_of: Glossary/TTL
+---
+<p><span class="seoSummary">TTL には以下の意味があります。</span></p>
+
+<ul>
+ <li><span class="seoSummary">ネットワーク内でパケットが破棄されるまで存在できる時間</span></li>
+ <li><span class="seoSummary">キャッシュの有効期限</span></li>
+</ul>
+
+<h2 id="Networking" name="Networking">ネットワーキング</h2>
+
+<p>ネットワーキングでは、パケットに埋め込まれている TTL は通常、そのパケットが破棄されるまでの、ホップ数または有効期限のタイムスタンプとして定義されています。ネットワークを長過ぎる時間行き来したパケットを解放することで、ネットワークの輻輳を回避する手段を提供します。</p>
+
+<h2 id="Caching" name="Caching">キャッシング</h2>
+
+<p>キャッシングでは、TTL(符号なし 32 ビット整数)は {{Glossary("Response header", "HTTP response header")}} または {{Glossary("DNS")}} クエリの一部です。<br>
+ リクエスト元がリソースをキャッシュできる期間を秒単位で示します。</p>
+
+<h2 id="Learn_more" name="Learn_more">詳細情報</h2>
+
+<h3 id="General_knowledge" name="General_knowledge">一般知識</h3>
+
+<ul>
+ <li>Wikipedia の {{Interwiki("wikipedia", "Time to live", "TTL")}}</li>
+</ul>
+
+<h3 id="Technical_reference" name="Technical_reference">技術リファレンス</h3>
+
+<ul>
+ <li>
+ <p>IETF の <a href="https://tools.ietf.org/html/rfc2181#section-8">RFC 2181</a></p>
+ </li>
+ <li>
+ <p>IETF の <a href="https://tools.ietf.org/html/rfc1035">RFC1035</a></p>
+ </li>
+</ul>