Skip to main content

Posts

What do you know about FLOGI ?

FLOGI stands for Fabric Login , which is a process in Fibre Channel (FC) that allows a Fibre Channel device to log in and establish communication with the FC fabric. During the FLOGI process, the device exchanges information with the fabric switches to acquire a Fibre Channel ID (FC_ID) and become an active participant in the fabric. Here's an overview of how the FLOGI process works: Device Initialization: When a Fibre Channel device is powered on or connected to the fabric, it starts the initialization process. The device initializes its Fibre Channel interfaces and prepares to establish a connection with the fabric. FLOGI Request: The device sends a FLOGI request frame, also known as a FLOGI primitive, to the fabric. The FLOGI request contains information about the device, such as its Fibre Channel address and capabilities. Fabric Response: The fabric switches receive the FLOGI request and process it. The switches assign a unique Fibre Channel ID (FC_ID) to the device. The switch...
Recent posts

What is FCID ?

In Fibre Channel (FC), the Fibre Channel ID, also known as FC_ID or FCID, is a unique identifier assigned to each Fibre Channel device within a Fibre Channel fabric. The FC_ID is a 24-bit value that helps identify and address individual devices in the fabric. Here are a few key points about Fibre Channel IDs: Uniqueness: Each Fibre Channel device connected to the fabric is assigned a unique FC_ID. No two devices within the same fabric can have the same FC_ID. Dynamic Assignment: FC_IDs are dynamically assigned by the fabric switches during the device login process. When a device logs into the fabric, the switch assigns an FC_ID to that device. Domain ID and Port ID: The FC_ID consists of two parts: the Domain ID (D_ID) and the Port ID (P_ID). The D_ID represents the switch or fabric to which the device is connected, while the P_ID represents the specific port or interface of the device within that fabric. Routing and Addressing: The FC_ID is used for routing and addressing Fibre Ch...

What is WWN in fibre channel ?

WWN stands for World Wide Name in Fibre Channel (FC). It is a unique identifier assigned to each Fibre Channel device in a Storage Area Network (SAN). The WWN serves as a globally unique identifier for a device and is used to identify and address Fibre Channel devices within the SAN environment. There are two types of WWNs used in Fibre Channel: World Wide Port Name (WWPN) :  A WWPN is assigned to each Fibre Channel port on a device, such as a host bus adapter (HBA) or a Fibre Channel switch port. The WWPN is a 64-bit value that is typically represented as a 16-digit hexadecimal number. WWPNs are used to uniquely identify and address individual Fibre Channel ports within the SAN. Devices with multiple Fibre Channel ports will have multiple WWPNs, one for each port. World Wide Node Name (WWNN):   A WWNN is assigned to each Fibre Channel device, such as a storage array or a host computer. The WWNN is a 64-bit value, also represented as a 16-digit hexadecimal number. WWNNs are us...

What is encoding and scrambling ?

Encoding and scrambling are techniques used in Fibre Channel to improve signal integrity and ensure reliable data transmission over the physical media . Here's a brief explanation of encoding and scrambling in Fibre Channel: Encoding: encoding refers to the process of converting binary data into a specific code that can be effectively transmitted over the physical media. Fibre Channel uses a technique called 8b/10b encoding, which is a widely adopted encoding scheme in various high-speed data communication protocols. Here's an explanation of 8b/10b encoding in Fibre Channel: 8b/10b Encoding: The 8b/10b encoding scheme maps 8-bit data patterns to 10-bit transmission symbols. Each 8-bit input data is encoded into a unique 10-bit code, ensuring a balanced distribution of 0s and 1s and providing DC-balance. DC-balance helps in maintaining signal integrity and synchronization by avoiding the accumulation of DC bias or long strings of identical bits. In 8b/10b encoding, the 10-bit ...

Fibre channel switch services ...

Fibre Channel switches offer various services and features that enhance the functionality, performance, and manageability of Storage Area Networks (SANs) . Here are some of the different services offered by Fibre Channel switches: Zoning: Zoning is a service provided by Fibre Channel switches that allow administrators to logically partition the SAN into separate zones. Each zone contains a subset of nodes and storage devices that are allowed to communicate with each other. Zoning provides security, isolation, and improved performance by restricting access and optimizing traffic within specific zones. Fabric Services: Fibre Channel switches provide fabric services that enable functions such as name server and login server. The name server maintains a directory of Fibre Channel device names and their associated addresses, allowing nodes and storage devices to discover and locate each other within the SAN. The login server facilitates the login and authentication process for devices con...

Commonly available types of FC ports !

Fibre Channel (FC) switches offer different types of ports that serve specific purposes within a Storage Area Network (SAN). Here are the commonly available types of FC ports : N_Port (Node Port): An N_Port is a port on a Fibre Channel switch or device that connects to an end node, such as a server or a storage device. N_Ports can be physical ports on Fibre Channel switches or virtual ports created through N_Port virtualization (NPIV) technology. N_Ports initiate or terminate communication with other ports in the SAN. F_Port (Fabric Port): An F_Port is a port on a Fibre Channel switch that connects to an N_Port. F_Ports serve as the entry and exit points for communication within the Fibre Channel fabric. They handle the control and forwarding of Fibre Channel frames within the fabric and provide fabric services like name server and login server functions. E_Port (Expansion Port): An E_Port is a port on a Fibre Channel switch used for inter-switch communication. E_Ports establish con...

Overview of Nodes and switches in FC !

In a Storage Area Network (SAN), nodes and switches are key components that facilitate the connection and communication between hosts and storage devices. Here's an overview of nodes and switches in a SAN : Nodes: Nodes are the endpoints or devices connected to the SAN. They can be servers, workstations, or other computing systems that require access to the shared storage resources provided by the SAN. Each node typically has a host bus adapter (HBA) or an iSCSI initiator installed, which enables it to connect to the SAN fabric and communicate with storage devices. Nodes initiate I/O operations and send storage-related commands to the storage devices in the SAN. Switches: Switches are networking devices that serve as the backbone of the SAN fabric. They provide connectivity between nodes and storage devices, allowing them to communicate with each other. Fibre Channel switches are commonly used in Fibre Channel SANs, while Ethernet switches are used in iSCSI SANs. Switches enable ...