Computer Science, asked by amitj4056, 1 year ago

what is SLOW START protocol? ​

Answers

Answered by BRAINLYKING38
7

Answer:

Slow start prevents a network from becoming congested by regulating the amount of data that's sent over it. It negotiates the connection between a sender and receiver by defining the amount of data that can be transmitted with each packet, andslowly increases the amount of data until the network's capacity is reached.

Answered by girijeshpandey80
1

Answer:

algorithms put in place by TCP to help control the amount of data flowing through to a network. This helps regulate the case where too much data is sent to a network and the network is incapable of processing that amount of data, thus resulting in network congestion. TCP Slow Start is not the only algorithm put in place to help prevent network congestion, there are four intertwined congestion control mechanisms in total.

These mechanisms are defined in RFC 5681 as slow start, congestion avoidance, fast retransmit, and fast recovery.

Collectively, these four algorithms together help mitigate network congestion, however in this article we will focus primarily on Slow Start

Similar questions