Skip to main content

Fibre Channel

Fibre Channel, or FC, is a high-speed network technology (commonly running at 2-, 4-, 8- and 16-gigabit per second rates) primarily used to connect computer data storage. Fibre Channel is standardized in the T11 Technical Committee of the International Committee for Information Technology Standards (INCITS), an American National Standards Institute (ANSI)-accredited standards committee. Fibre Channel was primarily used in supercomputers, but has become a common connection type for storage area networks (SAN) in enterprise storage. Despite its name, Fibre Channel signaling can run on an electrical interface in addition to fiber-optic cables.

Fibre Channel Protocol (FCP) is a transport protocol (similar to TCP used in IP networks) that predominantly transports SCSI commands over Fibre Channel networks.

Etymology

When the technology was developed, it supported only optical cabling (fiber); support for copper cables was added later. Despite this the development committee decided to keep the same name but switch to the British English spelling fibre for the standard. In American English spelling fiber refers only to optical cabling. Thus, a network using fibre channel can be implemented either with copper or optical fiber.

History

Fibre Channel was developed in a committee through industry cooperation, while SCSI was developed by a single vendor and later submitted for standardization.

Fibre Channel started in 1988, with ANSI standard approval in 1994, as a way to simplify the HIPPI system then in use for similar roles. HIPPI used a massive 50-pair cable with bulky connectors, and had limited cable lengths. When fibre channel started to compete for the mass storage market its primary competitor was IBM's proprietary Serial Storage Architecture (SSA) interface. Eventually the market chose fibre channel over SSA, depriving IBM of control over the next generation of mid- to high-end storage technology. Fibre Channel was primarily concerned with simplifying the connections and increasing distances, as opposed to increasing speeds. Later, designers added the goals of connecting SCSI disk storage, providing higher speeds and far greater numbers of connected devices.

It also added support for any number of "upper layer" protocols, including ATM, IP and FICON, with SCSI being the predominant usage.

Initially, the standard also ratified lower speed Fibre Channel versions with 132.8125 Mbit/s ("12,5 MB/s"), 265.625 Mbit/s ("25 MB/s"), and 531.25 Mbit/s ("50 MB/s") that were already growing out of use at the time.

Fibre channel has seen active development since its inception, with numerous speed improvements on a variety of underlying transport media.

For example, the following table shows native fibre channel speed variants:

Fibre Channel Variants

NAME Line-rate (gigabaud) Line coding Nominal throughput full duplex; MB/s Net throughput per direction; MB/s Efficiency
Availability
1GFC 1.0625 8b10b 200 98.44 77.7% 1997
2GFC 2.125 8b10b 400 196.9 77.7% 2001
4GFC 4.25 8b10b 800 393.8 77.7% 2004
8GFC 8.5 8b10b 1,600 787.6 77.7% 2005
10GFC 10.52 64b66b 2,400 1,181 94.2% 2008
16GFC 14.025 64b66b 3,200 1,575 94.2% 2011
32GFC 28.05 6,400 2016 (projected)
128GFC 4x28.05 25,600 2016 (projected)
  • 1 MB = 10242 Byte (MiB)
  • taking into account line coding (L1), interframe gap, and frame header (L2) overhead
  1. based on nominal bitrate

 

Fibre Channel topologies

There are three major fibre channel topologies, describing how a number of ports 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, an HBA on a server or a fibre channel switch.

  • Point-to-point (FC-P2P). Two devices are connected directly to each other. This is the simplest topology, with limited connectivity.
  • Arbitrated loop (FC-AL). 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 FC-P2P, differs considerably in terms of the protocol.
    • Only one pair of ports can communicate concurrently on a loop.
    • Maximum speed of 8GFC.
  • switched fabric (FC-SW). All devices or loops of devices are connected to fibre channel switches, similar conceptually to modern ethernet implementations. Advantages of this topology over FC-P2P or FC-AL include:
    • The switches manage the state of the fabric, providing optimized interconnections.
    • The traffic between two ports flows through the switches only, it is not transmitted to any other port.
    • Failure of a port is isolated and should not affect operation of other ports.
    • Multiple pairs of ports may communicate simultaneously in a fabric.
Attribute Point-to-Point Arbitrated loop Switched fabric
Max ports 2 127 ~16777216 (224)
Address size N/A 8-bit ALPA 24-bit port ID
Side effect of port failure Link fails Loop fails (until port bypassed) N/A
Mixing different link rates No No Yes
Frame delivery In order In order Not guaranteed
Access to medium Dedicated Arbitrated Dedicated

Layers

Fibre Channel does not follow the OSI model layering, but is split similarly into five layers:

  • FC4 – Protocol-mapping layer, in which application protocols, such as SCSI, IP or FICON, are encapsulated into a PDU for delivery to FC2.
  • FC3 – Common services layer, a thin layer that could eventually implement functions like encryption or RAID redundancy algorithms; multiport connections;
  • FC2 – Network layer, defined by the FC-PI-2 standard, consists of the core of fibre channel, and defines the main protocols; port to port connections;
  • FC1 – Data link layer, which implements line coding of signals;
  • FC0 – PHY, includes cabling, connectors etc.;

Layers FC0 through FC2 are also known as FC-PH, the physical layers of fibre channel.

Fibre Channel routers operate up to FC4 level (i.e. they may operate as SCSI routers), switches up to FC2 and hubs on FC0 only.

Fibre Channel products are available at 1, 2, 4, 8, 10, 16 and 20 Gbit/s; these protocol flavors are called accordingly 1GFC, 2GFC, 4GFC, 8GFC, 10GFC, 16GFC or 20GFC. The 16GFC standard was approved by the INCITS T11 committee in 2010, and those products became available in 2011. Products based on the 1GFC, 2GFC, 4GFC, 8GFC and 16GFC standards should be interoperable and backward compatible. The 1GFC, 2GFC, 4GFC, 8GFC designs all use 8b/10b encoding, while the 10G and 16GFC standard uses 64b/66b encoding. Unlike the 10GFC and 20GFC standards, 16GFC provides backward compatibility with 4GFC and 8GFC.

The 10 Gbit/s standard and its 20 Gbit/s derivative, however, are not backward-compatible with any of the slower-speed devices, as they differ considerably on FC1 level in using 64b/66b encoding instead of 8b/10b encoding and are primarily used as inter-switch links.

Ports

 

FC topologies and port types

The following types of ports are defined by Fibre Channel:

  • node ports
    • N_port is a port on the node (e.g. host or storage device) used with both FC-P2P or FC-SW topologies. Also known as node port.
    • NL_port is a port on the node used with an FC-AL topology. Also known as Node Loop port.
    • F_port is a port on the switch that connects to a node point-to-point (i.e. connects to an N_port). Also known as fabric port. An F_port is not loop capable.
    • FL_port is a port on the switch that connects to a FC-AL loop (i.e. to NL_ports). Also known as fabric loop port.
    • E_port is the connection between two fibre channel switches. Also known as an Expansion port. When E_ports between two switches form a link, that link is referred to as an inter-switch link (ISL).
    • B_port A Bridge Port is a Fabric inter-element port used to connect Bridge devices with E_Ports on a Switch. The B_Port provides a subset of the E_port functionality
    • D_port is a diagnostic port, used solely for the purpose of running link-level diagnostics between two switches and to isolate link level fault on the port, in the SFP, or in the cable.
    • EX_port is the connection between a fibre channel router and a fibre channel switch. On the side of the switch it looks like a normal E_port, but on the side of the router it is an EX_port.
    • TE_port * Is an extended ISL or EISL. The TE_port provides not only standard E_port functions but allows for routing of multiple VSANs (Virtual SANs). This is accomplished by modifying the standard Fibre Channel frame (vsan tagging) upon ingress/egress of the VSAN environment. Also known as Trunking E_port.
    • VE_Port an INCITS T11 addition, FCIP interconnected E-Port/ISL, i.e. fabrics will merge.
    • VEX_Port an INCITS T11 addition, is a FCIP interconnected EX-Port, routing needed via lsan zoning to connect initiator to a target.
  • general (catch-all) types
    • Auto or auto-sensing port can automatically become an E_, TE_, F_, or FL_port as needed.
    • Fx_port a generic port that can become a F_port (when connected to a N_port) or a FL_port (when connected to a NL_port).
    • GL_port on a switch can operate as an E_port, FL_port, or F_port. Found on QLogic switches.
    • G_port or generic port , a port waiting to be as an E_port or F_port. Found on Brocade, McData, and QLogic switches.
    • L_port is the loose term used for any arbitrated loop port, NL_port or FL_port. Also known as Loop port.
    • U_port is the loose term used for any arbitrated port, or port waiting to become another port type. Also known as Universal port. Found only on Brocade switches.

(*Note: The term "trunking" is not a standard Fibre Channel term and is used by vendors interchangeably. For example: A trunk (an aggregation of ISLs) in a Brocade device is referred to as a Port Channel by Cisco. Whereas Cisco refers to trunking as an EISL.)

Optical carrier medium variants

 

Typical Fibre connectors – modern LC (Lucent Connector) on the left and older SC (Subscriber Connector, typical for 1 Gbit/s speeds) on the right

Fiber modality Speed (MB/s) Transmitter Medium variant Distance
Single-mode fiber 1,600 1,310 nm longwave light
1600-SM-LC-L
0.5 m – 10 km
1,490 nm longwave light
1600-SM-LZ-I
0.5 m – 2 km
800 1,310 nm longwave light
800-SM-LC-L
2 m – 10 km
800-SM-LC-I
2 m – 1.4 km
400 1,310 nm longwave light
400-SM-LC-L
2 m – 10 km
400-SM-LC-M
2 m – 4 km
400-SM-LL-I
2 m – 2 km
200 1,550 nm longwave light
200-SM-LL-V
2 m – 50 km
1,310 nm longwave light
200-SM-LC-L
2 m – 10 km
200-SM-LL-I
2 m – 2 km
100 1,550 nm longwave light
100-SM-LL-V
2 m – 50 km
1,310 nm longwave light
100-SM-LL-L 100-SM-LC-L
2 m – 10 km
100-SM-LL-I
2 m – 2 km
Multimode Fiber 1,600 850 nm shortwave light
1600-M5F-SN-I
0.5 m – 125 m
1600-M5E-SN-I
0.5–100 m
1600-M5-SN-S
0.5–35 m
1600-M6-SN-S
0.5–15 m
800 800-M5F-SN-I
0.5–190 m
800-M5E-SN-I
0.5–150 m
800-M5-SN-S
0.5–50 m
800-M6-SN-S
0.5–21 m
400 400-M5F-SN-I
0.5–400 m
400-M5E-SN-I
0.5–380 m
400-M5-SN-I
0.5–150 m
400-M6-SN-I
0.5–70 m
200 200-M5E-SN-I
0.5–500 m
200-M5-SN-I
0.5–300 m
200-M6-SN-I
0.5–150 m
100 100-M5E-SN-I
0.5–860 m
100-M5-SN-I
0.5–500 m
100-M6-SN-I
0.5–300 m
100-M5-SL-I
2–500 m
100-M6-SL-I
2–175 m
Multimode fiber Fiber diameter FC media designation
OM1 62.5 µm M6
OM2 50 µm M5
OM3 50 µm M5E
OM4 50 µm M5F

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.

Fibre Channel infrastructure

 

SAN switch with LC optical connectors installed and multimode fiber (orange).

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 vendor 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.

Fibre Channel 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. Some are OS dependent. Each HBA has a unique World Wide Name (WWN), which is similar to an Ethernet MAC address in that it uses an Organizationally Unique Identifier (OUI) assigned by the IEEE. However, WWNs are longer (8 bytes). There are two types of WWNs on a HBA; a node WWN (WWNN), which can be shared by some or all ports of a device, and a port WWN (WWPN), which is necessarily unique to each port.

Development tools

When developing and/or troubleshooting the Fibre Channel bus, examination of hardware signals can be very important to find problems. Logic analyzers and bus analyzers are tools which collect, analyze, decode, store signals so people can view the high-speed waveforms at their leisure.

See also

 

  • Arbitrated loop
  • 8b/10b encoding, 64b/66b encoding
  • Converged network adapter (CNA)
  • Fibre Channel electrical interface
  • Fibre Channel fabric
    • Fabric Application Interface Standard
    • Fabric Shortest Path First – routing algorithm
    • Fibre Channel zoning
    • Registered State Change Notification
    • Virtual Storage Area Network
  • Fibre Channel frame
  • Fibre Channel Logins (FLOGI)
  • Fibre Channel network protocols
  • Fibre Channel over Ethernet (FCoE)
  • Fibre Channel over IP (FCIP), contrast with Internet Fibre Channel Protocol (iFCP)
  • Fibre Channel switch
  • Fibre Channel time-out values
  • Gen 5 Fibre Channel
  • Host Bus Adapter (HBA)
  • Interconnect bottleneck
  • IDE, ATA, SATA, SAS, AoE, SCSI, iSCSI, PCI Express
  • IP over Fibre Channel (IPFC)
  • List of Fibre Channel standards
  • List of device bandwidths
  • N_Port ID Virtualization
  • Optical communication
  • Optical fiber cable
  • Optical interconnect
  • Parallel optical interface
  • Serial Storage Architecture (SSA)
  • Storage Area Network
  • Storage Hypervisor
  • World Wide Name

 

Source: Wikipedia, Google