Why data link layer always put crc in tailer rather than header?
Answers
Answered by
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
Hopes this help you
Similar questions
Math,
7 months ago
Computer Science,
7 months ago
Biology,
7 months ago
Computer Science,
1 year ago