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 are the different functions of each of the layer in TCP/IP model? What are the protocols associated with each layer?
Is port forwarding necessary?
Can the IP address same for 2 pcs?
How do I run ipconfig?
What is the role of tcp/ip in data transmission from source to destination?
How Authentication Header provides the protection to IP header?
What is thread in computer architecture?
Tell me what is the difference between public and private ip?
What is port 110 used for?
Explain what is a firewall?
Explain how names are translated (resolved) into ip address?
Explain the basic difference between tcp/ip and osi model.
Explain what is the data unit of "transport layer"?
What are the different types of osi layer?
What is the core naming mechanism, domain name system (dns)?