Suppose there is a TCP connection with the following properties:segment size of 2KB, receive buffer of 32KB, over a 1Gbps line witha 5ms one-way delay.
1) What is the effective bandwidth of the flow?
2) How long does it take (in ms) to send the full window withoutslow start (increasing one packet at a time)?
3) How long does it take (in ms) to reach the full window sizewith slow start?
Expert Answer
Answer to Suppose there is a TCP connection with the following properties: segment size of 2KB, receive buffer of 32KB, over a 1Gb…