TCP/IP hdr checksum : what method is used ?

Answers were Sorted based on User's Feedback



TCP/IP hdr checksum : what method is used ?..

Answer / 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

TCP/IP hdr checksum : what method is used ?..

Answer / xxx

CRC(cyclic redundancy check)code is a method to find
out the mismatch in the datagram.CRC is a 16-bit check sum
used to calculate by dividing header bytes into words and
then adding together.the same operation will be done by the
receiving device.if there is any mismatch,then it will
discard.

Is This Answer Correct ?    4 Yes 0 No

TCP/IP hdr checksum : what method is used ?..

Answer / guest

one's complement of sum of one's complement.

Is This Answer Correct ?    4 Yes 2 No

TCP/IP hdr checksum : what method is used ?..

Answer / guest

cyclic redundancy check

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More TCP IP Interview Questions

What does an ip address mean?

0 Answers  


How does interprocess communication work?

0 Answers  


What are the various protocols in the TCP/IP model?

0 Answers   Zensar,


Can two people use the same ip address?

1 Answers  


What is the port 8000?

0 Answers  






How many bits are there in the ip address and port number?

0 Answers  


What is the purpose of dns?

0 Answers  


Please Explane for Networking protocal >>TCP IP .

3 Answers   DFL, Patni,


What happens when multiple applications open multiple tcp connections?

0 Answers  


What are two models of interprocess communication?

0 Answers  


What is netsh interface?

0 Answers  


Compare the contents of the NetSim routing table with those of a IP/RIP based router

0 Answers  


Categories