Question:
what is fibre channel?
ganeshkumar m
2006-10-11 09:58:56 UTC
what is fibre channel?
Eight answers:
Bob
2006-10-11 10:07:14 UTC
http://www.gcn.com/print/vol18_no27/457-1.html

By Mark A. Kellner

Special to GCN



It’s an apocryphal saying, often attributed to the great man of hard disk technology, Al Shugart, even if no one can quite recall him saying it: “The great thing about hard drives is, when people fill them up, they buy bigger ones.’’



But today, having a bigger storage system isn’t necessarily better, and that’s where Fibre Channel technology comes in.



Fibre Channel is, at base, a series of specifications for interconnecting large arrays of disk drives with various computer systems. It allows systems managers to combine data warehouses spread over a campus or—with repeaters—a metropolitan area.



It makes it easier to avoid failures of troubled systems because connection speeds are faster: 1 Gbps now, and soon two, four and 10 times that speed. Fibre Channel connections are multi-protocol, allowing various types of data communications quickly and easily.
2006-10-11 10:32:17 UTC
A serial data transfer architecture developed by a consortium of computer and mass storage device manufacturers and now being standardized by ANSI. The most prominent Fibre Channel standard is Fibre Channel Arbitrated Loop (FC-AL). FC-AL was designed for new mass storage devices and other peripheral devices that require very high bandwidth. Using optical fiber to connect devices, FC-AL supports full-duplex data transfer rates of 100MBps.
ihoston
2006-10-11 10:07:51 UTC
A serial data transfer architecture developed by a consortium of computer and mass storage device manufacturers and now being standardized by ANSI. The most prominent Fibre Channel standard is Fibre Channel Arbitrated Loop (FC-AL). FC-AL was designed for new mass storage devices and other peripheral devices that require very high bandwidth. Using optical fiber to connect devices, FC-AL supports full-duplex data transfer rates of 100MBps.
Funky G
2006-10-11 10:17:37 UTC
like SATA, IDE , SCSI etc.



Its just a fibre link to the system for faster datatrasfers.



Normally used of harddrives in bladeservers.
Smruti
2006-10-13 09:16:24 UTC
hi





Fibre Channel is a gigabit-speed network technology primarily used for Storage Networking. Fibre Channel is standardized in the T11 Technical Committee of the InterNational Committee for Information Technology Standards (INCITS), an American National Standard Institute–accredited standards committee. It started for use primarily in the supercomputer field, but has become the standard connection type for storage area networks in enterprise storage. Despite its name, Fibre Channel signaling can run on both twisted-pair copper wire and fiber optic cables.



Fibre Channel Protocol (FCP) is the interface protocol of SCSI on the Fibre Channel.



History



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 and gigantic connectors, and had limited cable lengths. Fibre Channel was primarily interested in simplifying the connections and increasing the lengths, as opposed to increasing speeds. Later it broadened its focus to address 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 SCSI, ATM, and IP, with SCSI being the predominant usage.



Fibre Channel topologies



There are three major Fibre Channel topologies,



* Point-to-Point (FC-P2P). Two devices are connected back to back. 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. Often an arbitrated loop between two ports will negotiate to become a P2P connection, but this is not required by the standard.



* Switched Fabric (FC-SW). All devices or loops of devices are connected to Fibre Channel switches, similar conceptually to modern Ethernet implementations. The switches manage the state of the fabric, providing optimized interconnections. Very limited security is available in today's fibre channel switches.



Attribute Point-to-Point Arbitrated Loop Switched Fabric

Max Ports 2 127 ~16777216 (224)

Max Bandwidth 2× Link Rate 2× Link Rate (Number of Ports) × Link Rate

Address Size N/A 8-bit ALPA 24-bit Port ID

Address Assignment N_Port Login Loop Init. and Fabric Login Fabric Login

Concurrent Connections 1 1 Switch Ports/2

Effect of Port Failure Link Fails Loop Fails unless bypassed Switch and Port Link Fails

Concurrent Maintenance Link Down May Disrupt Entire Loop Switch and Port Link Down

Expansion Additional P2P Links Attach loop to Fabric Expand Fabric

Redundancy Add Redundant P2P Link Use Dual Loops Use Redundant Switches

Link Rates Supported All All (all devices must be same) All (Mixed rates available)

Media Types Supported All All All

Classes of Service Supported All 1, 2, & 3 All

Frame Delivery In Order In Order Not Guaranteed

Access to Medium Dedicated Arbitrated Dedicated

Cost per Port Port Cost Port Cost + Loop Function Port Cost + Fabric Port



Fibre Channel layers



Fibre Channel is a layered protocol. It consists of 5 layers, namely:



* FC0 The physical layer, which includes cables, fiber optics, connectors, pinouts etc.

* FC1 The data link layer, which implements the 8b/10b encoding and decoding of signals.

* FC2 The network layer, defined by the FC-PI-2 standard, consists of the core of Fibre Channel, and defines the main protocols.

* FC3 The common services layer, a thin layer that could eventually implement functions like encryption or RAID.

* FC4 The Protocol Mapping layer. Layer in which other protocols, such as SCSI, are encapsulated into an information unit for delivery to FC2.



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



Fibre Channel products are available at 1 Gbit/s, 2 Gbit/s and 4 Gbit/s. An 8 Gbit/s standard is being developed. A 10 Gbit/s standard has been ratified, but is currently only used to interconnect switches. No 10 Gbit/s initiator or target products are available yet based on that standard. Products based on the 1, 2, 4 and 8 Gbit/s standards should be interoperable, and backward compatible; the 10 Gbit/s standard, however, will not be backward compatible with any of the slower speed devices.



Ports



The following ports are defined by Fibre Channel:



* 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 InterSwitch Link or ISL.

* 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 a EX_port.

* F_port is a fabric connection in a switched fabric topology. Also known as Fabric port. An F_port is not loop capable.

* FL_port is the fabric connection in a public loop for an arbitrated loop topology. Also known as Fabric Loop port. Note that a switch port may automatically become either an F_port or an FL_port depending on what is connected.

* G_port or generic port on a switch can operate as an E_port or F_port.

* L_port is the loose term used for any arbitrated loop port, NL_port or FL_port. Also known as Loop port.

* N_port is the node connection pertaining to hosts or storage devices in a Point-to-Point or switched fabric topology. Also known as Node port.

* NL_port is the node connection pertaining to hosts or storage devices in an arbitrated loop topology. Also known as Node Loop port.

* TE_port is a term used for multiple E_ports trunked together to create high bandwidth between switches. Also known as Trunking Expansion port.



Optical Carrier Medium Variants

Media Type Speed (MB/s) Transmitter Variant Distance

Single-Mode Fiber 400 1300nm Longwave Laser 400-SM-LL-I 2m - 2km

200 1550nm Longwave Laser 200-SM-LL-V 2m - >50km

1300nm Longwave Laser 200-SM-LL-I 2m - 2km

100 1550nm Longwave Laser 100-SM-LL-V 2m - >50km

1300nm Longwave Laser 100-SM-LL-L 2m - 10km

1300nm Longwave Laser 100-SM-LL-I 2m - 2km

Multimode Fiber (50µm) 400 850nm Shortwave Laser 400-M5-SN-I 0.5m - 150m

200 200-M5-SN-I 0.5m - 300m

100 100-M5-SN-I 0.5m - 500m

100-M5-SL-I 2m - 500m

Multimode Fiber (62.5µm) 400 850nm Shortwave Laser 400-M6-SN-I 0.5m - 70m

200 200-M6-SN-I 0.5m - 150m

100 100-M6-SN-I 0.5m - 300m

100-M6-SL-I 2m - 175m



Fibre Channel Infrastructure



Fibre Channel switches are divided into two classes of switches. These classes are not part of the standard, and the classification of every switch is left up to the manufacturer.



* Director switches are characterized by offering a high port-count in a modular (slot-based) chassis with no single point of failure (high availability).



* Fabric switches are typically fixed-configuration (sometimes semi-modular) non-redundant switches.



Brocade, *Cisco and *McData provide both Director and fabric switches. *QLogic provides fabric switches. If multiple switch vendors are used in the same fabric, the fabric will default to "interoperability mode" where some proprietary advanced features may be disabled.



Fibre Channel Host Bus Adapters



Fibre Channel HBAs are available for all major open systems, computer architectures, and buses, including PCI and SBus (obsolete today). 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, which is shared by all ports on a host bus adapter, and a port WWN, which is unique to each port. Some Fibre Channel HBA manufacturers are Emulex, LSI Logic, QLogic and ATTO Technology.



ok
Raja Raheel
2006-10-11 10:21:44 UTC
http://en.wikipedia.org/wiki/Fibre_Channel
Praiser in the storm
2006-10-11 10:00:37 UTC
SPIKE
alison k
2006-10-11 10:06:32 UTC
Dunno.



All Bran, all the time maybe??


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...