Answer: 5.4%
Explanation:
As TCP is running in a sliding window mode, it can´t send more segments in sequence than the window size, so the packet length, will be equal to the integer number of full segments within the window, times the segment length, as follows:
Number of Segments = (Window Size / Segment Size) = 9,159 / 1,282 = 7.14
This means that, as a maximum, the sender will be able to send 5 segments in sequence, so the packet length will be as follows.
Packet Length = 1,282 bytes * 7 = 8,974 bytes.
If we know that the end-to-end delay is of 17.9 mseg, the RTT will be exactly the double, i.e., RTT = 35.8 mseg.
The actual bit rate, taking into account the packet length, and the RTT, will be as follows:
Tb = 8,974 bytes. 8 bits/byte / 35.8 msec = 2005 Kb/s
The link utilization, will be the proportion between this effective rate, and the link transmission rate, as follows:
η = 2005 Kb/s / 37,000 Kb/s = 0.0542 = 5.4%