Internet Engineering Task Force (IETF) M. Yevstifeyev
Request for Comments: 6270 June 2011
Updates: 1041, 1738, 2355
Category: Standards Track
ISSN: 2070-1721
The 'tn3270' URI Scheme
Yevstifeyev Standards Track [Page 1]
RFC 6270 The 'tn3270' URI Scheme June 2011
Table of Contents
1. Introduction
This document specifies the 'tn3270' Uniform Resource Identifier (URI) scheme, which is used to designate the access to the resources available via Telnet 3270 mode (TN3270) and Telnet 3270 Enhanced mode (TN3270E).
Yevstifeyev Standards Track [Page 2]
RFC 6270 The 'tn3270' URI Scheme June 2011 1.1. TerminologyThe key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 [RFC2119].
2. URI Scheme Definition 2.1. URI Scheme SyntaxThe 'tn3270' URI takes the following form (the syntax below is non- normative):
2.2. URI Scheme Semantics
The <host> part of the 'tn3270' URI, which is REQUIRED, denotes the host to which the TN3270 or TN3270E connection is to be established. The <userinfo> part is considered to define the information for use in the Telnet Authentication option [RFC2941], which might be used during the TN3270 or TN3270E session. The <port> part, if present, denotes the port on which the TCP connection to the <host> is to be established. If it is absent, the default port SHALL be 23, as registered in [PORTREG].
3. Security Considerations
Generic security considerations for the usage of URIs are discussed in Section 7 of [RFC3986]. Since 'tn3270' URIs provide access to services that are available via TN3270 and TN3270E, which do not add any new security issues to the Telnet session, as they are a modified form of it, there are no other security considerations for 'tn3270' URIs that are not discussed in RFC 4248 [RFC4248], the 'telnet' URI scheme specification.
Yevstifeyev Standards Track [Page 3]
RFC 6270 The 'tn3270' URI Scheme June 2011
The Telnet protocol, as well as TN3270 and TN3270E, is inherently insecure. Those needing remote login access and related services are encouraged to use a more secure technology, such as Secure Shell [RFC4251].
4. IANA Considerations
IANA updated the registration of the 'tn3270' URI scheme using the following registration template (see [RFC4395]):5. References 5.1. Normative References[RFC1041] Rekhter, Y., "Telnet 3270 regime option", RFC 1041,
Yevstifeyev Standards Track [Page 4]
RFC 6270 The 'tn3270' URI Scheme June 2011
[RFC2355] Kelly, B., "TN3270 Enhancements", RFC 2355, June 1998.
5.2. Informative References
[GA23-0059] IBM Corporation, "IBM 3270 Information Display System.
Yevstifeyev Standards Track [Page 5]
RFC 6270 The 'tn3270' URI Scheme June 2011 Appendix A. AcknowledgmentsMany thanks to Alfred Hoenes, Graham Klyne, Alexey Melnikov, Julian Reschke, and Peter Saint-Andre for their input to this document.