TCP/IP Management Programming Manual

Glossary
HP NonStop TCP/IP Management Programming Manual529636-001
Glossary-18
SWAN concentrator
information about the object. Second, summary states are defined the same way for all
NonSotp data communications subsystems, whereas the set of possible states differs
from subsystem to subsystem. The management programming interfaces to NonStop
data communications subsystems refer to summary states rather than to states.
Examples of summary states are STARTED, STOPPED, SUSPENDED, and
ABORTING.
SWAN concentrator. See ServerNet wide area network (SWAN) concentrator.
symbolic name. In DSM programmatic interfaces, a name used in programs to refer to
commonly used values, token codes, token maps, extensible structures, and other
related variables for use in management programs.
TCP (Transmission Control Protocol). The Internet standard transport-level protocol that
provides the reliable, full-duplex stream service on which many application protocols
depend. TCP allows a process on one machine to send a stream of data to a process
on another. It is connection-oriented, in the sense that before transmitting data
participants must establish a connection. Software implementing TCP usually resides
on the operating system and uses the IP protocol to transmit information across the
Internet. It is possible to terminate (shut down) one direction of flow across a TCP
connection, leaving a one-way (simplex) connection. The Internet protocol suite is
often referred to as TCP/IP because TCP is one of the two most fundamental
protocols.
TELNET. The Internet standard protocol for remote terminal connection service. TELNET
allows a user at one site to interact with remote timesharing systems at another site
just as if the user's terminal is connected directly to the remote machine. That is, the
user invokes a TELNET application program that connects to a remote machine,
prompts for a login ID and password, then passes keystrokes from the user's terminal
to the remote machine and displays output from the remote machine on the user's
terminal.
TFTP. See Trivial File Transfer Protocol (TFTP)
.
token. In DSM use, a distinguishable unit in a SPI message. Programs place tokens in an
SPI buffer using the SSPUT or SSINIT procedures and retrieve them from the buffer
with the SSGET procedure. A token has two parts: an identifying code, or token code,
and a token value. In command and response messages, a token normally represents
a parameter to a command, an item of information in a response, or control information
for the subsystem. In event messages, a token normally represents an item of
information about an event or about the event message itself. See also header token
.
token number. In DSM programmatic interfaces, the number used by a subsystem to
identify each DSM token that it defines. The token type and the token number together
form the token code.