Re: Use lagg(4) or Use Layer-4 Load Balancing?



I was attempting to find good information on how to achieve a type of
bonding using advanced routing on FreeBSD, such as with layer-4 routers,
that can bond multiple sources into a single overall larger source for
logical backbone creation for networks.


On Wed, 2008-06-18 at 13:22 -0400, Andrew Thompson wrote:
On Tue, Jun 17, 2008 at 04:32:03AM -0400, Martes G Wigglesworth wrote:
Greetings all.

I have been attempting to research what I have been informed is
actually accomplished with layer-4 load balancing. I have seen many
articles and reviews that indicate that lagg(4) will accomplish the
teaming of multiple internet access sorces into a single logical pipe,
however, I have tried this using a dumb switch two nic interfaces and
this simply is not the case.

I am new and may not have enough cool equipment around, however, aside
from using the fail-over mode for redundancy, and lacp on a supported
switch, then if lagg(4) could really combine multiple sources into one
for use as a larger overall backbone, then I should be able to get
doulbed bandwidth using two separate ports on an unmanaged switch using
some option on the lagg(4) driver, which is not the cast.(if this is
wrong I would be happy to get the correct information, however I have a
few network engineer references that say that you cannot do anything
more than layer-2 lacp with appropriate equipment to create an
isp-supported trunk) Even in the on-lamp interview the 7.0 developer
implies that you can do what I am attempting to research however, it is
not possible at layer 2 without an end-point.

How are you testing this? You need to have multiple IP flows in order to
fully utilise the multiple links. See this snippet from the handbook
(i'll put it in the man page too).

"Since frame ordering is mandatory on Ethernet links then any traffic
between two stations always flows over the same physical link limiting
the maximum speed to that of one interface. The transmit algorithm
attempts to use as much information as it can to distinguish different
traffic flows and balance across the available interfaces."


Does that answer your question, you will not get more speed on a single
download.


Andrew
_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"


_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Use lagg(4) or Use Layer-4 Load Balancing?
    ... actually accomplished with layer-4 load balancing. ... teaming of multiple internet access sorces into a single logical pipe, ... then if laggcould really combine multiple sources into one ... You need to have multiple IP flows in order to ...
    (freebsd-net)
  • Re: [patch] PCI Express Enhanced Config Patch - 2.6.0-test11
    ... To the Intel guess working out the ACPI 3.0 interfaces. ... How do we find the Root Complex Register Block? ... How does ACPI describe multiple MMCONFIG spaces? ...
    (Linux-Kernel)
  • Re: operator overloading
    ... but not divide - anything a mathematician would call a ring, ... Multipliable, Ring extends Addable, Multipliable, Dividable, Field extends ... If you provide an interface for each operator, obviously applications can define their own composite interfaces, but there may be places where the standard library uses multiple operators on a single type, so there might end up being some "standard" composite interfaces while other combinations of operators are unrepresented. ...
    (comp.lang.java.programmer)
  • The Power of Multiple Inheritance
    ... composite multiple interfaces into a whole. ... un-overridden behavior of such a text control base ...
    (microsoft.public.vsnet.general)
  • Re: why is multiple inheritance not implemented in java?
    ... Suppose that the framework I'm using gives me implementations of all those useful bits of functionality. ... Your Java author would use interfaces instead, and hide the implementations that combine the contracts from you altogether. ... Concrete implementations of JComponent will have the equivalent of multiple inheritance of default implementations for all three of those interfaces, much as they would if they inherited from three base classes. ...
    (comp.lang.java.programmer)