As per Relevance of the word telephone, we have this rfc below:











Network Working Group C.
Request for Comments: 1183
Updates: RFCs 1034, 1035 L.
University of
R.
Prime
P. Mockapetris,

October 1990


New DNS RR

Status of this

This memo defines five new DNS types for experimental purposes.
RFC describes an Experimental Protocol for the Internet community
and requests discussion and suggestions for improvements
Distribution of this memo is unlimited

Table of

Introduction.................................................... 1
1. AFS Data Base location....................................... 2
2. Responsible Person........................................... 3
2.1. Identification of the guilty party......................... 3
2.2. The Responsible Person RR.................................. 4
3. X.25 and ISDN addresses, Route Binding....................... 6
3.1. The X25 RR................................................. 6
3.2. The ISDN RR................................................ 7
3.3. The Route Through RR....................................... 8
REFERENCES and BIBLIOGRAPHY..................................... 9
Security Considerations......................................... 10
Authors' Addresses.............................................. 11



This RFC defines the format of new Resource Records (RRs) for
Domain Name System (DNS), and reserves corresponding DNS
mnemonics and numerical codes. The definitions are in
independent sections: (1) location of AFS database servers, (2)
location of responsible persons, and (3) representation of X.25
ISDN addresses and route binding. All are experimental

This RFC assumes that the reader is familiar with the DNS [3,4].
data shown is for pedagogical use and does not necessarily
the real Internet




Everhart, Mamakos, Ullmann & Mockapetris [Page 1]

RFC 1183 New DNS RR Definitions October 1990


1. AFS Data Base

This section defines an extension of the DNS to locate servers
for AFS (AFS is a registered trademark of Transarc Corporation)
for the Open Software Foundation's (OSF) Distributed
Environment (DCE) authenticated naming system using HP/Apollo's NCA
both to be components of the OSF DCE. The discussion assumes
the reader is familiar with AFS [5] and NCA [6].

The AFS (originally the Andrew File System) system uses the DNS
map from a domain name to the name of an AFS cell database server
The DCE Naming service uses the DNS for a similar function:
from the domain name of a cell to authenticated name servers for
cell. The method uses a new RR type with mnemonic AFSDB and
code of 18 (decimal).

AFSDB has the following format

AFSDB <hostname

Both RDATA fields are required in all AFSDB RRs. The
is a 16 bit integer. The <hostname> field is a domain name of a
that has a server for the cell named by the owner name of the RR

The format of the AFSDB RR is class insensitive. AFSDB records
type A additional section processing for <hostname>. This, in fact
is the rationale for using a new type code, rather than trying
build the same functionality with TXT RRs

Note that the format of AFSDB in a master file is identical to MX
For purposes of the DNS itself, the subtype is merely an integer
The present subtype semantics are discussed below, but changes
possible and will be announced in subsequent RFCs

In the case of subtype 1, the host has an AFS version 3.0
Location Server for the named AFS cell. In the case of subtype 2,
the host has an authenticated name server holding the cell-
directory node for the named DCE/NCA cell

The use of subtypes is motivated by two considerations. First,
space of DNS RR types is limited. Second, the services provided
sufficiently distinct that it would continue to be confusing for
client to attempt to connect to a cell's servers using the
for one service, if the cell offered only the other service

As an example of the use of this RR, suppose that the
Corporation has deployed AFS 3.0 but not (yet) the OSF's DCE.
cell, named toaster.com, has three "AFS 3.0 cell database server



Everhart, Mamakos, Ullmann & Mockapetris [Page 2]

RFC 1183 New DNS RR Definitions October 1990


machines: bigbird.toaster.com, ernie.toaster.com,
henson.toaster.com. These three machines would be listed in
AFSDB RRs. These might appear in a master file as

toaster.com. AFSDB 1 bigbird.toaster.com
toaster.com. AFSDB 1 ernie.toaster.com
toaster.com. AFSDB 1 henson.toaster.com

As another example use of this RR, suppose that Femto College (
name femto.edu) has deployed DCE, and that their DCE cell
directory is served by processes running on green.femto.edu
turquoise.femto.edu. Furthermore, their DCE file servers also
AFS 3.0-compatible volume location servers, on the
turquoise.femto.edu and orange.femto.edu. These machines would
listed in four AFSDB RRs, which might appear in a master file as

femto.edu. AFSDB 2 green.femto.edu
femto.edu. AFSDB 2 turquoise.femto.edu
femto.edu. AFSDB 1 turquoise.femto.edu
femto.edu. AFSDB 1 orange.femto.edu

2. Responsible

The purpose of this section is to provide a standard method
associating responsible person identification to any name in the DNS

The domain name system functions as a distributed database
contains many different form of information. For a particular
or host, you can discover it's Internet address, mail
information, hardware type and operating system among others

A key aspect of the DNS is that the tree-structured namespace can
divided into pieces, called zones, for purposes of
control and responsibility. The responsible person for zone
purposes is named in the SOA RR for that zone. This
describes an extension which allows different responsible persons
be specified for different names in a zone

2.1. Identification of the guilty

Often it is desirable to be able to identify the responsible
for a particular host. When that host is down or malfunctioning,
is difficult to contact those parties which might resolve or
the host. Mail sent to POSTMASTER may not reach the person in
timely fashion. If the host is one of a multitude of workstations
there may be no responsible person which can be contacted on
host




Everhart, Mamakos, Ullmann & Mockapetris [Page 3]

RFC 1183 New DNS RR Definitions October 1990


The POSTMASTER mailbox on that host continues to be a good
point for mail problems, and the zone contact in the SOA record
database problem, but the RP record allows us to associate a
to entities that don't receive mail or are not directly
(namespace-wise) to the problem (e.g., GATEWAY.ISI.EDU might want
point at HOTLINE@BBN.COM, and GATEWAY doesn't get mail, nor does
ISI zone administrator have a clue about fixing gateways).

2.2. The Responsible Person

The method uses a new RR type with mnemonic RP and type code of 17
(decimal).

RP has the following format

RP
Both RDATA fields are required in all RP RRs

The first field, , is a domain name that specifies
mailbox for the responsible person. Its format in master files
the DNS convention for mailbox encoding, identical to that used
the RNAME mailbox field in the SOA RR. The root domain name (
".") may be specified for to indicate that no mailbox
available

The second field, , is a domain name for which TXT RR'
exist. A subsequent query can be performed to retrieve
associated TXT resource records at . This provides
level of indirection so that the entity can be referred to
multiple places in the DNS. The root domain name (just ".") may
specified for to indicate that the TXT_DNAME is absent
and no associated TXT RR exists

The format of the RP RR is class insensitive. RP records cause
additional section processing. (TXT additional section
for is allowed as an option, but only if it is
for the root, i.e., ".").

The Responsible Person RR can be associated with any node in
Domain Name System hierarchy, not just at the leaves of the tree

The TXT RR associated with the TXT_DNAME contain free format
suitable for humans. Refer to [4] for more details on the TXT RR

Multiple RP records at a single name may be present in the database
They should have identical TTLs




Everhart, Mamakos, Ullmann & Mockapetris [Page 4]

RFC 1183 New DNS RR Definitions October 1990




Some examples of how the RP record might be used

sayshell.umd.edu. A 128.8.1.14
MX 10 sayshell.umd.edu
HINFO NeXT
WKS 128.8.1.14 tcp ftp telnet
RP louie.trantor.umd.edu. LAM1.people.umd.edu

LAM1.people.umd.edu. TXT (
"Louis A. Mamakos, (301) 454-2946, don't call me at home!" )

In this example, the responsible person's mailbox for the
SAYSHELL.UMD.EDU is louie@trantor.umd.edu. The TXT RR
LAM1.people.umd.edu provides additional information and advice

TERP.UMD.EDU. A 128.8.10.90
MX 10 128.8.10.90
HINFO MICROVAX-II
WKS 128.8.10.90 udp
WKS 128.8.10.90 tcp ftp telnet smtp
RP louie.trantor.umd.edu. LAM1.people.umd.edu
RP root.terp.umd.edu. ops.CS.UMD.EDU

TRANTOR.UMD.EDU. A 128.8.10.14
MX 10 trantor.umd.edu
HINFO MICROVAX-II
WKS 128.8.10.14 udp
WKS 128.8.10.14 tcp ftp telnet smtp
RP louie.trantor.umd.edu. LAM1.people.umd.edu
RP petry.netwolf.umd.edu. petry.people.UMD.EDU
RP root.trantor.umd.edu. ops.CS.UMD.EDU
RP gregh.sunset.umd.edu. .

LAM1.people.umd.edu. TXT "Louis A. Mamakos (301) 454-2946"
petry.people.umd.edu. TXT "Michael G. Petry (301) 454-2946"
ops.CS.UMD.EDU. TXT "CS Operations Staff (301) 454-2943"

This set of resource records has two hosts, TRANTOR.UMD.EDU
TERP.UMD.EDU, as well as a number of TXT RRs. Note that TERP.UMD.
and TRANTOR.UMD.EDU both reference the same pair of TXT
records, although the mail box names (root.terp.umd.edu
root.trantor.umd.edu) differ

Here, we obviously care much more if the machine flakes out, as we'
specified four persons which might want to be notified of problems
other events involving TRANTOR.UMD.EDU. In this example, the last



Everhart, Mamakos, Ullmann & Mockapetris [Page 5]

RFC 1183 New DNS RR Definitions October 1990


RR for TRANTOR.UMD.EDU specifies a mailbox (gregh.sunset.umd.edu),
but no associated TXT RR

3. X.25 and ISDN addresses, Route

This section describes an experimental representation of X.25
ISDN addresses in the DNS, as well as a route binding method
analogous to the MX for mail routing, for very large scale networks

There are several possible uses, all experimental at this time
First, the RRs provide simple documentation of the correct
to use in static configurations of IP/X.25 [11] and SMTP/X.25 [12].

The RRs could also be used automatically by an internet network-
router, typically IP. The procedure would be to map IP address
domain name, then name to canonical name if needed, then following
records, and finally attempting an IP/X.25 call to the address found
Alternately, configured domain names could be resolved to identify
to X.25/ISDN bindings for a static but periodically refreshed
table

This provides a function similar to ARP for wide area non-
networks that will scale well to a network with hundreds of
of hosts

Also, a standard address binding reference will facilitate
experiments in the use of X.25 and ISDN, especially in
inter-operability testing. The majority of work in such a test
establishing the n-squared entries in static tables

Finally, the RRs are intended for use in a proposal [13] by one
the authors for a possible next-generation internet

3.1. The X25

The X25 RR is defined with mnemonic X25 and type code 19 (decimal).

X25 has the following format

X25
is required in all X25 RRs

identifies the PSDN (Public Switched Data Network
address in the X.121 [10] numbering plan associated with .
Its format in master files is a <character-string>
identical to that used in TXT and HINFO




Everhart, Mamakos, Ullmann & Mockapetris [Page 6]

RFC 1183 New DNS RR Definitions October 1990


The format of X25 is class insensitive. X25 RRs cause no
section processing

The is a string of decimal digits, beginning with
4 digit DNIC (Data Network Identification Code), as specified
X.121. National prefixes (such as a 0) MUST NOT be used

For example

Relay.Prime.COM. X25 311061700956

3.2. The ISDN

The ISDN RR is defined with mnemonic ISDN and type code 20 (decimal).

An ISDN (Integrated Service Digital Network) number is simply
telephone number. The intent of the members of the CCITT is
upgrade all telephone and data network service to a common service

The numbering plan (E.163/E.164) is the same as the
international plan for POTS (an un-official acronym, meaning
Old Telephone Service). In E.166, CCITT says "An E.163/E.164
telephony subscriber may become an ISDN subscriber without a
change."

ISDN has the following format

ISDN
The field is required; is optional

identifies the ISDN number of and DDI (
Dial In) if any, as defined by E.164 [8] and E.163 [7], the ISDN
PSTN (Public Switched Telephone Network) numbering plan. E.163
defines the country codes, and E.164 the form of the addresses.
format in master files is a <character-string>
identical to that used in TXT and HINFO

specifies the subaddress (SA). The format of in
files is a <character-string> syntactically identical to that used
TXT and HINFO

The format of ISDN is class insensitive. ISDN RRs cause
additional section processing

The is a string of characters, normally
digits, beginning with the E.163 country code and ending with the
if any. Note that ISDN, in Q.931, permits any IA5 character in



Everhart, Mamakos, Ullmann & Mockapetris [Page 7]

RFC 1183 New DNS RR Definitions October 1990


general case

The is a string of hexadecimal digits. For digits 0-9,
concrete encoding in the Q.931 call setup information element
identical to BCD

For example

Relay.Prime.COM. IN ISDN 150862028003217
sh.Prime.COM. IN ISDN 150862028003217 004

(Note: "1" is the country code for the North American
Numbering Area, i.e., the system of "area codes" familiar to
in those countries.)

The RR data is the ASCII representation of the digits. It is
as one or two <character-string>s, i.e., count followed
characters

CCITT recommendation E.166 [9] defines prefix escape codes for
representation of ISDN (E.163/E.164) addresses in X.121, and
(X.121) addresses in E.164. It specifies that the exact codes are
"national matter", i.e., different on different networks. A
connected to the ISDN may be able to use both the X25 and
addresses, with the local prefix added

3.3. The Route Through

The Route Through RR is defined with mnemonic RT and type code 21
(decimal).

The RT resource record provides a route-through binding for
that do not have their own direct wide area network addresses. It
used in much the same way as the MX RR

RT has the following format

RT <preference> <intermediate-host

Both RDATA fields are required in all RT RRs

The first field, <preference>, is a 16 bit integer, representing
preference of the route. Smaller numbers indicate more
routes

<intermediate-host> is the domain name of a host which will serve
an intermediate in reaching the host specified by . The
RRs associated with <intermediate-host> are expected to include



Everhart, Mamakos, Ullmann & Mockapetris [Page 8]

RFC 1183 New DNS RR Definitions October 1990


least one A, X25, or ISDN record

The format of the RT RR is class insensitive. RT records cause
X25, ISDN, and A additional section processing for <intermediate
host>.

For example

sh.prime.com. IN RT 2 Relay.Prime.COM
IN RT 10 NET.Prime.COM
*.prime.com. IN RT 90 Relay.Prime.COM

When a host is looking up DNS records to attempt to route a datagram
it first looks for RT records for the destination host, which
to hosts with address records (A, X25, ISDN) compatible with the
area networks available to the host. If it is itself in the set
RT records, it discards any RTs with preferences higher or equal
its own. If there are no (remaining) RTs, it can then use
records of the destination itself

Wild-card RTs are used exactly as are wild-card MXs. RT's do
"chain"; that is, it is not valid to use the RT RRs found for a
referred to by an RT

The concrete encoding is identical to the MX RR

REFERENCES and

[1] Stahl, M., "Domain Administrators Guide", RFC 1032,
Information Center, SRI International, November 1987.

[2] Lottor, M., "Domain Administrators Operations Guide", RFC 1033,
Network Information Center, SRI International, November, 1987.

[3] Mockapetris, P., "Domain Names - Concepts and Facilities",
1034, USC/Information Sciences Institute, November 1987.

[4] Mockapetris, P., "Domain Names - Implementation
Specification", RFC 1035, USC/Information Sciences Institute
November 1987.

[5] Spector A., and M. Kazar, "Uniting File Systems", UNIX Review
7(3), pp. 61-69, March 1989.

[6] Zahn, et al., "Network Computing Architecture", Prentice-Hall
1989.

[7] International Telegraph and Telephone Consultative Committee



Everhart, Mamakos, Ullmann & Mockapetris [Page 9]

RFC 1183 New DNS RR Definitions October 1990


"Numbering Plan for the International Telephone Service",
Recommendations E.163., IXth Plenary Assembly, Melbourne, 1988,
Fascicle II.2 ("Blue Book").

[8] International Telegraph and Telephone Consultative Committee
"Numbering Plan for the ISDN Era", CCITT Recommendations E.164.,
IXth Plenary Assembly, Melbourne, 1988, Fascicle II.2 ("
Book").

[9] International Telegraph and Telephone Consultative Committee
"Numbering Plan Interworking in the ISDN Era",
Recommendations E.166., IXth Plenary Assembly, Melbourne, 1988,
Fascicle II.2 ("Blue Book").

[10] International Telegraph and Telephone Consultative Committee
"International Numbering Plan for the Public Data Networks",
CCITT Recommendations X.121., IXth Plenary Assembly, Melbourne
1988, Fascicle VIII.3 ("Blue Book"); provisional, Geneva, 1978;
amended, Geneva, 1980, Malaga-Torremolinos, 1984 and Melborne
1988.

[11] Korb, J., "Standard for the Transmission of IP datagrams
Public Data Networks", RFC 877, Purdue University,
1983.

[12] Ullmann, R., "SMTP on X.25", RFC 1090, Prime Computer,
1989.

[13] Ullmann, R., "TP/IX: The Next Internet", Prime
(unpublished), July 1990.

[14] Mockapetris, P., "DNS Encoding of Network Names and Other Types",
RFC 1101, USC/Information Sciences Institute, April 1989.

Security

Security issues are not addressed in this memo














Everhart, Mamakos, Ullmann & Mockapetris [Page 10]

RFC 1183 New DNS RR Definitions October 1990


Authors'

Craig F.
Transarc
The Gulf
707 Grant
Pittsburgh, PA 15219

Phone: +1 412 338 4467

EMail: Craig_Everhart@transarc.


Louis A.
Network Infrastructure
Computer Science
University of
College Park, MD 20742-2411

Phone: +1-301-405-7836

Email: louie@Sayshell.UMD.


Robert Ullmann 10-30
Prime Computer, Inc
500 Old Connecticut
Framingham, MA 01701

Phone: +1 508 620 2800 ext 1736

Email: Ariel@Relay.Prime.


Paul
USC Information Sciences
4676 Admiralty
Marina del Rey, CA 90292

Phone: 213-822-1511

EMail: pvm@isi.









Everhart, Mamakos, Ullmann & Mockapetris [Page 11]







if you see any problems within the linking, don't worry be happy,
this is version 0.1 of the Relevance System and you gotta expect some crappy subroutines sometimes,
just be content we did not write this in Java, which would have made this "bigger and better" HAHAHHA.




RFC documents can be found at I.E.T.F.



Relevance System Copyright © 2002 Spectrum WorldResearch
other technical nosh by ServerMasters Corporation
collaboration of BobX







Spectrum