Spring 2022 IS496 Homework 2


Total Points: 70 points
Scope: Chapters 2
Due: Mar. 25, 2022 by the end of day (11:59 pm CST)
Grouping: To be completed individually
Note: This assignment is also available in the Word Document (.docx) format and can be downloaded here.


Problems

Problem 1: [20 points: 10 points for each sub-question] Suppose we want to transmit a bit sequence 11010110 and protect it from errors using CRC polynomial x3+1.
  1. Use polynomial long division to determine the message that should be sent.

  2. Suppose the second bit from the left of the message is inverted due to noise on the transmission link. What is the result of the receiver's CRC calculation? How does the receiver know an error has occurred?

Problem 2: [15 points, 5 points for each sub-question] Consider a Stop-and-Wait algorithm running over a 15-km point-to-point fiber link.
  1. Compute the one-way propagation delay for this link. Assuming the speed of light is 2×108 m/s in the fiber.

  2. Suggest a suitable timeout value for the Stop-and-Wait algorithm to use.

  3. Given the timeout value you suggest in (b), is it still possible for the Stop-and-Wait algorithm to timeout and retransmit a frame? Please also justify your answer.

Problem 3: [10 points] Suppose you are designing a sliding window protocol for a 1.5 Mbps point-to-point link to the moon, which has a one-way latency of 3 seconds. Assuming each frame carries 1KB of data, what's the minimum number of bits you need for the sequence number (assume SWS=RWS)? Note: B denotes Byte and b denotes bit.

Problem 4: [25 points: 10 points (a), 15 points for (b)] Draw a timeline diagram for the sliding window algorithm with SWS=RWS=4 frames, for the following situations. Use a timeout interval of about 2×RTT.

Note: In problem 4, assume the sequence number of the first frame is 1 and accumulative ACKs is used. Please draw Frame 1 to 7 (including the lost and retransmission ones) from the sender and all ACKs from the receiver in the timeline diagram. Please also highlight the timeout and retransmission events in the diagram. You only need to consider the timeout and retransmission of the lost frames.
  1. Frame 4 is lost.

  2. Frames 3-5 are lost.




Submission Instructions

Create a PDF file containing your answers. Place your name and netid at the beginning of the file. Upload the file to the corresponding assignment on Canvas.