-
FC (Fibre Channel) Overview
-
Fibre Channel Topologies
-
FC Addressing, Layers and Flow Control
-
FC Interface & Protocols
-
FC Zoning & Data transfer
To understand Fibre channel Architecture and why we need it, let’s use an analogy.
- The Analogy: Imagine a massive Factory (your server) that constantly sends and receives heavy pallets of goods from a giant Warehouse (your storage).
-
If they use regular city streets (Ethernet/LAN), the delivery trucks get stuck in traffic with regular commuters (internet traffic, emails, videos). Packages might get delayed.
-
Fibre Channel is a dedicated, private, high-speed toll road built only for the factory trucks. There are no stoplights, no commuters, and a guarantee that every single box will arrive in order and intact.
Before we look at the software architecture, let’s look at the physical pieces that make up this network.
-
Host Bus Adapter (HBA): Think of this as the “Loading Dock” at the factory. It’s a specialized card inside the server that translates standard computer commands into Fibre Channel signals.
-
Fibre Channel Switches: The “Traffic Controllers” on the express toll road. They connect multiple servers to multiple storage devices and route the data perfectly so there are no collisions.
-
Storage Arrays: The “Warehouse.” These are the massive racks of hard drives or SSDs that actually hold the data.
-
Cables: The “Road” itself. These are usually fiber optic cables (using pulses of light) for long distances, or thick copper cables for very short connections.
There are three ways to build our Fibre Channel road.
-
Point-to-Point (FC-P2P): The simplest method. One server connects directly to one storage drive via one cable. It is like a private driveway.
-
Arbitrated Loop (FC-AL): Devices are connected in a ring. If one device wants to talk, it has to “win” control of the loop. Note: Like an old traffic circle, this is mostly obsolete today.
-
Switched Fabric (FC-SW): The modern standard. Everything connects to a central network of switches. Many servers can talk to many storage devices simultaneously, like a massive, multi-lane highway interchange.
