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
- Link_control 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 |
4 | Start of Frame |
24 | Frame Header |
0–64 | optional headers |
0–2048 | data payload |
0-36 | necessary fill bytes, optional ESP checksum trailer |
4 | cyclic redundancy checksum |
4 | End of Frame |