Tagged Questions

4
votes
4answers
1k views

Error Detection Effiency (CRC, Checksum, etc)

I have a hypothetical situation of sending data units, each of a thousand bytes. Failure rate is rare but when a error does occur it is less likely to be a single bit error and more likely to be an ...
0
votes
0answers
12 views

When information in trailer in frame and when checksum errors in tcp segment

I'm studying for my exam 'ComputerNetworking'. I have two questions: - when does a trailer in a frame (link-layer network) contain information? - when can TCP-segments have checksum errors? thanks in ...