Fibre Channel frame


In computer networking, a Fibre Channel frame is the frame of the Fibre Channel protocol. The basic building blocks of an FC connection are the frames. They contain the information to be transmitted, the address of the source and destination ports and link control information. Frames are broadly categorized as
Data frames may be used as Link_Data frames and Device_Data frames, link control frames are classified as Acknowledge and Link_Response frames. The primary function of the Fabric is to receive the frames from the source port and route them to the destination port. It is the FC-2 layer's responsibility to break the data to be transmitted into frame size, and reassemble the frames.
Each frame begins and ends with a frame delimiter. The frame header immediately follows the Start of Frame delimiter. The frame header is used to control link applications, control device protocol transfers, and detect missing or out of order frames. Optional headers may contain further link control information. A maximum 2048 byte long field contains the information to be transferred from a source N_Port to a destination N_Port. The 4 byte Cyclic Redundancy Check precedes the End of Frame delimiter. The CRC is used to detect transmission errors. The maximum total frame length is 2148 bytes.
Between successive frames a sequence of six primitives must be transmitted, sometimes called interframe gap.
Length Content
4Start of Frame
24Frame Header
0–64optional headers
0–2048data payload
0-36necessary fill bytes, optional ESP checksum trailer
4cyclic redundancy checksum
4End of Frame