This Season
 

How to Calculate IP Checksum

Data is sent through IP networks such as the Internet in sets of information called packets. When you send an email, for example, the email is not transmitted as a single document. Instead, the email is divided into packets. The packets are sent individually and the email is reassembled for its recipient when all the packets have arrived at his computer. To reassemble the email correctly, all the packets that compose it must be complete and unaltered when they are received. To ensure that the packets are unaltered, a bit of code called a checksum is created for each packet. Any change to a packet will automatically change its checksum. Therefore, if the checksum of the packet when it is sent matches the checksum of the packet when it is received, it is confirmed to be unaltered. Calculating and confirming IP checksums is an automated process. However, if you want to calculate the IP checksum of a packet you have captured, you can do so using an open source packet analyzer such as Wireshark.

Related Searches:
    Difficulty:
    Moderately Easy

    Instructions

      • 1

        Open the Wireshark utility.

      • 2

        Click the "File" link in the Wireshark menu bar then click the "Open" icon in the drop-down menu. This opens the Wireshark Open Capture File dialog window.

      • 3

        Locate the file containing the packet for which you want to know the checksum and select it in the dialog window. The .cap format is a common format for captured packet data. Click the "Open" button in the dialog window to open the capture file and display the information it contains in the main Wireshark window.

      • 4

        Click to select the individual packet for which you want to know the IP checksum in the Packet List pane of the main Wireshark window.

      • 5

        Scroll to the Internet Protocol data set in the Packet Details pane of the main Wireshark window. The checksum calculated for the packet you have selected is displayed in hexadecimal format in the "Header checksum" item.

    Related Searches

    Read Next:

    Comments

    You May Also Like

    • How to Calculate a File's Checksum

      You can calculate a file's checksum to verify its integrity. The checksum can be created with two methods, either MD5 or SHA1....

    • How To Calculate the Checksum for a UDP

      A UDP file is a file format used by Corel VideoStudio Pro and Ulead VideoStudio. Both of these video editing programs use...

    • How to Calculate the TCP Checksum

      The transmission control protocol, or TCP, checksum is a number that is associated with an Internet connection. This technology refers to the...

    • AH Protocol

      The Authentication Header (AH) protocol is part of the Internet Protocol Security (IPSec) protocol. This protocol provides authentication for a data packet...

    • How to Calculate a Checksum in VB

      The concept of a checksum was invented early in the history of computer science to verify the integrity of data. The most...

    • How to Calculate the CRC Checksum

      Checksums were invented in the 1950s to check the integrity of stored files, and later to ensure that files sent across networks...

    • How to Calculate Checksums

      A checksum is a short (128 characters) string of digits produced by running a file through a hash function. Checksums are used...

    • Windows Checksum Tools

      Windows Checksum Tools. Checksum tools are used to verify the validity of data after copying or transmission. These programs use an algorithm...

    • How to Calculate Checksums in Windows

      A checksum is a string of character calculated using complex a mathematical formula so one string of character is unique to one...

    • Definition of a Cyclic Redundancy Check

      A cyclic redundancy check, or CRC, is a form of data verification used by computer software and networking protocols to ensure there...

    Follow eHow

    Related Ads