dnsop                                                            O. Sury
Internet-Draft                               Internet Systems Consortium
Updates: 1035 (if approved)                               March 22, 2018
Intended status: Standards Track
Expires: September 23, 2018


               Deprecating obsolete DNS Resource Records
           draft-sury-deprecate-obsolete-resource-records-00

Abstract

   This document deprecates Resource Records that are neither being used
   for anything meanigful nor already made obsolete by other RFCs.  This
   document updates [RFC1035].

Status of This Memo

   This Internet-Draft is submitted in full conformance with the
   provisions of BCP 78 and BCP 79.

   Internet-Drafts are working documents of the Internet Engineering
   Task Force (IETF).  Note that other groups may also distribute
   working documents as Internet-Drafts.  The list of current Internet-
   Drafts is at https://datatracker.ietf.org/drafts/current/.

   Internet-Drafts are draft documents valid for a maximum of six months
   and may be updated, replaced, or obsoleted by other documents at any
   time.  It is inappropriate to use Internet-Drafts as reference
   material or to cite them other than as "work in progress."

   This Internet-Draft will expire on September 23, 2018.

Copyright Notice

   Copyright (c) 2018 IETF Trust and the persons identified as the
   document authors.  All rights reserved.

   This document is subject to BCP 78 and the IETF Trust's Legal
   Provisions Relating to IETF Documents
   (https://trustee.ietf.org/license-info) in effect on the date of
   publication of this document.  Please review these documents
   carefully, as they describe your rights and restrictions with respect
   to this document.  Code Components extracted from this document must
   include Simplified BSD License text as described in Section 4.e of
   the Trust Legal Provisions and are provided without warranty as
   described in the Simplified BSD License.




Sury                   Expires September 23, 2018               [Page 1]


Internet-Draft        Deprecating old mail RRTYPES            March 2018


Table of Contents

   1.  Introduction  . . . . . . . . . . . . . . . . . . . . . . . .   2
   2.  Deprecating MB, MG, MF, MINFO and WKS Resource Records  . . .   2
   3.  IANA Considerations . . . . . . . . . . . . . . . . . . . . .   2
   4.  Security Considerations . . . . . . . . . . . . . . . . . . .   3
   5.  Operational Considerations  . . . . . . . . . . . . . . . . .   3
   6.  Acknowledgements  . . . . . . . . . . . . . . . . . . . . . .   3
   7.  References  . . . . . . . . . . . . . . . . . . . . . . . . .   3
     7.1.  Normative References  . . . . . . . . . . . . . . . . . .   3
     7.2.  Informative References  . . . . . . . . . . . . . . . . .   3
   Author's Address  . . . . . . . . . . . . . . . . . . . . . . . .   4

1.  Introduction

   The [RFC1035] defines couple of old resource records that are not
   being used, and they are causing operational problems between
   implementations that support them and that don't supported them due
   DNS compression on the wire.  This document deprecates such records
   to allow the implementations to drop the specific support for such
   records.

2.  Deprecating MB, MG, MF, MINFO and WKS Resource Records

   The MB, MG, MF, MINFO, and WKS Resource Records aren't used in any
   existing standards, and this documents deprecates the usage.  The DNS
   implementations compliant with this document MUST NOT implement MB,
   MG, MF, WKS, and MINFO Resource Records and treat them as a generic
   type effectively disabling the compression in those types.

3.  IANA Considerations

   This documents updates the IANA registry "Domain Name System (DNS)
   Parameters" ([DNS-IANA]).

















Sury                   Expires September 23, 2018               [Page 2]


Internet-Draft        Deprecating old mail RRTYPES            March 2018


   +-------+-------+-------------------------------------+-------------+
   | TYPE  | Value | Meaning                             | Reference   |
   +-------+-------+-------------------------------------+-------------+
   | MB    | 7     | a mailbox domain name (OBSOLETE)    | This        |
   |       |       |                                     | document    |
   | MG    | 8     | a mail group member (OBSOLETE)      | This        |
   |       |       |                                     | document    |
   | MR    | 9     | a mail rename domain name           | This        |
   |       |       | (OBSOLETE)                          | document    |
   | WKS   | 11    | a well known service description    | This        |
   |       |       | (OBSOLETE)                          | document    |
   | MINFO | 14    | mailbox or mail list information    | This        |
   |       |       | (OBSOLETE)                          | document    |
   +-------+-------+-------------------------------------+-------------+

4.  Security Considerations

   This document has not security considerations.

5.  Operational Considerations

   The various status of implementation of MB, MG, MR, MINFO, and WKS
   records is already causing operational problems between DNS
   implementations that do implement aforementioned types and those who
   don't because of mandatory DNS compression on the wire.  This
   document aims to rectify the situation by removing the support for
   all the DNS implementations.  This should not cause any operational
   problems because the records aren't actually in use on the Internet.
   [COMMENT: Some data?]

6.  Acknowledgements

   Peter van Dijk for poking me to write the draft.  Daniel Salzman for
   reviewing the document.

7.  References

7.1.  Normative References

   [RFC1035]  Mockapetris, P., "Domain names - implementation and
              specification", STD 13, RFC 1035, DOI 10.17487/RFC1035,
              November 1987, <https://www.rfc-editor.org/info/rfc1035>.

7.2.  Informative References







Sury                   Expires September 23, 2018               [Page 3]


Internet-Draft        Deprecating old mail RRTYPES            March 2018


   [DNS-IANA]
              "Domain Name System (DNS) Parameters",
              <https://www.iana.org/assignments/dns-parameters/
              dns-parameters.xhtml>.

Author's Address

   Ondrej Sury
   Internet Systems Consortium
   CZ

   EMail: ondrej@isc.org







































Sury                   Expires September 23, 2018               [Page 4]