1703
INFORMATIONAL

Principles of Operation for the TPC.INT Subdomain: Radio Paging -- Technical Procedures

Authors: M. Rose
Date: October 1994
Stream: Legacy
Obsoletes: RFC 1569

Abstract

This memo describes a technique for radio paging using the Internet mail infrastructure. In particular, this memo focuses on the case in which radio pagers are identified via the international telephone network. This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind.

RFC 1703: Principles of Operation for the TPC.INT Subdomain: Radio Paging -- Technical Procedures [RFC Home] [TEXT|PDF|HTML] [Tracker] [IPR] [Info page]

INFORMATIONAL
Network Working Group                                            M. Rose
Request for Comments: 1703                  Dover Beach Consulting, Inc.
Obsoletes: <a href="./rfc1569">1569</a>                                             October 1994
Category: Informational


           <span class="h1">Principles of Operation for the TPC.INT Subdomain:</span>
                  <span class="h1">Radio Paging -- Technical Procedures</span>

Status of this Memo

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

Table of Contents

   <a href="#section-1">1</a>. Introduction ...............................................    <a href="#page-1">1</a>
   <a href="#section-2">2</a>. Naming, Addressing, and Routing ............................    <a href="#page-2">2</a>
   <a href="#section-2.1">2.1</a> Addressing ................................................    <a href="#page-2">2</a>
   <a href="#section-2.2">2.2</a> Routing ...................................................    <a href="#page-3">3</a>
   <a href="#section-3">3</a>. Procedure ..................................................    <a href="#page-3">3</a>
   <a href="#section-3.1">3.1</a> Alpha-numeric Radio Pagers ................................    <a href="#page-3">3</a>
   <a href="#section-3.2">3.2</a> Numeric Radio Pagers ......................................    <a href="#page-4">4</a>
   <a href="#section-3.3">3.3</a> MAILing versus SENDing ....................................    <a href="#page-4">4</a>
   <a href="#section-3.4">3.4</a> Latency ...................................................    <a href="#page-5">5</a>
   <a href="#section-4">4</a>. Usage Examples .............................................    <a href="#page-5">5</a>
   <a href="#section-4.1">4.1</a> A MIME Example ............................................    <a href="#page-6">6</a>
   <a href="#section-4.2">4.2</a> A Non-MIME Example ........................................    <a href="#page-6">6</a>
   <a href="#section-5">5</a>. Server Configuration Example ...............................    <a href="#page-6">6</a>
   <a href="#section-6">6</a>. Security Considerations ....................................    <a href="#page-8">8</a>
   <a href="#section-7">7</a>. Acknowledgements ...........................................    <a href="#page-8">8</a>
   <a href="#section-8">8</a>. References .................................................    <a href="#page-8">8</a>
   <a href="#section-9">9</a>. Author's Address ...........................................    <a href="#page-9">9</a>

<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>.  Introduction</span>

   As an adjunct to the usual, two-way electronic mail service, it is at
   times useful to employ a one-way text notification service, called
   radio paging.  This memo describes a technique for radio paging using
   the Internet mail infrastructure.  In particular, this memo focuses
   on the case in which radio pagers are identified via the
   international telephone network.

   The technique described by this memo, mapping telephone numbers to
   domain names, is derived from the TPC.INT subdomain.  Consult <a href="./rfc1530">RFC</a>
   <a href="./rfc1530">1530</a>, "Principles of Operation for the TPC.INT Subdomain: General
   Principles and Policy" for overview information.



<span class="grey">Rose                                                            [Page 1]</span>

<span id="page-2" ></span>
<span class="grey"><a href="./rfc1703">RFC 1703</a>          Radio Paging -- Technical Procedures      October 1994</span>


<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>.  Naming, Addressing, and Routing</span>

   A radio pager is identified by a telephone number, e.g.,

     +1 415 940 8776

   where "+1" indicates the IDDD country code, and the remaining string
   is a telephone number within that country.

   In addition to a telephone number, a PIN may also be required to
   uniquely identify a radio pager.

<span class="h3"><a class="selflink" id="section-2.1" href="#section-2.1">2.1</a>.  Addressing</span>

   This number is used to construct the address of a radio paging
   server, which forms the recipient address for the message, e.g., one
   of:

     [email protected]
     [email protected]
     [email protected]

   where "ATOM" is an <a href="./rfc822">RFC 822</a> atom [<a href="#ref-1" title=""Standard for the Format of ARPA Internet Text Messages"">1</a>], an opaque string for use in
   recipient identification when communicating with the paging network,
   and the domain-part is constructed by reversing the telephone number,
   converting each digit to a domain-label, and being placed under
   "tpc.int".  (The telephone number must not include any international
   access codes.)

   Note that the mailbox syntax is purposefully restricted in the
   interests of pragmatism.  To paraphrase STD 11, <a href="./rfc822">RFC 822</a>, an atom is
   defined as:

     atom    = 1*atomchar

     atomchar=   <any upper or lowercase alphabetic character
                  (A-Z a-z)>
               / <any digit (0-9)>
               / "!" / "#" / "$" / "%" / "&" / "'" / "*" / "+"
               / "-" / "/" / "=" / "?" / "^" / "_" / "`" / "{"
               / "|" / "}" / "~"

   Finally, note that some Internet mail software (especially gateways
   from outside the Internet) impose stringent limitations on the size
   of a mailbox-string.  Thus, originating user agents should take care
   in limiting the local-part to no more than 70 or so characters.





<span class="grey">Rose                                                            [Page 2]</span>

<span id="page-3" ></span>
<span class="grey"><a href="./rfc1703">RFC 1703</a>          Radio Paging -- Technical Procedures      October 1994</span>


<span class="h3"><a class="selflink" id="section-2.2" href="#section-2.2">2.2</a>.  Routing</span>

   The message is routed in exactly the same fashion as all other
   electronic mail, i.e., using the MX algorithm [<a href="#ref-2" title=""Mail Routing and the Domain System"">2</a>].  Since a radio
   paging server might be able to access many radio pagers, the
   wildcarding facilities of the DNS [<a href="#ref-3" title=""Domain Names -- Concepts and Facilities"">3</a>,<a href="#ref-4" title=""Domain Names -- Implementation and Specification"">4</a>] are used accordingly.  For
   example, if a radio paging server residing at "dbc.mtview.ca.us" is
   willing to access any radio pager with a telephone number prefix of

     +1 415 940

   then this resource record might be present

     *.0.4.9.5.1.4.1.tpc.int.       IN MX 10 dbc.mtview.ca.us.

   Naturally, if several radio paging servers were willing to access any
   radio pager in that prefix, multiple MX resource records would be
   present.  (The DNS servers for the TPC.INT subdomain perform a
   rudimentary form of load balancing by rotating the order of the MX
   records returned on each query.)

   It should be noted that the presence of a wildcard RR which matches a
   radio paging server's address does not imply that the corresponding
   telephone number is valid, or, if valid, that a radio pager is
   identified by the phone number.  Rather, the presence of a wildcard
   RR indicates that a radio paging server is willing to attempt access.

<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>.  Procedure</span>

   When information is to be sent to a radio pager, the user application
   constructs an <a href="./rfc822">RFC 822</a> message, containing a "Message-ID" field and a
   textual content (e.g., a "text/plain" content [<a href="#ref-5" title=""MIME: Mechanisms for Specifying and Describing the Format of Internet Message Bodies"">5</a>]).

   The message is then sent to the radio paging server's electronic mail
   address.  The radio paging server begins by looking at the local part
   of the address.

<span class="h3"><a class="selflink" id="section-3.1" href="#section-3.1">3.1</a>.  Alpha-numeric Radio Pagers</span>

   If the local-part is either "pager.ATOM" or "pager-alpha.ATOM" then
   this indicates that the recipient is using an alpha-numeric radio
   pager, and ATOM either identifies a paging network (CARRIER), or a
   radio pager identity number (PIN), or both, according to these rules:

   (1)  if ATOM consists entirely of numeric characters, then ATOM is a
        PIN, and the domain-part refers to the IXO access telephone
        number for a radio paging carrier; otherwise,




<span class="grey">Rose                                                            [Page 3]</span>

<span id="page-4" ></span>
<span class="grey"><a href="./rfc1703">RFC 1703</a>          Radio Paging -- Technical Procedures      October 1994</span>


   (2)  if ATOM does not contain a hyphen character ("-"), then ATOM is
        a CARRIER, a local database is consulted to determine the
        corresponding IXO access telephone number, and the telephone
        number corresponding to the domain-part is used to identify the
        radio pager; otherwise,

   (3)  if ATOM does contain a hyphen character ("-"), then everything
        to the left of the first hyphen is a CARRIER, and everything to
        the right of that hyphen is a PIN, a local database is consulted
        to determine the corresponding IXO access telephone number, and
        the PIN is used is used to identify the radio pager.

   If the local-part starts with "pager.", then the message sent to the
   radio pager consists of the body of the message; otherwise, if the
   local-part starts with "pager-alpha.", then the radio paging server
   determines which information in the headers and body of the message
   are used when constructing the paging message.  For example, some
   radio paging servers might choose to examine the "To" and "Subject"
   fields, in addition to the body, whilst other radio paging servers
   might choose to simply send the body verbatim.

<span class="h3"><a class="selflink" id="section-3.2" href="#section-3.2">3.2</a>.  Numeric Radio Pagers</span>

   If the local-part is the literal string "pager-numeric" then this
   indicates that the recipient is using a numeric pager, and the radio
   pager dials the telephone number corresponding to the domain-part.

   The message sent to the radio pager consists of the body of the
   message, which must consist solely of digits.

<span class="h3"><a class="selflink" id="section-3.3" href="#section-3.3">3.3</a>.  MAILing versus SENDing</span>

   An SMTP client communicating with a radio paging server may use
   attempt either the MAIL or SEND command.  The radio paging server
   MUST support the MAIL command, and MAY support any of the SEND, SOML,
   or SAML commands.

   If the MAIL command is used, then a positive completion reply to both
   the RCPT and DATA commands indicates, at a minimum, that the message
   has been queued for transmission into the radio paging network for
   the recipient, but is at least queued for transmission into the radio
   paging network.

   If the SEND command is used, then a positive completion reply to both
   the RCPT and DATA commands indicates that the message has been
   accepted by the radio paging network for delivery to the recipient.





<span class="grey">Rose                                                            [Page 4]</span>

<span id="page-5" ></span>
<span class="grey"><a href="./rfc1703">RFC 1703</a>          Radio Paging -- Technical Procedures      October 1994</span>


   If the SOML or SAML command is used, then a positive completion reply
   to both the RCPT and DATA commands indicates that the message may
   have been accepted by the radio paging network for delivery to the
   recipient.

<span class="h3"><a class="selflink" id="section-3.4" href="#section-3.4">3.4</a>.  Latency</span>

   Although the Internet electronic mail service tends to perform
   delivery in a timely and reliable manner, some paging services will
   wish to provide a higher degree of assurance to their clients, in
   particular guaranteeing that a positive reply code means that the
   page has been sent on the radio paging network.  For such
   requirements, the primary constraints are server implementation and
   client/server network connectivity.

   A client that uses the SEND or SAML commands is explicitly requesting
   real-time transmission on the radio paging network and is requiring
   that the server reply code will carry a statement of success or
   failure about that transmission.

   The IP level of the Internet performs datagram store-and-forward
   service, but gives the end system hosts the appearance of direct
   connectivity, by virtue of allowing interactive service.  The
   Internet electronic mail service adds another layer of store-and-
   forward indirection, so that messages may go through any number of
   relays (and/or gateways).  This may introduce arbitrarily large
   delays of minutes, hours, or days.

   A client that configures their Internet attachment to permit "direct"
   SMTP connectivity to a radio paging server will be able to submit
   paging requests to the server directly, without additional SMTP-
   relaying. That is, transmission from radio paging client to server
   will be one "SMTP-hop"only.  This will eliminate any possibility of
   non-deterministic delay by the Internet itself.

   The combination of configuring radio paging server and client to
   allow direct IP/SMTP-level interaction and ensuring that they use
   SEND or SAML commands only will mean that a client receiving a
   positive reply from the server is assured that the page has been sent
   on the radio paging network.

<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>.  Usage Examples</span>

   These examples make use of the "iddd.tpc.int" subdomain.  The DNS
   servers for this subdomain, upon encountering a domain of the form:

        NUMBER.iddd.tpc.int




<span class="grey">Rose                                                            [Page 5]</span>

<span id="page-6" ></span>
<span class="grey"><a href="./rfc1703">RFC 1703</a>          Radio Paging -- Technical Procedures      October 1994</span>


   automatically create a CNAME RR of the form:

        R.E.B.M.U.N.iddd.tpc.int

   e.g.,

        14159408776.iddd.tpc.int

   will be treated as

        6.7.7.8.0.4.9.5.1.4.1.tpc.int

<span class="h3"><a class="selflink" id="section-4.1" href="#section-4.1">4.1</a>.  A MIME Example</span>

     To: [email protected]
     cc: Marshall Rose <mrose@dbc.mtview.ca.us>
     From: Carl Malamud <carl@malamud.com>
     Date: Thu, 22 Jul 1993 08:38:00 -0800
     Subject: First example, for an alphanumeric pager
     Message-ID: <19930908220700.1@malamud.com>
     MIME-Version: 1.0
     Content-Type: text/plain; charset=us-ascii

     A brief textual message sent to the radio paging network
     having an IXO access telephone number of "+1-8005551234"
     to the radio pager having a PIN of "98765".

<span class="h3"><a class="selflink" id="section-4.2" href="#section-4.2">4.2</a>.  A Non-MIME Example</span>

     To: [email protected]
     From: Carl Malamud <carl@malamud.com>
     Date: Thu, 22 Jul 1993 08:38:00 -0800
     Subject: Second example, for a numeric pager
     Message-ID: <19930908220700.2@malamud.com>

     2026282044

<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>.  Server Configuration Example</span>

   A hypothetical radio paging carrier, e.g.,

     Pigeon Paging

   might choose to integrate its radio paging services with Internet e-
   mail in the following fashion:






<span class="grey">Rose                                                            [Page 6]</span>

<span id="page-7" ></span>
<span class="grey"><a href="./rfc1703">RFC 1703</a>          Radio Paging -- Technical Procedures      October 1994</span>


   (1)  The radio paging carrier establishes a top-level domain name,
        e.g.,

             pigeon.net

   (2)  The radio paging carrier installs and operates one or more
        radio paging servers, each having a unique entry in the DNS,
         e.g.,

             ixo1.pigeon.net.              IN A  a.b.c.d

        Each of these radio paging servers runs an SMTP server which
        implements the SEND command as described in <a href="#section-3.3">Section 3.3</a> above.

   (3)  The radio paging carrier coordinates with the administrators of
        the TPC.INT subdomain to have the appropriate MX records added
        to the DNS, assigning cost values in the MX records to reflect
        any difference in the quality of service between the radio
        paging servers, e.g.,

             4.3.2.1.5.5.5.0.0.8.1.tpc.int. IN MX  5 ixo1.pigeon.net.
             4.3.2.1.5.5.5.0.0.8.1.tpc.int. IN MX  5 ixo2.pigeon.net.

        which would provide both load-balancing and redundancy
        (particularly if the servers were located at different points in
        the Internet).  At this point, messages can be sent using the
        addressing formats described in <a href="#section-2.2">Section 2.2</a> above.

   (4)  The radio paging carrier may choose to make available a client
        program which uses the SMTP SEND command, in order to achieve
        "real-time" delivery of messages into the radio paging network.

   (5)  Finally, the radio paging carry may choose to assign each of its
        customers a mailbox, e.g.,

             [email protected]

        which maps to the TPC.INT address for the customer's radio pager.

        The system(s) listed in the DNS for this domain would maintain
        the appropriate mail aliases for this mapping, e.g.,

             R: 220 pager.pigeon.net SMTP ready
             S: HELO malamud.com
             R: 220 pager.pigeon.net
             S: EXPN mrose
             R: 250 <pager-alpha.98765@18005551234.iddd.tpc.int>




<span class="grey">Rose                                                            [Page 7]</span>

<span id="page-8" ></span>
<span class="grey"><a href="./rfc1703">RFC 1703</a>          Radio Paging -- Technical Procedures      October 1994</span>


        At the carrier's discretion, these systems may also be the
        systems running the radio paging servers.  However, this needn't
        be the case.  For example, consider a situation where a client
        program which uses the SMTP SEND command, wants to ensure that it
        is talking to radio paging server for an address: e.g.,

             R: 220 pager.pigeon.net SMTP ready
             S: EHLO malamud.com
             R: 220-pager.pigeon.net
             R: 220 SEND
             S: VRFY mrose
             R: 551 User not local;
                     try <pager-alpha.98765@18005551234.iddd.tpc.int>

        or

             R: 220 pager.pigeon.net SMTP ready
             S: EHLO malamud.com
             R: 220-pager.pigeon.net
             R: 220 SEND
             S: VRFY mrose
             R: 250 <pager-alpha.98765@18005551234.iddd.tpc.int>

<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>.  Security Considerations</span>

   Internet mail may be subject to monitoring by third parties, and in
   particular, message relays.

<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>.  Acknowledgements</span>

   This document was motivated by <a href="./rfc1568">RFC 1568</a> [<a href="#ref-6" title=""Simple Network Paging Protocol - Version 1(b)"">6</a>] and <a href="./rfc1645">RFC 1645</a> [<a href="#ref-7" title=""Simple Network Paging Protocol - Version 2"">7</a>].  In
   addition, David Crocker, Carl Malamud, and Perry Metzger also
   provided substantive comments.

<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>.  References</span>

   [<a id="ref-1">1</a>] Crocker, D., "Standard for the Format of ARPA Internet Text
       Messages", STD 11, <a href="./rfc822">RFC 822</a>, University of Delaware, August 1982.

   [<a id="ref-2">2</a>] Partridge, C., "Mail Routing and the Domain System", BBN
       Laboratories, STD 14, <a href="./rfc974">RFC 974</a>, BBN, January 1986.

   [<a id="ref-3">3</a>] Mockapetris, P., "Domain Names -- Concepts and Facilities", STD
       13, <a href="./rfc1034">RFC 1034</a>, USC/Information Sciences Institute, November 1987.

   [<a id="ref-4">4</a>] Mockapetris, P., "Domain Names -- Implementation and
       Specification", STD 13, <a href="./rfc1035">RFC 1035</a>, USC/Information Sciences
       Institute, November 1987.



<span class="grey">Rose                                                            [Page 8]</span>

<span id="page-9" ></span>
<span class="grey"><a href="./rfc1703">RFC 1703</a>          Radio Paging -- Technical Procedures      October 1994</span>


   [<a id="ref-5">5</a>] Borenstein, N., and N. Freed, "MIME: Mechanisms for Specifying
       and Describing the Format of Internet Message Bodies", <a href="./rfc1521">RFC 1521</a>,
       Bellcore, Innosoft, September 1993.

   [<a id="ref-6">6</a>] Gwinn, A., "Simple Network Paging Protocol - Version 1(b)", <a href="./rfc1568">RFC</a>
       <a href="./rfc1568">1568</a>, Southern Methodist University, January 1994.

   [<a id="ref-7">7</a>] Gwinn, A., "Simple Network Paging Protocol - Version 2", <a href="./rfc1645">RFC</a>
       <a href="./rfc1645">1645</a>, Southern Methodist University, July 1994.

<span class="h2"><a class="selflink" id="section-9" href="#section-9">9</a>.  Author's Address</span>

       Marshall T. Rose
       Dover Beach Consulting, Inc.
       420 Whisman Court
       Mountain View, CA  94043-2186
       US

       Phone: +1 415 968 1052
       Fax:   +1 415 968 2510
       EMail: [email protected]






























Rose                                                            [Page 9]

Additional Resources