TCP/IPv6 Migration Guide

Glossary
HP NonStop TCP/IPv6 Migration Guide524524-004
Glossary-9
GESA
GESA. See Gigabit Ethernet ServerNet Adapter (GESA).
GGP. See Gateway to Gateway Protocol.
Gigabit Ethernet ServerNet Adapter (GESA). A single-port ServerNet adapter that
provides Gigabit connectivity on a NonStop S-series server. The GESA installs directly
into an existing Ethernet port, and multiple GESAs are supported in a system
enclosure.
global address. An address with unlimited scope.
half-duplex mode. The communications mode in which data can be transferred in both
directions, but only in one direction at a time, and in which the direction of data flow
alternates. In the Session Layer, the data token indicates which side can send data.
header. The initial part of an SPI message. The first word of this header always contains the
value -28; the remainder of the header contains descriptive information about the SPI
message, most of which is accessible as header tokens. The tokens in an SPI
message header differ according to the type of message: the header of a message that
contains a command or response differs somewhat from the header of an event
message. An application can use SSGET or EMSGET calls to retrieve the values of
header tokens, and can use SSPUT calls to change the values of some tokens.
However, there are certain basic differences between header tokens and other tokens.
See also header token.
header token. In an SPI message, a token that provides information pertaining to the
message as a whole. Header tokens differ from other tokens in several ways: they
exist in the buffer at initialization and their values are usually set by SSINIT, they can
occur only once in a buffer, they are never enclosed in a list, they cannot be moved to
another buffer with SSMOVE, and programs cannot position to them or retrieve their
values using the NEXTCODE or NEXTTOKEN operation. Programs retrieve the values
of header tokens by passing appropriate token codes to SSGET and can change the
values of some header tokens by passing their token codes to SSPUT.
Examples of header tokens for commands are the command number, the object type,
the maximum-response token, the server-version token, the maximum-field-version
token, and the checksum token. Command and response messages contain a
specified set of header tokens; event messages, a different set with some overlap. See
also SPI message.
hierarchical routing. Routing based on a hierarchical addressing scheme. Most Internet
routing is based on a two-level hierarchy in which an Internet address is divided into a
network portion and a host portion. Gateways use only the network portion until the
datagram reaches a gateway that can deliver it directly. Subnetting introduces
additional levels of hierarchical routing.
hop count. A measure of distance between two points in the Internet. A hop count of n
means that n gateways separate the source destination.