fibre channel
   HOME

TheInfoList



OR:

Fibre Channel (FC) is a high-speed data transfer protocol providing in-order, lossless delivery of raw block data. Fibre Channel is primarily used to connect
computer data storage Computer data storage or digital data storage is a technology consisting of computer components and Data storage, recording media that are used to retain digital data. It is a core function and fundamental component of computers. The cent ...
to servers in storage area networks (SAN) in commercial data centers. Fibre Channel networks form a switched fabric because the switches in a network operate in unison as one big switch. Fibre Channel typically runs on optical fiber cables within and between data centers, but can also run on copper cabling. Supported data rates include 1, 2, 4, 8, 16, 32, 64, and 128 gigabit per second resulting from improvements in successive technology generations. The industry now notates this as Gigabit Fibre Channel (GFC). There are various upper-level protocols for Fibre Channel, including two for block storage. Fibre Channel Protocol (FCP) is a protocol that transports SCSI commands over Fibre Channel networks. FICON is a protocol that transports ESCON commands, used by IBM mainframe computers, over Fibre Channel. Fibre Channel can be used to transport data from storage systems that use solid-state
flash memory Flash memory is an Integrated circuit, electronic Non-volatile memory, non-volatile computer memory storage medium that can be electrically erased and reprogrammed. The two main types of flash memory, NOR flash and NAND flash, are named for t ...
storage medium by transporting NVMe protocol commands.


Etymology

When the technology was originally devised, it ran over optical fiber cables only and, as such, was called "Fiber Channel". Later, the ability to run over copper cabling was added to the specification. In order to avoid confusion and to create a unique name, the industry decided to change the spelling and use the
British English British English is the set of Variety (linguistics), varieties of the English language native to the United Kingdom, especially Great Britain. More narrowly, it can refer specifically to the English language in England, or, more broadly, to ...
''fibre'' for the name of the standard.


History

Fibre Channel is standardized in the T11 Technical Committee of the International Committee for Information Technology Standards (
INCITS The InterNational Committee for Information Technology Standards (INCITS), (pronounced "insights"), is an ANSI-accredited standards development organization composed of Information technology developers. It was formerly known as the X3 and NCITS ...
), an
American National Standards Institute The American National Standards Institute (ANSI ) is a private nonprofit organization that oversees the development of voluntary consensus standards for products, services, processes, systems, and personnel in the United States. The organiz ...
(ANSI)-accredited standards committee. Fibre Channel started in 1988, with ANSI standard approval in 1994, to merge the benefits of multiple physical layer implementations including SCSI, HIPPI and ESCON. Fibre Channel was designed as a serial interface to overcome limitations of the SCSI and HIPPI physical-layer parallel-signal copper wire interfaces. Such interfaces face the challenge of, among other things, maintaining signal timing coherence across all the data-signal wires (8, 16 and finally 32 for SCSI, 50 for HIPPI) so that a receiver can determine when all the electrical signal values are "good" (stable and valid for simultaneous reception sampling). This challenge becomes evermore difficult in a mass-manufactured technology as data signal frequencies increase, with part of the technical compensation being ever reducing the supported connecting copper-parallel cable length. See Parallel SCSI. FC was developed with leading-edge multi-mode optical fiber technologies that overcame the speed limitations of the ESCON protocol. By appealing to the large base of SCSI disk drives and leveraging mainframe technologies, Fibre Channel developed
economies of scale In microeconomics, economies of scale are the cost advantages that enterprises obtain due to their scale of operation, and are typically measured by the amount of Productivity, output produced per unit of cost (production cost). A decrease in ...
for advanced technologies and deployments became economical and widespread. Commercial products were released while the standard was still in draft.IBM 7319 Model 100 Fibre Channel Switch 16/266 and IBM Fibre Channel Adapter/266
/ref> By the time the standard was ratified lower speed versions were already growing out of use. Fibre Channel was the first serial storage transport to achieve gigabit speeds where it saw wide adoption, and its success grew with each successive speed. Fibre Channel has doubled in speed every few years since 1996. In addition to a modern physical layer, Fibre Channel also added support for any number of "upper layer" protocols, including ATM, IP ( IPFC) and FICON, with SCSI ( FCP) being the predominant usage. Fibre Channel has seen active development since its inception, with numerous speed improvements on a variety of underlying transport media. The following tables shows the progression of native Fibre Channel speeds: FC used throughout all applications for Fibre Channel infrastructure and devices, including edge and ISL interconnects. Each speed maintains backward compatibility at least two previous generations (I.e., 32GFC backward compatible to 16GFC and 8GFC) Inter-Switch Links, ISLs, are usually multi-lane interconnects used for non-edge, core connections, and other high speed applications demanding maximum bandwidth. ISL’s utilize high bit-rates to accommodate the funneling of edge connections. Some ISL solutions are vendor-proprietary.


Characteristics

Two major characteristics of Fibre Channel networks are in-order delivery and lossless delivery of raw block data. Lossless delivery of raw data block is achieved based on a credit mechanism.


Topologies

There are three major Fibre Channel topologies, describing how a number of
ports Ports collections (or ports trees, or just ports) are the sets of makefiles and Patch (Unix), patches provided by the BSD-based operating systems, FreeBSD, NetBSD, and OpenBSD, as a simple method of installing software or creating binary packages. T ...
are connected together. A ''port'' in Fibre Channel terminology is any entity that actively communicates over the network, not necessarily a hardware port. This port is usually implemented in a device such as disk storage, a Host Bus Adapter ( HBA) network connection on a server or a Fibre Channel switch. * (see ''FC-FS-3''). Two devices are connected directly to each other using N_ports. This is the simplest topology, with limited connectivity. The bandwidth is dedicated. * Arbitrated loop (see ''FC-AL-2''). In this design, all devices are in a loop or ring, similar to Token Ring networking. Adding or removing a device from the loop causes all activity on the loop to be interrupted. The failure of one device causes a break in the ring. Fibre Channel hubs exist to connect multiple devices together and may bypass failed ports. A loop may also be made by cabling each port to the next in a ring. ** A minimal loop containing only two ports, while appearing to be similar to point-to-point, differs considerably in terms of the protocol. ** Only one pair of ports can communicate concurrently on a loop. ** Maximum speed of 8GFC. ** Arbitrated Loop has been rarely used after 2010 and its support is being discontinued for new gen switches. * Switched Fabric (see ''FC-SW-6''). In this design, all devices are connected to Fibre Channel switches, similar conceptually to modern
Ethernet Ethernet ( ) is a family of wired computer networking technologies commonly used in local area networks (LAN), metropolitan area networks (MAN) and wide area networks (WAN). It was commercially introduced in 1980 and first standardized in 198 ...
implementations. Advantages of this topology over point-to-point or Arbitrated Loop include: ** The Fabric can scale to tens of thousands of ports. ** The switches manage the state of the Fabric, providing optimized paths via Fabric Shortest Path First (FSPF) data routing protocol. ** The traffic between two ports flows through the switches and not through any other ports like in Arbitrated Loop. ** Failure of a port is isolated to a link and should not affect operation of other ports. ** Multiple pairs of ports may communicate simultaneously in a Fabric.


Layers

Fibre Channel does not follow the
OSI model The Open Systems Interconnection (OSI) model is a reference model developed by the International Organization for Standardization (ISO) that "provides a common basis for the coordination of standards development for the purpose of systems inter ...
layering, and is split into five layers: * FC-4 – Protocol-mapping layer, in which upper-level protocols such as
NVM Express NVM Express (NVMe) or Non-Volatile Memory Host Controller Interface Specification (NVMHCIS) is an open, logical-device interface functional specification, specification for accessing a computer's non-volatile storage media usually attached via th ...
(NVMe), SCSI, IP, and FICON are encapsulated into Information Units (IUs) for delivery to FC-2. Current FC-4s include FCP-4, FC-SB-5, and FC-NVMe. * FC-3 – Common services layer, a thin layer that could eventually implement functions like
encryption In Cryptography law, cryptography, encryption (more specifically, Code, encoding) is the process of transforming information in a way that, ideally, only authorized parties can decode. This process converts the original representation of the inf ...
or
RAID RAID (; redundant array of inexpensive disks or redundant array of independent disks) is a data storage virtualization technology that combines multiple physical Computer data storage, data storage components into one or more logical units for th ...
redundancy algorithms; multiport connections; * FC-2 – Signaling Protocol, defined by the ''Fibre Channel Framing and Signaling'' standard, consists of the low level Fibre Channel network protocols; port to port connections; * FC-1 – Transmission Protocol, which implements line coding of signals; * FC-0 –
physical layer In the seven-layer OSI model of computer networking, the physical layer or layer 1 is the first and lowest layer: the layer most closely associated with the physical connection between devices. The physical layer provides an electrical, mechani ...
, defined by ''Fibre Channel Physical Interfaces'' standard, includes cabling, connectors etc.; Fibre Channel products are available at 1, 2, 4, 8, 10, 16, 32, 64 and ; these protocol flavors are called accordingly 1GFC, 2GFC, 4GFC, 8GFC, 10GFC, 16GFC, 32GFC, 64GFC or 128GFC. The 32GFC standard was approved by the INCITS T11 committee in 2013, and those products became available in 2016. The 1GFC, 2GFC, 4GFC, 8GFC designs all use 8b/10b encoding, while the 10GFC and 16GFC standard uses 64b/66b encoding. Unlike the 10GFC standards, 16GFC provides backward compatibility with 4GFC and 8GFC since it provides exactly twice the throughput of 8GFC or four times that of 4GFC.


Ports

Fibre Channel ports come in a variety of logical configurations. The most common types of ports are: * N_Port (Node port) An N_Port is typically an HBA port that connects to a switch's F_Port or another N_Port. Nx_Port communicating through a PN_Port that is not operating a Loop Port State Machine. * F_Port (Fabric port) An F_Port is a switch port that is connected to an N_Port. * E_Port (Expansion port) Switch port that attaches to another E_Port to create an Inter-Switch Link. Fibre Channel Loop protocols create multiple types of Loop Ports: * L_Port (Loop port) FC_Port that contains Arbitrated Loop functions associated with the Arbitrated Loop topology. * FL_Port (Fabric Loop port) L_Port that is able to perform the function of an F_Port, attached via a link to one or more NL_Ports in an Arbitrated Loop topology. * NL_Port (Node Loop port) PN_Port that is operating a Loop port state machine. If a port can support loop and non-loop functionality, the port is known as: * Fx_Port switch port capable of operating as an F_Port or FL_Port. * Nx_Port end point for Fibre Channel frame communication, having a distinct address identifier and Name_Identifier, providing an independent set of FC-2V functions to higher levels, and having the ability to act as an Originator, a Responder, or both. Ports have virtual components and physical components and are described as: * PN_Port entity that includes a Link_Control_Facility and one or more Nx_Ports. * VF_Port (Virtual F_Port) instance of the FC-2V sublevel that connects to one or more VN_Ports. * VN_Port (Virtual N_Port) instance of the FC-2V sublevel. VN_Port is used when it is desired to emphasize support for multiple Nx_Ports on a single Multiplexer (e.g., via a single PN_Port). * VE_Port (Virtual E_Port) instance of the FC-2V sublevel that connects to another VE_Port or to a B_Port to create an Inter-Switch Link. The following types of ports are also used in Fibre Channel: * A_Port (Adjacent port) combination of one PA_Port and one VA_Port operating together.Fibre Channel - Switch Fabric 6 (FC-SW-6) * B_Port (Bridge Port) Fabric inter-element port used to connect bridge devices with E_Ports on a Switch.Fibre Channel - Framing and Signaling - 4 (FC-FS-4)
/ref> * D_Port (Diagnostic Port) A configured port used to perform diagnostic tests on a link with another D_Port. * EX_Port A type of E_Port used to connect to an FC router fabric. * G_Port (Generic Fabric port) Switch port that may function either as an E_Port, A_Port, or as an F_Port. * GL_Port (Generic Fabric Loop port) Switch port that may function either as an E_Port, A_Port, or as an Fx_Port. * PE_Port LCF within the Fabric that attaches to another PE_Port or to a B_Port through a link. * PF_Port LCF within a Fabric that attaches to a PN_Port through a link. * TE_Port (Trunking E_Port) A trunking expansion port that expands the functionality of E ports to support VSAN trunking, Transport quality of service (QoS) parameters, and Fibre Channel trace (fctrace) feature. * U_Port (Universal port) A port waiting to become another port type * VA_Port (Virtual A_Port) instance of the FC-2V sublevel of Fibre Channel that connects to another VA_Port. * VEX_Port VEX_Ports are no different from EX_Ports, except underlying transport is IP rather than FC.


Media and modules

The Fibre Channel physical layer is based on serial connections that use fiber optics to copper between corresponding pluggable modules. The modules may have a single lane, dual lanes or quad lanes that correspond to the SFP, SFP-DD and QSFP form factors. Fibre Channel does not use 8- or 16-lane modules (like CFP8, QSFP-DD, or COBO used in 400GbE) and there are no plans to use these expensive and complex modules. The small form-factor pluggable transceiver (SFP) module and its enhanced version SFP+, SFP28 and SFP56 are common form factors for Fibre Channel ports. SFP modules support a variety of distances via multi-mode and
single-mode optical fiber In fiber-optic communication, a single-mode optical fiber, also known as fundamental- or mono-mode, is an optical fiber designed to carry only a single mode (electromagnetism), mode of light - the transverse mode. Modes are the possible solutio ...
as shown in the table below. SFP modules use duplex fiber cabling with LC connectors. SFP-DD modules are used for high-density applications that need to double the throughput of an SFP Port. SFP-DD is defined by the SFP-DD MSA and enables breakout to two SFP ports. Two rows of electrical contacts enable doubling the throughput of SFP modules in a similar fashion as QSFP-DD. The quad small form-factor pluggable (QSFP) module began being used for switch inter-connectivity and was later adopted for use in 4-lane implementations of Gen-6 Fibre Channel supporting 128GFC. QSFP uses either LC connectors for 128GFC-CWDM4 or MPO connectors for 128GFC-SW4 or 128GFC-PSM4. MPO cabling uses 8- or 12-fiber cabling infrastructure that connects to another 128GFC port or may be broken out into four duplex LC connections to 32GFC SFP+ ports. Fibre Channel switches use either SFP or QSFP modules. Modern Fibre Channel devices support SFP+ transceiver, mainly with LC (Lucent Connector) fiber connector. Older 1GFC devices used GBIC transceiver, mainly with SC (Subscriber Connector) fiber connector.


Storage area networks

The goal of Fibre Channel is to create a storage area network (SAN) to connect servers to storage. The SAN is a dedicated network that enables multiple servers to access data from one or more storage devices. Enterprise storage uses the SAN to backup to secondary storage devices including disk arrays, tape libraries, and other backup while the storage is still accessible to the server. Servers may access storage from multiple storage devices over the network as well. SANs are often designed with dual fabrics to increase fault tolerance. Two completely separate fabrics are operational and if the primary fabric fails, then the second fabric becomes the primary.


Switches

Fibre Channel switches can be divided into two classes. These classes are not part of the standard, and the classification of every switch is a marketing decision of the manufacturer: * Directors offer a high port-count in a modular (slot-based) chassis with no single point of failure (high availability). * Switches are typically smaller, fixed-configuration (sometimes semi-modular), less redundant devices. A fabric consisting entirely of one vendors products is considered to be ''homogeneous''. This is often referred to as operating in its "native mode" and allows the vendor to add proprietary features which may not be compliant with the Fibre Channel standard. If multiple switch vendors are used within the same fabric it is ''heterogeneous'', the switches may only achieve adjacency if all switches are placed into their interoperability modes. This is called the "open fabric" mode as each vendor's switch may have to disable its proprietary features to comply with the Fibre Channel standard. Some switch manufacturers offer a variety of interoperability modes above and beyond the "native" and "open fabric" states. These "native interoperability" modes allow switches to operate in the native mode of another vendor and still maintain some of the proprietary behaviors of both. However, running in native interoperability mode may still disable some proprietary features and can produce fabrics of questionable stability.


Host bus adapters

Fibre Channel HBAs, as well as CNAs, are available for all major open systems, computer architectures, and buses, including PCI and SBus. HBAs connect servers to the Fibre Channel network and are part of a class of devices known as translation devices. Some are OS dependent. Each HBA has a unique
World Wide Name A World Wide Name (WWN) or World Wide Identifier (WWID) is a unique identifier used in storage technologies including Fibre Channel, Parallel ATA, Serial ATA, SCSI and Serial Attached SCSI (SAS). A WWN may be employed in a variety of roles, s ...
(WWN), which is similar to an Ethernet MAC address in that it uses an Organizationally Unique Identifier (OUI) assigned by the
IEEE The Institute of Electrical and Electronics Engineers (IEEE) is an American 501(c)(3) organization, 501(c)(3) public charity professional organization for electrical engineering, electronics engineering, and other related disciplines. The IEEE ...
. However, WWNs are longer (8
byte The byte is a unit of digital information that most commonly consists of eight bits. Historically, the byte was the number of bits used to encode a single character of text in a computer and for this reason it is the smallest addressable un ...
s). There are two types of WWNs on an HBA; a World Wide Node Name (WWNN), which can be shared by some or all ports of a device, and a World Wide Port Name (WWPN), which is necessarily unique to each port. Adapters or routers can connect Fibre Channel networks to IP or Ethernet networks.


See also

* 8b/10b encoding, 64b/66b encoding * Fabric Application Interface Standard * Fibre Channel zoning * Registered State Change Notification * Virtual Storage Area Network * Fibre Channel frame * Fibre Channel network protocols * Fibre Channel over Ethernet (FCoE) * Fibre Channel over IP (FCIP), contrast with Internet Fibre Channel Protocol (iFCP) * Gen 5 Fibre Channel * Host Bus Adapter (HBA) * Interconnect bottleneck * FATA, IDE, ATA, SATA, SAS, AoE, SCSI, iSCSI,
PCI Express PCI Express (Peripheral Component Interconnect Express), officially abbreviated as PCIe, is a high-speed standard used to connect hardware components inside computers. It is designed to replace older expansion bus standards such as Peripher ...
* IP over Fibre Channel (IPFC) * N_Port ID Virtualization *
World Wide Name A World Wide Name (WWN) or World Wide Identifier (WWID) is a unique identifier used in storage technologies including Fibre Channel, Parallel ATA, Serial ATA, SCSI and Serial Attached SCSI (SAS). A WWN may be employed in a variety of roles, s ...


References


INCITS standards


Sources

* Clark, T. ''Designing Storage Area Networks'', Addison-Wesley, 1999.


Further reading

* – IP and ARP over Fibre Channel * – Definitions of Managed Objects for the Fabric Element in Fibre Channel Standard * – Securing Block Storage Protocols over IP * – Fibre Channel Management MIB * – Fibre Channel Routing Information MIB * – MIB for Fibre Channel's Fabric Shortest Path First (FSPF) Protocol


External links


Fibre Channel Industry Association
(FCIA)


IBM SAN Survival Guide





Fibre Channel tutorial
(UNH-IOL)
Storage Networking Industry Association
(SNIA)

{{Authority control Computer storage buses