If we have a large file, let 's say 1 Petabyte, what's the best CRC that can detect all the errors? Is 32bits enough?
I also heard that undetected error rate (packet or chunk) is= BitR* BER * 0.5^k
which K is the FSC of the CRC. in CRC 32 k is 31
I want to know if we have bigger packets or smaller ones how this will affect the CRC... from this equation, it is not affecting at all.