Computer Science, asked by SumukhaP1806, 1 year ago

Why data link layer always put crc in tailer rather than header?

Answers

Answered by Aryamohanan23
5
It is more efficient. Only one pass needs to be made over the packet as it computes the CRC while scanning the packet, and then outputs it at the end (trailer). If the CRC were in the header, then two passes would be necessary - one to compute the CRC, and one more to append it to the front of the packet.


Hopes this help you
Similar questions