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
How do I check if a port is open?
What do you know about Ipv4 and Ipv6?
How do I get computer name from ip address?
How come the systems know to differentiate between network id and the host id?
What is port 135 commonly used for?
What is a subnet mask?
How do I find out what service is using a port?
Explain 4 example of application layer?
Why shared memory is faster than message queue?
How can I tell if my isp is blocking ports?
What is difference between port number and ip address?
What is tcp ip layers?
How do I restore my ip address?
Explain what is the data unit of "transport layer"?
How do I create a message queue?