Networking Forums

Networking Forums > Computer Networking > Windows Networking > Looking for suggestions on Network Load Balancing

Reply
Thread Tools Display Modes

Looking for suggestions on Network Load Balancing

 
 
Gaspar
Guest
Posts: n/a

 
      03-15-2007, 12:40 PM
I have two Windows 2003 DCs. Both servers host IIS web applications and
SqlServer 2005 instances.
Both have two nics: One public and one private communication between
servers. The public nics are connected to a layer-3 switch.

I want to load balance HTTP traffic (ports 80 and 443) and I'm very
confused with Layer 3 switches, NLB & Domain controllers, Unicast vs.
Multicast, and other recomendations given by microsoft and newsgroups.

So: In my current configuration, Which NLB mode do you suggest to use?

Thanks in advance.
Gaspar
 
Reply With Quote
 
 
 
 
Nick Domukhovsky
Guest
Posts: n/a

 
      03-15-2007, 12:58 PM
Gaspar
> I have two Windows 2003 DCs. Both servers host IIS web applications and
> SqlServer 2005 instances.
> Both have two nics: One public and one private communication between
> servers. The public nics are connected to a layer-3 switch.
>
> I want to load balance HTTP traffic (ports 80 and 443) and I'm very
> confused with Layer 3 switches, NLB & Domain controllers, Unicast vs.
> Multicast, and other recomendations given by microsoft and newsgroups.
>
> So: In my current configuration, Which NLB mode do you suggest to use?
>
> Thanks in advance.
> Gaspar

Use NLB multicast mode (without IGMP). The only thing you should do -
configure static ARP record on your switch (Virtual IP <-> Virtual MAC).
In this configuration you have no need for private connection between nodes.

Moreover with port rules of NLB cluster you can make it to balance only
TCP traffic on 80 and 443 ports.

--
With best regards
Nickolay Domukhovsky, MCSA
 
Reply With Quote
 
Gaspar
Guest
Posts: n/a

 
      03-15-2007, 01:16 PM
Nick Domukhovsky wrote:
> Gaspar
>> I have two Windows 2003 DCs. Both servers host IIS web applications and
>> SqlServer 2005 instances.
>> Both have two nics: One public and one private communication between
>> servers. The public nics are connected to a layer-3 switch.
>>
>> I want to load balance HTTP traffic (ports 80 and 443) and I'm very
>> confused with Layer 3 switches, NLB & Domain controllers, Unicast vs.
>> Multicast, and other recomendations given by microsoft and newsgroups.
>>
>> So: In my current configuration, Which NLB mode do you suggest to use?
>>
>> Thanks in advance.
>> Gaspar

> Use NLB multicast mode (without IGMP). The only thing you should do -
> configure static ARP record on your switch (Virtual IP <-> Virtual MAC).
> In this configuration you have no need for private connection between nodes.
>
> Moreover with port rules of NLB cluster you can make it to balance only
> TCP traffic on 80 and 443 ports.
>

Should I configure the ARP record only in the switch that the servers
are connected? or in every switch in my network?
Thanks again.
 
Reply With Quote
 
Nick Domukhovsky
Guest
Posts: n/a

 
      03-15-2007, 01:30 PM
> Nick Domukhovsky wrote:
>> Gaspar
>>> I have two Windows 2003 DCs. Both servers host IIS web applications and
>>> SqlServer 2005 instances.
>>> Both have two nics: One public and one private communication between
>>> servers. The public nics are connected to a layer-3 switch.
>>>
>>> I want to load balance HTTP traffic (ports 80 and 443) and I'm very
>>> confused with Layer 3 switches, NLB & Domain controllers, Unicast vs.
>>> Multicast, and other recomendations given by microsoft and newsgroups.
>>>
>>> So: In my current configuration, Which NLB mode do you suggest to use?
>>>
>>> Thanks in advance.
>>> Gaspar

>> Use NLB multicast mode (without IGMP). The only thing you should do -
>> configure static ARP record on your switch (Virtual IP <-> Virtual MAC).
>> In this configuration you have no need for private connection between
>> nodes.
>>
>> Moreover with port rules of NLB cluster you can make it to balance only
>> TCP traffic on 80 and 443 ports.
>>

> Should I configure the ARP record only in the switch that the servers
> are connected? or in every switch in my network?
> Thanks again.

Only on switch to which your cluster nodes connected.



--
With best regards
Nickolay Domukhovsky, MCSA
 
Reply With Quote
 
Gaspar
Guest
Posts: n/a

 
      03-15-2007, 01:35 PM
Nick Domukhovsky wrote:
>> Nick Domukhovsky wrote:
>>> Gaspar
>>>> I have two Windows 2003 DCs. Both servers host IIS web applications and
>>>> SqlServer 2005 instances.
>>>> Both have two nics: One public and one private communication between
>>>> servers. The public nics are connected to a layer-3 switch.
>>>>
>>>> I want to load balance HTTP traffic (ports 80 and 443) and I'm very
>>>> confused with Layer 3 switches, NLB & Domain controllers, Unicast vs.
>>>> Multicast, and other recomendations given by microsoft and newsgroups.
>>>>
>>>> So: In my current configuration, Which NLB mode do you suggest to use?
>>>>
>>>> Thanks in advance.
>>>> Gaspar
>>> Use NLB multicast mode (without IGMP). The only thing you should do -
>>> configure static ARP record on your switch (Virtual IP <-> Virtual MAC).
>>> In this configuration you have no need for private connection between
>>> nodes.
>>>
>>> Moreover with port rules of NLB cluster you can make it to balance only
>>> TCP traffic on 80 and 443 ports.
>>>

>> Should I configure the ARP record only in the switch that the servers
>> are connected? or in every switch in my network?
>> Thanks again.

> Only on switch to which your cluster nodes connected.
>
>
>

BIG PROBLEM: my switch can't be configured. I have the 3COM Baseline
switch 2024 that has a fixed configuration. Any alternatives?
 
Reply With Quote
 
Nick Domukhovsky
Guest
Posts: n/a

 
      03-15-2007, 01:48 PM
> Nick Domukhovsky wrote:
>>> Nick Domukhovsky wrote:
>>>> Gaspar
>>>>> I have two Windows 2003 DCs. Both servers host IIS web applications
>>>>> and
>>>>> SqlServer 2005 instances.
>>>>> Both have two nics: One public and one private communication between
>>>>> servers. The public nics are connected to a layer-3 switch.
>>>>>
>>>>> I want to load balance HTTP traffic (ports 80 and 443) and I'm very
>>>>> confused with Layer 3 switches, NLB & Domain controllers, Unicast vs.
>>>>> Multicast, and other recomendations given by microsoft and newsgroups.
>>>>>
>>>>> So: In my current configuration, Which NLB mode do you suggest to use?
>>>>>
>>>>> Thanks in advance.
>>>>> Gaspar
>>>> Use NLB multicast mode (without IGMP). The only thing you should do -
>>>> configure static ARP record on your switch (Virtual IP <-> Virtual
>>>> MAC).
>>>> In this configuration you have no need for private connection between
>>>> nodes.
>>>>
>>>> Moreover with port rules of NLB cluster you can make it to balance only
>>>> TCP traffic on 80 and 443 ports.
>>>>
>>> Should I configure the ARP record only in the switch that the servers
>>> are connected? or in every switch in my network?
>>> Thanks again.

>> Only on switch to which your cluster nodes connected.
>>
>>
>>

> BIG PROBLEM: my switch can't be configured. I have the 3COM Baseline
> switch 2024 that has a fixed configuration. Any alternatives?

But you said before, that you have layer 3 switch... How it can be
unconfigurable? If it is not layer 3 switch, you can omit step with
making static ARP entry.





--
With best regards
Nickolay Domukhovsky, MCSA
 
Reply With Quote
 
Gaspar
Guest
Posts: n/a

 
      03-15-2007, 03:28 PM
Nick Domukhovsky wrote:
>> Nick Domukhovsky wrote:
>>>> Nick Domukhovsky wrote:
>>>>> Gaspar
>>>>>> I have two Windows 2003 DCs. Both servers host IIS web applications
>>>>>> and
>>>>>> SqlServer 2005 instances.
>>>>>> Both have two nics: One public and one private communication between
>>>>>> servers. The public nics are connected to a layer-3 switch.
>>>>>>
>>>>>> I want to load balance HTTP traffic (ports 80 and 443) and I'm very
>>>>>> confused with Layer 3 switches, NLB & Domain controllers, Unicast vs.
>>>>>> Multicast, and other recomendations given by microsoft and newsgroups.
>>>>>>
>>>>>> So: In my current configuration, Which NLB mode do you suggest to use?
>>>>>>
>>>>>> Thanks in advance.
>>>>>> Gaspar
>>>>> Use NLB multicast mode (without IGMP). The only thing you should do -
>>>>> configure static ARP record on your switch (Virtual IP <-> Virtual
>>>>> MAC).
>>>>> In this configuration you have no need for private connection between
>>>>> nodes.
>>>>>
>>>>> Moreover with port rules of NLB cluster you can make it to balance only
>>>>> TCP traffic on 80 and 443 ports.
>>>>>
>>>> Should I configure the ARP record only in the switch that the servers
>>>> are connected? or in every switch in my network?
>>>> Thanks again.
>>> Only on switch to which your cluster nodes connected.
>>>
>>>
>>>

>> BIG PROBLEM: my switch can't be configured. I have the 3COM Baseline
>> switch 2024 that has a fixed configuration. Any alternatives?

> But you said before, that you have layer 3 switch... How it can be
> unconfigurable? If it is not layer 3 switch, you can omit step with
> making static ARP entry.
>
>
>
>
>

You are right. It's Layer2 (I read the specification). Network is not my
area really.
So, being Layer2: I should still use NLB multicast mode (without IGMP)?
Thanks for your time.
 
Reply With Quote
 
Nick Domukhovsky
Guest
Posts: n/a

 
      03-16-2007, 06:03 AM

> So, being Layer2: I should still use NLB multicast mode (without IGMP)?
> Thanks for your time.


Really, you should check how this model of switch handles multicast
frames (all should be right, but "doveriay, no proveriay" - trust, but
verify.


--
With best regards
Nickolay Domukhovsky, MCSA
 
Reply With Quote
 
Gaspar
Guest
Posts: n/a

 
      03-16-2007, 12:12 PM
Nick Domukhovsky wrote:
>> So, being Layer2: I should still use NLB multicast mode (without IGMP)?
>> Thanks for your time.

>
> Really, you should check how this model of switch handles multicast
> frames (all should be right, but "doveriay, no proveriay" - trust, but
> verify.
>
>

Thanks again for your time!
Gaspar
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Network Load Balancing Jeff Windows Networking 8 10-12-2007 05:08 PM
Network Load Balancing Eslami, Ali Windows Networking 3 08-29-2006 07:32 PM
Network Load Balancing Aaron Neunz Windows Networking 2 12-16-2005 01:49 PM
Network Load Balancing John Holt Windows Networking 0 05-19-2005 09:06 PM
Network Load Balancing Terry Windows Networking 2 08-25-2004 08:26 AM



1 2 3 4 5 6 7 8 9 10 11