Lab 3 B
Lab 3 B
MSSV: 1913566
LAB 3B
1) What is the IP address and TCP port number used by the client computer
(source) that is transferring the file to gaia.cs.umass.edu? To answer this question,
it’s probably easiest to select an HTTP message and explore the details of the TCP
packet used to carry this HTTP message, using the “details of the selected packet
header window” (refer to Figure 2 in the “Getting Started with Wireshark” Lab if
you’re uncertain about the Wireshark windows.
The client IP address is 192.168.1.102, TCP port number is 1161
11. How much data does the receiver typically acknowledge in an ACK? Can you
identify cases where the receiver is ACKing every other received segment (see
Table 3.2 on page 250 in the text).
According to the screenshot below, we can see that the ACK numbers increase in
the sequence of 566, 2026, 3486, and so on. The ACK numbers increases by 1460
each time, indicating that the receiver is acknowledging 1460 bytes.
12. What is the throughput (bytes transferred per unit time) for the TCP
connection? Explain how you calculated this value.
Throughput = Amount of data transmitted / Time incurred. Therefore, the total data
are 164091 - 1 = 164090 bytes The whole transmission time is the difference of the
time instant of the first TCP segment (0.026477 second for No.4 segment) and the
time instant of the last ACK (5.455830 second for No. 202 segment). Therefore,
the total transmission time is 5.455830 - 0.026477 = 5.4294 seconds. =>
throughput = 164090/5.4294 = 30.222 KByte/sec.
13. Use the Time-Sequence-Graph(Stevens) plotting tool to view the sequence
number versus time plot of segments being sent from the client to the
gaia.cs.umass.edu server. Can you identify where TCP’s slowstart phase begins
and ends, and where congestion avoidance takes over? Comment on ways in which
the measured data differs from the idealized behavior of TCP that we’ve studied in
the text.
From picture sequence 10 becaue it may be traffic on network(bottleneck link).
when TCP have connected between Sender and Receiver, it have a one value (it is
a windows size) that used to fix value of Information can be to send to Receivers.
so windows size is a value of deal between Sender and Receiver how many have
in segment before sending.
14. Answer each of two questions above for the trace that you have gathered when
you transferred a file from your computer to gaia.cs.umass.edu.
When have a lot of traffic on network. TCP sender have used AIMD algorithm to
reduce window size value.