Samiksha Jaiswal (Editor)

InfiniBand

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
InfiniBand

InfiniBand (abbreviated IB) is a computer-networking communications standard used in high-performance computing that features very high throughput and very low latency. It is used for data interconnect both among and within computers. InfiniBand is also utilized as either a direct, or switched interconnect between servers and storage systems, as well as an interconnect between storage systems.

Contents

As of 2014 it was the most commonly used interconnect in supercomputers. Mellanox and Intel manufacture InfiniBand host bus adapters and network switches, and in February 2016 it was reported that Oracle Corporation had engineered its own Infiniband switch units and server adapter chips for use in its own product lines and by third parties. Mellanox IB cards are available for Solaris, RHEL, SLES, Windows, HP-UX, VMware ESX, AIX. It is designed to be scalable and uses a switched fabric network topology.

As an interconnect, IB competes with Ethernet, Fibre Channel, and proprietary technologies such as Cray's Aries™.

The technology is promoted by the InfiniBand Trade Association.

Performance

Links can be aggregated: most systems use a 4X aggregate. 12X links are typically used for cluster and supercomputer interconnects and for inter-switch connections.

InfiniBand also provides RDMA capabilities for low CPU overhead.

Topology

InfiniBand uses a switched fabric topology, as opposed to early shared medium Ethernet. All transmissions begin or end at a channel adapter. Each processor contains a host channel adapter (HCA) and each peripheral has a target channel adapter (TCA). These adapters can also exchange information for security or quality of service (QoS).

Messages

InfiniBand transmits data in packets of up to 4 KB that are taken together to form a message. A message can be:

  • a direct memory access read from or, write to, a remote node (RDMA).
  • a channel send or receive
  • a transaction-based operation (that can be reversed)
  • a multicast transmission.
  • an atomic operation
  • Physical interconnection

    In addition to a board form factor connection, it supports both active and passive copper (up to 30 meters) and optical fiber cable (up to 10 km). QSFP connectors are used.

    The Infiniband Association also specified the CXP copper connector system for speeds up to 120 Gbit/s over copper and active optical cables.

    API

    InfiniBand has no standard API. The standard only lists a set of verbs like ibv_open_device or ibv_post_send, which are abstract representations of functions or methods that must exist. The syntax of these functions is left to the vendors. The de facto standard software stack is that developed by OpenFabrics Alliance. It is released under two licenses GPL2 or BSD license for GNU/Linux and FreeBSD, and as WinOF under a choice of BSD license for Windows. It has been adopted by most of the InfiniBand vendors, for GNU/Linux, FreeBSD, and Windows.

    History

    InfiniBand originated in 1999 from the merger of two competing designs: Future I/O and Next Generation I/O. This led to the formation of the InfiniBand Trade Association (IBTA), which included Compaq, Dell, Hewlett-Packard, IBM, Intel, Microsoft, and Sun. At the time it was thought some of the more powerful computers were approaching the interconnect bottleneck of the PCI bus, in spite of upgrades like PCI-X. Version 1.0 of the InfiniBand Architecture Specification was released in 2000. Initially the IBTA vision for IB was simultaneously a replacement for PCI in I/O, Ethernet in the machine room, cluster interconnect and Fibre Channel. IBTA also envisaged decomposing server hardware on an IB fabric. Following the burst of the dot-com bubble there was hesitation in the industry to invest in such a far-reaching technology jump.

    Timeline

  • 2001: Mellanox ships InfiniBridge 10Gbit/s devices and ships over 10,000 InfiniBand ports.
  • 2002: adoption takes a setback when Intel announces that instead of shipping IB chips it would focus on developing PCI Express, and Microsoft discontinues IB development in favor of extending Ethernet, although Sun and Hitachi continue to support IB.
  • 2003: Virginia Tech builds an InfiniBand cluster ranked number three on the Top500 at the time.
  • 2004: IB starts to see adoption as a clustering interconnect, beating Ethernet on latency and price. The OpenFabrics Alliance develops a standardized, Linux-based InfiniBand software stack. The following year Linux adds IB support.
  • 2005: IB begins to be implemented as an interconnect for storage devices.
  • 2009: of the top 500 supercomputers in the world, Gigabit Ethernet is the internal interconnect technology in 259 installations, compared with 181 using InfiniBand.
  • 2010: Market leaders Mellanox and Voltaire merge, leaving just one other IB vendor, QLogic, primarily a Fibre Channel vendor. Oracle makes a major investment in Mellanox.
  • 2011: FDR switches and adapters announced at the International Supercomputing Conference.
  • 2012: Intel acquires QLogic's InfiniBand technology.
  • 2016: Oracle Corporation manufactures its own InfiniBand interconnect chips and switch units.
  • References

    InfiniBand Wikipedia