Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
The IEC 11518-6-02 standard, formally designated as ISO/IEC 11518-6:2002 (and adopted as CAN/CSA-ISO/IEC 11518-6-02), defines the Physical Switch Control (HIPPI-SC) protocol for High-Performance Parallel Interface (HIPPI) networks. This article provides a technical examination of its scope, key requirements, implementation aspects, and compliance considerations.
HIPPI-SC specifies the control protocol for managing crosspoint switches within a HIPPI fabric. It is designed to operate with both the HIPPI-800 (800 Mbit/s) and HIPPI-6400 (6.4 Gbit/s) physical layers, enabling connection-oriented communication in high-performance computing environments. The standard covers connection setup, teardown, status reporting, switch configuration, and error recovery. Typical deployments include supercomputer clusters, mass storage systems, and real-time data acquisition networks where deterministic low-latency switching is critical.
The scope explicitly excludes the physical-level signal specifications and instead focuses on the logical control interface between the host adapters (source/destination) and the switch controller, as well as inter-controller communication for multi-stage switch fabrics.
The HIPPI-SC architecture is built around a connection-oriented model. The switch fabric is composed of crosspoint elements that establish direct data paths between source and destination ports upon command from a switch controller. The controller communicates with host interfaces using a dedicated set of Protocol Data Units (PDUs).
Each endpoint is identified by a 12-bit source address and a 12-bit destination address, allowing addressing of up to 4096 ports per switch domain. Connection management is performed through a request–confirm handshake that ensures only one data path is established at a time. The standard defines several mandatory commands:
| Command Code | Command Name | Description |
|---|---|---|
| 0x01 | Connect Request | Initiates a connection from source to destination through the switch fabric. |
| 0x02 | Disconnect Request | Terminates an existing connection and releases resources. |
| 0x03 | Connection Status | Returns the current state (connected, waiting, idle) and error flags. |
| 0x04 | Reset | Performs a system reset on the switch controller and clears all active connections. |
| 0x05 | Query Configuration | Requests the switch topology, port mapping, and supported command set. |
All switch control PDUs are encapsulated in standard HIPPI packets. The PDU header includes fields for destination address, source address, command code, sequence number, and length. Payload fields vary by command but typically contain status words, timing parameters, and routing information. A critical requirement is that the packet must be delivered within the specified time window to meet the connection setup latency budget.
The standard mandates a set of timing constants, such as TCONNECT (maximal time to establish a connection), TDISCONNECT (time to tear down), and TSTATUS (status polling interval). These values are derived from the underlying HIPPI electrical characteristics and guarantee that the switch behaves deterministically over high-speed parallel links.
Implementing HIPPI-SC requires careful integration of the control logic with the switch fabric hardware. Key considerations include:
Compliance with IEC 11518-6-02 is established by verifying that a device meets the requirements of the HIPPI-SC protocol. The conformance tests cover:
The standard itself is identical to ANSI NCITS 304-1998, and most conformance tests used in industry were originally developed by the High-Performance Parallel Interface Working Group (X3T11, later INCITS T11). Formal certification may be obtained through accredited testing laboratories, though many vendors rely on self-certification with documented test results.
© 2026 International Electrotechnical Commission — Reference article for educational purposes. Always refer to the latest version of the standard for official requirements.