NonStop S-Series Hardware Installation and FastPath Guide (G06.25+)
Glossary
HP NonStop S-Series Hardware Installation and FastPath Guide—529443-001
Glossary-50
IEC
IEC. International Electrotechnical Committee. IEC is a professional organization that
creates or adopts standards for computer hardware, environments, and physical
interconnections.
IEEE. Institute of Electrical and Electronics Engineers. IEEE is a professional organization
whose committees develop and propose computer standards that define the physical
and data link protocols of entities such as communication networks.
IEEE 802.3 protocol. Institute of Electrical and Electronics Engineers (IEEE) standard
defining the hardware layer and transport layer of (a variant of) Ethernet. The
maximum segment length is 500 meters, and the maximum total length is 2.5
kilometers. The maximum number of hosts is 1024. The maximum packet size is 1518
bytes.
IID. See interrupt ID (IID).
impedance. The total opposition (that is, resistance and reactance) a circuit provides to the
flow of alternating current at a given frequency.
implementation-defined. Not specified by a standard. A correct value or behavior that is
implementation-defined can vary from system to system and therefore might represent
a feature or facility that cannot be ported.
implicit library. A library supplied by HP that is available in the read-only and execute-only
globally mapped address space shared by all processes without being specified to the
linker or loader. See also TNS system library and public library.
implicit library import library (imp-imp). See import library.
implied user library. A method of binding TNS object files that have more than 16 code
segments. Segments 16 through 31 are located in the user code (UC) space but are
executed as if they were segments 0 through 15 of the user library (UL) code space.
This method precludes the use of a user library. Binder now supports 32 segments of
UC space concurrently with 32 segments of UL code space, so the implied user library
method is not needed in new or changed TNS applications.
import. To refer to a symbol definition from another loadfile. A loadfile imports a symbol
definition when it needs a data item or function having that symbolic name.
import control. The characteristic of a loadfile that determines from which other loadfiles it
can import symbol definitions. The programmer sets a loadfile’s import control at link
time. That import control can be localized, globalized, or semiglobalized. A loadfile’s
import control governs the way the linker and loader construct that loadfile’s searchList
and affects the search only for symbols required by that loadfile.
import library. A file that represents a dynamic-link library (DLL) and can substitute for it as
input to the linker. Import libraries facilitate linking on auxiliary platforms (that is, PCs)
where it is inconvenient to store the actual DLLs.