"Henry" <(E-Mail Removed)> wrote in message
news:24EB8DE6-6C2C-4206-9561-(E-Mail Removed)...
>I am more concerned about excess traffic on a single NIC, not a subnet.
Don't try to solve problems that aren't proven to be "real" in the situation
you are in. People often make real messes by trying to solve "perceived"
problems that they don't really have. Don't worry about the Nic load until
you can prove with something like Network Monitor that it is being maxed out
in a continous state (spikes are not relevant). Keep in mind that a Gigabit
Nic running full duplex actually runs at a potential 2 Gps, then you
multiply that by how many machines are in the Cluster,...that is a massive
amount of capability. It is not as easy to max that out as you might think.
In reality if there was so much action on a Nic that is staying maxed out
the CPU is probably also going to be in trouble. So the truth is that if
you are maxing out the Nic, then you should be looking at adding another
Server to the Cluster,...not another Nic to the Server.
> Teaming the NIC's would be similar to using the VLAN's for performance
> sake.
They are just the opposite.
1. VLAN's *add* to the load on a cable that is *multiplied* by the number of
VLANs on the same wire.
2. Teaming *reduces* the load on a cable that is *divided* by the number of
Nics in the "team" and the number of cables = the number of Nics.
.....exactly opposite results......
> The VLAN's are configured on the switches with each NIC connected with
> only
> one IP to a single segment.
Structurally with respect to the physical LAN's Topology that is perfectly
fine.
Performance with respect to traffic to/from the Servers,...that does
absolutely nothing.
The path taken *to* the server depends on what IP# the Host Name resolves
to, and that is always going to be the same IP#. This means that, almost no
matter what, it will take the same path over the same cable to the same
nic,...so the same path is always taken no matter how many Nics the machine
has.
The path taken *from* the server depends on the Binding Order of the Nics
and how the Destination fits into the Routing Table. Hence the traffic will
always use the first nic in the Binding Order, or the nic with the Default
Gateway. Many times both of these conditions are the same nic,...so the
same path is always taken no matter how many Nics the machine has. That can
be altered by local Static Routes, but then that will become the only path
and will not be load balanced with any other path/nic.
We are not working with water through pipes where more pipes can carry more
water and water is "self-balancing". We are working with Ethernet and
TCP/IP that follows paths based on Routing Decisions and Protocol Design.
It does not "balance out" by adding more "pipes".
It only "balances out" when you dymanicaly alter the Routing Decisions on
the fly which overrides the Protocol Design. That is what Nic Teaming does
for individual machines and what Dynamic Routing Protocols can do for pairs
of networks when there are multiple pathes available between two routers.
--
Phillip Windell
www.wandtv.com
The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------