Knowee
Questions
Features
Study Tools

3.3-05 Computing the Internet Checksum (1). Compute the Internet checksum value for these two 16-bit words: 11110101 11010011 and 10110011 01000100[Note: you can find more problems like this one hereLinks to an external site..]Group of answer choices01010110 1110100001011110 11000101  01010110 11100111  01101110 11010101

Question

3.3-05 Computing the Internet Checksum (1). Compute the Internet checksum value for these two 16-bit words: 11110101 11010011 and 10110011 01000100[Note: you can find more problems like this one hereLinks to an external site..]Group of answer choices01010110 1110100001011110 11000101  01010110 11100111  01101110 11010101

🧐 Not the exact question you are looking for?Go ask a question

Solution

To compute the Internet checksum for the two 16-bit words, follow these steps:

  1. Convert the binary words to hexadecimal for easier calculation.

    • 11110101 11010011 = F5D3
    • 10110011 01000100 = B344
  2. Add the two hexadecimal numbers together.

    • F5D3 + B344 = 1A717
  3. If the sum is larger than 16 bits (as it is in this case), wrap the overflow around by adding it back to the sum.

    • 1A717 - 10000 (which is 16 bits) = A717
    • Then add the overflow (1) back: A717 + 1 = A718
  4. Finally, compute the one's complement of the result. This means flipping all the bits (changing 1s to 0s and 0s to 1s).

    • A718 = 1010 0111 0001 1000
    • One's complement = 0101 1000 1110 0111 = 58E7

So, the Internet checksum value for the two 16-bit words 11110101 11010011 and 10110011 01000100 is 58E7.

This problem has been solved

Similar Questions

Internet Checksum (b). Consider the two sixteen bit numbers:10110100 0100011011001000 01101110Compute the Internet Checksum of these two valuesEnter the 2 bytes each as an 8-bit number with only 0’s and 1’s, and make a single blank space between the two 8-bit numbers (e.g., 01010101 00101000).

The Internet checksum, used by IP, TCP and UDP, is formed by taking the ________ of the 16-bit words of the message:Question 14Select one:a.two’s complement sumb.one’s complement sumc.logical XORd.logical ORe.logical AND

Assume that the UDP system on your computer received a datagram whose header contains Source Port #9568, Dest Port #21932, Length of 12, and a payload containing 0x9CBD 0x0085. What value should be in the checksum field?Group of answer choices0001100001011011100111010100001011100111101001000001100001011011

19) What is the binary equivalent of the hexadecimal number AF?A) 10101111B) 10000111C) 11011111D) 01011111

A(n) ________blank-bit-word computer can access eight bytes of information at a time.Multiple Choice64128256512

1/1

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.