Load Balancing

arcalk

New member
Local time
2:00 PM
Messages
1
Hey guys. i've had 2 internet service providers for some time, and i just got another NIC installed in my pc. so i decided to look up load balancing. i found what i was looking for: http://www.sevenforums.com/network-sharing/22630-load-balancing-nics-internet-2.html#post248374

i followed the instructions in that post in order to enable load balancing. and i think it worked but i'm unsure on how to test it. i know one thing though. before following that post only one of my NIC's would be connected to the internet while the other would not. now they both connect to the internet at the same time. i read in that post that windows 7 supposedly has load balancing capabilities when you enable those 2 registery settings.

my question is: how can i test this out?

EDIT: if it helps, my onboard NIC is a realtek 8168 and my new pci card is an 8139. very similiar. but the first one is a gigabit and the second one is a regular 10/100
 

My Computer

OS
Windows 7

My Computer

Computer Manufacturer/Model Number
self built
OS
7600.20510 x86
CPU
P4 550 3.4 GHz HT running at 3.5 GHz
Motherboard
MSI PM8M3-V (MS-7211 v1.x) Micro-ATX mainboard
Memory
OCZ 2 GB(2x1GB) DDR400mHz running @ 414 mHz
Graphics Card(s)
HIS Radeon HD 3850 IceQ 3 Turbo HDMI Dual DL-DVI AGP
Sound Card
MOTU Traveler firewire studio interface 192 kHz 24 bit
Monitor(s) Displays
22" widescreen Acer X223W LCD, 17" Compaq P75 CRT
Screen Resolution
1680x1050 and 1280x1024
Hard Drives
SATA I x2 WD, 400 GB and 120 GB, SATA 2 WD Caviar Black 1 TB
PSU
350W generic
Case
Cybertronpc, it glows blue
Cooling
stock cpu fan, Ice-Q 3 gpu and system, many case fans
Keyboard
Logitch Classical Keyboard 200
Mouse
Logitech Mediaplay cordless
Internet Speed
1792/448 kbits/sec
Other Info
SATA II PCI fake RAID adapter, 1 GB Readyboost, original ATI Remote Wonder (even works with WMC perfectly), Logitech Rumblepad 2 game controller x2
Hey guys. i've had 2 internet service providers for some time, and i just got another NIC installed in my pc. so i decided to look up load balancing. i found what i was looking for: http://www.sevenforums.com/network-sharing/22630-load-balancing-nics-internet-2.html#post248374

i followed the instructions in that post in order to enable load balancing. and i think it worked but i'm unsure on how to test it. i know one thing though. before following that post only one of my NIC's would be connected to the internet while the other would not. now they both connect to the internet at the same time. i read in that post that windows 7 supposedly has load balancing capabilities when you enable those 2 registery settings.

my question is: how can i test this out?

EDIT: if it helps, my onboard NIC is a realtek 8168 and my new pci card is an 8139. very similiar. but the first one is a gigabit and the second one is a regular 10/100

Perhaps Zigzag was trolling with those registry values? ;)

Short version: it won't work. "RandomAdapter" and "SingleResponse" have nothing to do with what you're attempting.


=================================

Longer (irrelevant) version: Those registry values control "server" behaviour not "client". More specifically, they control how the machine in question responds to NetBT name lookups. Imagine a scenario where a "server" has 3 network interfaces all on the same segment. If each of those interfaces is reachable by clients, then a typical NetBT broadcast sequence will look like this:

  1. Client broadcasts query which says "will the server whose name is XYZ please respond to this broadcast with your IP address so that I can initiate a (unicast) session".
  2. Server receives the broadcast on all 3 of its interfaces, because they're all on the same segment.
  3. Server sends a separate response for each interface, each with an interface-specific IP address.
  4. Because of certain timing factors, clients will always tend to favour the same server IP for their sessions.
Adding "RandomAdapter" and "SingleResponse" makes the server respond only once - with a randomly chosen IP corresponding to one of its interfaces. In theory, each time a client initiates a NetBT session to that server, it will use a different target interface, hence the "load balancing" implication.

However, since your machine is in this instance not acting as a server for NetBT sessions, none of this makes any difference whatsoever :)
 

My Computer

Computer Manufacturer/Model Number
Multiple machines in various stages of decomposition.
OS
Win7x64
Back
Top