Thanks in advance!
Hi,I have a network with a UDP and a TCP traffic source. I am comparing the TCP friendliness of the UDP source equipped with different rate control techniques namely rate control 1 and rate control 2..The TCP source starts pumping in data at 1000ms at which point in time the UDP source triggers the rate control experiments. I plot (shown below) the congestion window variation of TCP source with time under the influence of each rate control technique. But i am unable to comprehend the graph. I will be grateful if someone could help me in analyzing which of the rate control techniques is better in terms of TCP friendliness.
--
You received this message because you are subscribed to a topic in the Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-3-users/DIV0robWYaA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-3-users+...@googlegroups.com.
To post to this group, send email to ns-3-...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
Sorry for the incomplete details!The major questions i have about this graph are the following:1. The graph is the response of the TCP source to the customized rate control techniques (rate control 1 and rate control 2) implemented on top of UDP. So, as far as TCP friendliness is concerned which of these rate control techniques perform better? What is the parameter to measure it?
2. The TCP congestion control technique (ns3 default) is unchanged for both experiments (rate control 1 and rate control 2). Then, why is the congestion window behavior different in both cases? For the black graph, it always makes a very sharp increase while for the red graph it alternates between slow and sharp increase.