Hi,
I would like to verify something with respect to TCP as I am not that familiar with the protocol.
If I have two sources sending TCP traffic, one with large traffic and the other with low traffic. If the larger source is experiencing difficulties in transmitting packets due to the large size of the data and I drop packets from the smaller source, will this help the larger source to send more traffic?It is my understanding that with TCP a packet loss makes a source slow down, hence if the smaller source slows down then the larger source might be able to transmit more data? Can someone clarify this for me please?
Also, with UDP, if a packet is dropped it does not have the same effect as TCP - if a packet is dropped it is simply dropped - is this case?
What if I had a combination of a TCP source and UDP source, would there be an affect on the other sender if a packet was dropped? I am assuming not?
I would like to verify something with respect to TCP as I am not that familiar with the protocol.
If I have two sources sending TCP traffic, one with large traffic and the other with low traffic. If the larger source is experiencing difficulties in transmitting packets due to the large size of the data and I drop packets from the smaller source, will this help the larger source to send more traffic?It is my understanding that with TCP a packet loss makes a source slow down, hence if the smaller source slows down then the larger source might be able to transmit more data? Can someone clarify this for me please?
Also, with UDP, if a packet is dropped it does not have the same effect as TCP - if a packet is dropped it is simply dropped - is this case?
What if I had a combination of a TCP source and UDP source, would there be an affect on the other sender if a packet was dropped? I am assuming not?