Load Balance Fail Over (LBFO) ?

hi,all
can any body explain the concept of Load Balancing Fail Over(LBFO) in detail.
and also the concept of Primary and secondary miniports.I am going thru NDIS
intermediate driver (passthru)(ntddk\src\network\ndis\passthru)

thanks
mallu


Get free email and a permanent address at http://www.netaddress.com/?N=1


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Load Balancing is basically a feature which help in distributing the load
over many miniports NICS that you may have on the system

Failover is basically redundancy, when one nic down the other takes over.,
There are some constraints’s to this such what one one nic must have a
binding and many more.

Then you need an aggregator, which is the bound master NIC and other ports
are basically other nics in the aggreagation, you can multiple aggreagations
with one aggregator nic for each aggregation.

We have implemented LBFO here but with our own design with an export driver
to comminucate with our base nic driver and we have found many advantages of
this technique over using the NDIS calls to make a LBFO driver.

Downside - it’s taken 9 months to get in “good” condition.

  • point good features and very portable across other OS’s. and can directly
    interact with our driver.

Ramit.
----- Original Message -----
From: “shiva mallu”
To: “NT Developers Interest List”
Sent: Thursday, April 26, 2001 12:20 PM
Subject: [ntdev] Load Balance Fail Over (LBFO) ?

hi,all
can any body explain the concept of Load Balancing Fail Over(LBFO) in
detail.
and also the concept of Primary and secondary miniports.I am going thru NDIS
intermediate driver (passthru)(ntddk\src\network\ndis\passthru)

thanks
mallu

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1


You are currently subscribed to ntdev as: xxxxx@wipro.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com