Top "Congestion-control" questions

Congestion control concerns controlling traffic entry into a telecommunications network, so as to avoid congestive collapse by attempting to avoid oversubscription of any of the processing or link capabilities of the intermediate nodes and networks and taking resource reducing steps, such as reducing the rate of sending packets.

What's the difference between Flow Control and Congestion Control in TCP?

What's the difference between flow control and congestion control in TCP? This question can be broken down into two parts: …

networking tcp congestion-control
what is the diffrence between TCP TAHOE and TCP RENO

what is the diffrence between TCP TAHOE and TCP RENO. what I want to know is about the behivor to 3…

tcp congestion-control
How to disable TCP slow start in Linux?

I am looking for disable TCP slow start mechanism for high-speed network. Currently clients send 100MB flows to random servers …

linux networking tcp congestion-control
TCP congestion control - Fast Recovery in graph

I've been reading the book "Computer Networking: A Top Down Approach" and encountered a question I don't seem to understand. …

networking tcp network-protocols congestion-control
TCP Congestion Window Size

I'm going through some revision and I've been stumped by a TCP question. Maybe someone can give me a quick …

tcp window size sliding-window congestion-control
difference between sliding window and congestion window

What is the difference and connection between sliding window in flow control and congestion window in congestion control? I think …

networking tcp flow-control congestion-control