the distance between any pair of codewords is 2
0
becomes (codeword) 000
1
becomes (codeword) 111
001
, 010
, or 100
is received, the original message was 0
110
, 101
, or 011
is
received, the original message was 1
01111110
(0x7E
hexadecimal)
0x21
)
0x7E
) to delimit a frame
01111101
(0x7D
), as illustrated below
0x7D
appears in the original data, it must also
be preceded by 0x7D
1A-23-F9-CD-06-9B
FF-FF-FF-FF-FF-FF
FF:FF:FF:FF:FF:FF
(hexadecimal), i.e. all 1s,
is reserved for broadcast
0800
(hexadecimal) is reserved for IPv4 traffic
See Chapter 6 of [Kurose and Ross], Chapters 13 to 15 and 17 of [Comer] and parts of Chapters 3 and 4 of [Tanenbaum].