Multiplexing 2 different 3G connections in single system!

  • Thread starter Thread starter steffin
  • Start date Start date
  • Replies Replies 6
  • Views Views 4,033

steffin

Expert
Messages
104
Location
NA
ISP
BSNL 3G U/L
Does anyone know on how to use 2 different 3G connections simultaneously on a single system,so that 2 speeds get added up? I think my question is clear!:yahoo:
 
so that 2 speeds get added up?

You can use two connections simultaneously (load balancing). But, you cannot make it act like a single connection (Bandwidth aggregation).

If you get 3Mbps in both connections, you'll have two different 3Mbps connections which are load-balanced. When a new request arrives, based on the load-balancing logic, the best connection will be chosen. But, you cannot make it a single 6Mbps connection.
 
In case of torrent the speed will add up also for download managers I guess.This used to happen when I used load balancing router with 2 BSNL BB connections.I used to get 30+60=90KBps for torrents and DMsDownloads with dynamic links or with no resume support might not be able utilize speed from both connections even when using download managers.
 
^^ Hmm.. that makes sense. I guess it's possible because of threading (downloading a file in multiple parts) in torrent/download managers.
 
Does the load balancing solution (Load balance two Internet connections) work on windows 7? I am trying to use a wifi wireless connection and bsnl 3g via dial up. Dial-up takes priority while it is up and I do not see any network graph on the wi-fi wireless. Tried with mobile partner as well, still the same.

---------- Post added at 04:41 PM ---------- Previous post was at 03:37 PM ----------

Works..need to add two more paramters ConnectOnRequestedInterfaceOnly and CachePerAdapterEnabled
ConnectOnRequestedInterfaceOnly: Core Services
 
Back