⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc1035.txt

📁 bind 9.3结合mysql数据库
💻 TXT
📖 第 1 页 / 共 5 页
字号:
MB              7 a mailbox domain name (EXPERIMENTAL)MG              8 a mail group member (EXPERIMENTAL)MR              9 a mail rename domain name (EXPERIMENTAL)NULL            10 a null RR (EXPERIMENTAL)WKS             11 a well known service descriptionPTR             12 a domain name pointerHINFO           13 host informationMINFO           14 mailbox or mail list informationMX              15 mail exchangeTXT             16 text strings3.2.3. QTYPE valuesQTYPE fields appear in the question part of a query.  QTYPES are asuperset of TYPEs, hence all TYPEs are valid QTYPEs.  In addition, thefollowing QTYPEs are defined:Mockapetris                                                    [Page 12]RFC 1035        Domain Implementation and Specification    November 1987AXFR            252 A request for a transfer of an entire zoneMAILB           253 A request for mailbox-related records (MB, MG or MR)MAILA           254 A request for mail agent RRs (Obsolete - see MX)*               255 A request for all records3.2.4. CLASS valuesCLASS fields appear in resource records.  The following CLASS mnemonicsand values are defined:IN              1 the InternetCS              2 the CSNET class (Obsolete - used only for examples in                some obsolete RFCs)CH              3 the CHAOS classHS              4 Hesiod [Dyer 87]3.2.5. QCLASS valuesQCLASS fields appear in the question section of a query.  QCLASS valuesare a superset of CLASS values; every CLASS is a valid QCLASS.  Inaddition to CLASS values, the following QCLASSes are defined:*               255 any class3.3. Standard RRsThe following RR definitions are expected to occur, at leastpotentially, in all classes.  In particular, NS, SOA, CNAME, and PTRwill be used in all classes, and have the same format in all classes.Because their RDATA format is known, all domain names in the RDATAsection of these RRs may be compressed.<domain-name> is a domain name represented as a series of labels, andterminated by a label with zero length.  <character-string> is a singlelength octet followed by that number of characters.  <character-string>is treated as binary information, and can be up to 256 characters inlength (including the length octet).Mockapetris                                                    [Page 13]RFC 1035        Domain Implementation and Specification    November 19873.3.1. CNAME RDATA format    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+    /                     CNAME                     /    /                                               /    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+where:CNAME           A <domain-name> which specifies the canonical or primary                name for the owner.  The owner name is an alias.CNAME RRs cause no additional section processing, but name servers maychoose to restart the query at the canonical name in certain cases.  Seethe description of name server logic in [RFC-1034] for details.3.3.2. HINFO RDATA format    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+    /                      CPU                      /    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+    /                       OS                      /    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+where:CPU             A <character-string> which specifies the CPU type.OS              A <character-string> which specifies the operating                system type.Standard values for CPU and OS can be found in [RFC-1010].HINFO records are used to acquire general information about a host.  Themain use is for protocols such as FTP that can use special procedureswhen talking between machines or operating systems of the same type.3.3.3. MB RDATA format (EXPERIMENTAL)    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+    /                   MADNAME                     /    /                                               /    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+where:MADNAME         A <domain-name> which specifies a host which has the                specified mailbox.Mockapetris                                                    [Page 14]RFC 1035        Domain Implementation and Specification    November 1987MB records cause additional section processing which looks up an A typeRRs corresponding to MADNAME.3.3.4. MD RDATA format (Obsolete)    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+    /                   MADNAME                     /    /                                               /    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+where:MADNAME         A <domain-name> which specifies a host which has a mail                agent for the domain which should be able to deliver                mail for the domain.MD records cause additional section processing which looks up an A typerecord corresponding to MADNAME.MD is obsolete.  See the definition of MX and [RFC-974] for details ofthe new scheme.  The recommended policy for dealing with MD RRs found ina master file is to reject them, or to convert them to MX RRs with apreference of 0.3.3.5. MF RDATA format (Obsolete)    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+    /                   MADNAME                     /    /                                               /    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+where:MADNAME         A <domain-name> which specifies a host which has a mail                agent for the domain which will accept mail for                forwarding to the domain.MF records cause additional section processing which looks up an A typerecord corresponding to MADNAME.MF is obsolete.  See the definition of MX and [RFC-974] for details ofwthe new scheme.  The recommended policy for dealing with MD RRs found ina master file is to reject them, or to convert them to MX RRs with apreference of 10.Mockapetris                                                    [Page 15]RFC 1035        Domain Implementation and Specification    November 19873.3.6. MG RDATA format (EXPERIMENTAL)    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+    /                   MGMNAME                     /    /                                               /    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+where:MGMNAME         A <domain-name> which specifies a mailbox which is a                member of the mail group specified by the domain name.MG records cause no additional section processing.3.3.7. MINFO RDATA format (EXPERIMENTAL)    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+    /                    RMAILBX                    /    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+    /                    EMAILBX                    /    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+where:RMAILBX         A <domain-name> which specifies a mailbox which is                responsible for the mailing list or mailbox.  If this                domain name names the root, the owner of the MINFO RR is                responsible for itself.  Note that many existing mailing                lists use a mailbox X-request for the RMAILBX field of                mailing list X, e.g., Msgroup-request for Msgroup.  This                field provides a more general mechanism.EMAILBX         A <domain-name> which specifies a mailbox which is to                receive error messages related to the mailing list or                mailbox specified by the owner of the MINFO RR (similar                to the ERRORS-TO: field which has been proposed).  If                this domain name names the root, errors should be                returned to the sender of the message.MINFO records cause no additional section processing.  Although theserecords can be associated with a simple mailbox, they are usually usedwith a mailing list.Mockapetris                                                    [Page 16]RFC 1035        Domain Implementation and Specification    November 19873.3.8. MR RDATA format (EXPERIMENTAL)    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+    /                   NEWNAME                     /    /                                               /    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+where:NEWNAME         A <domain-name> which specifies a mailbox which is the                proper rename of the specified mailbox.MR records cause no additional section processing.  The main use for MRis as a forwarding entry for a user who has moved to a differentmailbox.3.3.9. MX RDATA format    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+    |                  PREFERENCE                   |    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+    /                   EXCHANGE                    /    /                                               /    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+where:PREFERENCE      A 16 bit integer which specifies the preference given to                this RR among others at the same owner.  Lower values                are preferred.EXCHANGE        A <domain-name> which specifies a host willing to act as                a mail exchange for the owner name.MX records cause type A additional section processing for the hostspecified by EXCHANGE.  The use of MX RRs is explained in detail in[RFC-974].3.3.10. NULL RDATA format (EXPERIMENTAL)    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+    /                  <anything>                   /    /                                               /    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+Anything at all may be in the RDATA field so long as it is 65535 octetsor less.Mockapetris                                                    [Page 17]RFC 1035        Domain Implementation and Specification    November 1987NULL records cause no additional section processing.  NULL RRs are notallowed in master files.  NULLs are used as placeholders in someexperimental extensions of the DNS.3.3.11. NS RDATA format

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -