Networking Forums

Networking Forums > Computer Networking > Broadband > 1000Mbs on a 66MHz bus - How do they do that?

Reply
Thread Tools Display Modes

1000Mbs on a 66MHz bus - How do they do that?

 
 
Don
Guest
Posts: n/a

 
      12-19-2006, 10:01 AM
It seems odd to me that a Gigabit NIC deal with data at a rate of 1000Mbs
yet the host bust is running at 66MHz.

How is it possible?

Could it be that the NIC is only capable of burst speeds of 1000Mbs?

Don


 
Reply With Quote
 
 
 
 
LSR
Guest
Posts: n/a

 
      12-19-2006, 10:29 AM
Don wrote:
> It seems odd to me that a Gigabit NIC deal with data at a rate of
> 1000Mbs yet the host bust is running at 66MHz.
>
> How is it possible?
>
> Could it be that the NIC is only capable of burst speeds of 1000Mbs?
>
> Don


The host bus uses parallel data transfer - 16 or 32 bits at a time.
--
LSR


 
Reply With Quote
 
Jim Howes
Guest
Posts: n/a

 
      12-19-2006, 10:30 AM
Don wrote:
> It seems odd to me that a Gigabit NIC deal with data at a rate of 1000Mbs
> yet the host bust is running at 66MHz.


PCI sockets typically run at 33MHz (the standard allows up to 64-bit x 66MHz,
but this is rarely seen except in high-end gear). That provides a 32-bit data
path, with a theoritical transfer rate of 33M x 4bytes / second = 133MBypes/sec.
This is more than adequate to saturate the gigabit ethernet capacity. PCI-X
(64-bit, 133MHz) and PCI-e (1 bit, 2.5GHz)(per lane) can do it even easier.

> How is it possible?
>
> Could it be that the NIC is only capable of burst speeds of 1000Mbs?


You'll rarely see throughput of 1000Mbit because overhead comes in from a number
of places. Ethernet frame headers, IP headers, and propogation delays because
the other end needs to ACK each packet (delays can be minimised by properly
configured TCP stacks). Crappy protocols that limit packet size to something
way too small, etc.

Plus, of course, you have to get the data in the first place, which probably
means disk I/O with its inherent delays (mechanical and processing overheads),
and of course sharing the same PCI bus on which the CPU->NIC transfer is taking
place.

The speed quoted for ethernet refers to the available signalling bandwidth on
the network, aka 'wire rate'. Everything is signalled at that rate, but there
are gaps between packets.
 
Reply With Quote
 
Bob Willard
Guest
Posts: n/a

 
      12-19-2006, 10:31 AM
Don wrote:

> It seems odd to me that a Gigabit NIC deal with data at a rate of 1000Mbs
> yet the host bust is running at 66MHz.
>
> How is it possible?
>
> Could it be that the NIC is only capable of burst speeds of 1000Mbs?
>
> Don
>
>


If that 66 MHz host bus is the PCI bus, it transfers 32 (or, maybe, 64)
bits in parallel at 66 MHz, for a peak transfer rate of 2112 (or 4224)
Mb/s; hence, not a bottleneck for a 1000 Mb/s NIC. And other host buses
are commonly 64 (or more) bits wide as well -- no problem.

Also, 1000 Mb/s is indeed the burst speed of a 1Gb/s NIC: the rate at which
two successive bits are transmitted within a packet. There are gaps between
packets, and there is protocol overhead, so that the STR (Sustained Transfer
Rate) on a 1Gb/s ethernet is well below 1000 Mb/s, even if the end-nodes
to the transfer are blazing fast.
--
Cheers, Bob
 
Reply With Quote
 
Sam Nelson
Guest
Posts: n/a

 
      12-19-2006, 10:41 AM
In article <Cs-(E-Mail Removed)>,
"Don" <(E-Mail Removed)> writes:
> It seems odd to me that a Gigabit NIC deal with data at a rate of 1000Mbs
> yet the host bust is running at 66MHz.
>
> How is it possible?
>
> Could it be that the NIC is only capable of burst speeds of 1000Mbs?


It only requires parallelisation by a factor of 16 to achieve that.
--
SAm.
 
Reply With Quote
 
Don
Guest
Posts: n/a

 
      12-19-2006, 03:47 PM

"Don" <(E-Mail Removed)> wrote in message
news:Cs-(E-Mail Removed)...
> It seems odd to me that a Gigabit NIC deal with data at a rate of 1000Mbs
> yet the host bust is running at 66MHz.
>
> How is it possible?
>
> Could it be that the NIC is only capable of burst speeds of 1000Mbs?
>
> Don


Thank you to all respondents. All very welcome and clear explanations.

I am very grateful to you all for taking the time to educate me.

Don


 
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
cabling type for 1000mbs network hardware Jason Blake Windows Networking 2 11-27-2005 10:50 AM



1 2 3 4 5 6 7 8 9 10 11