LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 02-20-2014, 04:06 PM   #1
stateless
Member
 
Registered: Jan 2013
Distribution: Debian
Posts: 166
Blog Entries: 1

Rep: Reputation: 4
what makes gigabit ethernet so fast?


Can some one explain the technical difference between gigabit ethernet (over copper wiring) which allows it to be so much faster than, say, 100 Mb ethernet? Does it just transmit signals faster? Or does it transmit multiple signals at once? Or...? I read that the gigabit standard requires use of cat 6 cable, which is rated for 250 Mhz bandwidth, but cat 5 cable is rated for 100 Mhz bandwith -- obviously not a 10 fold increase there.
 
Old 02-20-2014, 05:12 PM   #2
metaschima
Senior Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Here's a (very) detailed article on the topic:
http://www.siemon.com/uk/white_papers/04-01-15_cat6.asp
In summary:
Higher quality cable, higher signal to noise ratio, and higher bandwidth.
 
Old 02-20-2014, 05:33 PM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,592

Rep: Reputation: 5880Reputation: 5880Reputation: 5880Reputation: 5880Reputation: 5880Reputation: 5880Reputation: 5880Reputation: 5880Reputation: 5880Reputation: 5880Reputation: 5880
In addition, 1000BaseT uses all 4 pairs vs 10/100 which only uses 2 pairs. The adapter hardware is different, 100baseT uses 3 differential voltages, 1000BaseT uses 5. More twists per inch also reduces crosstalk and improves throughput.
 
Old 02-20-2014, 09:07 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,937

Rep: Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619
A car going 100 miles an hour versus a jet going 1000 mph.

The occupants are 1's and 0's in the ethernet case.

Last edited by jefro; 02-20-2014 at 09:08 PM.
 
Old 02-21-2014, 07:13 AM   #5
yo8rxp
Member
 
Registered: Jul 2009
Location: Romania
Distribution: Ubuntu 10.04 Gnome 2
Posts: 102

Rep: Reputation: 31
Please bare in mind that a 1 Gbps will not increase real throughput by 10 over 100 Mbps, max throughput would be only 4 times faster !
 
Old 02-21-2014, 09:59 AM   #6
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by yo8rxp View Post
Please bare in mind that a 1 Gbps will not increase real throughput by 10 over 100 Mbps, max throughput would be only 4 times faster !
Why?

Unless you're saying that 10/100 is faster than 10/100, then this is incorrect. I personally get well over 4x 10/100 speeds with cheapo consumer-grade gigabit hardware.
 
Old 02-21-2014, 10:06 AM   #7
yo8rxp
Member
 
Registered: Jul 2009
Location: Romania
Distribution: Ubuntu 10.04 Gnome 2
Posts: 102

Rep: Reputation: 31
Quote:
Originally Posted by suicidaleggroll View Post
Why?

Unless you're saying that 10/100 is faster than 10/100, then this is incorrect. I personally get well over 4x 10/100 speeds with cheapo consumer-grade gigabit hardware.
10/100 is not faster than 10/100 , it is equal !
I was saying that throughput is 40-50 MB/s on 1000 base versus 12 MB/s 100 base. Many people tend to expect exact ratio as speed increase !

My 2 Dell's PE1950 connected via CAT 6 1 meter cable achieve somewhere in 43-52 MB/s

Last edited by yo8rxp; 02-21-2014 at 10:09 AM.
 
Old 02-21-2014, 11:25 AM   #8
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by yo8rxp View Post
10/100 is not faster than 10/100 , it is equal !
I was saying that throughput is 40-50 MB/s on 1000 base versus 12 MB/s 100 base. Many people tend to expect exact ratio as speed increase !

My 2 Dell's PE1950 connected via CAT 6 1 meter cable achieve somewhere in 43-52 MB/s
Just because you only get 43-52 does not mean that's what everybody gets...I typically get about 60 MB/s encrypted transfer speeds on my network, and 90-105 MB/s unencrypted, and that's using cheap consumer gigabit hardware (dlink, linksys, etc).

Here's a 10GB dd dump over an NFS mount:
Code:
$ dd if=/dev/zero of=/server2/10gb.bin bs=1024 count=10000000
10000000+0 records in
10000000+0 records out
10240000000 bytes (10 GB) copied, 106.34 s, 96.3 MB/s
And that's on a pretty active network, with two pretty active machines (load average of 5 on one (8 core), 3 on the other (12 core))
 
Old 02-21-2014, 04:47 PM   #9
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,937

Rep: Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619Reputation: 3619
Theory and real world are two different sales pitches.

My car could do 186. In real world, I can barely get it to 70 before I get a ticket.
 
Old 02-21-2014, 05:01 PM   #10
metaschima
Senior Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by jefro View Post
Theory and real world are two different sales pitches.

My car could do 186. In real world, I can barely get it to 70 before I get a ticket.
Ever driven a Suzuki (car not motorcycle) ... you'll have a hard time getting a speeding ticket. I drove one for my driving exam, and maybe that's why they bought these for this purpose. Certainly I couldn't get it past 80-90 mph depending on wind.
 
Old 02-21-2014, 05:09 PM   #11
Ser Olmy
Senior Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 3,333

Rep: Reputation: Disabled
Quote:
Originally Posted by jefro View Post
Theory and real world are two different sales pitches.

My car could do 186. In real world, I can barely get it to 70 before I get a ticket.
Unlike a road, there are no speed limits inside a twisted-pair cable, and unlike a car, an Ethernet tranceiver is running full throttle all the time. A car analogy is perhaps not very appropriate in this case.

Unlike with wireless technologies, a working 1000Base-T connection is capable of a throughput of 1 gigabit/second in both directions, no ifs or buts.

@yo8rxp: The poor throughput you're seeing is probably due to the equipment not being able to fill the pipe to capacity. You should be seeing an effective speed of 1 gigabit/second, unless the tranceivers are broken or the NICs buggy (certain RTL chipsets comes to mind). Another possibility is that the connection could be running in half-duplex mode, but that's really quite unlikely.
 
Old 02-22-2014, 07:42 AM   #12
yo8rxp
Member
 
Registered: Jul 2009
Location: Romania
Distribution: Ubuntu 10.04 Gnome 2
Posts: 102

Rep: Reputation: 31
Quote:
Originally Posted by Ser Olmy View Post
Unlike a road, there are no speed limits inside a twisted-pair cable, and unlike a car, an Ethernet tranceiver is running full throttle all the time. A car analogy is perhaps not very appropriate in this case.

Unlike with wireless technologies, a working 1000Base-T connection is capable of a throughput of 1 gigabit/second in both directions, no ifs or buts.

@yo8rxp: The poor throughput you're seeing is probably due to the equipment not being able to fill the pipe to capacity. You should be seeing an effective speed of 1 gigabit/second, unless the tranceivers are broken or the NICs buggy (certain RTL chipsets comes to mind). Another possibility is that the connection could be running in half-duplex mode, but that's really quite unlikely.
well , my bad !yes indeed , using ssd drives is one , old drives is another issue, my mistake was to face here real world using old SAS (94 MB/s read /50 write on my drives )
I will have to reconsider changing drives in my main server / back up server , but unfortunatley , they are expensive ones <!-- price per /GB -->

True ! i did not ever run a test against ram drive /dev/shm or /dev/zero towards server, there should be a relevant test limited only br RAM speed

And nobody will issue speed tickets here for high speeds
Cheers !

Last edited by yo8rxp; 02-22-2014 at 07:49 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
gigabit ethernet slow Abida54 Linux - Networking 9 01-03-2010 02:51 PM
ethernet card SiS 900-Based PCI Fast Ethernet Adapter Not Detected pathan_azhar Linux - Networking 0 08-13-2006 04:15 AM
Gigabit ethernet questions Vgui Linux - Networking 3 09-19-2005 11:27 PM
Samba 3.0.10 with gigabit NIC fast? m-blaster Linux - Networking 1 01-04-2005 09:14 AM
gigabit ethernet quercusalba Linux - Hardware 2 12-29-2004 05:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 12:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration