|
|
| SureshHomepage 2004-11-19, 1:50 am |
| To enable the Nagle congestion control algorithm, use the "service nagle" global configuration command.
What is service nagle then?
Its a congestion control algorithm that is designed to save the keystrokes by buffering the keystrokes you type on a router/switch so that they don't have to be repeated on it. Basically it was developed from unix platform it appears. | |
| dmaftei 2004-11-19, 5:34 pm |
| quote: Originally posted by SureshHomepage
Its a congestion control algorithm that is designed to save the keystrokes by buffering the keystrokes you type on a router/switch so that they don't have to be repeated on it.
You've GOT to be kidding!!! The Nagle algorithm was designed to "save the keystrokes... so they don't have to be repeated"?! ROTFLOL You're clueless, pal...
The Nagle algorithm was designed to deal with the situation when many small packets are sent over TCP, aka the "silly window syndrom" on the sender side. What you have in mind is most likely the classical example for this situation, i.e. a telnet session, when each keystroke generates one byte that is sent in a TCP segment. You end up sending 41 bytes over the network for one useful byte. The Nagle algorithm solves the problem by buffering (under certain conditions) a number of bytes, instead of sending them as soon as they arrive at the TCP layer.
Geez, man, go buy yourself a good networking book! | |
| Just Visiting 2004-11-19, 8:42 pm |
| Decided not to post what I really think of him....
-JV | |
| SureshHomepage 2004-11-19, 9:41 pm |
| dmaftei,
I actually tried giving a simplest ever possible explanation for the command on the fly and never thought of going bit more technical while posting.
Now, thanks for your background technical info and I think you really fulfilled the posting now.
http://www.cisco.com/univercd/cc/td...012.htm#1019550 | |
| dmaftei 2004-11-20, 11:45 pm |
| quote: Originally posted by SureshHomepage
I actually tried giving a simplest ever possible explanation for the command...
Simplest doesn't have to be wrong, my friend... | |
| smrkdown 2004-11-21, 2:10 am |
| Why give a simple example on a CCNP forum? | |
| limsam 2004-11-21, 6:49 pm |
| Cooldown Suresh.
When did you complete your CCIE?
Last time I heard that you were in Sydney and studying for CCIE.
Anyhow, Congratulations.
Better late than none. |
|
|
|