What is the checksum code for 1011 1101 1001? A sender and a receiver agreed that they use 4-bit unit.
Answer is as follows :
We have 1011 1101 1001
we have three packets
as which is equal to hexadecimal and decimal as follows
1011 = B = 11
1101 = D = 13
1001 = 9 = 9
So we add all these = 11 + 13 + 9 = 33
so we get total of 33 in decimal.
and we have to use 4-bit checksum.
so total value will be 24 = 16
so after divide 33 by 16 we get 1 as remainder.
and 1 is equal to 0001 in 4 bit binary. and hexadecimal value of 0001 is also 1.
So checksum is 0001 i.e. our 4-bit result.
if there is any query please ask in comments..
What is the checksum code for 1011 1101 1001? A sender and a receiver agreed that...
4 UDP Checksum (20 pts) Suppose a sender that is to send a UDP datagram as given below. It is creating the checksum 0000 110 0000 0110 0000 1000 Checksum 1. Find the binary sum of the other four fields than checksum. (4 pts) 2. Wrap around the overflow and add to the least significant bit(s) if any. (4 pts) 3. Find the l's complement of the result of Problem 2. (2 pts) Suppose a receiver. Your answer of Problem...
We want to compute the Checksum of the following four 16-bit words. 1000 0110 0101 1110 1000 1100 0110 1000 0111 1001 0010 0010 1000 1001 1011 1101 Explain the algorithm and implement the checksum computation in a programming language (e.g., C, C++ or Python) with the above input header.
4) Consider the Rdt 2.0 protocol for reliable data transfer. Given the data (actual payload) determine checksums at sender and receiver side. Also, determine what type of response will be sent from receiver to sender. Explain? (20 points) Give values for sender checksum, receiver checksum and response? Response = ? Sender ► Unreliable channel bit error Receiver Data (payload) = (1100 1010, 0101 1100) Received Data (payload) = (1101 1010, 1010 1100) Checksum = ? Checksum = ?
Assume a word size of 4 bits; derive the Internet checksum for the string 1101 1100 1001 1001 0100 1111.
Suppose that a message 1001 1100 0101 1100 is transmitted using Internet Checksum (4-bit word). What is the value of the checksum?
Hamming codeword : 011 1001 1101 0010 1110 01 By inverting one message bit in Hamming code word (to represent a 1-bit error) and demonstrate how the recipient can use the check bits to correct the inverted bit.
Question 28 What is the 4-bit (straight) binary equivalent of the decimal 13? [LO:DCRT 2 marks 1011 0111 1101 1110 0
Question 28 What is the 4-bit (straight) binary equivalent of the decimal 13? [LO:DCRT 2 marks 1011 0111 1101 1110 0
A 4-bit comparator has inputs A = 1101 and B = 1011. What is the output of the comparator? OI. A=-B gt = 0 lt - 1 eq=1 OII. A<B gt - 0 lt = 1 eq - 0 O III.A > B gt - 1 lt - O eq - 0 OIVA-Bgt - 0 lt - 0 eq - 1
Please answer all Questions Fast and Neatly
UDP Checksum (20 pts) Suppose a gender that is to send a UDP datagram me given below. It is creating the checku. 1110 1101 1111 0110 0100 1010 Checksum 1111 0110 1. Find the binary sum of the other four fields than checksum (8 pts) 2. Wrap around the overflow and add to the least significant bit(s) if any. (2 pts) 3. Find the l's complement of the result of Problem 2. (2...
.a) Obtain the CRC code word for the data bit sequence (10011101) using the generator 1001 .b) For the resulted codeword show the steps performed by the receiver to check message correctness