TCP/IP hdr checksum : what method is used ?
Answers were Sorted based on User's Feedback
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 |
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 |
Why are port addresses shorter than IP addresses?
Give 4 examples which belongs application layer in TCP/IP architecture?
4 Answers Barts, Cisco, CMC, HCL,
How do firewall rules work?
what is domain controller ?
21 Answers Allied Group, i-Source Infosystems, iSource, TCS,
Do you know maximum transfer unit, mtu?
Do sockets use tcp?
which network mask should you place on a class c address to accommodate a user requirement for two sub networks with a maximum of 35 hosts on each network?
What are in process controls?
How to define ip address?
How are semaphores used?
Does http request contain ip address?
How can we detect that the other end of a tcp connection has crashed? Can we use "keepalives" for this?