Difference between revisions of "Flow Controllers"

From SolidsWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
[[Category:Control Systems]]{{Knoppen}}  
[[Category:Control Systems]]{{Knoppen}}  
<noinclude><!------------------------------------------------
* READ THIS FIRST
* Only edit this page if you can improve the content.
* Improper use of this page will lead to permanent banning.
* Please do not edit the sponsored link on the top right corner.
* Please start editing this page after the /noinclude
* -------------------------------------------------></noinclude>
[[File:Flow-Controller.jpg|thumb|right|Flow Controllers]]
[[File:Flow-Controller.jpg|thumb|right|Flow Controllers]]
In data communications, '''Flow Controllers''' is the process of managing the rate of data transmission between two nodes to prevent a fast sender from outrunning a slow receiver. It provides a mechanism for the receiver to control the transmission speed, so that the receiving node is not overwhelmed with data from transmitting node. Flow controllers should be distinguished from congestion control, which is used for controlling the flow of data when congestion has actually occurred. Flow controller mechanisms can be classified by whether or not the receiving node sends feedback to the sending node.
In data communications, '''Flow Controllers''' is the process of managing the rate of data transmission between two nodes to prevent a fast sender from outrunning a slow receiver. It provides a mechanism for the receiver to control the transmission speed, so that the receiving node is not overwhelmed with data from transmitting node. Flow controllers should be distinguished from congestion control, which is used for controlling the flow of data when congestion has actually occurred. Flow controller mechanisms can be classified by whether or not the receiving node sends feedback to the sending node.
Flow controller is important because it is possible for a sending computer to transmit information at a faster rate than the destination computer can receive and process it. This can happen if the receiving computers have a heavy traffic load in comparison to the sending computer, or if the receiving computer has less processing power than the sending computer.
Flow controller is important because it is possible for a sending computer to transmit information at a faster rate than the destination computer can receive and process it. This can happen if the receiving computers have a heavy traffic load in comparison to the sending computer, or if the receiving computer has less processing power than the sending computer.


==Sources==
==Sources==
[http://en.wikipedia.org/wiki/Flow_control_(data) Wikipedia Flow Controller]
[http://en.wikipedia.org/wiki/Flow_control_(data) Wikipedia Flow Controller]

Latest revision as of 04:20, 11 December 2012

Flow Controllers

In data communications, Flow Controllers is the process of managing the rate of data transmission between two nodes to prevent a fast sender from outrunning a slow receiver. It provides a mechanism for the receiver to control the transmission speed, so that the receiving node is not overwhelmed with data from transmitting node. Flow controllers should be distinguished from congestion control, which is used for controlling the flow of data when congestion has actually occurred. Flow controller mechanisms can be classified by whether or not the receiving node sends feedback to the sending node. Flow controller is important because it is possible for a sending computer to transmit information at a faster rate than the destination computer can receive and process it. This can happen if the receiving computers have a heavy traffic load in comparison to the sending computer, or if the receiving computer has less processing power than the sending computer.


Sources

Wikipedia Flow Controller