INTERNET-DRAFT                                            M. Yevstifeyev
Intended Status: Informational                         November 25, 2010
Expires: May 29, 2011


                         The tn3270 URI scheme
                   <draft-yevstifeyev-tn3270-uri-04>


Status of this Memo

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

   Internet-Drafts are working documents of the Internet Engineering
   Task Force (IETF), its areas, and its working groups.  Note that
   other groups may also distribute working documents as
   Internet-Drafts.

   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."

   The list of current Internet-Drafts can be accessed at
   http://www.ietf.org/1id-abstracts.html

   The list of Internet-Draft Shadow Directories can be accessed at
   http://www.ietf.org/shadow.html


Copyright and License Notice

   Copyright (c) 2010 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
   (http://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.






Mykyta Yevstifeyev        Expires May 29, 2011                  [Page 1]


INTERNET DRAFT           The tn3270 URI scheme         November 25, 2010


Abstract

   This document defines the tn3270 Universal Resource Identifier (URI)
   scheme, its syntax, semantics and use.


Table of Contents

   1  Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . 3
   2  Scheme Definition  . . . . . . . . . . . . . . . . . . . . . . . 3
   3  Security Considerations  . . . . . . . . . . . . . . . . . . . . 4
   4  IANA Considerations  . . . . . . . . . . . . . . . . . . . . . . 4
   5  Normative References . . . . . . . . . . . . . . . . . . . . . . 4






































Mykyta Yevstifeyev        Expires May 29, 2011                  [Page 2]


INTERNET DRAFT           The tn3270 URI scheme         November 25, 2010


1. Introduction

   The tn3270 URI scheme was firstly mentioned in RFC 1738 [RFC1738] in
   order to be registered as 'Provisional' URI scheme. However there are
   no acceptable and clear specifications so far.

   This document gives such specification of syntax, semantics and use
   of tn3270 URI scheme.

2. Scheme Definition

   The tn3270 URI scheme is used to access services that are provided
   via TN3270 Telnet Service - Interactive 3270 emulation session. In
   fact this is Telnet service with special data transfer mode so the
   form of URI is similar to that of telnet one.

   The tn3270 URI takes the following form (given in ABNF, as described
   in RFC 5234 [RFC5234]):

   tn3270_uri = "tn3270:" "//" [user ":" password] host [":" port] [/]
         user = <user name for authorization>
     password = <password for authorization>
         host = <the host name that the request is being made to>
         port = 1*5DIGIT

   The final character "/" can be omitted. The "user:password" pair can
   be omitted as well as "port" (if it is omitted, defaults to 23 -
   default Telnet port).























Mykyta Yevstifeyev        Expires May 29, 2011                  [Page 3]


INTERNET DRAFT           The tn3270 URI scheme         November 25, 2010


3. Security Considerations

   Many of URI security considerations are discussed in RFC 3986
   [RFC3986]

   There are many security consideration for tn3270 URI scheme defined
   in RFC 4248 [RFC4248] - the specification of telnet URI scheme, which
   concern tn3270 one as well.

4. IANA Considerations

   IANA is asked to move the tn3270 URI scheme registration from
   'Provisional' to 'Permanent'.

5. Normative References

   [RFC1738]   Berners-Lee, T., Masinter, L., and M. McCahill, "Uniform
               Resource Locators (URL)", RFC 1738, December 1994.

   [RFC2119]   S. Bradner, "Key words for use in RFCs to Indicate
               Requirement Levels", BCP 14, RFC 2119, March 1997.

   [RFC4248]   Hoffman, P., "The telnet URI Scheme", RFC 4248, October
               2005.

   [RFC3986]   Berners-Lee, T., Fielding, R., and L. Masinter, "Uniform
               Resource Identifier (URI): Generic Syntax", STD 66, RFC
               3986, January 2005.

   [RFC5234]   Crocker, D., Ed., and P. Overell, "Augmented BNF for
               Syntax Specifications: ABNF", STD 68, RFC 5234, January
               2008.

Author's Addresses


   Mykyta Yevstifeyev
   8 Kuzovkov St., flat 25,
   Kotovsk, Ukraine

   EMail: evnikita2@gmail.com

















Mykyta Yevstifeyev        Expires May 29, 2011                  [Page 4]