What is the difference between flow control and congestion control?

What is the difference between flow control and congestion control?

What is the difference between flow control and congestion control? Where can I find more information on this?

    Requires Free Membership to View

    By submitting your registration information to SearchNetworking.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchNetworking.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

TCP's four congestion control algorithms include: slow start, congestion avoidance, fast retransmit, and fast recovery. Congestion control basically states that a network device can transmit only a certain number of packets and can not add more packets to a network until an acknowledgement is received. http://www.ecse.rpi.edu/Homepages/shivkuma/research/cong-papers.html has some good papers on the topic.

Flow control works by refusing new connections until congestion is resolved. In serial transmissions, Xon/Xoff is used for flow control. It is a handshaking mechanism that will keep a sender from sending data faster than a receiver can receive it.

This was first published in September 2003