If you instead shape the data on the linux router, you can make yourself the slowest link. By doing so you prevent the simple queue from filling up much, and can implement some sort of priorities for traffic. If you gave http request more priority than ftp data, then even if your queue is full of ftp data, when the http request comes along it will get sent as soon as possible instead of waiting for all the ftp packets already on the queue to be sent out.
Giving TCP Ack packets higher priority is another common practice. Even when you're just downloading data, from say a website or ftp, ackowledge packets are sent to ackowledge you got each piece of data. The other end will only send so much data before it waits to receive ack packets. Giving these rather small packets priority, your downloads will never suffer because of your uploads.
rani79@xxxxxxxxxx wrote:
hi all
what does it mean if the total network speed on internal LAN is greater than the external LAN and why it happens?
the extrnal LAN here is the Intenet using a dedicated bandwidth. and BTW the linux box NATting
has no shapping at all. just direct piping
_______________________________________________ LARTC mailing list LARTC@xxxxxxxxxxxxxxx http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
_______________________________________________ LARTC mailing list LARTC@xxxxxxxxxxxxxxx http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc