Knowledge checks


Does UDP preserve application-layer message boundaries?



True or False:  On the sending side, the UDP sender will take each application-layer chunk of data written into a UDP socket and send it in a distinct UDP datagram. And then on the receiving side, UDP will deliver a segment’s payload into the appropriate socket, preserving the application-defined message boundary.




 

That's Correct!

That's Incorrect. Try Again

1/10

UDP header fields.



Which of the fields below are in a UDP segment header? [Hint: note the use of the word "header" in this question statement.]




 

That's Correct!

That's Incorrect. Try Again

2/10

UDP segment length field.



Why is the UDP header length field needed?




 

That's Correct!

That's Incorrect. Try Again

3/10

Internet checksum and UDP.



Over what set of bytes is the checksum field in the UDP header computed over?




 

That's Correct!

That's Incorrect. Try Again

4/10

What is a checksum? 



Which of the following statements are true about a checksum? Hint: more than one statement is true.




 

That's Correct!

That's Incorrect. Try Again

5/10

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 here.]




 

That's Correct!

That's Incorrect. Try Again

6/10

Computing the Internet Checksum (2).



Compute the Internet checksum value for these two 16-bit words: 01000001 11000100 and 00100000 00101011

[Note: you can find more problems like this one here.]




 

That's Correct!

That's Incorrect. Try Again

7/10

UDP Checksum: how good is it?



True or False:  When computing the Internet checksum for two numbers, a single flipped bit (i.e., in just one of the two numbers) will always result in a changed checksum.




 

That's Correct!

That's Incorrect. Try Again

8/10

UDP Checksum: how good is it?



True or False: When computing the Internet checksum for two numbers, a single flipped bit in each of the two numbers will always result in a changed checksum.




 

That's Correct!

That's Incorrect. Try Again

9/10

IP addresses and port numbers in a UDP segment sent in reply. 



Suppose a UDP segment (A in the figure below) arrives at a host with an IP address of 128.119.40.186. The source port in the UDP segment is 4829 and the destination port is 3546. The IP address of the sending host is 60.54.75.24.


Now consider the UDP datagram (and the IP datagram that will encapsulate it) sent in reply by the application on host 128.119.40.186  to the original sender host, labeled B in the figure above.  Complete the sentences below ...

What are the source and destination port numbers and IP addresses? (Enter the integer port number or the 4-part dotted decimal IP address, included the period)

The source port number of the UDP segment (B) sent in reply is: 

The source IP address of the IP datagram containing the UDP segment (B) sent in reply is: 

The destination port number of the UDP segment (B) sent in reply  is:

The destination IP address of the IP datagram containing the UDP segment (B) sent in reply is: 

[Note: you can find more problems like this one here.]



Question List:
Answer List:
  1. 80

  2. 24

  3. 4829

  4. 128.119.40.186

  5. 60.54.75.24

  6. 10.0.0.1

  7. 3546


 

That's Correct!

That's Incorrect. Try Again

10/10

We gratefully acknowledge the programming and problem design work of John Broderick (UMass '21), which has really helped to substantially improve this site.

Copyright © 2010-2021 J.F. Kurose, K.W. Ross
Comments welcome and appreciated: kurose@cs.umass.edu