Network Working Group                                       S. Josefsson
Request for Comments: 4027                                    April 2005
Category: Informational
        
                     Domain Name System Media Types
        

Status of This Memo

このメモのステータス

This memo provides information for the Internet community. It does not specify an Internet standard of any kind. Distribution of this memo is unlimited.

このメモは、インターネットコミュニティに情報を提供します。 いかなる種類のインターネット標準も指定していません。 このメモの配布は無制限です。

Copyright Notice

著作権表示

Copyright (C) The Internet Society (2005).

著作権(C)インターネット協会(2005)。

Abstract

抽象

This document registers the media types application/dns and text/dns in accordance with RFC 2048. The application/dns media type is used to identify data on the detached Domain Name System (DNS) format described in RFC 2540. The text/dns media type is used to identify master files as described in RFC 1035.

このドキュメントは、RFC 2048に従ってメディアタイプapplication / dnsおよびtext / dnsを登録します。application/ dnsメディアタイプは、RFC 2540で説明されているデタッチドメインネームシステム(DNS)形式のデータを識別するために使用されます。 タイプは、RFC 1035で説明されているマスターファイルを識別するために使用されます。

Table of Contents

目次

   1.  Introduction . . . . . . . . . . . . . . . . . . . . . . . . .  1
   2.  MIME Type Registration of application/dns  . . . . . . . . . .  2
   3.  MIME Type Registration of text/dns . . . . . . . . . . . . . .  3
   4.  Security Considerations  . . . . . . . . . . . . . . . . . . .  4
   5.  IANA Considerations  . . . . . . . . . . . . . . . . . . . . .  4
   6.  Acknowledgements . . . . . . . . . . . . . . . . . . . . . . .  4
   A.  Disclaimer and License . . . . . . . . . . . . . . . . . . . .  5
       Normative References . . . . . . . . . . . . . . . . . . . . .  5
       Informative References . . . . . . . . . . . . . . . . . . . .  5
       Author's Address . . . . . . . . . . . . . . . . . . . . . . .  5
       Full Copyright Statements. . . . . . . . . . . . . . . . . . .  6
        
1. Introduction
1. はじめに

Domain Name System (DNS) [1] information is traditionally stored in text files, so-called master files or zone files. The format is described in section 5 of RFC 1035 [2].

ドメインネームシステム(DNS)[1]情報は、伝統的にテキストファイル、いわゆるマスターファイルまたはゾーンファイルに保存されます。 形式は、RFC 1035 [2]のセクション5で説明されています。

DNS data can also be stored in a "detached" format, intended for archiving purposes, described in RFC 2540 [4].

DNSデータは、RFC 2540 [4]で説明されている、アーカイブ目的の「分離」形式で保存することもできます。

This document registers MIME media types for the two data formats, with the registration procedures described in RFC 2048 [3].

このドキュメントは、RFC 2048 [3]で説明されている登録手順で、2つのデータ形式のMIMEメディアタイプを登録します。

2. MIME Type Registration of application/dns
2. application / dnsのMIMEタイプ登録

To: ietf-types@iana.org Subject: Registration of MIME media type application/dns

To:ietf-types@iana.org Subject:MIMEメディアタイプapplication / dnsの登録

MIME media type name: application

MIMEメディアタイプ名:アプリケーション

MIME subtype name: dns

MIMEサブタイプ名:dns

Required parameters: None.

必須パラメーター:なし。

Optional parameters: None.

オプションのパラメーター:なし。

Encoding considerations: The data format is binary, and data must be transfered unmodified. Using encodings intended for textual parts is not recommended.

エンコードに関する考慮事項:データ形式はバイナリであり、データは変更せずに転送する必要があります。 テキスト部分を対象としたエンコーディングの使用は推奨されていません。

Security considerations: This media type identifies content as being detached DNS information, as documented in RFC 2540 [4]. This data may be security relevant as per RFC 2538 [7] or may be secured information as per RFC 2535 [6]. Securing the content further may be done with standard techniques, such as OpenPGP [5] or CMS [9], but this is outside of the scope here. Further security assessments are not available at this point.

セキュリティに関する考慮事項:このメディアタイプは、RFC 2540 [4]で文書化されているように、コンテンツを分離されたDNS情報として識別します。 このデータは、RFC 2538 [7]に準拠したセキュリティ関連の場合もあれば、RFC 2535 [6]に準拠したセキュリティ保護された情報の場合もあります。 コンテンツのセキュリティ保護は、OpenPGP [5]やCMS [9]などの標準的な手法を使用して行うこともできますが、これはここの範囲外です。 現時点では、さらなるセキュリティ評価は利用できません。

Interoperability considerations: The encoding of detached DNS information is, unlike textual master files, well defined. No further interoperability considerations are known.

相互運用性に関する考慮事項:分離されたDNS情報のエンコードは、テキストマスターファイルとは異なり、明確に定義されています。 相互運用性に関するその他の考慮事項はありません。

Published specification: The format of data that could be tagged with this media type is documented in RFC 2540 [4].

公開された仕様:このメディアタイプでタグ付けできるデータの形式は、RFC 2540 [4]で文書化されています。

Applications that use this media type: DNS-related software, including software storing and using certificates stored in DNS.

このメディアタイプを使用するアプリケーション:DNS関連のソフトウェア(DNSに保存された証明書を保存および使用するソフトウェアを含む)。

Additional information: Magic number(s): None. File extension(s): Unknown. Macintosh File Type Code(s): Unknown.

追加情報:マジックナンバー:なし。 ファイル拡張子:不明。 Macintoshファイルタイプコード:不明。

Person & email address to contact for further information:

詳細について問い合わせる人とメールアドレス:

Simon Josefsson simon@josefsson.org

サイモン・ジョセフソンsimon@josefsson.org

Intended usage: LIMITED USE

使用目的:限定使用

Author/change controller: simon@josefsson.org

作成者/変更コントローラー:simon@josefsson.org

3. MIME Type Registration of text/dns
3. text / dnsのMIMEタイプ登録

To: ietf-types@iana.org Subject: Registration of MIME media type text/dns

To:ietf-types@iana.org Subject:MIMEメディアタイプtext / dnsの登録

MIME media type name: text

MIMEメディアタイプ名:テキスト

MIME subtype name: dns

MIMEサブタイプ名:dns

Required parameters: None.

必須パラメーター:なし。

Optional parameters: None.

オプションのパラメーター:なし。

Encoding considerations: The data is textual and should be transfered in a line-oriented mode. Text literals may contain CRLF within the text. Binary transport is possible between systems that use the same end-of-line conventions. Master files are in general ASCII, but non-ASCII octet values may occur and are treated as opaque values by DNS software (compare RFC 1035, section 5). The master file format permits encoding arbitrary octet values by using the "\DDD" encoding. The use of "\DDD" encoding can be more reliable than transporting non-ASCII through MIME transports, if data passes through a gateway that re-encodes the character data.

エンコードに関する考慮事項:データはテキスト形式であり、行指向モードで転送する必要があります。 テキストリテラルには、テキスト内にCRLFが含まれる場合があります。 同じ行末規則を使用するシステム間では、バイナリ転送が可能です。 マスターファイルは一般にASCIIですが、非ASCIIオクテット値が発生する場合があり、DNSソフトウェアによって不透明な値として扱われます(RFC 1035のセクション5を参照)。 マスターファイル形式では、「\ DDD」エンコーディングを使用して任意のオクテット値をエンコードできます。 データが文字データを再エンコードするゲートウェイを通過する場合、「\ DDD」エンコーディングの使用は、MIMEトランスポートを介した非ASCIIのトランスポートよりも信頼性が高くなります。

Security considerations: This media type identifies content as being DNS information in "master file" format, as documented in RFC 1035 [2]. The DNS data may be security relevant as per to RFC 2538 [7], or may be secured information as per to RFC 2535 [6]. Securing the content further may be done with standard techniques, such as OpenPGP [5] or CMS [9], but this is outside of the scope here. Further security assessments are not available at this point.

セキュリティに関する考慮事項:このメディアタイプは、RFC 1035 [2]で文書化されているように、コンテンツを「マスターファイル」形式のDNS情報として識別します。 DNSデータは、RFC 2538 [7]に準拠したセキュリティ関連の場合もあれば、RFC 2535 [6]に準拠したセキュリティ保護された情報の場合もあります。 コンテンツのセキュリティ保護は、OpenPGP [5]やCMS [9]などの標準的な手法を使用して行うこともできますが、これはここの範囲外です。 現時点では、さらなるセキュリティ評価は利用できません。

Interoperability considerations: There are interoperability concerns with master files, due to the widespread use of vendor-specific extensions. Non-ASCII comments within master files may have been encoded in locally chosen character sets, which may be difficult to transport interoperably. Non-ASCII data in general can become corrupted by re-encoding gateways. To achieve interoperability, one can use the master file format described in the specification and the "\DDD" encoding for non-ASCII octets. Further interoperability issues with unrecognized RR types exist, which may be handled as discussed in section 5 of RFC 3597 [8].

相互運用性に関する考慮事項:ベンダー固有の拡張機能が広く使用されているため、マスターファイルには相互運用性の問題があります。 マスターファイル内の非ASCIIコメントは、ローカルで選択された文字セットでエンコードされている可能性があり、相互運用性のある転送が困難な場合があります。 一般に、非ASCIIデータはゲートウェイを再エンコードすることにより破損する可能性があります。 相互運用性を実現するために、仕様で説明されているマスターファイル形式と、非ASCIIオクテットの「\ DDD」エンコーディングを使用できます。 認識されないRRタイプとの相互運用性の問題はさらに存在し、RFC 3597 [8]のセクション5で説明されているように処理できます。

Published specification: The format of data that could be tagged with this MIME type is documented in RFC 1035 [2].

公開された仕様:このMIMEタイプでタグ付けできるデータの形式は、RFC 1035 [2]に文書化されています。

Applications that use this media type: DNS-related software, including software storing and using certificates stored in DNS.

このメディアタイプを使用するアプリケーション:DNS関連のソフトウェア(DNSに保存された証明書を保存および使用するソフトウェアを含む)。

Additional information: Magic number(s): None. File extension(s): 'soa' and 'zone' are known to be used. Macintosh file type code(s): Unknown.

追加情報:マジックナンバー:なし。 ファイル拡張子:「soa」と「zone」が使用されることが知られています。 Macintoshファイルタイプコード:不明。

Person & email address to contact for further information:

詳細について問い合わせる人とメールアドレス:

Simon Josefsson simon@josefsson.org

サイモン・ジョセフソンsimon@josefsson.org

Intended usage: LIMITED USE

使用目的:限定使用

Author/change controller: simon@josefsson.org

作成者/変更コントローラー:simon@josefsson.org

4. Security Considerations
4.セキュリティに関する考慮事項

Security considerations are discussed in the security considerations clauses of the MIME registrations in sections 2 and 3.

セキュリティに関する考慮事項は、セクション2および3のMIME登録のセキュリティに関する考慮事項の条項で説明されています。

5. IANA Considerations
5. IANAの考慮事項

The IANA has registered the MIME media types application/dns and text/dns by using the registration templates in sections 2 and 3, as per the procedure described in RFC 2048 [3].

IANAは、RFC 2048 [3]で説明されている手順に従って、セクション2および3の登録テンプレートを使用して、MIMEメディアタイプapplication / dnおよびtext / dnを登録しました。

6. Acknowledgements
6.謝辞

Thanks to D. Eastlake for suggesting text/dns. Thanks to Keith Moore and Alfred Hoenes for reviewing this document. The author acknowledges the RSA Laboratories for supporting the work that led to this document.

text / dnsを提案してくれたD. Eastlakeに感謝します。 このドキュメントをレビューしてくれたキース・ムーアとアルフレッド・ホーンズに感謝します。 著者は、この文書に至った作業を支援したRSA Laboratoriesを認めます。

A. Disclaimer and License

A.免責事項とライセンス

Regarding this entire document or any portion of it, the author makes no guarantees and is not responsible for any damage resulting from its use. The author grants irrevocable permission to anyone to use, modify, and distribute it in any way that does not diminish the rights of anyone else to use, modify, and distribute it, provided that redistributed derivative works do not contain misleading author or version information. Derivative works need not be licensed under similar terms.

このドキュメント全体またはその一部に関して、著者は保証を行わず、その使用に起因する損害について責任を負いません。 著者は、再配布された二次的著作物に誤解を招く著者またはバージョン情報が含まれていない限り、それを使用、変更、および配布する他の人の権利を損なうことなく、それを使用、変更、および配布する取消不能な許可を与えます。 派生著作物は、同様の条件でライセンスされる必要はありません。

Normative References

規範的参考文献

[1] Mockapetris, P., "Domain names - concepts and facilities", STD 13, RFC 1034, November 1987.

[1] Mockapetris、P。、「ドメイン名-概念と機能」、STD 13、RFC 1034、1987年11月。

[2] Mockapetris, P., "Domain names - implementation and specification", STD 13, RFC 1035, November 1987.

[2] Mockapetris、P。、「ドメイン名-実装と仕様」、STD 13、RFC 1035、1987年11月。

[3] Freed, N., Klensin, J., and J. Postel, "Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures", BCP 13, RFC 2048, November 1996.

[3] Freed、N.、Klensin、J。、およびJ. Postel、「Multipurpose Internet Mail Extensions(MIME)Part Four:Registration Procedures」、BCP 13、RFC 2048、1996年11月。

[4] Eastlake 3rd, D., "Detached Domain Name System (DNS) Information", RFC 2540, March 1999.

[4] Eastlake 3rd、D。、「分離ドメインネームシステム(DNS)情報」、RFC 2540、1999年3月。

Informative References

参考資料

[5] Callas, J., Donnerhacke, L., Finney, H., and R. Thayer, "OpenPGP Message Format", RFC 2440, November 1998.

[5] Callas、J.、Donnerhacke、L.、Finney、H。、およびR. Thayer、「OpenPGP Message Format」、RFC 2440、1998年11月。

[6] Eastlake 3rd, D., "Domain Name System Security Extensions", RFC 2535, March 1999.

[6] Eastlake 3rd、D。、「ドメインネームシステムセキュリティ拡張機能」、RFC 2535、1999年3月。

[7] Eastlake 3rd, D. and O. Gudmundsson, "Storing Certificates in the Domain Name System (DNS)", RFC 2538, March 1999.

[7] Eastlake 3rd、D。およびO. Gudmundsson、「ドメインネームシステム(DNS)に証明書を保存する」、RFC 2538、1999年3月。

[8] Gustafsson, A., "Handling of Unknown DNS Resource Record (RR) Types", RFC 3597, September 2003.

[8] Gustafsson、A。、「不明なDNSリソースレコード(RR)タイプの処理」、RFC 3597、2003年9月。

[9] Housley, R., "Cryptographic Message Syntax (CMS)", RFC 3852, July 2004.

[9] Housley、R。、「Cryptographic Message Syntax(CMS)」、RFC 3852、2004年7月。

Author's Address

著者の住所

Simon Josefsson

サイモン・ジョセフソン

EMail: simon@josefsson.org

メール:simon@josefsson.org

Full Copyright Statement

完全な著作権表示

Copyright (C) The Internet Society (2005).

著作権(C)インターネット協会(2005)。

This document is subject to the rights, licenses and restrictions contained in BCP 78, and except as set forth therein, the authors retain all their rights.

この文書は、BCP 78に含まれる権利、ライセンス、制限の対象となります。また、そこに記載されている場合を除き、著者はすべての権利を保持します。

This document and the information contained herein are provided on an "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

本書および本書に含まれる情報は「現状のまま」提供され、寄稿者、代表者または代表者(もしあれば)、インターネット協会、インターネットエンジニアリングタスクフォースはすべての保証を放棄します 黙示的であるが、ここに記載されている情報の使用が商品性または特定の目的への適合性の黙示的保証を侵害しないという保証に限定されない。

Intellectual Property

知的財産

The IETF takes no position regarding the validity or scope of any Intellectual Property Rights or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; nor does it represent that it has made any independent effort to identify any such rights. Information on the procedures with respect to rights in RFC documents can be found in BCP 78 and BCP 79.

IETFは、本書に記載されている技術の実装または使用に関連すると主張される可能性のある知的財産権またはその他の権利の有効性または範囲、またはそのような権利の下でのライセンスの有無に関して、立場をとりません。 利用可能 また、そのような権利を特定するための独立した努力を行ったことを表すものでもありません。 RFC文書の権利に関する手順に関する情報は、BCP 78およびBCP 79に記載されています。

Copies of IPR disclosures made to the IETF Secretariat and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementers or users of this specification can be obtained from the IETF on-line IPR repository at http://www.ietf.org/ipr.

IETF事務局に行われたIPR開示のコピーおよび利用可能になるライセンスの保証、またはこの仕様の実装者またはユーザーによる一般的なライセンスまたはそのような所有権の使用許可の取得を試みた結果を取得できます。 IETFオンラインIPRリポジトリ(http://www.ietf.org/ipr)から。

The IETF invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights that may cover technology that may be required to implement this standard. Please address the information to the IETF at ietf-ipr@ietf.org.

IETFは、この標準を実装するために必要な技術を対象とする著作権、特許、特許出願、またはその他の所有権に関心を寄せるよう、あらゆる利害関係者を招待します。 IETFのietf-ipr@ietf.orgに情報を送信してください。

Acknowledgement

謝辞

Funding for the RFC Editor function is currently provided by the Internet Society.

RFC Editor機能の資金は、現在インターネット協会によって提供されています。