Why does TCP need a checksum, when lower layers do integrity checks anyways (like Ethernet CRC)?
|
feedback
|
|
The TCP protocol guarantees accurate delivery regardless of underlying mechanisms. There is no guarantee that every protocol that it might run over will do any sort of integrity checking. SLIP, for example, has no error detection. | |||||||||||||||||||
feedback
|