Slashdot Mirror


Cheap Gigabit Ether

Avrice writes "National semiconductors gigbit ethernet is backwards compatible with existing systems and smart enough to fix your wiring screw ups for only $95. Maybe bandwidth (at least on the network) won't be such a problem after all."

147 of 220 comments (clear)

  1. Re:Whaat? by Anonymous Coward · · Score: 1
    Sorry. Close though.

    (pluss, technically its not ring color, then tip.)

    So one end looking from bottom of rj-45:

    w/or, or, w/gr, bl, w/bl, gr, w/br, br

    other end:

    w/gr, gr, w/or, bl, w/bl, or, w/br, br You swap the orange and green. Read the specs. Road

  2. Re:It's the Internet, stupid! by Anonymous Coward · · Score: 1

    Ethernet does NOT fall apart at 30%! That's an old wives' tale. Even on shared media, you can get ~97% bandwidth.

    And on a switch, in full duplex mode, you get essentially the whole pipe.

    Check out: http://www.res earch .digital.com/wrl/publications/abstracts/88.4.html

  3. Re:How did you hit these speeds? Read this: by The+Man · · Score: 1
    Yes indeed. Interrupt loading is a very serious problem with gigabit ethernet, and even with other high-speed devices. And jumbo packets do help quite a bit. There is also a mechanism called interrupt mitigation which uses the same wire packet size but stores N packets at a time before triggering an interrupt. Either method, or both, will significantly improve interrupt loading. Unfortunately, this increases latency, a classic tradeoff.

    --TM

  4. It's the Internet, stupid! by The+Man · · Score: 1
    I find that 100 Mbit is more than enough most of the time; most systems aren't fast enough to fill a gigabit pipe anyway, and if you have one that is, cost probably isn't your primary concern. (Hint: 125 MB/s is faster than a standard PCI bus can deliver, is about 5 times faster than most ultra/160 scsi disks can deliver data, and thus requires a double-speed fibre-channel controller connected to a striped RAID - or at least two ultra/160 scsi controllers, and at least a 64-bit PCI, sbus, or equivalent on the host side. Not cheap.)

    No, gigabit ethernet for LANs doesn't help much. The supporting technology (hubs, switches, etc) is still prohibitively expensive, as are systems that can make effective use of it. The biggest problem today isn't LAN bandwidth; it's Internet bandwidth and the prohibitive costs associated with it. It doesn't help if I can set up a gigabit LAN for -- TM, watching crucial bugfixes trickle in over $CHEAP_UNI's dogslow link

    1. Re:It's the Internet, stupid! by Chaostrophy · · Score: 1

      Well, it's not much faster than PCI, has a theoretical 132MBS, and I know people who have tested it at over 100MBS, so close enough.

      People doing cluster computing need more bandwidth, so they will welcome cheaper gigabit.

      From your server to the switch you need more bandwith. With Linux's single threaded ip stack, being able to have one NIC rather than several is good.

      And lastly, I want to be able to stream uncompressed video around my lan at home.

      --
      Plato seems wrong to me today
    2. Re:It's the Internet, stupid! by Chaostrophy · · Score: 1

      Well, you are kind of missing the point. Right now, the stack is one at a time, and that is why the Mindcraft benchmark had 4 network cards, so that Linux would bog on it.

      I think the kernel people are a little to used to doing things the hard way (after all, they don't have any choice).

      Besides, if the code for the threads is shared (and Linux is good about that), then you will not have misses for code, just data, and you will have a fair amount of that anyways (though more with threading).

      --
      Plato seems wrong to me today
    3. Re:It's the Internet, stupid! by Luyseyal · · Score: 1

      it's nice that you'll at least have the potential to fill PCI, though. hell, 100Mbits/s on your average box won't saturate an ISA slot (just bought an ISA 100baseTX for an old p75 the other day) since it only works out to 12.5MBytes/s full potential. the only real purpose of putting one on PCI is it gets the data off the bus more quickly than ISA, eating less cycles.
      now, if they'd just make an AGP network card for my file server... bwahahahahahaha...

      -l

      --
      Help cure AIDS, cancer, and more. Donate your unused computer time to worldcommunitygrid.org. Join Team Slashdot!
    4. Re:It's the Internet, stupid! by Luyseyal · · Score: 1

      multithreading is a double-edged sword. it's easier to understand conceptually, but there's a reason why torvalds is against it in his kernel: cache misses. when you have several threads competing for the same cache resource, you are going to have cache misses MUCH more often because the kernel can't arrange things nearly as well as in the case of a single thread. even in the case of SMP, most low- to mid-range SMP boxen have a singular cache to share, so even though the threads could run nicely on separate CPUs, the cycles lost in cache misses would far outweigh the benefit of having separate threads on separate CPUs.

      -l
      kernel traffic reader
      http://kt.linuxcare.com/

      --
      Help cure AIDS, cancer, and more. Donate your unused computer time to worldcommunitygrid.org. Join Team Slashdot!
    5. Re:It's the Internet, stupid! by law · · Score: 1

      Yep my Novell server kick the shit out of about anything, Novell rocks with Gigabit.
      Still I think it's the Bus and hard drives that is keeping my server from it's full gigabit potential.
      My old Gigabit switch was realitvaly slow, a Intel 510T, it also had lots of problems.
      One day at about 10 AM it just died I was freaked.
      Need a switch bad, so I got the only on I could find RIGHT NOW. A Summit 48 from Extreme Networks.
      Now thats a swich I can't push around.
      It also cost 4 times what the 510T cost. :>

      --
      "Think of it as evolution in action."
    6. Re:It's the Internet, stupid! by z4ce · · Score: 1

      First... a PCI bus operates at 33mhz... that is... 132MBps. Although.. you could never actually dedicate that much to one card because of video, et cetera. But, secondly, and most importantly, ethernet falls apart at %30 utilization. As a general rule of thumb with ethernet, you will not get more then %30 utilization. "Well what if I had two PCs with gigabit ethernet and chargen'd" okay.. then you might get near %100 utilization or so if nothing was in use. But, that's not realistic. With gigabit ethernet you'll really get about 41MBps. With 100mbit ethernet I'll get about 4Mbps. BIG difference. So.. just my two cents.

    7. Re:It's the Internet, stupid! by Cuthalion · · Score: 2
      , most low- to mid-range SMP boxen have a singular cache to share,

      Let's call a dual Pentium 2/300 a mid-range SMP box, shall we?

      A Pentium 2 processor has 512K of level2 cache (running at clk/2 - 150 MHz) on the cartridge. Are you suggesting:
      • When operating SMP they don't use cache?
      • When operating SMP they ignore their cache and use some slow cache on the motherboard? (which they can get at at 66MHz)
      • When opearting SMP one uses it's cache and the other one uses the first guy's cache too?

      --
      Trees can't go dancing
      So do them a big favor
      Pretend dancing stinks!
  5. Re:Collision information, anyone? by spacey · · Score: 1

    It's pretty common that cat 5 wiring above drop tile and under floors is not completely compliant. The standard specifies more then just a quality of copper, but also the bends and contacts that have to be used.

    Let's see how many installations fall over when they're pushed.

    -Peter

    --
    == Just my opinion(s)
  6. Aww yeah, baby! by pb · · Score: 1

    I want it, I want it, I want it!

    Even if I don't need that much bandwidth, maybe prices will drop because of this. I'd love it if we had a link like that to my dorm, but it's not going to happen, I'm sure. :|

    Oh, and... you reallly could build a beowulf cluster with this. Faster links help out much more than faster processors for many classes of problems. Sorry, but it's true! :)
    ---
    pb Reply or e-mail; don't vaguely moderate.

    --
    pb Reply or e-mail; don't vaguely moderate.
  7. Yawn. by Joe+Patry · · Score: 1

    Cheap gig, great. More support for and old conecpt in networking. I just wish there was more support for a certain networking technology which would in turn help another related project. Instead we see a lot of progress in gig because its easy. Throwing bandwith and a bunch of buffer space in a switch is a crummy way to do QoS.
    Aside from the ATM vs. Gig rant, this really doesn't mean a whole lot. Yeah LANs are fast, this isn't news to anyone. I don't see anyone complaining about the network performance on their desktop at 100Mb/s switched. So whats the deal? The big step forward in networking is when we can see something that gets close to the performace of atleast 10Mb/s to residential and buinesses that doesn't cost a small fortune.

  8. Re:Whaat? by BVD · · Score: 1

    Hey, I understand what you are saying about crossover cables not being as resitant to RF and crosstalk, but I'm not sure you understand how gigabit over cat 5 works.

    First off, the clock rate on 1000BaseT is not any faster than on 100BaseTX. They both run at 125Mhz. 1000BaseT gets its speed bost from running all eight wires ( not just 1,2,3,and 6 ) in full duplex. The other speed boost comes from borrowing the compression tech. form the V.90 modem spec.
    Therefor, since the clock rate is not increased, if the patch cable works for 100BaseTX, it should work for Gigabit over Cat 5.

    Now, that being said, I don't think you even need a x-over cable for 1000BaseT. Since all the pairs are full duplex ( in 10BaseT & 100BaseTX they is one transmit pair and one Rx pair ) crossing over pairs would seem useless.

  9. Re:Whaat? by BVD · · Score: 1

    Ok, you sound like you actually know a little about the subject. Do you mind answering a few questions for me?

    Question 1 -- Can both interfaces send data across one pair of wires at the same time? If they can, then that sure sounds like full Duplex to me. Do you have a link to something on 'Duel Duplex'?

    Question 2 -- Are you sure that 'PAM5x5x5x5' encoding was not also used in the V.90 stuff. I have read about the 1000BaseT encoding from several different sources, and they all mentioned it as being the same as used in the V.90 spec? Maybe the modem people got their Ideas from 100BaseT2. Again, a link would be helpful.

    Thanks,
    Bill

  10. Re:Using an AGP for this Network Card by Ex-NT-User · · Score: 1

    You have a good point there. The PCI bus (Ala PC architecture) is capabel of 132 MB/Sec max.

    32bit @ 33Mhz == 132MB/sec

    Which would mean that if you would never be able to hit 100% utilization in a standard PC.

    On the other hand on a PCI-X bus (64bit @ 66Mhz) it would be quite nice.

  11. Re:Chip $95 Card $195 by mikpos · · Score: 1

    Umm, no. You need another controlling chip on there besides, not to mention all that other icky NIC circuitry. $95 for the chip will probably translate into $400 or $500 for a NIC. Hubs and switches will probably be Way Too Expensive.

  12. Re:VMWare "Windows server", now, practical? by substrate · · Score: 1

    Ahh,

    usually (I haven't looked at a license agreement in ages) you're ok as long as you've got enough licenses to cover the number of simultaneous users. You may or may not have to implement a license management system (i.e. users are actually locked out from using the app if all licenses are used)

  13. It's still going to be expensive. by substrate · · Score: 1

    This is still going to be pretty pricy. The 95 dollar price tag is for a chip, not for a PCI board. Add in engineering and manufacturing costs and the price will put it beyond casual "Ooh, I've got a gigabyte network in my house" costs.

    There are even cheaper pure 1000baseT chips out there. The only really noteable thing about the National Semiconductor chip is that it can talk down to 10/100 base T.

  14. Re:VMWare "Windows server", now, practical? by substrate · · Score: 1

    You'd have to purchase enough licenses to cover your users to make it legit. One copy of MS Office or Windows wouldn't cut it.

    I'm not sure what the business or technical justification would be for serving VMware in this manner. From a zealocy standpoint, sure, you get to say "We're a Linux shop" but there would be no real technical merit to it or probably even a sound business case.

    You still need N Windows licenses, and M licenses for your applications plus a license for VMware (maybe N of these too) and a beefy enough server to handle it.

  15. Re:Modern CPU's all have dedicated L2 cache by Luyseyal · · Score: 1

    then ask Linus, dude. why do you think i provided the kernel traffic link?

    -l

    --
    Help cure AIDS, cancer, and more. Donate your unused computer time to worldcommunitygrid.org. Join Team Slashdot!
  16. Re:HUB? by stripes · · Score: 1
    I get pretty tired of the tripe which is spoken about computer hardware on this site. The PCI bus does NOT max out at 133 MB/s. The current fastest PCI implementation is 533 MB/s with 64-bit/66-MHz PCI, which is not all that exotic.

    It is true that the 33Mhz 32bit PCI bus maxes out at ~132Mbytes/sec (33 mil 4 byte transfers per second, or 132 mil bytes transfered per second). It is also true that many devices don't handle one transfer per cycle, esp at the begining of a burst. It is also true that burst sizes are quite limited. Lastly it is also true that almost all PC machines with PCI buses have the 33Mhz 32bit PCI busses (plus the AGP "bus" which is pretty similar to the PCI bus).

    There are 64bit PCI buses. Lots of current generation SPARCs have them. Some of the older Alphas (and the newr ones) have them. There is a 66Mhz PCI bus. In fact most PCI buses that arn't 33Mhz 32bit PCI busses are both 66Mhz and 64bits wide. It's not hard to buy them. I think some of the high-end very expensave "server class" PC machines even have them. But it ain't common. (and yes a 66Mhz 64bit PCI bus should move something like 533Mbytes/sec66 times eight is 528 after all).

    Still if you pick a PCI bus at random from the world odds are better then 1000 to one that it is a 33Mhz 32bit PCI bus.

    It is a bit like saying SCSI maxes out at 10 MB/s. It is not generally true.

    Indeed it is. But it is also unlike it. A LVD-SCSI disk seems to cost pretty much the same as a non-LVD SCSI disk. A LVD-SCSI controler (~40Mbytes/sec...or is it 80? I think 40 "narrow", and 80 "wide") costs maybe four times as much as a plain old "Fast SCSI" controler (~10Mbytes/sec). A "plain old" PCI motherboard costs almost nothing. Under $100 easy. I doubt you could find a motherboard that does 64bit 66Mhz PCI for $400, or even $1000.

    In short I agree that there is a faster PCI. I agree that that makes it clear what the migration path is. I disagree that it is very relivant in a discussion about a $90 consumer PCI card, at least not this year.

  17. gigabit ethernet for LANs doesn't help much. by law · · Score: 1

    True and not true,
    I have gigabit, using fiber, to a realy great switch, Performance to the 100 Mbit workstations is OK; I know that the poor server, was weezing when only 100Mbit, and now the server rarely gets over 10% cpu utilization.
    The Disks are what is holding it back now (I think). now one of my Linux boxs has fiber too, and when I transfer files between it and the server, then it groans a little. I always thought the Yellowfin card was a little suspect, or maybe the NCP tools, I am not sure and of course the workstation don't bother it either.

    The thing is Gigabit is nice, Gigabit is fast, but most certainly not a cure all, faster hard drives lots and lots of a faster kind of RAM and MUCH faster bus would be a much better cure.

    Sorry about the tangents.

    --
    "Think of it as evolution in action."
  18. How Long Before... by howardjp · · Score: 1

    ...someone sends a stack of them to Yahoo! to deal with their bandwidth issues? Or maybe Ebay? Or while we are at it, Slashdot could use them...

  19. Gigabit Internet! by KlomDark · · Score: 1
    How long until we can get Gigabit INTERnet? :) Wouldn't that be cool? :)

    Anybody remember that weird proposal about renaming the prefixes for binary orders of magnitude because they are not based on powers of ten as the original Kilo/Mega/Giga/Tera prefixes "were intended"? They wanted to make it stupid names like Kebi/Mebi/Gebi/Tebi instead.

    Imagine: It could have been Gebibit Ethernet. (Would that have been Geh-bee or Gee-bee?)

    1. Re:Gigabit Internet! by KlomDark · · Score: 1
      I mean gigabit speeds TO YOUR HOUSE.

      Think BIGGER!

    2. Re:Gigabit Internet! by KlomDark · · Score: 1

      Ah, yes, good point. I obviously didn't think it all the way through! :)

    3. Re:Gigabit Internet! by nhw · · Score: 1

      Well, no, actually...

      Gigabit ethernet actually runs at 10^9 bits per second, so it would still be gigabit ethernet.

      --
      -- O improbe amor, quid non mortalia pectora cogis!
    4. Re:Gigabit Internet! by mindstrm · · Score: 2

      Yeah.. I remember....
      except, Gigabit ethernet = 1000000000 bits/second. and is not based on a power of 2.. so why change it?
      Powers of 2 only apply, generally, to memory.

    5. Re:Gigabit Internet! by Haven · · Score: 2

      get an OC49

  20. Re:Thoughts by h2odragon · · Score: 1

    Hey! Reading fortune files late at night *is* research, dammit. I resent your slur; just because he's trawled the digital bible don't assume he's representative of the type. I'd refer you to the book of CRM7 but I can't be bothered to grep it.

  21. Re:$95 by Signal+11 · · Score: 1

    I'd have to agree with another poster - the signalling on ethernet is not like SCSI where you can have multiple devices communicating at different speeds - you have to run at the lowest speed or you get collisions, data corruption, and other nastiness. Plus the card may not even work because it can't get a link "beat" from the hub. Very bad - you NEED collision detection.

  22. HHmm... bus/eth/pci/star topology questions by Mongoose · · Score: 1

    I run a 100Mbps lan at my house, and it's a star topology. I can atest that the most data I ever pushed was ~8Mpbs over a long period of time ( say a few hours ). My PCI tv tuner pushes said data over my 66Mhz PCI bus to the netgear 10/100 nic to another netgear nic of the same model at full duplex.

    I'm not the guy that figures up numbers for what it *should be able to do - I test. For moving streaming video I never get more than said ~8Mbps -- would gigabit ethernet help someone like me? I mean my bus must be too slow to push all that data over a 100Mbs connection already. Also, would a ppro ( socket 8 ) with ~8 PCI slots make a good gigabit "hub" for a star topology or would it crush the machine's bus bandwidth?

    1. Re:HHmm... bus/eth/pci/star topology questions by mindstrm · · Score: 2

      This is not surprising. I dont' have all the timings in front of me, but the general gist is this.

      First, though it looks like a star to you, it's a bus network. I guess if there were a switch instead of a hub, you might get away with calling it a star.

      As for your 8Mbps.. that's actually about as high as it's theoretically possible to go. Maybe a wee bit faster, and here's why.

      the 100 in 100base (and the 10 in 10base) both describe the signalling rate (or bit rate) of the BASEband medium (the ether in ethernet...). This is different than describing the rate at which 2 hosts can transmit.
      What this means is that the ethernet, as a single baseband channel, has bits clocked onto it at precicely 100Mhz (or 10), one bit per cycle.
      Now, as part of that standard, there is a mandatory delay any transciever must obey after putting a frame on the channel. In 10Mbps, this 96 bit times, or 9.6 microseconds. I may be a bit off here, but in 100base, this number is *still* arond 9.6 microseconds, as it is a number based in the time it takes for packets to traverse the network from one end to the other; in the case of 100base, 9.6 microseconds = 960 bit-times.
      Each ethernet frame consists of an 8 byte 'preamble' (used to synchronize the receiver), the frame header (6 byte source, 6 byte dest) the type/length field (2 bytes) and in the end, a frame check sequence, like a checksum, of 4 bytes. That makes 26 bytes of information, not related to the ethernet data payload, plus a 120 byte inter-frame gap (remember, each bit takes the exact same amount of time on the ethernet, so we can use bits/bytes to reference time).
      That makes a total of 146 bytes of non-data. If we add to that, say, the IP header, and a UDP header (assuming we are streaming video, with no handshaking, like TCP, as that would mean the response packets would *also* tie up the channel further), you can see that, given the maximum ethernet data payload is 1500 bytes, we are at over 10% of that as overhead.
      This would put the theoretical maximum at around ( I calced it once..) 89%.
      Of course, if there is *any* other activity *at all* on your ethernet, this number goes down even further. If you are doing FTP or something, it goes way down....

      Now.. I did all this from memory, i'm not 100% sure about the Inter-frame gap on 100base, though I'm sure in 10base. This, of course, doesnt' take into account full-duplex ethernet either...

  23. I see a Linux Gigabit Router in my future... (: by BrookHarty · · Score: 1

    I think ill pick up a few cards, and be the first to have a gigabit router at work. (Running linux baby!)

    Oh wait, no drivers. (; Nah, hopefully they ship with card..

    1. Re:I see a Linux Gigabit Router in my future... (: by BrookHarty · · Score: 1

      Ok, IS NSI going to sell a card too? Or just this chip... Now post on /. when we can get a Gigabit ether card!

  24. $95 by PD · · Score: 1

    So, would the $95 chipset translate to initial real world prices of maybe $150 a card?

    And, just how do these things work with existing systems. Say I've got a network with 2 of these cards, plus a humble Linksys 10Mb NE 2000 clone card. Would the gigabit cards talk to each other really fast, but slow down only when talking to the NE2000 clone? Or does the entire network run at 10Mb when the NE2000 is on it.

    1. Re:$95 by Xenu · · Score: 1

      I've been told that you should multiply the parts cost by a factor of 3 to 5 to get the retail price of the finished product. A gigabit Ethernet card is not going to be cheap.

    2. Re:$95 by Erik+Gryphon · · Score: 1

      The Hub uses an internal switch to connect the two backplanes. Try hokking up a system with a packet capture utility running on it. If the system has a 10MB NIC you will only see the 10MB traffic, nothing coming from the 100MB systems will show up. The same in reverse if the packet capture system has a 100MB NIC

    3. Re:$95 by Ion+Berkley · · Score: 1

      The term 10/100 hub is misleading Products like this are really 2 hubs and a 2 port switch. All 10Mb devices run on one hub and 100Mb ones on the other hub and the switch bridges between them. Thus collisions on any 10Mb port are seen by other 10Mb devices and collisions between 100Mb devices are seen by other100Mb devices. The rate conversion from 100->10 is a royal pain because if you want to do it well you need a lot of RAM built into the switch. If you buy some cheap equipment you will notice that 100/10 peformance can be terrible because the switch causes 100Mb collisions to do primitive flow control, affecting all connected 100MB devices. For 1000Mb hubs are obselete I'd think, pure switching architectures are the only way to go.

    4. Re:$95 by zeck · · Score: 1

      Say I've got a network with 2 of these cards, plus a humble Linksys 10Mb NE 2000 clone card. Would the gigabit cards talk to each other really fast, but slow down only when talking to the NE2000 clone? Or does the entire network run at 10Mb when the NE2000 is on it.

      If you're using a cheap hub, the NE2000 will bring the whole network down to 10Mb. If you've got a brand new gigabit switch, the gigabit computers will talk at their speed to each other and at the slower speed to the NE2000.

      If you don't want to spend the enormous amounts of capital required for a switch, you could add a cheap NE2000 card to one of the computers with a gigabit card, plug the NE2000 into the hub with the other 10Mb cards and plug the gigabit card directly into the gigabit card of the other gigabit computer, then turn it into a router. Then you'll get gigabit communication between the gigabit computers and 10Mb communication between the others.

    5. Re:$95 by onyxruby · · Score: 1

      Lowest Common Denominator. You would slow down to 10 mbps. That's what the auto-negotiation handles. You can get away with cat 5 (per article) but you still have to have a hub or switch that can handle it. That will be the big (economic) roadblock.

    6. Re:$95 by Biolo · · Score: 2

      THe answer to that is.. it depends.

      ON a mixed 10/100 network just now we use 3Com hubs and switches. If you attatch a 10Mb card to a port then the card and the port run at 10Mb. If you then attach a 10/100 card to another port then that port will run at 100Mb (assuming things are configured correctly). The two machines can still communicate, the hub does the rate conversion. Obviously the maximum transfer rate between the two machines is governed by the slower NIC, but if you had a second 10/100 on there then the two faster machines will communicate at 100Mbps despite the presence of the 10Mb NIC on the same segment. First time I saw this working was a real "wow" experience Don't ask how it wall works, I have no idea, but it simply does. I would guess 3com must have some bridging logic for each port, after all the 10Mb NIC could never get to see all the traffic between the two 100Mb NICs running at full tilt, but I have never seen any problems caused by this, and our network is 50:50 10:100. Presumably 3Com could manage the same trick with 1000Mb.

      3Com is simply a vendor whose equipment I know from personal experience, I'm sure some other vendors equipment can do the same trick.

      --
      Stealing a rhinoceros should not be attempted lightly.
  25. Old News! Broadcom announced similar in May '99 by narnian · · Score: 1

    http://www.broadcom.com/docs/PR990511.html

  26. You realise... by JoeyLemur · · Score: 1

    ...that's its just the chip, right? $95 per 1000 of 'em. After design costs, board production, company overhead and profit, etc. etc., you'll probably be paying $400 a pop for a card.

  27. Re:Spelling flame by RAruler · · Score: 1

    Uhhhm, thats just the readers submission.. note the Quotations, right? see them.. that means its a Quote.. gee, go figure

    --

    --
    Insert Witty Sig Here
  28. Re:HUB? by IntlHarvester · · Score: 1

    On 100 Mbit ethernet, a crossover cable will usually only give you 10Mbit.

    Turn off autodetect in the driver settings, and explicitly set it to 100Mbit, full duplex.
    --

    --
    Business. Numbers. Money. People. Computer World.
  29. Re:HUB? by IntlHarvester · · Score: 1


    Somewhere around, I have a three port Farallon dongle-hub that does this. (Two ports 10BT, one port Mac AAUI.)

    Since the Farallon unit was pretty cheap when it was in production, I always thought it was strange that more hubs don't autodetect a crossover cable. Nice to know this might become a standard feature.
    --

    --
    Business. Numbers. Money. People. Computer World.
  30. Collision information, anyone? by mjuarez · · Score: 1

    I remember that a lot of problems cropped up when trying to do 100Mbit Ethernet on existing wiring, which only barely could manage 10Mbps. What will happen to most of the wiring already laid out. Will it have to be thrown out? I remember hearing about a Cat-6 cable. Will we have to upgrade our networks?

    Also, anybody got information on how collision handling is done on this new architecture? I would suppose that, being a gigabit ethernet, it would surely see much more usage than a 100Mbps one, and being also much higher speed, there should be more collisions.

    1. Re:Collision information, anyone? by Shadow+Knight · · Score: 1

      The article specifically states that this will work with current Cat5 wiring. So, no, we won't have to upgrade the physical wires in the networks. As others have pointed out, of course the switches/hubs will have to be upgraded. As to collision handling, I think the idea is to use switches, which solves that completely, as far as I know. I thought only hubs had problems with collisions, but I could be wrong...


      Supreme Lord High Commander of the Interstellar Task Force for the Eradication of Stupidity

      --

    2. Re:Collision information, anyone? by mindstrm · · Score: 2

      If your existing wiring could barely handle 10Mbps, it wasn't cabled to Category 5 standards. In short, it must have been crap.

      A lot of problems cropped up when people started trying to do 100Mbps with shitty cat5 installs (ie: using category 5 cable, but not installing properly) or older category 4 (or 3, I forget) cable... thinking 'it should work, the plug is the same'.

    3. Re:Collision information, anyone? by mindstrm · · Score: 2

      If your existing wiring could barely handle 10Mbps, it wasn't cabled to Category 5 standards. In short, it must have been crap.

      A lot of problems cropped up when people started trying to do 100Mbps with shitty cat5 installs (ie: using category 5 cable, but not installing properly) or older category 4 (or 3, I forget) cable... thinking 'it should work, the plug is the same'.

      Also, unless I am mistaken, the collision detection is *still* the same as 10/100 networks. The mechanism doesn't change, though the timings do, and the distance requirements change, I bet, probably require a shorter segment again.
      The inter-frame gap will be very large compared to the frame size.. hence the maximum speed between any 2 hosts (say, even through a crossover) will probably be a good chunk less than a gigabit, say, 750Mbps....
      And the backoff mechanism will still be binary exponential backoff.... so the behaviors are the same.. just different timings.

    4. Re:Collision information, anyone? by nhw · · Score: 2

      I remember that a lot of problems cropped up when trying to do 100Mbit Ethernet on existing wiring, which only barely could manage 10Mbps. What will happen to most of the wiring already laid out. Will it have to be thrown out? I remember hearing about a Cat-6 cable. Will we have to upgrade our networks?

      It's my understanding that the 802.3ab gigabit over copper standard is intended to work on standard Cat-5 cabling, so there shouldn't be any need to replacing your existing cables. On the other hand, it does use all four pairs of the cable, so faults that may not have been evident beforehand might turn up...

      Cat-6 cable certainly exists, and I believe there's also a Cat-7 standard (with individual routing channels through the cable for the individual pairs?), not to mention Cat-5e. I think quite a lot of the demand for this cable is drummed up by the vendors and installers of cable plant.

      Also, anybody got information on how collision handling is done on this new architecture? I would suppose that, being a gigabit ethernet, it would surely see much more usage than a 100Mbps one, and being also much higher speed, there should be more collisions.

      Collision handling in gigabit ethernets is a functional irrelevancy; although the 802.3z standard does have provision for shared-media networks, the last time I checked there were no products (nor any scheduled) that supported it.

      Basically, if you're looking at gigabit ethernet, you're looking at a full duplex, switched network.

      For what it's worth, from a technical perspective, I seem to remember that the collision detecting version uses a carrier extension to allow the network to have a useful radius (i.e. in order to avoid late collisions). The carrier extension was for some moderately significant number of bit-times, which could (theoretically) lead to pretty trashy performance with small packet, high load networks.

      But, as I said before, it's not like you care, as your gigabit ethernet network is all going to be switched.

      --
      -- O improbe amor, quid non mortalia pectora cogis!
    5. Re:Collision information, anyone? by Cuthalion · · Score: 2

      Also, anybody got information on how collision handling is done on this new architecture? I would suppose that, being a gigabit ethernet, it would surely see much more usage than a 100Mbps one, and being also much higher speed, there should be more collisions.

      Yeah, and the faster those packets move, the more likely they'll be damaged when they smack into each other!

      --
      Trees can't go dancing
      So do them a big favor
      Pretend dancing stinks!
  31. Re:HUB? by jelle · · Score: 1

    If ever, but when such cards will be available at near '100mbit' prices, then who's to say that a low-cost setup will not be made with a PC with four of those cards in it, acting as a router, switch, or hub.

    Sure, the theoretical max of 133MBps of the PCI bus is low for a switch backplane for 4 1gig cards, and the latency will not be a winner, but it will beat a 100mbit switch in quite a number of circumstances.

    --
    --- Hindsight is 20/20, but walking backwards is not the answer.
  32. I want some by Null_Packet · · Score: 1

    I need some of these... anyone seen these for sale online?

  33. It's not $95 for a gigabit NIC!! by Anonymous+Freak · · Score: 1

    Quick thing to clear up, they are selling the chip for $95. In bulk. That means that if a motherboard manufacturer decides to integrate it into a motherboard, it will add $95 to the cost of the board. And that actual gigabit cards will cost much more. (Heck, the Intel 82559 10/100 chip costs only about $30 by itself, but a NIC that uses it costs around $150!)

    --
    Another non-functioning site was "uncertainty.microsoft.com."
    The purpose of that site was not known.
    1. Re:It's not $95 for a gigabit NIC!! by rcw-work · · Score: 1
      Heck, the Intel 82559 10/100 chip costs only about $30 by itself, but a NIC that uses it costs around $150!

      Pricewatch claims $40-$50, not $150.

  34. Re:Just what the doctor ordered by QuMa · · Score: 1

    But what if I want to render on the server? That would sure prevent most sorts of cheating!

  35. Re:cable length?? by Xenu · · Score: 1

    They put 250 MBPS on each of the four pairs in the CAT-5 cable.

  36. Re:Ummmmmmm.... Gimmie! by An+Ominous+Cow+Erred · · Score: 1

    Why would your network only be slow in January? ;->

  37. Re:cable length?? by rcw-work · · Score: 1
    They put 250 MBPS on each of the four pairs in the CAT-5 cable.

    Err, 500 mbits/sec on each of the two send pairs (the other two pairs are for recieve)

  38. Nice resource from 3Com by nhw · · Score: 1

    If you want a nice whitepaper/technical document on gigabit over copper/802.3ab you could do a lot worse than to check this out.

    --
    -- O improbe amor, quid non mortalia pectora cogis!
  39. Re:HUB? by nhw · · Score: 1

    Sure, you can get a fairly inexpensive gigabit ethernet card, but how much is the hub gonna cost. You can only connect 2 computers through a Null Cable (cross over).

    You're not going to get hubs for this stuff, you're only going to get switches.

    As far as I know, no vendor currently has a 1000BaseT product out there, so it's difficult to say exactly what the cost will be. But, for comparison's sake, the SuperStack II 9000SX, which is an 8-port 1000BaseSX (short haul multimode fibre gigabit) switch, retails for about £10,000, which is approximately $16,000.

    Which means that this stuff isn't going to be 'string it around the bedroom for the Quake deathmatch' fodder for a few years to come.

    --
    -- O improbe amor, quid non mortalia pectora cogis!
  40. Re:HUB? by nhw · · Score: 1

    On 100 Mbit ethernet, a crossover cable will usually only give you 10Mbit. I assume the same will be true with gigabit. You probably won't get full speed out of a crossover cable.

    I'm not sure what you're talking about; there's no good reason why a crossover cable wouldn't give a full speed connection between two 100Mbit/s NICs.

    I've managed networks with plenty of 100BaseFX inter-switch links which are not much more than glorified cross-over cables, and had no problems at all.

    All that a hub does (well, this isn't strictly true on newer hubs, but...) is repeat the signal; if anything, you should get faster speeds out of crossover cables, as you can run them full-duplex.

    In fact, using a crossover cable should be even faster than using a switch in pure performance terms, as there's no switching delay.

    What's the technical basis of your assertion?

    --
    -- O improbe amor, quid non mortalia pectora cogis!
  41. Re:Just what the doctor ordered by timster · · Score: 1

    Well, gamers don't really need bandwidth so much as they need low latency. Generally 10Mb is more than sufficient; the only real advantage is that 100Mb cards potentially can deliver the (small) packets a bit faster.
    It is true that game companies may start using much more bandwidth, when it's available, but I don't see that happening much anytime soon because they also want Internet gaming to be possible, and over the net it's not really common to get 100Mb.
    Businesses can start playing around with stuff like videoconferencing I guess.

    --
    I have seen the future, and it is inconvenient.
  42. This is only part of the solution, it costs more! by Ion+Berkley · · Score: 1

    This is misleading, this chip is only a PHY (physical interface) and needs another chip called a MAC (Media access controller) to function as a NIC. It would also need transformers for electrical isolation and the RJ45 and PCB, probably a whole bunch more little stuff as well. Just for comparison a 100/10Mb PHY is about $5 in volume right now (probably less) and most solutions for 100/10 are now integrated into a single chip that sells for less than $10. We are a LONG way from gigabit at home!

  43. Re:Ummmmmmm.... Gimmie! by Zurk · · Score: 1

    ya.thats a micro$hit solution. if it doesnt work, throw hardware at it until it does. this isnt a bad thing however. its given us cheap and powerful hardware.

  44. Forget to Click 'Preview' :) by mccormick · · Score: 1

    hehehe.. I guess he forget to use the 'Preview' feature :)

    --
    Pete
  45. Using an AGP for this Network Card by mccormick · · Score: 1

    Hello,

    Here is my idea. As someone here pointed out, the PCI bus maxes out somewhere just around 100mb/second of bandwidth (I've somewhere about an extension, PCI-X or something; anyone know anything about this?)

    My idea is why not use the AGP bus for something like this? I know that AGP is a lot faster than PCI. I guess the only problem is that most PCs today with an AGP slot use it for their graphics card (prehaps this is a reason to introduce motherboards with multiple AGP slots :)

    Maybe this is totally unnessecary and the PCI bus is fast enough to provide the 128mb ('b' as in byte) a second speeds of a Gigabit Ethernet.

    Maybe no one would actually need to this one of these networks at that extreme high speed. But what if these types of speed increases continue, I believe it might be plausible.

    Could anyone hear with more knowledge in the hardware aspect of things comment?

    --
    Pete
    1. Re:Using an AGP for this Network Card by ebrandsberg · · Score: 1

      Standard PCI==about 1.04 Gigabits/second. The Alteon ACENic supports 66Mhz, 64 Bit PCI, which is about 4Gb/s, which is comprable to AGP. On the flip side, Network Engines (http://www.networkengines.com) has a cluster interconnect that makes use of the AGP bus to drive the speeds.

  46. Another Thought by mccormick · · Score: 1

    Hello again,

    I really wouldn't say I have a complete understanding of network cards work, but would the fact that AGP devices can directly write to memory be of help in a network of this speed?

    I'm mainly thinking here about the potentially needed on-board buffers. Or is this not a consideration, and the data is just off loaded over the bus in time for the next packets?

    Just another thought...

    --
    Pete
    1. Re:Another Thought by jandrese · · Score: 2

      All this is great until you realize that you are going to have to do something with that data. It doesn't do any good to pull off 1 GBps over the AGP port only to discover that your IDE drive can't write data anywhere near that fast, or that you can't even push the data down to the disk controller that fast. Heck, even doing some sort of simple calculation with that much data is going to overrun your processor in no time.

      --

      I read the internet for the articles.
  47. It's comming... by Murphy(c) · · Score: 1

    Well first the $95 is only for the Chip, so it will have to be assembled into a NIC, which will raise price a bit (still way less expensive than what is currently available).

    About hubs and switches. If I understand the press release right, their chip is pretty much a big DSP, and can/will be used with NICs, Hubs, Switches. Of course the main probleme for GigSwitches is the backplane speed, just try and imagine the internal speed of a 24port GigSwitch (24x1000MB = Arghh ! ).

    But I think the main problem we will see around is for implementation in current networks. Because I remember reading a while back about the lack of "true" specs for Cat5. Mostly, that you can find Cat5 in different copper diameter. And having a lot of different "brand" of Cat5 on the network may be quite a pain to diagnose the problems.
    Still it's pretty impressive that they were able to nudge 40m more into the specs.

    I'm really looking forward to getting GigNICs and good street prices.

    Murphy(c) - Nope My name isn't openSource :)

    1. Re:It's comming... by Cramer · · Score: 1

      Actually, it's alot more complex... This chip is only the physical layer transceiver. A NIC, hub, switch, etc. would also need some form of ethernet controller (something to look at the bits and move bits between ports.) Most switches have more than one multi-gigabit channel on the "backplane" -- called a cross-bar latice (a "switching matrix"). A few years ago, FORE had the fastest switching matrix -- 24 ports all active at 100Mb/s with no measurable performance degradation.

      Technology advances fast :-) I've got some glossies from a company making gigabit ethernet switches -- Tantera?? (I'll have to go find those glossies.) I've also seen terabit routers :-) (I'm not going to say from whom as I don't think they've annouced them.)

      As for the extra 40m... the cable length is mostly dependant on signal propigation speed. The first bit signaled onto the cable has to have reached the other end of the cable before you transmit the last bit otherwise you could fail to detect a collision. In a direct, full-duplex, node-to-node setup, you can ignore most of the rules <grin> The "we can even go 140m" is a kudoo for their DSP logic/programming.

  48. We used to fill up 100MB for hours back in 95 by WillAffleck · · Score: 1

    Seriously, I've used FoxPro for Windows running with Novell and saturated a 100MB backbone with only 40 users, back in 1995.

    Yes, we need more front-end piping, like full-scale DSL (1440), but an overtaxed server is no fun for anyone, especially with old apps that don't execute server-side but push all the bits across the Network.

    This is good news, $99 for Gigabit Ethernet - we need more of this!

    --
    Will in Seattle
  49. www.cdrom.com by dcs · · Score: 1

    ...has been using gigabit ethernet for some time.

    --
    (8-DCS)
  50. Drivers available HERE: by dcs · · Score: 1

    FreeBSD.

    --
    (8-DCS)
  51. Re:HUB? by EasyTarget · · Score: 1

    I'm being a bit anal here, but you can of course connect more than 2 computers with a crossover cable, assuming you don't mind installing multiple ethernet cards in at least one system.

    Ooh! just like a tokenring, what fun.. Talk about single ring of failure ;)


    EZ
    -'Press Ctrl-Alt-Del to log in..'

    --
    "Oops, I always forget the purpose of competition is to divide people into winners and losers." - Hobbes
  52. Re:BRIDGE!! by cyberdonny · · Score: 1

    And what about latency? And what if one of the middle machines is switched off? At least, back in the good ole days with coax you only had to worry about uplugged/unterminated cable, and not about switched off machines.

  53. Ever cheaper by Spyky · · Score: 1

    $95 a chip in quanity translates to at least 4 or 5 times that for a card. However, thats still about half what gigabit cards currently cost. It will be another year or two and more price drops and maybe we'll start seeing them on desktops :-)

    Spyky

  54. Re:To the morons wanting this chip on AGP by ebrandsberg · · Score: 1

    Correction, you can have your graphics on the PCI, and the network on the AGP. This is in fact how the Network Engines operates. There is nothing inherent to prevent network access from using the AGP, but it excludes the graphics from sitting on the same bus as AGP is designed for one card, not many like PCI. So if your main interest is network bandwidth, it's a great idea, but if it's graphics, the idea sucks.

  55. $291 for a gigabit nic NOW. by ebrandsberg · · Score: 1

    Search for gigabit on www.pricewatch.com. The Netgear gigabit (based on Alteon Tigon II card) on Fiber is only $291. The 1000TX cards are shipping now to select vendors from Alteon, which should end up being cheaper once Broadcom gets more chips out in volume. The Netgear uses the same Alteon driver in Linux as the 3com gig (again the same chip). In order to run two PC's back to back at full duplex gigabit would be two of these NIC's and an SC-SC fiber cable.

  56. Re:Not all it's cracked up to be... by ebrandsberg · · Score: 1

    The 64 bit gigabit cards can be put into a server with a standard 32 bit slot and still function, albit at a slower speed. Yes, they support 64 bit 66mhz systems, but will run in your standard Celeron 466 with 32 bit 33mhz PCI also. In addition, the gigabit cards support interrupt coalessing, which allow processing to be done a lot more efficiently than with standard NIC's, especially when dealing with smaller frames.

  57. Cool! But... by DjMau · · Score: 1

    Good luck getting a NIC with this chip in it to work in your PC. PCI 2.2 only supports bus speeds of up 264MBytes/sec if your lucky. To run a Gigabyte card on a PC you would need a motherboard that has a chipset with the PCI-X spec. Try finding a motherboard that supports the PCI-X bus specification . So until these MB come out, this new chip will only find use in HUBS, switches, etc...

    1. Re:Cool! But... by Temporal · · Score: 1

      ummm.... 1 gigabit = 125 megabytes.

      ------
      -Everything has a cause
      -Nothing can cause itself
      -You cannot have an infinite string of causes

    2. Re:Cool! But... by rcw-work · · Score: 2
      PCI 2.2 only supports bus speeds of up 264MBytes/sec if your lucky

      264MBytes/sec is more than double 1000Mbits/sec.

      Just to review:
      gigabit ethernet = 1000000000 bits per second = 1000mbits/sec = 125mbytes/sec
      standard pc pci (33mhz 32-bit) = 33333333 transfers per second (+/- 1%ish) * 4 bytes per transfer = 133ish mbytes/sec
      mac pci (66mhz 32-bit) = 66666666 transfers per second (+/- 1%ish) * 4 bytes per transfer = 266ish mbytes/sec
      alpha and others' pci (66mhz 64-bit) = 66666666 transfers per second (+/- 1%ish) * 8 bytes per transfer = 533ish mbytes/sec

      (I say +/- 1% because the clock chip on the average PC isn't at all accurate - your Celeron 466 might actually be running at 463 or 470mhz.)

      Furthermore, you don't have to have a computer that can soak the ethernet to get an improvement in speed out of gigabit ethernet over 100mbit ethernet. You just need a computer that can push the packets out faster than 100mbits/sec.

      It seems pretty clear that the average celeron box is capable of this.

  58. Re:HUB? by cmeans · · Score: 1

    I got the impression from the article that the price is for the chip (in quantity), not a card.

    The cards might endup being much more expensive...though I have no idea what the other components might be.

  59. But what would you use it for? by SteveSmith · · Score: 1

    At the moment, I can't think of any uses of Gbit ethernet except inside server clusters. To really get the best of something like this for anything other than 2 machine networks, you need gigabit switches, obviously, and these are still rather expensive.

    The first usage that springs to mind is supercomputing, but then, how many centres with enough power to saturate 100Mbit ethernet but a tight budget do you know of? The big limiting factor will usually be CPU, I would guess.

    100Mbit is easily enough for studio quality video, which would be the other big bandwidth hog.

    Its still jolly clever, I just can't think of any uses. But then, I said that about 486s...

    1. Re:But what would you use it for? by 4of12 · · Score: 1

      For some applications in server clusters it might be OK, but for supercomputing applications the latency of everything CPU-memory, CPU-NIC, etc. starts to get in the way of efficiency. GigE alone is no panacea for this.

      People I know choose customized network fabrics, like Myrinet, for example, and have eliminated some, but not all, of those network limitations.

      The battleground then moves to improving the situation between main memory and the NIC, which is full of latencies and gratuitous copies.

      --
      "Provided by the management for your protection."
    2. Re:But what would you use it for? by urgle · · Score: 1
      Oh, we could easily use it. 100Mbit is easily enough for studio quality video for one user. But what about a 100 users in a company calling each other?

      More bandwidth is always good.

    3. Re:But what would you use it for? by Cuthalion · · Score: 2

      For just doing point to point stuff like this it seems more efficient to just use a 100 or even 10 megabit switch.. And hook THOSE together with a nice fat gigabit uplink.

      --
      Trees can't go dancing
      So do them a big favor
      Pretend dancing stinks!
  60. Re:Poor man's SAN by gtarthur · · Score: 1

    Yes, we have just started looking at SAN's and got sticker shock big time with the proprietary vendors. Then I started digging into what SAN would provide, and my first thought was - It's just a dedicated data network - a private NFS/XFS for the servers to use. I'm sure the SAN vendors will claim they add value through robustness and failover - but they also add that little glitch of proprietary implementation that attempts to lock you into their product line. An earlier article in Network Computing - may last fall, quoted a large university or governemnt technologist (maybe NASA) - he was not impressed by the capabilities of the vendor solutions over the private data network approach. He went so far as to say that even the standards work on SANs was not going to be very useful in the near term of two or three years after it's finished. Plan 9 from Lucent/Bell Labs (whatever) is looking better all the time - thin clients, compute server, data servers, mobility, robustness, and an excellent pedigree. Of course I also like the idea of Beowulf + XFS-based-SAN + GbitEnet - no wonder IBM is hot on Linux.

    --
    Every change is not progress, but there is no progress without change.
  61. Re:Slight correction by chadmulligan · · Score: 1
    If you don't have to run over copper, you can already get good gig-ethernet cards for under $300!!
    Do a search for the netgear ga620

    I searched and found this quoted for $609.97, $649.95, and $512... None under $500. But I wouldn't be too surprised, as running over fiber obviates the need for the expensive interface chip and transformer.

  62. Not even "just the chip"... by chadmulligan · · Score: 1
    Read the datasheet... this is just the physical interface transceiver, that is, the chip which interfaces the MAC chip (which implements the Ethernet protocol itself) with the line transformers.

    To put things into perspective, National's own DP83843 chip, which does the same thing for 10/100 Ethernet, costs $5.50 in small quantities. A 10/100 MAC chip cost around $10, so we'll probably see $150-200 prices quoted for gigabit MACs... I doubt we'll see gigabit Ethernet cards under $500 this year.

    On the other hand, previous transceivers cost over $250, so things are getting better... just look at 10/100, where a year ago you would pay $500 for a 10/100 8-port hub, today you can find a 10/100 _switch_ for under $150... probably next year gigabit prices will be at nearly this level.

  63. I used to think this... by eightball · · Score: 1

    Then I got DSL.

    Granted that high speed connections should be cleaner over fiber and (the dreaded) PPPOE should be able to handle whatever medium.. waiting for the phone and cable companies to implement it would be a very boring span.

  64. Re:How fast would it have to be... by CraigWilcox · · Score: 1

    This is something that has already been done. Look at http://www.cs.washington.edu/homes/levy/gms/ for more information. It is really mostly a matter of latency rather than bandwidth. You can have network latency that is smaller than the time that it takes your local disk to seek.

  65. Re:BRIDGE!! by hodeleri · · Score: 1

    You actually turn your machine off?

    Scratches head Why? http://www.uptimes.net

  66. BRIDGE!! by hodeleri · · Score: 1

    Just daisy chain with bridging (they have should have bridging in Linux, its OPTIONS BRIDGE in FreeBSD) and all you do is go in to one, out to the next. Just like running a three player quake game with two serial ports. (back in the day)

    Of course this does require two 1Gbit NICs for all but the end machines...

    1. Re:BRIDGE!! by Vanders · · Score: 1

      Scratches head Why?

      Probably because, like me, he doesn't want to listen to a PSU/CPU fan(s) whining away in his bedroom while he tries to sleep. (In fact, i even have to switch my Cable TV box off at night, becuase of the PSU "buzz" it generates)

  67. Re:HUB? by NewOrder · · Score: 1

    scsi harddrive average 10meg/sec.. my U2W 7200 baracudda 18 gig maxes at 14Meg/sec if I'm lucky... but on a RAID with 7 drives I can get 80meg/sec for the 32-bit SCSI card.. up that to 64-bit scsi card I can get 160meg/sec with another 7 drives.... (naturally speed is faster with faster RPM drives but that's like a 1mec/sec or 2 faster) so for one server to even max out a gigabit NIC you need in the neighborhood of 10 to 14 U2W 7200 drives. not to mention a few megs of scsi adapter cache and a few gigs of main memory to give the RAID a rest every now and then :)

    --
    -- Jason...
  68. Clever! by zeck · · Score: 1

    Hey, that's funny! I'm not being sarcastic. Just wanted to congratulate whoever posted that and thank them for making me laugh.

  69. cable length?? by mikael_j · · Score: 1

    IIRC gigabit ethernet on tp cables isn't possible on cable lengths of more than like a couple of yards. So could anyone explain how they plan on solving that problem?

    Mikael Jacobson

    --
    Greylisting is to SMTP as NAT is to IPv4
    1. Re:cable length?? by Detritus · · Score: 2
      Err, 500 mbits/sec on each of the two send pairs (the other two pairs are for recieve)

      According to the 3COM white paper, all four pairs are used. Hybrids are used, like in a telephone, to allow simultaneous transmit and receive on each pair.

      --
      Mea navis aericumbens anguillis abundat
  70. Intel was working on this back in 96 by trey · · Score: 1

    I remember talking to a guy who didn't buy my 76 mazda from me. They were expecting to release it in a year. I think the problem is that you are going to be near 100$ a port for the switch costs but if they can make a nice switch .... oh yeah! I'm all over this!!

    --

    he who has the fastest cart always has the best lie.
  71. Just what the doctor ordered by onyxruby · · Score: 1

    I wonder who will buy more, business for their use, or gamers? Let's face it, who doesn't want one. Now we have to wait and see how much the final product is going to cost. Also I did not see anything about drivers or the like. The other big question is getting a switch for one that doesn't cost more than the computer... Anybody know a good switch to go with it???

    1. Re:Just what the doctor ordered by Anonynous+Coward · · Score: 1
      Gigabit gaming, eh?

      Do you really have any games you play where 100mbps isn't already fast enough? Even on a 10 mpbs network, the game server's cpu, or each clients individual cpu/video card is going to bottleneck way, way before the network bandwidth.

    2. Re:Just what the doctor ordered by Anonynous+Coward · · Score: 1
      Basically the network couldnt handle 200 people all playing quake at the same time. As if that wasnt bad enough.. people started trading warez across the network, congesting it even more so.

      Umm. I'd be willing to bet the people were trading warez when the network wasn't fast enough for 200 quake players. Either that or the network was poorly setup. 200 people playing quake is not all that much. Also, I am assuming they were playing on different local servers? Although Quake2/3 can technically be boosted up to support 200+ users, the code isn't really architectured to support more than 64 players comfortably (not to mention the strain on the clients from having so many potentially viewable models).

  72. Chip $95 Card $195 by Sir+Logic · · Score: 1
    Just because the chip will only cost the manufacturer $95 doesn't mean we'll see $95 cards anytime soon.

    Most likely, we'll be seeing cards in the $195 range or higher. And of course, hubs for $500 and up.

    As for the auto-wiring feature, this is nice, what I see this meaning is the you can use a non-crossover cable between two cards and it will work.

  73. Not all it's cracked up to be... by Gregoyle · · Score: 1
    Gigabit ethernet is great, expecially for distributed computing tasks (e.g. Beowulf, MS Wolfpack), but as far as I've seen, there are some steep entry costs.

    Every good gigabit ethernet adapter I've seen takes a 64 bit PCI slot to connect to the motherboard. I have seen very few motherboards, mostly Xeon and Alpha oriented, that have 64 bit slots. Not only that, but in any network size larger than 4 systems or so (which is pretty silly to be using that much bandwidth with anyway), you need a switch to give you the advantages of speed. Check any networking catalogue you like, but I sure haven't seen any plain old hubs that supoort 1000Mb/s.

    So you need a switch, and you need 64 bit PCI. This is not stuff to be using on your 1337 overclocked dual celery 466 system that is maxed out to the gills. Gigabit ethernet still requires hardware that puts it in the "Professional Use Only" catagory. Hopefully sometime soon the entrance costs will be less prohibitive, but untilthen, I'll stick with my 100Mb/s ethernet with adapters for $25 a pop and hubs for $50. --------

    --

    "He's more machine now than man, twisted and evil."

  74. The story continues.... by WhiskeyJack · · Score: 1

    "People ask us why we did it...what possible use could anyone have for Gigibit Ethernet?", said National Semiconductor exec Ben Dover-Freely. "Well, an anonymous donor in Redmond subsidized the project, citing the need for more bandwidth to handle the volume of por...er...stockquotes he needs to keep abreast of the market and keep a firm hold on the economic issues close to hand. A masterstroke of innovation, if you ask me. I'm glad we could rise to the challenge and provide a hardcore solution to most pressing problem."

    -- WhiskeyJack

  75. Re:HUB? by Anonynous+Coward · · Score: 1

    I'm being a bit anal here, but you can of course connect more than 2 computers with a crossover cable, assuming you don't mind installing multiple ethernet cards in at least one system.

  76. Re:Poor man's SAN by timbu2 · · Score: 1

    This could be great for a SAN. SAN technology is still in it's infancy. Gigabit technology is more like an extension of current technology while SAN is still in standards wars. It is very easy to buy SAN equipment from different vendors and your HBA won't talk to my device unless someone gets a firmware upgrade. When was the last time you thought about that when you bought a network card or a hub, 1988 or so??? Your post also supports my assuption that network storage will continue to be one of the fastest growing segments in technology for the next few years. In a few years we'll all be using data storage devices that aren't on out local computer/PDA for important data. It won't matter where you are or what OS you use. You'll log in and all your really important files (formatted in XML, HTML, or Plain Old Text) will be available for your immediate use. On the question about XFS allowing different hosts to low level sector read and writes, my read of what SGI is releasing seems like a yes. I would also bet more appliance devices show up that also do this. -timbu2

  77. Re:first by baldusi · · Score: 1

    Pedazo de pelotudo! Por qué mierda ponés esas cosas? Nos hacés quedar mal a todos. Escribí eso en el forum de M$. baldusi

  78. Re:fix cableing screwups with power on the line? by khafre · · Score: 1

    1000Base-T runs full-duplex. It uses technology similar to a standard analog telephone line (hybrids) that allow transmission and reception at the same time. Echo cancellers are required with this, however. Chris

  79. Re:Modern CPU's all have dedicated L2 cache by Wdomburg · · Score: 1

    > By definition: if the kernel can only run as a
    > single-thread, it's Asymmetric Multiprocessing A
    > La the old Macintosh Multiproc machines.

    Sorry to burst your bubble, but SMP and AMP are
    hardware terms, not software.

    In an SMP system, each CPU has equal access to all
    memory locations and can control every I/O device.

    On the other hand, an AMP system have certain
    resources (i.e. memory and I/O) exclusive to
    particular processors.

    It is entirely possible to have a single-threaded
    kernel running on an SMP machine, essentially
    binding the kernel to one CPU and running user
    space applications on the additional CPUs.

    In some cases this is done on purpose, to minimize
    context switches and to exploit locality - i.e. if
    a process is running exclusively on a processor,
    it doesn't have to deal with cache contention and
    minimizes the issues of cache coherence.

  80. It's just a Phy by CDLeech · · Score: 1

    Several people have pointed out that this is not a NIC, it's a chip. But there seems to be some confusion still. This is not a single chip 10/100/1000 Ethernet solution, it's just a physical layer tranceiver. Any design using this Phy would still need a 10/100/1000 Ethernet MAC controller, and those cost quite a bit. $95 for a Phy is not going to bring about sub $200 NICs, not even close.

  81. Re:VMWare "Windows server", now, practical? by wait · · Score: 1
    You'd have to purchase enough licenses to cover your users to make it legit. One copy of MS Office or Windows wouldn't cut it.

    Even if the users don't use the sofware at the same time? Licenses that restrictive should be illegal [in my oppinion]. The benefit of a server is to eliminate Windows-Linux dual boot on every machine and replace it with just VMWare on one machine. (but with 10mbit that can suck.) Without a solution like this you can never be sure if a machine with that pesky-windows-only-app will be free.

    A. Wait

  82. VMWare "Windows server", now, practical? by wait · · Score: 1
    In our office we used to speculate that gigabit ethernet would make it fairly practical to serve multiple simultaneous apps (say MSOffice or Quicken) from a linux-box running am emulator (say VMWare to be specific). Then a small office could use Linux everywhere (and only have a single license of whatever Windows apps are wanted) but is this legal? Any other issues besides bandwidth? (memory requirements on the server machine etc.)

    A. wait.

  83. Good 'ol NE2k by Jim.Dean · · Score: 1

    Hmmm...Maybe they are based on the old NE2000 design, that would make the architecture what? 25 years old now and still in use? Ugghh...Now who would do something like that, I mean to reuse the same architecture over that long of a period. Good thing Intel doesn't do this. Oh, wait, they do... But seriously, Gigabit on the cheap will be nice.

  84. Re:HUB? by drinkypoo · · Score: 1
    Actually, HP has one-port gig ether cards for their HP Procurve 4000M and 8000M which do gigabit over copper. I don't know if they'll be compatible with this chip, but I suspect they will be. The cards run $300. So, if I may postulate a bit:
    • The cards are likely to cost $300 or so before too long.
    • The cards for the switch are $300.
    • The switch itself is $1800 with five cards with 8 ports each of 100bT/10bT autosensing, full duplex. There are five slots free. (This is the procurve 4000M.)
    So if you have, say, five machines that you want on gigabit, this particular solution would run you $4800, and you could hook forty more machines up to the 100bT. The $4800 is the switch, fully loaded, and five of the gigabit nics. This would nicely solve the networking needs of most colocated server setups with a couple database servers, a couple file servers, etc etc.
    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  85. Re:Making yer own dogfood by Indomitus · · Score: 2

    Anybody making cables without at least some sort of tester deserves to have to spend a weekend searching for a bad cable. :)

  86. Re:HUB? by tzanger · · Score: 2
    (1 gigabit ~= 125 MB/s, assuming no headers/full network usage, etc.)

    No, gigabit (and 100b, 10b...) ethernet refers to the raw number of bits you can spew over the wire. It includes all preamble and postamble.

  87. Re:Not the same thing by tzanger · · Score: 2
    Crash course in network wiring:

    Time to update your crash course. Gigabit Ethernet uses all 8 wires and a form of encoding/compression to achieve its speed.

    you are, however, correct in terms of 10bT and 100bT networks. :-)

  88. Re:Do you mean cable tester or continuity tester? by tzanger · · Score: 2
    I work at major manufacturer of microprocessors. When we ask, "Is this cable bad?" we DON'T hook it up to a continuity tester, we hook it up to a test rig that measures impedance at the operating frequency in question (1 to 2.5 gigabits). At these frequencies, its feakin' voodoo trying to keep the signal from radiating off the wire like an antenna.

    Gigibit ethernet is a trick, you're right, but in 99% of cases it is not connector problem, it's usually the cable itself went bad for one of several reasons. If you're using good grade cable and your crimper and ends are of good quality, your cable will be fine.

    You can't stop the cable from radiating by crimping any better (unless you really blow at making cables). The cable will radiate more than spec allows if you've got sharp bends, mismatches pairs or poor twist. Your fancy-schmanzy cable tester doesn't test for one of the biggest causes of cable failure: stress. Binding cables with tie-wraps too tightly or bending them too sharply often gives you the problems at gigabit speeds that you refer to. Note that fiber has the same "bend radius" problems that copper has, but for different reasons.

    From a techical standpoint, there is only so much to go wrong with a cable connection. As long as you're crimping right you'll be mostly safe. Far greater problems come from the way the wire is treated when installed, as mentioned above.

    As far as searching all weekend for a bad cable: how the hell are you doing your installs? Computer A can talk but computer B is flaky. Well it sure ain't the backbone connections, check the connection from the switch to the computer in question. Use a network analyzer. It's not difficult..

    Gigabit ethernet will give the average-joe cable maker headaches beyond his wildest dreams if he doesn't learn why it's different.

  89. That's faster than my hardrive! by Malc · · Score: 2

    1024/8 == 128MB/s

    My ATA hard dive bursts up to 33MB/s (13MB/s sustained).

    Perhaps it's most useful when used in confunction with a busy file server.

  90. drop copper... by kidlinux · · Score: 2

    I say the entire market should drop copper based products and go 100% fibre optic. Start massively mass producing it to jack prices down and make it cheap enough to have in the home.
    And while they're at it, replace all phone and cable networks (to our homes) with fibre too. It'll be necessary if we're ever to have the massive multi-media "global village" corporations like so much to advertise about. Some of us are still on dial-up, dammit.
    Phone and Cable corps. could get together (it'll be a cold day in hell) and split the cost for this, then compete for our business over shared lines.

    Do I know what I'm talking about? No. But it sure as hell would be nice.

    --
    -kidlinux.
  91. Re:fix cableing screwups with power on the line? by Eric+Smith · · Score: 2
    would be interesting to see what it is doing with the extra pairs of cables.
    My understanding of 1000BASE-T is that it uses all four pairs, transferring 250 Mbps on each. This matches the statement in the NatSemi press release that a quad transformer is needed. This means that unlike 100BASE-TX, you won't be able to run full-duplex.
    and switches are supposed to just pass it through.
    Switches don't pass the extra pairs through. They're left open. (How would the switch know which port to pass them through to?)
  92. Re:HUB? by Jeffrey+Baker · · Score: 2
    I get pretty tired of the tripe which is spoken about computer hardware on this site. The PCI bus does NOT max out at 133 MB/s. The current fastest PCI implementation is 533 MB/s with 64-bit/66-MHz PCI, which is not all that exotic.

    It is a bit like saying SCSI maxes out at 10 MB/s. It is not generally true.

    -jwb

  93. Thoughts by Signal+11 · · Score: 2
    Fixing the wiring screwups will only make the screwups bigger. Didn't C++ teach us this? First you had C, where you could shoot yourself in the foot... then you had C++ with it's encapsulation which made shooting yourself in the foot more difficult.. but when you do you blow your whole foot off.

    Here's a thought: How about informing the user their network admin #$@!'d up the wiring and refuses to run along with a detailed description of WHY it doesn't run. We should not be letting things like network wiring be done improperly ... it leads to sloppiness and ignorance.

  94. How fast would it have to be... by dysprosium · · Score: 2

    This is something I've been thinking about for a while. How fast would a network have to be before it becomes faster for one system to swap to another's physical memory than to a local disk?

    Heh heh...my roommate better start paying close attention to his memory usage...or it might start disappearing :)

  95. Re:HUB? by BeBoxer · · Score: 2

    The best part is, with these chips you won't even need the null cable. Just use a regular patch cable, and the chip will fix the "wiring mistake". Kind of cool. Now, if only the auto-negotiate doesn't suck...

  96. Re:HUB? by Bryan+Andersen · · Score: 2

    As a quick guess. I expect to see them come out at about 3-5X the chip price till one gets over 10,000+/Month volume productions. The prices will drop to about 2X. Companies need their profit.

  97. Re:HUB? by QuMa · · Score: 2

    Actually, apart from the fact that token ring works rather differently (it relies on a virtual token being passed from host to host), this could be arranged in a star shape to, provided you have enough pci/agp/whatever slots.

  98. Don't confuse the price... by mindstrm · · Score: 2

    They quote the transcievers (CHIPS) at $95/ea in quantities of 1000...

    This is not at all the same as saying the *retail cards* will be anywhere near that price.
    As such a new thing, it wouldn't surprise me if the cards were hundreds of dollars..

  99. Re:Ummmmmmm.... Gimmie! by Vladinator · · Score: 2

    Boy, isn't that the truth. We use roaming profiles here where I work, and our network is S-L-O-W as molasses in January.


    Hey Rob, Thanks for that tarball!

    --

    "Going to war without France is like going deer hunting without your accordion." - Jed Babbin

  100. Not the same thing by jfunk · · Score: 2

    This is four wires we're talking about here, not a programming language.

    Crash course in network wiring:

    1. There are two possible types of twisted-pair Ethernet cables: 1) straight through (for connecting a card to a hub), and 2) crossover, or null (for connecting 2 NICs together, this is the same thing as crossing over Rx and Tx to allow two DTEs to communicate)

    2. This new chip can automatically detect which cable is being used, and set itself up automagically. Now you can use both correct types of cable interchangably. Eventually (hopefully), we can simply just buy straight-through cable all the time, for all situations.

    This also makes upgrading from a PC-to-PC network to a hub network very simple as you won't have to completely recable.

    It's more of an interoperability thing if you ask me.

  101. Cat 5 is std for 1000baseTX, not just NatSemi by redelm · · Score: 2

    According to the Gigabit Ethernet group draft standard IEEE 802.3ab, Gigabit copper 1000base TXshould run on all decent Cat 5 installations.

    It does this by running single duplex over all four pairs at 125 MHz. The coding is changed to increase the number bits per symbol from 0.8 to 1.25. Simple wiring screw-up like mixing-up tip & ring are already handled by most 100baseTX ethernet transceivers. But crossover-vs-not isn't, and split pairs are unfixable.

    Your Cat5 working 100baseTX is supposed to run 1000baseTX just fine. But it won't if you've left pairs unconnected, or stole them for a second run or phone. Poor crimping might also hurt.

    That said, the real question is what you can do with all that bandwidth. Most hard-disks cannot sustain even 10 MB/s that 100baseTX provides. And it's hardly a high spped internet solution. It only runs 100m from the hub. The real problem with internet has always been interbuilding: the last mile between cable heads and user buildings.

  102. RCN is doing this. by vectro · · Score: 2

    RCN is doing just this. They are laying fiber out to people's houses... I think the only copper part is between you and the box, and a single box only servers some 100 homes. I believe that each box gets 12 pairs of fiber.

    They are going to provide a single solution for everything - TV, phones, internet, etc. It is expected to be very very fast.

    I know this because they bought the company I was working for last summer (an ISP here in the SF Bay Area) and this is what they told us. But don't worry, they said it's fine to tell the world. :b

    IIRC, this service is going to be availible here (in the bay area) as well as in the Boston area.

  103. Re:Whaat? by barleyguy · · Score: 2

    I know exactly how to make a crossover cable. From memory:

    Brown - Brown White, Green, Blue White - Blue, Green White, Orange - Orange White

    Other Side:

    Green - Green White, Brown, Blue White - Blue, Brown White, Orange - Orange White.

    Splitting the center pair, and keeping the blue in the middle reduces crosstalk, and the pairs are matched with transmit and recieve.

    I still sometimes only 10 Mbit. Maybe some of the ethernet cards I've used are crap. I'll take your word for it and try a little harder next time. :-)

    --
    --- "So THAT's what an invisible barrier looks like!" - Time Bandits
  104. Re:HUB? by barleyguy · · Score: 2

    On 100 Mbit ethernet, a crossover cable will usually only give you 10Mbit. I assume the same will be true with gigabit. You probably won't get full speed out of a crossover cable.

    I believe the top speed for the firewire spec is 400 Mbit. I'm not sure if all devices, or ports, support 400 Mbit, but that's what's in the spec.

    Also, the EV6 bus for the Athlon is 200 Mhz, with separate switching for RAM and PCI. I wonder if that might be a good solution.

    --
    --- "So THAT's what an invisible barrier looks like!" - Time Bandits
  105. Re:HUB? by Cramer · · Score: 2

    Actually, U2W tops out at 80MB/s. That's a limitation of the SCSI bus, NOT the PCI bus. And throughput tends to be non-linear as you increase the number of devices on a SCSI bus. I've seen graphs of some controller tests as the number of drives increased -- most controllers started to suck at 5 drives. (Of course, this was several years ago -- long before U2W, LVD, U160, and fiber channel.)

    The advantage of 64bit/66MHz PCI is for hardware (read: very large cached) RAID controllers [the Mylex extremRAID 3000 comes to mind] and multiport Gigabit ethernet cards.

  106. Ummmmmmm.... Gimmie! by Pfhreakaz0id · · Score: 2

    I want.

    Seriously, Cheap Gigabit ethernet could really help out in the office setting. With Buttloads of server space, you could actually implement those roaming profiles on NT, for instance, without clogging your network to bits.
    ---

  107. Finally, something I can actually say... by Jack+William+Bell · · Score: 2

    Finally, something I can actually say "Wouldn't it be cool to build a Beofwulf system with these puppies!" about... :-\

    Jack

    --
    - -
    Are you an SF Fan? Are you a Tru-Fan?
  108. Poor man's SAN by XNormal · · Score: 4

    This type of low cost high-speed connectivity could bring the benefits of a SAN (Storage Area Network) architecture to those who can't afford a FibreChannel based system.

    The storage server can be based on PC architecture with a stripped-down linux kernel, emulating FibreChannel over gigabit ethernet. It has no notion or filesystems, users or anything like that - it is optimized to just ships disk sectors to the network at maximum performance.

    The application servers can be diskless or use their local disks only for swap and caching. One ethernet interface will connect to the internet and another will support access to the SAN. Replacing or upgrading such servers is easy when they store no state information.

    XFS is capable of letting two or more systems share access to the same disk at the sector level.
    I don't know if the linux port of XFS will support this feature, but assuming it does this could be very useful for this kind of applications.


    ----

    --
    Stop worrying about the risks of nuclear power and start worrying about the risks of not using nuclear power.
  109. HUB? by snack · · Score: 4

    Sure, you can get a fairly inexpensive gigabit ethernet card, but how much is the hub gonna cost. You can only connect 2 computers through a Null Cable (cross over).

    (First?)