TCP checksum
==> TCP checksum is combination of Data + TCP Header + Pseudo Header
We all aware about DATA and TCP header but what is this Pseudo Header?
Pseudo header is combination of [SIP + DIP + Protocol ID (TCP or UDP) + TCP length (including both header and data) + Reserved(all 0) ]
Comments
Post a Comment