TCP/IP hdr checksum : what method is used ?
Answer Posted / sindhu
Header Checksum: A checksum computed over the header to
provide basic protection against corruption in transmission.
This is not the more complex CRC code typically used by data
link layer technologies such as Ethernet; it's just a 16-bit
checksum. It is calculated by dividing the header bytes into
words (a word is two bytes) and then adding them together.
The data is not checksummed, only the header. At each hop
the device receiving the datagram does the same checksum
calculation and on a mismatch, discards the datagram as damaged.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is shared memory in os?
Is dns a protocol?
How do I find my ip address?
What happens from the point an HTTP request is received on a TCP/IP port up until the Page fires the On_Load event?
Why its so called Open system interconnection reference model?
How names are translated (resolved) into ip address?
How do I find out what service is using a port?
What is the purpose of message queue?
Where is tcp used?
How can I see all devices on my network?
How do I create a message queue?
How can I tell if a port is blocked?
How Authentication Header provides the protection to IP header?
What osi layer is tcp?
Why is tcp used?