3 Simulation results » History » Version 32

MERIOCHAUD, Antoine, 03/23/2016 11:52 AM

1 1 MERIOCHAUD, Antoine
h3. 3. Simulation results
2 1 MERIOCHAUD, Antoine
3 1 MERIOCHAUD, Antoine
Now we have .pcap files with all the informations about the packets exchanged during the Iperf command. We will use Wireshark to produce curves with these files.
4 1 MERIOCHAUD, Antoine
5 2 MERIOCHAUD, Antoine
First, we will analyze the evolution of sequence numbers.
6 8 MERIOCHAUD, Antoine
On the Time/Sequence graph with Wireshark, the upper curve corresponds to the receiver window, the middle one is the TCP segments that are sent and the lowest one is the actual ACK number. 
7 3 MERIOCHAUD, Antoine
8 14 MERIOCHAUD, Antoine
h4. 3.1. Evolution of sequence numbers
9 24 MOURA, Ninon
10 32 MERIOCHAUD, Antoine
!{width:45%}delai_no_pepsal_sequence.png! !{width:45%}delai_no_pepsal_sequence_zoom.png!
11 31 MERIOCHAUD, Antoine
+Figure 1 : Evolution of sequence numbers without PEPsal+
12 1 MERIOCHAUD, Antoine
13 1 MERIOCHAUD, Antoine
14 8 MERIOCHAUD, Antoine
In these two figures we observe a classical evolution of sequence numbers using TCP. We clearly observe the slow start phase during the first 9 seconds and then we are in a congestion avoidance phase without errors. When we zoom on the curve, we can see the packets are sent by burst. This is because we have a huge delay so the transmission is limited by the window size (85KB). Consequently the terminal sends many packets until the window is full, then it has to wait acknowledgments before being able to send again.
15 1 MERIOCHAUD, Antoine
Now we will observe the same curves but with PEPsal activated.
16 9 MERIOCHAUD, Antoine
17 3 MERIOCHAUD, Antoine
18 32 MERIOCHAUD, Antoine
!{width:45%}delai_pepsal_sequence.png! !{width:45%}delai_pepsal_sequence_zoom.png!
19 31 MERIOCHAUD, Antoine
+Figure 2 : Evolution of sequence numbers with PEPsal+
20 1 MERIOCHAUD, Antoine
21 14 MERIOCHAUD, Antoine
22 1 MERIOCHAUD, Antoine
On this curve we observe that the slow start phase is quite shorter (around 5 seconds). Consequently we can achieve higher sequence numbers faster, se we increase the throughput.
23 13 MERIOCHAUD, Antoine
When we zoom, the behaviour is also very different than without PEPsal. Indeed here we see that the 3 curves (window, TCP segment and ACK) are very close because when a packet is sent, it is acknowledged by the PEP and the delay between the remote terminal and the PEP is negligible.
24 17 MERIOCHAUD, Antoine
25 14 MERIOCHAUD, Antoine
To highlight the improvement due to PEPsal, we decided to decrease the size window to 20KB. We produced the two next curves :
26 17 MERIOCHAUD, Antoine
27 16 MERIOCHAUD, Antoine
!{width:60%}delai_no_pepsal__littlewindow_sequence.png!
28 31 MERIOCHAUD, Antoine
+Figure 3 : Evolution of sequence numbers without PEPsal and with a window size of 20KB+
29 14 MERIOCHAUD, Antoine
30 1 MERIOCHAUD, Antoine
31 14 MERIOCHAUD, Antoine
!{width:60%}delai_pepsal__littlewindow_sequence.png!
32 31 MERIOCHAUD, Antoine
+Figure 4 : Evolution of sequence numbers with PEPsal and with a window size of 20KB+
33 1 MERIOCHAUD, Antoine
34 1 MERIOCHAUD, Antoine
Here the improvement thanks to PEPsal is clear. If we compare the sequence number achieved after 1 second, we get around 8 000 without PEPsal and with PEPsal near to 300 000 (37 times more). 
35 17 MERIOCHAUD, Antoine
This part highlight the fact that PEPsal mostly increase the performances in the slow start phase, so it is better to use it when we have to deal with a lot of short connections. 
36 17 MERIOCHAUD, Antoine
37 17 MERIOCHAUD, Antoine
h4. 3.2. Throughput
38 17 MERIOCHAUD, Antoine
39 24 MOURA, Ninon
Now, throughput in fonction of time is plotted.
40 22 MERIOCHAUD, Antoine
41 1 MERIOCHAUD, Antoine
!{width:60%}delai_no_pepsal_throughput.png!
42 31 MERIOCHAUD, Antoine
+Figure 5 : Throughput without PEPsal+
43 17 MERIOCHAUD, Antoine
44 1 MERIOCHAUD, Antoine
!{width:60%}delai_pepsal_throughput.png!
45 31 MERIOCHAUD, Antoine
+Figure 6 : Throughput with PEPsal+
46 17 MERIOCHAUD, Antoine
47 21 MERIOCHAUD, Antoine
48 1 MERIOCHAUD, Antoine
As expected, the throughput is better when we activate PEPsal and this is observable mostly at the beginning of the transmission (slow start phase).
49 22 MERIOCHAUD, Antoine
50 21 MERIOCHAUD, Antoine
h4. 3.3. RTT
51 1 MERIOCHAUD, Antoine
52 22 MERIOCHAUD, Antoine
In this part we observe the Round Trip Time (RTT) of each packet.
53 22 MERIOCHAUD, Antoine
54 21 MERIOCHAUD, Antoine
!{width:60%}delai_no_pepsal_rtt.png!
55 31 MERIOCHAUD, Antoine
+Figure 7 : RTT without PEPsal+
56 21 MERIOCHAUD, Antoine
57 21 MERIOCHAUD, Antoine
!{width:60%}delai_pepsal_rtt.png!
58 31 MERIOCHAUD, Antoine
+Figure 8 : RTT with PEPsal+
59 22 MERIOCHAUD, Antoine
60 23 MERIOCHAUD, Antoine
Without PEPsal we have a RTT quite constant around 600ms. This is legitimate because we added delay on the link to get this RTT. But when we activate PEPsal, the sender is fooled and does not see the satellite link. Consequently the observed RTT is less than 50ms which corresponds to the transmission time along the Ethernet wire and the processing time.