Ask Question
22 August, 07:26

Suppose two TCP connections are present over some bottleneck link of rate R bps. Both connections have a huge file to send (in the same direction over the bottleneck link). The transmissions of the files start at the same time. What transmission rate would TCP like to give to each of the connections?

+3
Answers (1)
  1. 22 August, 09:53
    0
    R/2 bps

    Explanation:

    The TCP protocol is a connection oriented protocol that establishes a three way connection to transfer packets between hosts in a network. It is a protocol in the transport layer of the OSI network model. It is reliable given that all packets dropped are retransmitted.

    A bottleneck link is a link of which it's bandwidth continuously reduces to a narrow channel. When two TCP connections are present in a bottleneck, the bandwidth used by the TCP protocol is divided to two halves for both connections, that is R bps / 2.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Suppose two TCP connections are present over some bottleneck link of rate R bps. Both connections have a huge file to send (in the same ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers