<br><font size=2 face="sans-serif">&lt;snip&gt;</font>
<br><font size=2><tt>For an office that is using VoIP phones to connect
to Asterisk, is <br>
&gt; gigabit ethernet really necessary for the Asterisk box to connect
to the <br>
&gt; switch? I know that I won't even approach the limits of 100 Mbps,
but <br>
&gt; would gigabit help with latency / collisions when several calls are
<br>
&gt; underway? The fact is, anything going outside the office will be over
a <br>
&gt; data T1, so intuition tells me that 100 Mbps should be fine... &nbsp;The
<br>
&gt; office will have 20 phones, with remote VoIP phones added to the mix
<br>
&gt; later on.<br>
<br>
The reason to chose a Gigabit Ethernet card has nothing to do with <br>
bandwidth - (most of?) these card use some sort of interrupt mitigation
<br>
technique which takes a hell lot of load off of the processor for <br>
dealing with interrupts.<br>
<br>
VoIP traffic, with it's typical many small packets, is very susceptible
<br>
to causing interrupt live lock on servers and routers and interrupt <br>
mitigation scheme (or even polling, but that's rare) makes a real change
<br>
in performance.<br>
<br>
Having said that, there are 100Mb cards that do interrupt mitigation as
<br>
well (for example AFAIK the Intel e100 cards) and there are drivers that
<br>
implement interrupt mitigation at the software level (customized drivers
<br>
for the tulip chip set based cards and the Linux NAPI framework).<br>
<br>
However, it is simply much easier to just grab a Giga card then research
<br>
which 100Mb chip and which driver you need to get ;-)<br>
<br>
Hope this helps,<br>
Gilad</tt></font>
<br><font size=2 face="sans-serif">&lt;/snip&gt;</font>
<br>
<br><font size=2 face="sans-serif">Hope this helps... of course it does!!!
:) </font>
<br>
<br><font size=2 face="sans-serif">Thanks for the info everyone. Gigabit
NIC it will be! Good to know this stuff, especially if you're tempted to
save $$ and pull old hardware off the shelf. </font>
<br>
<br><font size=2 face="sans-serif">Thanks again,</font>
<br><font size=2 face="sans-serif">-Ron</font>
<br>