In the context of the 16-bit Cyclic Redundancy Check (CRC-16) CCITT algorithm, which uses the generator polynomial x¹⁶ + x¹² + x⁵ + 1
, what does "CCITT" stand for? I can't seem to find this initialism written out in full.
Asked
Active
Viewed 2,035 times
2

Code Doggo
- 2,146
- 6
- 33
- 58
-
[CCITT](https://en.wikipedia.org/wiki/ITU-T). – AlexP Oct 28 '19 at 21:38
-
1Look at section 2 of [t-rec-v.41-198811-.pdf](https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-V.41-198811-I!!PDF-E&type=items). – rcgldr Oct 28 '19 at 23:31
1 Answers
6
CCITT stands for Consultative Committee for International Telephony and Telegraphy, which has now become the ITU-T.

bmargulies
- 97,814
- 39
- 186
- 310
-
How does this relate to this particular CRC-16 algorithm? The wiki you attached reads "*CCITT is a 5 tone selcall system for VHF/UHF radios.*" That doesn't sound like CRC at all. Am I missing some historical reasoning? – Code Doggo Oct 28 '19 at 21:01
-
3THere has only ever been one CCITT in the world. They published the standard for CRC, as well as for many, many, other things. The fact that the linked page is focussed on some of the other things is indeed slightly distracting, but I wanted to attribute the source. – bmargulies Oct 29 '19 at 22:22