4B5B

In telecommunication, 4B5B is a form of data communications line code. 4B5B maps groups of 4 bits of data onto groups of 5 bits for transmission. These 5-bit words are pre-determined in a dictionary and they are chosen to ensure that there will be sufficient transitions in the line state to produce a self-clocking signal. A collateral effect of the code is that 25% more bits are needed to send the same information.

An alternative to using 4B5B coding is to use a scrambler. Some systems use scramblers in conjunction with 4B5B coding to assure DC balance and improve electromagnetic compatibility.

Depending on the standard or specification of interest, there may be several 5-bit output codes left unused. The presence of any of the unused codes in the data stream can be used as an indication that there is a fault somewhere in the link. Therefore, the unused codes can be used to detect errors in the data stream.

Applications

4B5B was popularized by fiber distributed data interface (FDDI) in the mid-1980s. It was adopted for digital audio transmission by MADI in 1989.[1] and by Fast Ethernet in 1995.

The name 4B5B is generally taken to mean the FDDI version. Other 4-to-5-bit codes have been used for magnetic recording and are known as group coded recording (GCR), but those are (0,2) run-length limited codes, with at most two consecutive zeros. 4B5B allows up to three consecutive zeros (a (0,3) RLL code), providing a greater variety of control codes.

On optical fiber, the 4B5B output is NRZI-encoded. FDDI over copper (CDDI) uses MLT-3 encoding instead, as does 100BASE-TX.

The 4B5B encoding is also used for USB Power Delivery communication,[2] where it is sent over the USB-C CC pin (further encoded using biphase mark code) or the USB-A/B power lines (further encoded using frequency-shift keying).

Clocking

4B5B codes are designed to produce at least two transitions per 5 bits of output code regardless of input data. When NRZI-encoded, the transitions provide necessary clock transitions for the receiver. For example, a run of 4 bits such as 00002 contains no transitions and that causes clocking problems for the receiver. 4B5B solves this problem by assigning the 4-bit block a 5-bit code, in this case, 111102.

Encoding table

Data 4B5B code
(Hex) (Binary)
0000011110
1000101001
2001010100
3001110101
4010001010
5010101011
6011001110
7011101111
Data 4B5B code
(Hex) (Binary)
8100010010
9100110011
A101010110
B101110111
C110011010
D110111011
E111011100
F111111101
Symbol 4B5B code Description
H00100Halt
I11111Idle
J11000Start #1
K10001Start #2
L00110Start #3
Q00000Quiet (loss of signal)
R00111Reset
S11001Set
T01101End (terminate)

Three consecutive zero bits only appear in normal data when a code ending with two 0 bits (2, E) is followed by a code beginning with a 0 bit (1, 4, 5, 6), so will always appear separated by multiples of the 5-bit encoded symbol length (and never separated by a single symbol). Violations of this property are used for special synchronization codes.

Command characters

The following codes are sometimes referred to as command characters. They are commonly used in pairs, although USB-PD uses 4-symbol sequences to begin its packets.

Control character 5b symbols Purpose
JK11000 10001Sync, Start delimiter
I11111100BASE-X idle marker
T01101USB-PD end delimiter
TT01101 01101FDDI end delimiter
TS01101 11001Not used
IH11111 00100SAL
TR01101 00111100BASE-X end delimiter
SR11001 00111Not used
SS11001 11001Not used
H00100100BASE-X transmit error
JJJK11000 11000 11000 10001USB-PD Start Of Packet (SOP)
JJLL11000 11000 00110 00110USB-PD SOP′
JLJL11000 00110 11000 00110USB-PD SOP″
JSSL11000 11001 11001 00110USB-PD SOP′_Debug
JSLK11000 11001 00110 10001USB-PD SOP″_Debug
RRRS00111 00111 00111 10001USB-PD Hard Reset
RJRL00111 11000 00111 00110USB-PD Cable Reset

References

  1. AES10-2008 (r2019): AES Recommended Practice for Digital Audio Engineering - Serial Multichannel Audio Digital Interface (MADI), Audio Engineering Society
  2. "5.3 Symbol Encoding". Universal Serial Bus Power Delivery Specification. Revision 2.0 Version 1.3. USB Implementers Forum. 12 January 2017. p. 105. 4b5b line code Shall be used. This encodes 4-bit data to 5-bit symbols for transmission and decodes 5-bit symbols to 4-bit data for consumption by the receiver.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.