RFC3049 日本語訳

3049 TN3270E Service Location and Session Balancing. J. Naugle, K.Kasthurirangan, G. Ledford. January 2001. (Format: TXT=40743 bytes) (Status: PROPOSED STANDARD)
プログラムでの自動翻訳です。
英語原文

Network Working Group                                          J. Naugle
Request for Comments: 3049                             K. Kasthurirangan
Category: Standards Track                                            IBM
                                                              G. Ledford
                                                      Zephyr Development
                                                            January 2001

Network Working Group J. Naugle Request for Comments: 3049 K. Kasthurirangan Category: Standards Track IBM G. Ledford Zephyr Development January 2001

             TN3270E Service Location and Session Balancing

TN3270E Service Location and Session Balancing

Status of this Memo

Status of this Memo

   This document specifies an Internet standards track protocol for the
   Internet community, and requests discussion and suggestions for
   improvements.  Please refer to the current edition of the "Internet
   Official Protocol Standards" (STD 1) for the standardization state
   and status of this protocol.  Distribution of this memo is unlimited.

This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions for improvements. Please refer to the current edition of the "Internet Official Protocol Standards" (STD 1) for the standardization state and status of this protocol. Distribution of this memo is unlimited.

Copyright Notice

Copyright Notice

   Copyright (C) The Internet Society (2001).  All Rights Reserved.

Copyright (C) The Internet Society (2001). All Rights Reserved.

Abstract

Abstract

   This document discusses the implementation of Service Location
   Protocol (SLP) and session balancing with a TN3270E emulator in a
   client server implementation with a TN3270E server.

This document discusses the implementation of Service Location Protocol (SLP) and session balancing with a TN3270E emulator in a client server implementation with a TN3270E server.

   Application program developer's can locate TN3270E services and load
   balance among those services (3270 host sessions), by using this SLP
   support.

Application program developer's can locate TN3270E services and load balance among those services (3270 host sessions), by using this SLP support.

Table of Contents

Table of Contents

   1. Introduction and Terminology .................................  2
      1.1 Terminology ..............................................  2
   2. An Overview of RFC 2165 ......................................  3
      2.1 SLP Agents ...............................................  3
      2.2 Service Agents ...........................................  3
      2.3 User Agents ..............................................  4
   3. TN3270E Server Environment and Load ..........................  4
      3.1 TnN3270E Server Load .....................................  4
   4. TN3270E Client Configuration .................................  6
      4.1 SLP Scope ................................................  6
      4.2 DA-Discovery Time-Out ....................................  6
      4.3 SA-Discovery Time-Out ....................................  7
   5. TN3270E Client Implementation Information ....................  7
      5.1 Overview .................................................  7

1. Introduction and Terminology ................................. 2 1.1 Terminology .............................................. 2 2. An Overview of RFC 2165 ...................................... 3 2.1 SLP Agents ............................................... 3 2.2 Service Agents ........................................... 3 2.3 User Agents .............................................. 4 3. TN3270E Server Environment and Load .......................... 4 3.1 TnN3270E Server Load ..................................... 4 4. TN3270E Client Configuration ................................. 6 4.1 SLP Scope ................................................ 6 4.2 DA-Discovery Time-Out .................................... 6 4.3 SA-Discovery Time-Out .................................... 7 5. TN3270E Client Implementation Information .................... 7 5.1 Overview ................................................. 7

Naugle, et al.              Standards Track                     [Page 1]

RFC 3049              TN3270E Location & Balancing          January 2001

Naugle, et al. Standards Track [Page 1] RFC 3049 TN3270E Location & Balancing January 2001

      5.2 How to Obtain List of TN3270E Servers Supporting SLP .....  8
      5.3 TN3270E Sample Client Flow ...............................  9
         5.3.1 Open the SLP connection .............................  9
         5.3.2 Query the list of TN3270E servers ...................  9
         5.3.3 Forward Looking Example using SLPv2 ................. 10
         5.3.4 Determine loading of each TN3270E server ............ 10
      5.4 Recommendations .......................................... 11
   6. Sample Trace Flow of SLP and Session Balancing ............... 11
   7. Service Templates and Service Registration ................... 12
      7.1 The TN3270E Service Type Template ........................ 12
      7.2 The Server Service Template .............................. 16
      7.3 Template Contact Information ............................. 17
      7.4 Security Considerations .................................. 17
      7.5 Sample TN3270 Service Registration Message ............... 18
      7.6 Sample Server Service Registration Message ............... 19
   8. References ................................................... 19
   9. Authors' Addresses ........................................... 20
   10. Full Copyright Statement .................................... 21

5.2 How to Obtain List of TN3270E Servers Supporting SLP ..... 8 5.3 TN3270E Sample Client Flow ............................... 9 5.3.1 Open the SLP connection ............................. 9 5.3.2 Query the list of TN3270E servers ................... 9 5.3.3 Forward Looking Example using SLPv2 ................. 10 5.3.4 Determine loading of each TN3270E server ............ 10 5.4 Recommendations .......................................... 11 6. Sample Trace Flow of SLP and Session Balancing ............... 11 7. Service Templates and Service Registration ................... 12 7.1 The TN3270E Service Type Template ........................ 12 7.2 The Server Service Template .............................. 16 7.3 Template Contact Information ............................. 17 7.4 Security Considerations .................................. 17 7.5 Sample TN3270 Service Registration Message ............... 18 7.6 Sample Server Service Registration Message ............... 19 8. References ................................................... 19 9. Authors' Addresses ........................................... 20 10. Full Copyright Statement .................................... 21

1. Introduction and Terminology

1. Introduction and Terminology

   This document will provide information on Service Location Protocol
   implementation to discover TN3270E servers in a network and session
   balance among those servers.  This implementation follows the
   standards track RFC 2165, Service Location Protocol [1] but also
   provides some examples when using Service Location Protocol version 2
   to be forward looking.  Service Location Protocol version 2 is
   documented in RFC 2608 [4] and RFC 2609 [2].

This document will provide information on Service Location Protocol implementation to discover TN3270E servers in a network and session balance among those servers. This implementation follows the standards track RFC 2165, Service Location Protocol [1] but also provides some examples when using Service Location Protocol version 2 to be forward looking. Service Location Protocol version 2 is documented in RFC 2608 [4] and RFC 2609 [2].

1.1 Terminology

1.1 Terminology

   The 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  [1].

The 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 [1].

   Session Balance - This refers to the ability of TN3270E client to use
   server load information to establish a TN3270E connection to the
   TN3270E server with the least load at that time.  The purpose is to
   distribute the connection of TN3270E sessions among more than one
   TN3270E server, and one server will not be excessively loaded.  The
   term "load balance" is a more general term, with respect to server
   load, and in this document we are focusing on the TN3270E session
   connections to least loaded servers.

Session Balance - This refers to the ability of TN3270E client to use server load information to establish a TN3270E connection to the TN3270E server with the least load at that time. The purpose is to distribute the connection of TN3270E sessions among more than one TN3270E server, and one server will not be excessively loaded. The term "load balance" is a more general term, with respect to server load, and in this document we are focusing on the TN3270E session connections to least loaded servers.

   SNA Gateway - A Systems Network Architecture (SNA) gateway allows
   multiple LAN-attached workstations to access SNA hosts through one or
   more physical connections to one or more hosts.  A SNA gateway acts
   as a protocol converter between workstations attached to a LAN and a

SNA Gateway - A Systems Network Architecture (SNA) gateway allows multiple LAN-attached workstations to access SNA hosts through one or more physical connections to one or more hosts. A SNA gateway acts as a protocol converter between workstations attached to a LAN and a

Naugle, et al.              Standards Track                     [Page 2]

RFC 3049              TN3270E Location & Balancing          January 2001

Naugle, et al. Standards Track [Page 2] RFC 3049 TN3270E Location & Balancing January 2001

   WAN host line.  It typically would support the SNA protocols LU 0, 1,
   2, 3, and dependent LU 6.2 (APPC).  SNA gateways typically include a
   TN3270E server capability.

WAN host line. It typically would support the SNA protocols LU 0, 1, 2, 3, and dependent LU 6.2 (APPC). SNA gateways typically include a TN3270E server capability.

   LU Pool - The Logical Units (LUs) defined in the gateway can be
   dedicated to a particular workstation or pooled among multiple
   workstations.  Pooling allows workstations to share common Logical
   Units (LUs), which increases the efficiency of the LUs and reduces
   the configuration and startup requirements at the host.  When a
   client connects to the gateway, the gateway retrieves an LU from the
   pool to establish a session.  The LU is returned to the pool for
   access by other workstations when the session is ended.

LU Pool - The Logical Units (LUs) defined in the gateway can be dedicated to a particular workstation or pooled among multiple workstations. Pooling allows workstations to share common Logical Units (LUs), which increases the efficiency of the LUs and reduces the configuration and startup requirements at the host. When a client connects to the gateway, the gateway retrieves an LU from the pool to establish a session. The LU is returned to the pool for access by other workstations when the session is ended.

   Commserver Service Type Template - Commserver service type is defined
   as an SNA Gateway server as previously defined above in this
   terminology section.  A template describing the attributes for this
   service type is in section 7.2.

Commserver Service Type Template - Commserver service type is defined as an SNA Gateway server as previously defined above in this terminology section. A template describing the attributes for this service type is in section 7.2.

2. An overview of RFC 2165

2. An overview of RFC 2165

   RFC 2165, Service Location Protocol (SLP) [1], provides an automatic
   way for clients to discover services within an administrative domain.

RFC 2165, Service Location Protocol (SLP) [1], provides an automatic way for clients to discover services within an administrative domain.

   These services have various attributes associated with them from
   which a client can base a service selection.  The basic design
   involves the use of three agent types.  These are: User Agents
   (UA's), Service Agents (SA's) and Directory Agents (DA's).

These services have various attributes associated with them from which a client can base a service selection. The basic design involves the use of three agent types. These are: User Agents (UA's), Service Agents (SA's) and Directory Agents (DA's).

2.1 SLP Agents

2.1 SLP Agents

   User Agents are used to query Service Agents or Directory Agents.
   They acquire/request service information based upon the desired
   attributes and service needed for the user application.

User Agents are used to query Service Agents or Directory Agents. They acquire/request service information based upon the desired attributes and service needed for the user application.

   Service Agents represent a specific service and advertise service
   information.

Service Agents represent a specific service and advertise service information.

   Directory Agents act as a central collection point for service
   registration information by Service Agents which is later requested
   by "user agents" in "intranets".

Directory Agents act as a central collection point for service registration information by Service Agents which is later requested by "user agents" in "intranets".

2.2 Service Agents

2.2 Service Agents

   The service registers itself with the service agent so that the SA
   can start advertising this information over the network.  The process
   of registration consists of the service giving the SA all relevant
   configuration information and attribute tag/value list pairs specific
   to this service.  The Service template is an abstract schema that

The service registers itself with the service agent so that the SA can start advertising this information over the network. The process of registration consists of the service giving the SA all relevant configuration information and attribute tag/value list pairs specific to this service. The Service template is an abstract schema that

Naugle, et al.              Standards Track                     [Page 3]

RFC 3049              TN3270E Location & Balancing          January 2001

Naugle, et al. Standards Track [Page 3] RFC 3049 TN3270E Location & Balancing January 2001

   applies to the service type.  The service template for TN3270E is
   shown later, contains the URL which is the address of the server with
   the port, which should be used to connect to it.  The URL also
   contains the service type which in this case is TN3270.  The template
   also contains all the other attributes associated with this service.

applies to the service type. The service template for TN3270E is shown later, contains the URL which is the address of the server with the port, which should be used to connect to it. The URL also contains the service type which in this case is TN3270. The template also contains all the other attributes associated with this service.

2.3 User Agents

2.3 User Agents

   The User Agent working on the TN3270E client's behalf retrieves
   service information from the Service Agent(s) or a Directory Agent.
   Based on the gathered information and required attributes the TN3270E
   client or user can decide whether or not to connect with a particular
   server.  Based on the service advertisements from various TN3270E
   servers, the client looks at the load attribute and can decide to
   connect to the least loaded server.  If by the time it connects to
   that particular TN3270E server, the server becomes unavailable it can
   try connecting to the next server in its list (ie: the second least
   loaded server whose advertisement was retrieved by the client/user
   agent).

The User Agent working on the TN3270E client's behalf retrieves service information from the Service Agent(s) or a Directory Agent. Based on the gathered information and required attributes the TN3270E client or user can decide whether or not to connect with a particular server. Based on the service advertisements from various TN3270E servers, the client looks at the load attribute and can decide to connect to the least loaded server. If by the time it connects to that particular TN3270E server, the server becomes unavailable it can try connecting to the next server in its list (ie: the second least loaded server whose advertisement was retrieved by the client/user agent).

3. TN3270E Server Environment and Load

3. TN3270E Server Environment and Load

   TN3270E Servers are pervasive in today's networked environment.  SLP
   provides emulator clients with a way to discover TN3270E servers in
   the network and session balance among the servers.  The TN3270E
   servers could be distributed across different SNA gateways with
   different connection methods to hosts.  The use of LU pools provides
   an easy way for administrators to provide users access to hosts.
   Administrators can add users to LU pools that have pre-configured
   LU's with specific attributes, like LU types and model types.

TN3270E Servers are pervasive in today's networked environment. SLP provides emulator clients with a way to discover TN3270E servers in the network and session balance among the servers. The TN3270E servers could be distributed across different SNA gateways with different connection methods to hosts. The use of LU pools provides an easy way for administrators to provide users access to hosts. Administrators can add users to LU pools that have pre-configured LU's with specific attributes, like LU types and model types.

   These LU pools would typically have LUs from several different
   gateways assigned, and as members of the LU pool make TN3270E session
   connections, they would be making connections to different TN3270E
   servers, with different load factors, so that session balancing could
   be accomplished.  The use of LU pools is not a requirement for SLP
   and session balancing.  A TN3270E client could obtain a session by
   using SLP and session balancing to locate the least loaded server in
   the network.  On a service request a wild card "*" could be used when
   asking for LUPOOL if the emulator doesn't care which device types are
   supported in given pools or if it can assume given pools support only
   certain device types.

These LU pools would typically have LUs from several different gateways assigned, and as members of the LU pool make TN3270E session connections, they would be making connections to different TN3270E servers, with different load factors, so that session balancing could be accomplished. The use of LU pools is not a requirement for SLP and session balancing. A TN3270E client could obtain a session by using SLP and session balancing to locate the least loaded server in the network. On a service request a wild card "*" could be used when asking for LUPOOL if the emulator doesn't care which device types are supported in given pools or if it can assume given pools support only certain device types.

3.1 TN3270E Server Load

3.1 TN3270E Server Load

   TN3270E servers providing load information, SHOULD include number of
   sessions available, not in current use, as part of the calculation in
   determining the total load for the server.  There can be other

TN3270E servers providing load information, SHOULD include number of sessions available, not in current use, as part of the calculation in determining the total load for the server. There can be other

Naugle, et al.              Standards Track                     [Page 4]

RFC 3049              TN3270E Location & Balancing          January 2001

Naugle, et al. Standards Track [Page 4] RFC 3049 TN3270E Location & Balancing January 2001

   factors that might have an effect on server load.  An example would
   be if a server is not dedicated to only SNA traffic, and is handling
   other processes, like file services and print services, etc.  It is
   beyond the scope of this document to standardize the method of
   individual server load calculations.  Different vendors server's may
   calculate load information based upon factors they consider
   important, and methods for calculating load may change over time.

factors that might have an effect on server load. An example would be if a server is not dedicated to only SNA traffic, and is handling other processes, like file services and print services, etc. It is beyond the scope of this document to standardize the method of individual server load calculations. Different vendors server's may calculate load information based upon factors they consider important, and methods for calculating load may change over time.

   If the TN3270E server coexists in a network with other TN server
   implementations using SLP for session balancing, TN3270E server load
   could be adjusted to compensate for differences in load calculations.

If the TN3270E server coexists in a network with other TN server implementations using SLP for session balancing, TN3270E server load could be adjusted to compensate for differences in load calculations.

   One way to allow TN3270E server administrators to compensate for
   differences in implementations of calculating server load measurement
   is to provide the ability to modify the load calculation on the
   TN3270E server.  An element of control can be provided by allowing
   the administrator to modify the load measurement, by using an
   integral number between 0 and 100 (100 being the highest) to change
   the load.  This load measurement acts as an additional factor on the
   server's actual load calculation, so that the administrator could
   bias up or down, the likelihood of that server being selected by a
   TN3270E client.

One way to allow TN3270E server administrators to compensate for differences in implementations of calculating server load measurement is to provide the ability to modify the load calculation on the TN3270E server. An element of control can be provided by allowing the administrator to modify the load measurement, by using an integral number between 0 and 100 (100 being the highest) to change the load. This load measurement acts as an additional factor on the server's actual load calculation, so that the administrator could bias up or down, the likelihood of that server being selected by a TN3270E client.

   Load MUST be defined as one of the attributes for the TN3270E server.
   The Load attribute provided at the server will allow clients to
   determine which server to make a connection.  If a UA provides only a
   Service Type, in an Attribute Request,  then the reply includes all
   attributes and all values for that Service Type, and Load would be
   included.  Attribute Requests MAY include a select clause, so you
   could be returned just load information.  For more information on
   Attribute Requests refer to Service Location Protocol [1].

Load MUST be defined as one of the attributes for the TN3270E server. The Load attribute provided at the server will allow clients to determine which server to make a connection. If a UA provides only a Service Type, in an Attribute Request, then the reply includes all attributes and all values for that Service Type, and Load would be included. Attribute Requests MAY include a select clause, so you could be returned just load information. For more information on Attribute Requests refer to Service Location Protocol [1].

   An application could issue a Service Request to locate a TN3270E
   server.  Then an application designed to perform least-load location
   of a TN3270E service, could issue a series of Attribute Requests to
   obtain the load measurement of each server specified with a URL.  It
   would specify a select clause similar to the one below to receive
   only load information.

An application could issue a Service Request to locate a TN3270E server. Then an application designed to perform least-load location of a TN3270E service, could issue a series of Attribute Requests to obtain the load measurement of each server specified with a URL. It would specify a select clause similar to the one below to receive only load information.

   URL = service:tn3270://9.37.51.254:23 Attribute filter = LOAD

URL = service:tn3270://9.37.51.254:23 Attribute filter = LOAD

   The attribute LOAD would be returned along with its value.  The
   application could then issue other Attribute Request calls for each
   URL.

The attribute LOAD would be returned along with its value. The application could then issue other Attribute Request calls for each URL.

Naugle, et al.              Standards Track                     [Page 5]

RFC 3049              TN3270E Location & Balancing          January 2001

Naugle, et al. Standards Track [Page 5] RFC 3049 TN3270E Location & Balancing January 2001

   The application would then select the least loaded server as a
   connection target.  If it tries to connect to a server and that
   connection fails, it could then try to connect to the next least-
   loaded server.

The application would then select the least loaded server as a connection target. If it tries to connect to a server and that connection fails, it could then try to connect to the next least- loaded server.

4. TN3270E Client Configuration

4. TN3270E Client Configuration

4.1 SLP Scope

4.1 SLP Scope

   Scope is a parameter used to control and manage access by clients to
   servers in a network.  It is the same as the Service Location
   Protocol scope defined in RFC 2165 [1].  The control scope provides
   is necessary for two reasons:

Scope is a parameter used to control and manage access by clients to servers in a network. It is the same as the Service Location Protocol scope defined in RFC 2165 [1]. The control scope provides is necessary for two reasons:

   As your network, the number of clients, and the number of servers
   grow, it becomes necessary to partition access to those servers by
   the growing number of clients in order to reduce overall traffic on
   the network.  It allows administrators to organize users and servers
   into administrative groups.

As your network, the number of clients, and the number of servers grow, it becomes necessary to partition access to those servers by the growing number of clients in order to reduce overall traffic on the network. It allows administrators to organize users and servers into administrative groups.

   The meaning of the values of scope is defined by the administrator of
   the network.  These values can represent any entity.  Commonly, they
   fall along either departmental, geographical, or organizational
   lines.

The meaning of the values of scope is defined by the administrator of the network. These values can represent any entity. Commonly, they fall along either departmental, geographical, or organizational lines.

   Each TN3270E server can be assigned to a single scope or multiple
   scopes.  TN3270E clients using these servers can be configured for a
   single specific scope.  If TN3270E clients are not configured with a
   scope they MUST use the scope "default".

Each TN3270E server can be assigned to a single scope or multiple scopes. TN3270E clients using these servers can be configured for a single specific scope. If TN3270E clients are not configured with a scope they MUST use the scope "default".

   SLP Service Agents and Directory Agents (DA) need to reside in the
   network that support the TN3270E server with configured scopes.

SLP Service Agents and Directory Agents (DA) need to reside in the network that support the TN3270E server with configured scopes.

   Attribute information for Service Types pertaining to a specific
   scope can be obtained from Directory Agents (DA).  The DA will not
   return a result unless the requested scope matches.

Attribute information for Service Types pertaining to a specific scope can be obtained from Directory Agents (DA). The DA will not return a result unless the requested scope matches.

   For more information on SLP scope refer to Service Location Protocol
   [1].

For more information on SLP scope refer to Service Location Protocol [1].

4.2 DA Discovery time-out

4.2 DA Discovery time-out

   The DA Discovery time-out value, is used to control how long the SLP
   API must wait to discover Directory Agents (DAs) in the network.  The
   discovery request is a multicast, and the amount of time required to
   gather all DA responses might vary depending on many factors.  If
   there are no DAs in the network, this time-out value can be set to

The DA Discovery time-out value, is used to control how long the SLP API must wait to discover Directory Agents (DAs) in the network. The discovery request is a multicast, and the amount of time required to gather all DA responses might vary depending on many factors. If there are no DAs in the network, this time-out value can be set to

Naugle, et al.              Standards Track                     [Page 6]

RFC 3049              TN3270E Location & Balancing          January 2001

Naugle, et al. Standards Track [Page 6] RFC 3049 TN3270E Location & Balancing January 2001

   zero to indicate that no DA discovery is to be done.  The time-out is
   expressed in milliseconds.  Time-out intervals and default values
   should be handled as described in RFC 2165 [1].

zero to indicate that no DA discovery is to be done. The time-out is expressed in milliseconds. Time-out intervals and default values should be handled as described in RFC 2165 [1].

4.3 SA Multicast time-out

4.3 SA Multicast time-out

   The SA Multicast time-out value, is used to control how long the SLP
   API must wait to discover services, attributes, or service types in a
   network without at least one DA that supports the scope of the
   request.  In this situation, these requests are multicast and the
   User Agent waits the time-out value to gather the multiple responses
   that are returned.  The time-out is expressed in milliseconds. Time-
   out intervals and default values should be handled as described in
   RFC 2165 [1].

The SA Multicast time-out value, is used to control how long the SLP API must wait to discover services, attributes, or service types in a network without at least one DA that supports the scope of the request. In this situation, these requests are multicast and the User Agent waits the time-out value to gather the multiple responses that are returned. The time-out is expressed in milliseconds. Time- out intervals and default values should be handled as described in RFC 2165 [1].

5. TN3270E Client Implementation Information

5. TN3270E Client Implementation Information

5.1 Overview

5.1 Overview

   A TN3270E client that implements TN3270E SLP session balancing does
   not need to configure an IP Host Address or TCP Port for the TN3270E
   server it desires to connect to.  Instead, the IP Host Address and
   TCP Port of the least loaded TN3270E server is discovered by using
   the SLP session balancing described in this document.

A TN3270E client that implements TN3270E SLP session balancing does not need to configure an IP Host Address or TCP Port for the TN3270E server it desires to connect to. Instead, the IP Host Address and TCP Port of the least loaded TN3270E server is discovered by using the SLP session balancing described in this document.

   The discovery of the least loaded TN3270E server is done entirely
   outside of and before the TN3270E telnet negotiation.  Once the IP
   Host address and TCP Port of the least loaded TN3270E server is
   discovered, the TN3270E client can then start normal TN3270E telnet
   negotiation.

The discovery of the least loaded TN3270E server is done entirely outside of and before the TN3270E telnet negotiation. Once the IP Host address and TCP Port of the least loaded TN3270E server is discovered, the TN3270E client can then start normal TN3270E telnet negotiation.

   The TN3270E client MUST allow for configuration of the following
   parameters.  These SLP specific configuration items are covered by
   configuration parameters in the SLP API [5].

The TN3270E client MUST allow for configuration of the following parameters. These SLP specific configuration items are covered by configuration parameters in the SLP API [5].

   Enable SLP Session Balancing

Enable SLP Session Balancing

   This configuration parameter indicates whether or not SLP session
   balancing is enabled.  If it is enabled the following three
   configuration parameters MUST also be configurable.  If this
   parameter is disabled, SLP session balancing is not supported and
   normal TN3270E telnet negotiation is performed.

This configuration parameter indicates whether or not SLP session balancing is enabled. If it is enabled the following three configuration parameters MUST also be configurable. If this parameter is disabled, SLP session balancing is not supported and normal TN3270E telnet negotiation is performed.

   Scope Name The scope name is a text string that specifies a group of
   TN3270E servers.  The scope name can be used to identify groups of
   TN3270E servers in a departmental or geographic setting.  For

Scope Name The scope name is a text string that specifies a group of TN3270E servers. The scope name can be used to identify groups of TN3270E servers in a departmental or geographic setting. For

Naugle, et al.              Standards Track                     [Page 7]

RFC 3049              TN3270E Location & Balancing          January 2001

Naugle, et al. Standards Track [Page 7] RFC 3049 TN3270E Location & Balancing January 2001

   example, if the scope name is Building-D, then the SLP session
   balancing would search all TN3270E servers in the Building-D scope to
   find the least loaded TN3270E server.

example, if the scope name is Building-D, then the SLP session balancing would search all TN3270E servers in the Building-D scope to find the least loaded TN3270E server.

   If the scope name is blank, then the scope name is not used.  This is
   referred to as unscoped.  It should be noted as in section 4.1 above
   that any reference to unscoped services applies to Service Location
   Protocol version 1 only [1].  Service Location Protocol version 2
   doesn't allow unscoped services but does allow the use of default
   scope [4].  In this case all TN3270E servers, with or without scope
   names, can be used to satisfy the request for least loaded TN3270E
   servers.  In order to cut down on network overhead, it is recommended
   that either all servers be scoped or no servers be scoped.  Refer
   back to section 4.1 for more discussion of scope.

If the scope name is blank, then the scope name is not used. This is referred to as unscoped. It should be noted as in section 4.1 above that any reference to unscoped services applies to Service Location Protocol version 1 only [1]. Service Location Protocol version 2 doesn't allow unscoped services but does allow the use of default scope [4]. In this case all TN3270E servers, with or without scope names, can be used to satisfy the request for least loaded TN3270E servers. In order to cut down on network overhead, it is recommended that either all servers be scoped or no servers be scoped. Refer back to section 4.1 for more discussion of scope.

   DA Discovery Time Out Value

DA Discovery Time Out Value

   This value is specified in milliseconds and is fully described in
   section 4.2 of this document.

This value is specified in milliseconds and is fully described in section 4.2 of this document.

   SA Multicast Time Out Value

SA Multicast Time Out Value

   This value is specified in milliseconds and is fully described in
   section 4.3 of this document.

This value is specified in milliseconds and is fully described in section 4.3 of this document.

5.2 How to obtain the list of TN3270E servers supporting SLP

5.2 How to obtain the list of TN3270E servers supporting SLP

   A TN3270E client that implements SLP session balancing uses API calls
   to obtain the list of TN3270E servers supporting SLP session
   balancing.

A TN3270E client that implements SLP session balancing uses API calls to obtain the list of TN3270E servers supporting SLP session balancing.

   The following Service Location Version 2 API [5] calls, could be used
   with TN3270E SLP session balancing:

The following Service Location Version 2 API [5] calls, could be used with TN3270E SLP session balancing:

   SLPOpen - returns an SLPHandle handle to be used

SLPOpen - returns an SLPHandle handle to be used

   SLPFindSrvs - issues the query for services

SLPFindSrvs - issues the query for services

   SLPFindAttrs - returns service attributes matching the attribute ids
   for the indicated service URL or service type.

SLPFindAttrs - returns service attributes matching the attribute ids for the indicated service URL or service type.

   SLPClose - frees all resources associated with the handle.

SLPClose - frees all resources associated with the handle.

Naugle, et al.              Standards Track                     [Page 8]

RFC 3049              TN3270E Location & Balancing          January 2001

Naugle, et al. Standards Track [Page 8] RFC 3049 TN3270E Location & Balancing January 2001

5.3 TN3270E Sample Client Flow

5.3 TN3270E Sample Client Flow

5.3.1 Open the SLP connection

5.3.1 Open the SLP connection

   The TN3270E client must first open a handle with the SLP User Agent.
   For Service Location Protocol version 2, SLPOpen API call [5] The SA
   multicast time out and DA discovery time out values would be passed
   as parameters to the SLPOpen API call.

The TN3270E client must first open a handle with the SLP User Agent. For Service Location Protocol version 2, SLPOpen API call [5] The SA multicast time out and DA discovery time out values would be passed as parameters to the SLPOpen API call.

5.3.2 Query the list of TN3270E servers

5.3.2 Query the list of TN3270E servers

   The TN3270E client then queries for the list of TN3270E servers
   supporting SLP.  This is done by using the Service Request API call.

The TN3270E client then queries for the list of TN3270E servers supporting SLP. This is done by using the Service Request API call.

   The request string contains information that determines which type of
   TN3270E servers that this client desires to connect to.  The request
   string can contain the scope name, pool name, session type and 3270
   screen size.

The request string contains information that determines which type of TN3270E servers that this client desires to connect to. The request string can contain the scope name, pool name, session type and 3270 screen size.

   The SLPv1 query string has the following format:

The SLPv1 query string has the following format:

   TN3270/<scope name>/LUPOOL/ == <pool name><TAB><device type>

TN3270/<scope name>/LUPOOL/ == <pool name><TAB><device type>

   The <scope name> is the name of the scope that is configured for the
   TN3270E client.  If the scope is blank or null (unscoped request),
   then the scope is not inserted into the request string.

The <scope name> is the name of the scope that is configured for the TN3270E client. If the scope is blank or null (unscoped request), then the scope is not inserted into the request string.

   The <pool name> is a 1 to 8 character upper case string that
   indicates the name of the pool to which the TN3270E client desires to
   connect.  For SLP session balancing, the same pool name must be
   configured on different TN3270E servers.

The <pool name> is a 1 to 8 character upper case string that indicates the name of the pool to which the TN3270E client desires to connect. For SLP session balancing, the same pool name must be configured on different TN3270E servers.

   The <TAB> is the '/t' tab character which is hexadecimal 0x09.  the
   <TAB> is a literal and is used as a separator.

The <TAB> is the '/t' tab character which is hexadecimal 0x09. the <TAB> is a literal and is used as a separator.

   The <device type> can be any of the following:

The <device type> can be any of the following:

    3270DSC for TN3270E device type IBM-3287-1
    3270002 for TN3270E device types IBM-3278-2 and IBM-3278-2-E
    3270003 for TN3270E device types IBM-3278-3 and IBM-3278-3-E
    3270004 for TN3270E device types IBM-3278-4 and IBM-3278-4-E
    3270005 for TN3270E device types IBM-3278-5 and IBM-3278-5-E
    * for TN3270E device type IBM-DYNAMIC

3270DSC for TN3270E device type IBM-3287-1 3270002 for TN3270E device types IBM-3278-2 and IBM-3278-2-E 3270003 for TN3270E device types IBM-3278-3 and IBM-3278-3-E 3270004 for TN3270E device types IBM-3278-4 and IBM-3278-4-E 3270005 for TN3270E device types IBM-3278-5 and IBM-3278-5-E * for TN3270E device type IBM-DYNAMIC

Naugle, et al.              Standards Track                     [Page 9]

RFC 3049              TN3270E Location & Balancing          January 2001

Naugle, et al. Standards Track [Page 9] RFC 3049 TN3270E Location & Balancing January 2001

   Example:

Example:

   For a TN3270E client searching for TN3270E servers in the ENGINEERING
   scope for a model 2 screen size and LUPOOL name pool2, the following
   request SLPv1 string would be constructed:

For a TN3270E client searching for TN3270E servers in the ENGINEERING scope for a model 2 screen size and LUPOOL name pool2, the following request SLPv1 string would be constructed:

   "TN3270/ENGINEERING/LUPOOL/ == POOL2<TAB>3270002"

"TN3270/ENGINEERING/LUPOOL/ == POOL2<TAB>3270002"

   Note: The " characters before and after the string are not part of
   the request string.

Note: The " characters before and after the string are not part of the request string.

5.3.3 Forward Looking Example for SLPv2

5.3.3 Forward Looking Example for SLPv2

   For SLPv2 the scope and service type are no longer part of the query
   string.  These are now separate fields in the message.  The service
   type name is required to have the "service:" prepended.  The service
   type field would look like "service:TN3270", and the scope field
   would be a comma separated list of scopes.  A scope name is always
   required in SLPv2, if no other name is known, the scope name
   "DEFAULT" is used.  The example below uses the same parameters as
   used in above section 5.3.2.

For SLPv2 the scope and service type are no longer part of the query string. These are now separate fields in the message. The service type name is required to have the "service:" prepended. The service type field would look like "service:TN3270", and the scope field would be a comma separated list of scopes. A scope name is always required in SLPv2, if no other name is known, the scope name "DEFAULT" is used. The example below uses the same parameters as used in above section 5.3.2.

   Example:  Service Type: service:TN3270 Scope string: ENGINEERING The
   query string would have the following format:

Example: Service Type: service:TN3270 Scope string: ENGINEERING The query string would have the following format:

           (LUPOOL=<POOL2> <32700002>)

(LUPOOL=<POOL2> <32700002>)

   In SLPv2 queries, all whitespace is compressed to a single space
   character during matching, so the identity of the separator character
   does not matter.  The tab character could be added for readability,
   but it will not affect the outcome of the query.

In SLPv2 queries, all whitespace is compressed to a single space character during matching, so the identity of the separator character does not matter. The tab character could be added for readability, but it will not affect the outcome of the query.

5.3.4 Determine loading of each TN3270E server

5.3.4 Determine loading of each TN3270E server

   An attribute request for "service:tn3270e" specifying the attribute
   LOAD can be made and you will get back all the available loads.  Say
   these are 35,88,78.  You can then issue a service request for all
   tn3270E servers with "LOAD<40" for instance.  Even if the load
   changes between the time you get the attribute reply and when you
   issue the request, you will still get the best the network has to
   offer.

An attribute request for "service:tn3270e" specifying the attribute LOAD can be made and you will get back all the available loads. Say these are 35,88,78. You can then issue a service request for all tn3270E servers with "LOAD<40" for instance. Even if the load changes between the time you get the attribute reply and when you issue the request, you will still get the best the network has to offer.

   The TN3270E client then uses the TN3270E server's IP Host address to
   start normal Telnet TN3270E negotiation.

The TN3270E client then uses the TN3270E server's IP Host address to start normal Telnet TN3270E negotiation.

Naugle, et al.              Standards Track                    [Page 10]

RFC 3049              TN3270E Location & Balancing          January 2001

Naugle, et al. Standards Track [Page 10] RFC 3049 TN3270E Location & Balancing January 2001

5.4 Recommendations

5.4 Recommendations

   The TN3270E client SHOULD display the IP hostname and TCP Port that
   is being used for the TN3270E connection.  This gives the user
   knowledge of which TN3270E server the session is connected to.  For
   example, the IP host address could be displayed in the window system
   status bar.

The TN3270E client SHOULD display the IP hostname and TCP Port that is being used for the TN3270E connection. This gives the user knowledge of which TN3270E server the session is connected to. For example, the IP host address could be displayed in the window system status bar.

   The TN3270E client SHOULD display the resource name that is returned
   by the TN3270E server after connection and TN3270E negotiation is
   completed.  This gives the user knowledge of which LU resource name
   in the LUPOOL the session is connected to.  For example, the resource
   name could be displayed in the Windows status bar, or even in the
   3270 OIA line.

The TN3270E client SHOULD display the resource name that is returned by the TN3270E server after connection and TN3270E negotiation is completed. This gives the user knowledge of which LU resource name in the LUPOOL the session is connected to. For example, the resource name could be displayed in the Windows status bar, or even in the 3270 OIA line.

   In the event that after the TN3270E client has determined the least
   loaded server and the connection to that server fails for some
   reason, the connection should be closed and an attempt made to
   connect to other TN3270E servers in the list of least loaded servers.

TN3270Eクライアントが、最もロードされなかったサーバとそのサーバとの接続がある理由で失敗すると決心した後に接続が閉店するべきであり、最少のリストの他のTN3270Eサーバに接続するためにされた試みがサーバをロードしたなら。

   For example, a TN3270E server may reject a connection to a specific
   pool if the pool is full, or if the device type does not match what
   is available in the pool.  If this occurs, then an attempt to other
   least loaded TN3270E servers SHOULD be performed.

例えば、プールが完全であり、装置タイプがプールの中で利用可能なことに合っていないなら、TN3270Eサーバは特定のプールに接続を拒絶するかもしれません。 これが起こるなら、試みはTN3270EサーバSHOULDを他の最少に積み込みました。実行されます。

6. Sample Trace Flow of SLP and Session Balancing

6. SLPとセッションバランスをとることのサンプル跡の流動

   This sample trace flow is provided for informational purposes only.

このサンプル跡の流動を情報の目的だけに提供します。

   SLP API: Service Request: TN3270//LUPOOL == POOL2 3270002/

SLPアピ: サービスのリクエスト: POOL2 3270002TN3270//LUPOOL=/

   SLP API: Service Reply: service:tn3270://206.109.45.139:23

SLPアピ: 回答を修理してください: サービス: tn3270://206.109.45.139: 23

   SLP API: Service Reply: service:tn3270://206.109.45.140:23

SLPアピ: 回答を修理してください: サービス: tn3270://206.109.45.140: 23

   Connecting to 206.109.45.139:23...

接続する、206.109 .45 .139 : 23…

   TerminalType=NVT

TerminalType=NVT

   Connection established

確立された接続

   Recv <- DO TN3270E

Recv<はTN3270Eをします。

   Send -> WILL TN3270E

->ウィルTN3270Eを送ってください。

   TerminalType=TN3270E

TerminalType=TN3270E

   Recv <- SEND DEVICE_TYPE

Recv<はデバイス_タイプを送ります。

Naugle, et al.              Standards Track                    [Page 11]

RFC 3049              TN3270E Location & Balancing          January 2001

Naugle、他 標準化過程[11ページ]RFC3049TN3270E位置と2001年1月にバランスをとること。

   Send -> DEVICE_TYPE REQUEST IBM-3278-2-E CONNECT POOL2

_タイプ要求IBM3278-2Eが接続する->デバイスにPOOL2を送ってください。

   Recv <- DEVICE_TYPE IS IBM-3278-2-E CONNECT TN8003

デバイス_がIBM3278-2EであることをタイプするRecv<はTN8003を接続します。

   Send -> FUNCTIONS REQUEST BIND_IMAGE SYSREQ

_ひものイメージSYSREQを機能が要求する->に送ってください。

   Recv <- FUNCTIONS IS BIND_IMAGE SYSREQ

Recv<機能はひもの_イメージSYSREQです。

7. Service Templates and Service Registration

7. サービステンプレートとサービス登録

   The Service Location Protocol uses the "service:" URL scheme name to
   define URLs called "service: URLs".  These schemes provide a way for
   clients to obtain configuration information that is needed to
   establish a 3270 session through the TN3270E server.  The Service
   Location Protocol provides for service: URLs to be registered and
   discovered.

Service Locationプロトコルが使用する、「サービス:」 呼ばれるURLを定義するURL体系名は「以下を修理します」。 「URL。」 これらの体系はクライアントがTN3270Eサーバを通して3270年のセッションを確立するのに必要である設定情報を得る方法を提供します。Service Locationプロトコルはサービスに備えます: 登録された、発見されるべきURL。

   Service Registration These service registrations contain a service:
   URL, and possible attributes associated with that service.  The
   service registration information are shown below for the server.

サービスRegistration Theseサービス登録証明書はサービスを含んでいます: そのサービスに関連しているURL、および可能な属性。 サービスレジスト情報はサーバのために以下に示されます。

   Service Templates Service templates are documents defining in a
   formal way the attributes associated with that service that a client
   may want to use.  For more information on service templates please
   refer to, Service Templates and service:  Schemes. [2].  The server
   service template and TN3270 service templates are shown below.

サービスTemplates Serviceテンプレートは本式にクライアントが利用したがっているかもしれないそのサービスに関連している属性を定義するドキュメントです。 テンプレートが言及してくださいサービス、Service Templates、およびサービスに関する詳しい情報のために: 体系。 [2]. サーバサービステンプレートとTN3270サービステンプレートは以下で見せられます。

7.1 The TN3270E Service Type Template

7.1 TN3270Eサービスタイプテンプレート

   The 'service:tn3270:' template defined below conforms to the grammar
   described in "Service Templates and service: Schemes".  Please refer
   to [2] for detailed explanation of the syntax.

'サービス: tn3270: '以下で定義されたテンプレートは「Templatesを調整してください、そして、以下を修理してください」で説明された文法に一致しています。 「体系。」 構文の詳説のための[2]を参照してください。

   Name of submitters: Jim Naugle <jnaugle@us.ibm.com>
                       Gregg Ledford <gledford@zephyrcorp.com>
                       K. Kasthurirangan <kasthuri@us.ibm.com>
   Language of service template: en
   Security Considerations:
   Service Location Protocol can help clients discover security services
   supported by the TN3270E server.  If security services are important
   or required, using SLP authentication, and protected scopes in
   Service Location Protocol version 1 is recommended [1]. Well known
   ciphersuite names are used in the template [3].

submittersの名前: ジム Naugle <jnaugle@us.ibm.com 、gt;、グレグ Ledford <gledford@zephyrcorp.com 、gt;、サービステンプレートのK.Kasthurirangan<kasthuri@us.ibm.com>Language: アンSecurity Considerations: サービスLocationプロトコルは、クライアントがTN3270Eサーバで後押しされているセキュリティー・サービスを発見するのを助けることができます。セキュリティー・サービスが重要であるか、または必要であるなら、Service Locationプロトコルバージョン1でSLP認証であって、保護された範囲を使用するのは、お勧めの[1]です。 よく知られているciphersuite名はテンプレート[3]で使用されます。

Naugle, et al.              Standards Track                    [Page 12]

RFC 3049              TN3270E Location & Balancing          January 2001

Naugle、他 標準化過程[12ページ]RFC3049TN3270E位置と2001年1月にバランスをとること。

   Template text:
   ----------------------template begins here -------------------------

テンプレートテキスト: ----------------------テンプレートはここで始まります。-------------------------

   template-type=tn3270e

テンプレートタイプはtn3270eと等しいです。

   template-version=1.0

テンプレートバージョン= 1.0

   template-description=
    The tn3270 service provides 3270 gateway access to an SNA network
    via the TN3270 protocol.  The attributes reflect the types of 3270
    devices, LU Pools, and load information available on the server.

tn3270テンプレート記述=サービスはTN3270プロトコルでSNAネットワークへの3270年のゲートウェイアクセスを提供します。 属性はサーバで利用可能な3270台のデバイス、LU Pools、および負荷情報のタイプを反映します。

   template-url-syntax=
   # service:tn3270://<hostname>:<port>
   # <hostname>
   # <port>

#テンプレート-url構文=サービス: tn3270://<ホスト名>: <ポート>#<ホスト名>#<ポート>。

   load=integer
   # This is the load balancing quantity to use in determining the
   # least loaded TN3270E server to attach to for the service.  The
   #range of valid values is an integral 0 to 100 with 0 indicating the
   #lowest possible load and 100 the highest

負荷=整数#Thisはサービスのために付く#最少のロードされたTN3270Eサーバを決定する際に使用するロードバランシング量です。 有効値の#範囲は、不可欠の0〜100が0が#可能な限り低い負荷を示して、最も高い100です。

   LUPool=string X M L
   # This attribute takes on one or more values as defined below.
   # The <TAB> char.  0x09 is literal and will be used as a separator.
   #
   #
   #   <pool name> = <name> / <name> "<TAB>" <dev type>
   #   <name>      = 1*ALPHANUM
   #                 "3270DSC"
   #
   #
   #
   #
   # Identifies the LU pool names of LU pools available for use on this
   # service with the associated device types supported in each pool.
   # Each value is a record where the first token is the pool name of
   # the pool and the second token is a device type supported in that
   # pool.  A pool name without a device type indicates that LUs of
   # unknown type are included in the pool.  Records associated with a
   # given pool name are repeated for each supported device type.  A
   # given pool is included in a registration request if any PU profile
   # that contributes at least one LU to the pool is active on the
   # server.  The range of valid dev_types are:
   #
   # dev_type    Meaning
   #

M L#Thisが結果と考えるLUPool=ストリングXは以下で定義されるように1つ以上の値を呈します。 # <TAB>炭。 0×09は、文字通りであり、分離符として使用されるでしょう。 # # # <名前<名前>>/「<タブ>」<デーウ1*ALPHANUMタイプ>#<名前>=#"3270DSC"###<プール名前>=##、はこの#サービスの使用に利用可能な各プールの中でサポートされている関連装置タイプでLuプールのLuプール名を特定します。 # 各値はプールと2番目のトークンが最初のトークンが#のプール名であることのその#プールの中でサポートされた装置タイプであるという記録です。 装置タイプのいないプール名は、#未知のタイプのLUsがプールに含まれているのを示します。 プール名を与える#、に関連している記録は装置タイプであるとサポートされたそれぞれのために繰り返されます。 少なくとも1LUをプールに寄付するどれかPUプロフィール#が#サーバでアクティブであるなら、#与えられたプールは登録要求に含まれています。有効なdev_タイプの範囲は以下の通りです。 # # dev_タイプMeaning#

Naugle, et al.              Standards Track                    [Page 13]

RFC 3049              TN3270E Location & Balancing          January 2001

Naugle、他 標準化過程[13ページ]RFC3049TN3270E位置と2001年1月にバランスをとること。

   # 3270002     Lu Type 2 Model 2
   #
   # 3270003     Lu Type 2 Model 3
   #
   # 3270004     Lu Type 2 Model 4
   #
   # 3270005     Lu Type 2 Model 5
   #
   # 3270DSC     Printer LU
   #

# 3270002 Luタイプ2モデル2##3270003Luタイプ2モデル3##3270004Luタイプ2モデル4##3270005Luタイプ2モデル5##3270DSCプリンタLu#

   BIND=keyword
   # The server supports the SNA bind image TN3270E function.

BINDはサーバがSNAひものイメージTN3270E機能をサポートするキーワード#と等しいです。

   DATA=keyword
   # The non-SNA 3270 data stream is supported by server.

3270年の非SNAデータが流すDATA=キーワード#はサーバによってサポートされます。

   RESPONSES=keyword
   # The server supports SNA response mode.

RESPONSESはサーバがSNA応答モードをサポートするキーワード#と等しいです。

   SCS=keyword
   # The server supports SNA 3270 SCS data stream.

SCSはサーバがSNA3270SCSデータ・ストリームをサポートするキーワード#と等しいです。

   SYSREQ=keyword
   # The SYSREQ keyboard key is supported on server.

SYSREQはSYSREQキーボードキーがサーバで支えられるキーワード#と等しいです。

   RFC1576=keyword
   # RFC1576 options supported.

RFC1576はRFC1576オプションがサポートしたキーワード#と等しいです。

   RFC1646=keyword
   # RFC1646 options supported.

RFC1646はRFC1646オプションがサポートしたキーワード#と等しいです。

   RFC2355=keyword
   # RFC2355 options supported.

RFC2355はRFC2355オプションがサポートしたキーワード#と等しいです。

   security=string M
   # This is the security technique supported on the server.
   # The defined values are:
   NONE
   SSLV3

セキュリティ=ストリングM#Thisはサーバでサポートされたセキュリティのテクニックです。#定義された値は以下の通りです。 SSLV3のいずれも

   Ciphersuites=string M
   # Cipher specifications supported by this server.
   # Additional values will be defined in future templates.
   NULL_NULL,
   NULL_MD5,
   NULL_SHA,
   RC4_MD5_EXPORT,

CiphersuitesはこのサーバによってサポートされたストリングM#Cipher仕様と等しいです。#Additional値は将来のテンプレートで定義されるでしょう。 ヌル_ヌル、ヌル_MD5、ヌル_SHA、RC4_MD5_輸出

Naugle, et al.              Standards Track                    [Page 14]

RFC 3049              TN3270E Location & Balancing          January 2001

Naugle、他 標準化過程[14ページ]RFC3049TN3270E位置と2001年1月にバランスをとること。

   RC4_MD5_US,
   RC4_SHA_US,
   RC2_MD5_EXPORT,
   DES_SHA_EXPORT,
   TRIPLE_DES_SHA_US

RC4_MD5_米国、RC4_SHA_米国、RC2_MD5_輸出、デス_SHA_EXPORTは_デス_SHA_米国を3倍にします。

   platform=string X
   # This is the network operating system platform underlying the
   # advertising service.  The defined values are:
   #
   # IW          Server uses IntranetWare or NetWare operating system
   #
   # NT          Server uses the Microsoft NT operating system
   #
   # OS2         Server uses the OS2 operating system
   #
   # AIX         Server uses the AIX operating system
   #
   IW,NT,OS2,AIX

プラットホーム=ストリングX#Thisは#広告サービスの基礎となるネットワークOSプラットホームです。 定義された値は以下の通りです。 # # IW ServerがIntranetWareを使用するか、またはNetWareオペレーティングシステム##NT ServerはOS2 Serverが使用するマイクロソフトNTオペレーティングシステム##を使用します。OS2オペレーティングシステム##AIX ServerはAIXオペレーティングシステム#IWを使用します、NT、OS2、AIX

   protocol=string X
   #   This is the protocol(s) supported by the server providing this
   #   service.  The defined values are:
   #
   # IP          Server supports client connections over IP (TCP/IP or
   #             UDP/IP)
   #
   # IPX         Server supports client connections over IPX (SPX/IPX)
   #
   IP,IPX

プロトコル=ストリングX#Thisはこの#サービスを提供するサーバによってサポートされたプロトコルです。 定義された値は以下の通りです。 # # IP ServerはIP(TCP/IPか#UDP/IP)##IPX Serverサポートの上のクライアント関係にIPX(SPX/IPX)#IPの上のクライアント接続をサポートします、IPX

   server name=string
   # This is the name of the server that was configured during
   # installation.

サーバー名=ストリング#Thisは#インストールの間に構成されたサーバの名前です。

   release=string X
   # This is the version and release level of the server advertising
   # services.  Its format is vv.rr.mm where "vv" is the major version
   # number, "rr" is the minor version number, and "mm" is the
   # modification level.  All numbers are padded on the left with zeroes
   # to two characters.
   # Example: version 3, release 0, mod level 0 is "03.00.00"

リリース=ストリングX#Thisはサーバ広告#サービスのバージョンとリリースレベルです。 形式は"vv"が主要なバージョン#数であるvv.rr.mmです、そして、"rr"はマイナーバージョン番号です、そして、「mm」は#変更レベルです。 すべての数が左でゼロ#で2つのキャラクタに水増しされます。 # 例: バージョン3、リリース0、モッズレベル0がそうである、「03.00 0インチ」

   ------------------template ends here -------------------------------

------------------ここのテンプレートエンド-------------------------------

Naugle, et al.              Standards Track                    [Page 15]

RFC 3049              TN3270E Location & Balancing          January 2001

Naugle、他 標準化過程[15ページ]RFC3049TN3270E位置と2001年1月にバランスをとること。

7.2 Server Service Type Template

7.2 サーバサービスタイプテンプレート

   The 'service:commserver:' template defined below conforms to the
   grammar described in "Service Templates and service: Schemes".
   Please refer to [2] for detailed explanation of the syntax.

'サービス: commserver: '以下で定義されたテンプレートは「Templatesを調整してください、そして、以下を修理してください」で説明された文法に一致しています。 「体系。」 構文の詳説のための[2]を参照してください。

   Name of submitters: Jim Naugle <jnaugle@us.ibm.com>
                       Gregg Ledford <gledford@zephyrcorp.com>
                       K. Kasthurirangan <kasthuri@us.ibm.com>
   Language of service template: en
   Security Considerations:
   Service Location Protocol can help clients discover security
   services supported by the TN3270E server.  If security services are
   important or required, using SLP authentication, and protected
   scopes [1] is recommended.

submittersの名前: ジム Naugle <jnaugle@us.ibm.com 、gt;、グレグ Ledford <gledford@zephyrcorp.com 、gt;、サービステンプレートのK.Kasthurirangan<kasthuri@us.ibm.com>Language: アンSecurity Considerations: サービスLocationプロトコルは、クライアントがTN3270Eサーバで後押しされているセキュリティー・サービスを発見するのを助けることができます。セキュリティー・サービスが重要であるか、または必要であるなら、SLP認証であって、保護された範囲[1]を使用するのはお勧めです。

   Template text:

テンプレートテキスト:

   -------------------template begins below this line------------------

-------------------テンプレートはこの系列の下で始まります。------------------

   template-type=commserver

テンプレートタイプはcommserverと等しいです。

   template-version=1.0

テンプレートバージョン= 1.0

   template-description=
    The server service type is registered whenever the communications
    software is loaded on the server.  It describes generic attributes of
    the server.  These attributes are also repeated on the other service
    types provided.

コミュニケーションソフトウェアがサーバが搭載されるときはいつも、サーバサービステンプレート記述=タイプは示されます。それはサーバのジェネリック属性について説明します。また、これらの属性はタイプが提供したもう片方のサービスのときに繰り返されます。

   template-url-syntax=
    # service:commserver://<hostname>:<port>
    # <hostname>
    # <port>

#テンプレート-url構文=サービス: commserver://<ホスト名>: <ポート>#<ホスト名>#<ポート>。

   platform=string X
    # This is the network operating system platform underlying the
    # advertising service.  The defined values are:
    #
    # IW          Server uses Novell IntranetWare or NetWare operating
    #             system
    # NT          Server uses the Microsoft NT operating system
    #
    # OS2         Server uses the OS2 operating system
    #
    # AIX         Server uses the AIX operating system
    #
    IW,NT,OS2,AIX

プラットホーム=ストリングX#Thisは#広告サービスの基礎となるネットワークOSプラットホームです。 定義された値は以下の通りです。 # # IW ServerがノベルIntranetWareを使用するか、またはNetWare作動#システム#NT ServerはOS2 Serverが使用するマイクロソフトNTオペレーティングシステム##を使用します。OS2オペレーティングシステム##AIX ServerはAIXオペレーティングシステム#IWを使用します、NT、OS2、AIX

Naugle, et al.              Standards Track                    [Page 16]

RFC 3049              TN3270E Location & Balancing          January 2001

Naugle、他 標準化過程[16ページ]RFC3049TN3270E位置と2001年1月にバランスをとること。

   protocol=string X
    #   This is the protocol(s) supported by the server providing this
    #   service.  The defined values are:
    #
    # IP          Server supports client connections over IP (TCP/IP or
    #             UDP/IP)
    #
    # IPX         Server supports client connections over IPX (SPX/IPX)
    #
    IP,IPX

プロトコル=ストリングX#Thisはこの#サービスを提供するサーバによってサポートされたプロトコルです。 定義された値は以下の通りです。 # # IP ServerはIP(TCP/IPか#UDP/IP)##IPX Serverサポートの上のクライアント関係にIPX(SPX/IPX)#IPの上のクライアント接続をサポートします、IPX

   server name=string
    # This is the name of the server that was configured during
    # installation.

サーバー名=ストリング#Thisは#インストールの間に構成されたサーバの名前です。

   release=string X
    # This is the version and release level of the commserver
    # advertising services.  Its format is vv.rr.mm where "vv" is the
    # major version number, "rr" is the minor version number, and "mm"
    # is the modification level.  All numbers are padded on the left with
    # zeroes to two characters.
    #
    # Example: version 3, release 0, mod level 0 is "03.00.00"

リリース=ストリングX#Thisはcommserver#広告サービスのバージョンとリリースレベルです。 形式は"vv"が#メジャーバージョン番号であるvv.rr.mmです、そして、"rr"はマイナーバージョン番号です、そして、「mm」#は変更レベルです。 すべての数が左で#ゼロで2つのキャラクタに水増しされます。 # # 例: バージョン3、リリース0、モッズレベル0がそうである、「03.00 0インチ」

   ---------------------template ends above this line---------------------

---------------------この系列を超えたテンプレートエンド---------------------

7.3 Template Contact Information

7.3 テンプレート問い合わせ先

   Jim Naugle <jnaugle@us.ibm.com>
   Kasthuri Kasthurirangan <kasthuri@us.ibm.com>
   Gregg Ledford <gledford@zephyrcorp.com>

ジム Naugle <jnaugle@us.ibm.com 、gt;、Kasthuri Kasthurirangan <kasthuri@us.ibm.com 、gt;、グレグLedford、lt;、 gledford@zephyrcorp.com 、gt。

7.4 Security Considerations

7.4 セキュリティ問題

   Service type templates provide information that is used to interpret
   information obtained by the Service Location Protocol.  If these
   templates are modified or if false templates are distributed,
   services may not correctly register themselves, or clients might not
   be able to interpret service information.

サービスタイプテンプレートはService Locationプロトコルによって得られた情報を解釈するのに使用される情報を提供します。 これらのテンプレートが変更されているか、または偽のテンプレートが分配されているなら、サービスは正しく自分たちを登録しないことができないかもしれませんか、クライアントがサービス情報を解釈できないかもしれません。

   The service: URLs themselves specify the service access point and
   protocol for a particular service type.  These service: URLs could be
   distributed and indicate the location of a service other than that
   normally wanted to used.  SLP [1] provides an authentication
   mechanism that allows service: URLs of registered services to be
   signed and for the signatures to be verified by clients.

サービス: URL自体は特定のサービスタイプにサービスアクセスポイントとプロトコルを指定します。 これらは以下を修理します。 URLは、分配されて、使用されて、通常、それを除いたサービスの位置がそうしたがっていたのを示すかもしれません。 SLP[1]はサービスを許す認証機構を提供します: 署名されて、署名がクライアントによって確かめられる登録されたサービスのURL。

Naugle, et al.              Standards Track                    [Page 17]

RFC 3049              TN3270E Location & Balancing          January 2001

Naugle、他 標準化過程[17ページ]RFC3049TN3270E位置と2001年1月にバランスをとること。

   Service Location Protocol can help clients discover security services
   supported by the TN3270E server.  If security services are important
   or required, using SLP authentication, and protected scopes [1] is
   recommended.

サービスLocationプロトコルは、クライアントがTN3270Eサーバで後押しされているセキュリティー・サービスを発見するのを助けることができます。セキュリティー・サービスが重要であるか、または必要であるなら、SLP認証であって、保護された範囲[1]を使用するのはお勧めです。

7.5 Sample TN3270 Service Registration Message

7.5 サンプルTN3270サービス登録メッセージ

   URL: service:tn3270://<addr-spec>:<port-number> Attributes:

URL: サービス: tn3270://<addr-仕様>: <ポートナンバー>Attributes:

   [(SCOPE=<string>),]

[(範囲は<ストリング>と等しいです)]

   (RELEASE=03.00.00),

(リリース=03.00.00)

   (PLATFORM=IW),

(プラットホーム=IW)

   (PROTOCOL=IP),

(プロトコル=IP)

   (SERVERNAME=<string>),

(SERVERNAMEは<ストリング>と等しいです)

   (LOAD=<integer 0 to 100>),

(負荷=<整数0〜100>)

   [(LUPOOL=pool-name0/tANY,

(LUPOOLはプール-name0/tANYと等しいです。

   pool-name1/tdevice_type1,

プールname1/tdevice_type1

   pool-name2/tdevice-type2, ...

プール-name2/tdevice-type2…

   pool-namen/tdevice-typen)]

プール-namen/tdevice-typen]

   BIND,

付いてください。

   DATA,

データ

   RESPONSES,

応答

   SCS,

Sc

   SYSREQ,

SYSREQ

   (SECURITY=NONE),

(セキュリティはなにもと等しくはありません)

   RFC1576,

RFC1576

   RFC1646,

RFC1646

   RFC2355

RFC2355

Naugle, et al.              Standards Track                    [Page 18]

RFC 3049              TN3270E Location & Balancing          January 2001

Naugle、他 標準化過程[18ページ]RFC3049TN3270E位置と2001年1月にバランスをとること。

7.6 Sample Server Service Registration Message

7.6 サンプルサーバサービス登録メッセージ

   URL:service:commserver://<addr-spec>:<port-number>

URL:サービス:commserver://<addr-仕様>: <ポートナンバー>。

   Attributes:  [(SCOPE=<string>),]

属性: [(範囲は<ストリング>と等しいです)]

   (RELEASE=03.00.00),

(リリース=03.00.00)

   (PLATFORM=IW),

(プラットホーム=IW)

   (PROTOCOL=IP),

(プロトコル=IP)

   (SERVERNAME=<string>)

(<ストリングSERVERNAME=>)

8. References

8. 参照

   [1]  Veizades, J., Guttman, E., Perkins, C., and S. Kaplan, "Service
        Location Protocol", RFC 2165, July 1997.

[1]VeizadesとJ.とGuttmanとE.とパーキンス、C.とS.キャプラン、「サービス位置のプロトコル」、RFC2165、1997年7月。

   [2]  Guttman, E., Perkins, C. and J. Kempf, "Service Templates and
        service: Schemes", RFC 2609, June 1999.

[2] Guttman(E.、パーキンス、C.、およびJ.ケンフ)は「Templatesを調整して、以下を修理します」。 「体系」、RFC2609、1999年6月。

   [3]  Dierks, T. and C. Allen, "The TLS Protocol Version 1.0", RFC
        2246, January 1999.

[3] Dierks、T.、およびC.アレン、「TLSは1999年1月にバージョン1インチ、RFC2246について議定書の中で述べます」。

   [4]  Guttman, E., Perkins, C., Veizades, J. and M. Day, "Service
        Location Protocol Version 2", RFC 2608, June 1999.

[4] Guttman(E.、パーキンス、C.、Veizades、J.、およびM.日)は「1999年6月に位置のプロトコルバージョン2インチ、RFC2608を調整します」。

   [5]  Kempf, J. and E. Guttman, "An API for Service Location", RFC
        2614, June 1999.

[5] ケンフとJ.とE.Guttman、「サービス位置へのAPI」、RFC2614、1999年6月。

   [6]  Bradner, S., "Key Words for Use in RFCs to Indicate Requirement
        Levels", BCP 14, RFC 2119, March 1997.

[6] ブラドナー、S.、「使用のための要件レベルを示すRFCsのキーワード」、BCP14、RFC2119、1997年3月。

Naugle, et al.              Standards Track                    [Page 19]

RFC 3049              TN3270E Location & Balancing          January 2001

Naugle、他 標準化過程[19ページ]RFC3049TN3270E位置と2001年1月にバランスをとること。

9. Authors' Addresses

9. 作者のアドレス

   Jim Naugle
   IBM
   P.O. Box 12195
   Research Triangle Park, N.C. 27709-2195
   USA

ジムNaugle IBM P.O. Box12195リサーチトライアングル公園、米国ノースカロライナ州27709-2195

   Phone:  (919) 254-8789
   EMail:  jnaugle@us.ibm.com

以下に電話をしてください。 (919) 254-8789 メールしてください: jnaugle@us.ibm.com

   Kasthuri Kasthurirangan
   IBM
   P.O. Box 12195
   Research Triangle Park, N.C. 27709-2195
   USA

Kasthuri Kasthurirangan IBM私書箱12195リサーチトライアングル公園、米国ノースカロライナ州27709-2195

   Phone: (919) 254-5721
   EMail: kasthuri@us.ibm.com

以下に電話をしてください。 (919) 254-5721 メールしてください: kasthuri@us.ibm.com

   Gregg Ledford
   Zephyr Development Corporation
   8 Greenway Plaza Suite 1400
   Houston, Texas 77046
   USA

グレグLedford微風地域開発会社8緑道おかしなホテル1400テキサス77046ヒューストン(米国)

   Phone: (713) 623-0089
   EMail:  gledford@zephyrcorp.com

以下に電話をしてください。 (713) 623-0089 メールしてください: gledford@zephyrcorp.com

Naugle, et al.              Standards Track                    [Page 20]

RFC 3049              TN3270E Location & Balancing          January 2001

Naugle、他 標準化過程[20ページ]RFC3049TN3270E位置と2001年1月にバランスをとること。

10.  Full Copyright Statement

10. 完全な著作権宣言文

   Copyright (C) The Internet Society (2001).  All Rights Reserved.

Copyright(C)インターネット協会(2001)。 All rights reserved。

   This document and translations of it may be copied and furnished to
   others, and derivative works that comment on or otherwise explain it
   or assist in its implementation may be prepared, copied, published
   and distributed, in whole or in part, without restriction of any
   kind, provided that the above copyright notice and this paragraph are
   included on all such copies and derivative works.  However, this
   document itself may not be modified in any way, such as by removing
   the copyright notice or references to the Internet Society or other
   Internet organizations, except as needed for the purpose of
   developing Internet standards in which case the procedures for
   copyrights defined in the Internet Standards process must be
   followed, or as required to translate it into languages other than
   English.

それに関するこのドキュメントと翻訳は、コピーして、それが批評するか、またはそうでなければわかる他のもの、および派生している作品に提供するか、または準備されているかもしれなくて、コピーされて、発行されて、全体か一部分配された実装を助けるかもしれません、どんな種類の制限なしでも、上の版権情報とこのパラグラフがそのようなすべてのコピーと派生している作品の上に含まれていれば。 しかしながら、このドキュメント自体は何らかの方法で変更されないかもしれません、インターネット協会か他のインターネット組織の版権情報か参照を取り除くのなどように、それを英語以外の言語に翻訳するのが著作権のための手順がインターネットStandardsプロセスで定義したどのケースに従わなければならないか、必要に応じてさもなければ、インターネット標準を開発する目的に必要であるのを除いて。

   The limited permissions granted above are perpetual and will not be
   revoked by the Internet Society or its successors or assigns.

上に承諾された限られた許容は、永久であり、インターネット協会、後継者または案配によって取り消されないでしょう。

   This document and the information contained herein is provided on an
   "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
   TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
   BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
   HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
   MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

このドキュメントとそして、「そのままで」という基礎とインターネットの振興発展を目的とする組織に、インターネット・エンジニアリング・タスク・フォースが速達の、または、暗示しているすべての保証を放棄するかどうかというここにことであり、他を含んでいて、含まれて、情報の使用がここに侵害しないどんな保証も少しもまっすぐになるという情報か市場性か特定目的への適合性のどんな黙示的な保証。

Acknowledgement

承認

   Funding for the RFC Editor function is currently provided by the
   Internet Society.

RFC Editor機能のための基金は現在、インターネット協会によって提供されます。

Naugle, et al.              Standards Track                    [Page 21]

Naugle、他 標準化過程[21ページ]

一覧

 RFC 1〜100  RFC 1401〜1500  RFC 2801〜2900  RFC 4201〜4300 
 RFC 101〜200  RFC 1501〜1600  RFC 2901〜3000  RFC 4301〜4400 
 RFC 201〜300  RFC 1601〜1700  RFC 3001〜3100  RFC 4401〜4500 
 RFC 301〜400  RFC 1701〜1800  RFC 3101〜3200  RFC 4501〜4600 
 RFC 401〜500  RFC 1801〜1900  RFC 3201〜3300  RFC 4601〜4700 
 RFC 501〜600  RFC 1901〜2000  RFC 3301〜3400  RFC 4701〜4800 
 RFC 601〜700  RFC 2001〜2100  RFC 3401〜3500  RFC 4801〜4900 
 RFC 701〜800  RFC 2101〜2200  RFC 3501〜3600  RFC 4901〜5000 
 RFC 801〜900  RFC 2201〜2300  RFC 3601〜3700  RFC 5001〜5100 
 RFC 901〜1000  RFC 2301〜2400  RFC 3701〜3800  RFC 5101〜5200 
 RFC 1001〜1100  RFC 2401〜2500  RFC 3801〜3900  RFC 5201〜5300 
 RFC 1101〜1200  RFC 2501〜2600  RFC 3901〜4000  RFC 5301〜5400 
 RFC 1201〜1300  RFC 2601〜2700  RFC 4001〜4100  RFC 5401〜5500 
 RFC 1301〜1400  RFC 2701〜2800  RFC 4101〜4200 

スポンサーリンク

ナインパッチとは(9-Patch)

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る