Slashdot Mirror


USB 3 in 2008, 10 Times as Fast

psychicsword writes "Intel and others plan to release a new version of the ubiquitous Universal Serial Bus technology in the first half of 2008, a revamp the chipmaker said will make data transfer rates more than 10 times as fast by adding fiber-optic links alongside the traditional copper wires." "The current USB 2.0 version has a top data-transfer rate of 480 megabits per second, so a tenfold increase would be 4.8 gigabits per second." This should make USB hard drives easier and faster to use."

78 of 381 comments (clear)

  1. Great. by TaoPhoenix · · Score: 3, Interesting

    Incredible and grand news if it's on target, and doesn't dissolve into vapor.

    Cue the Media Copying Discussions.

    (Someone fast on their math: How long would that take to copy a new 0.90 Terabyte drive?)

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
    1. Re:Great. by jimstapleton · · Score: 2, Informative

      1.5 seconds if you all of your components were fast enough. The drive won't be.

      --
      34486853790
      Connection too slow for X forwarding? Try "ssh -CX user@host"
    2. Re:Great. by morgan_greywolf · · Score: 5, Informative

      1.5 seconds if you all of your components were fast enough. The drive won't be. Exactly. There's still the slowdown associated with the mechanical aspects of the hard drive -- spin rate (RPM), average seek time (ms), etc. On top of that, most hard drive controllers are limited by the technology they use. For instance, a SATA hard drive, even plugged into a USB 2 or 3 port, is limited to 150 MB/s -- but, that's burst speed, not sustained transfer rate.
    3. Re:Great. by Technician · · Score: 3, Funny

      Cue the Media Copying Discussions.

      The RIAA and MPAA just joined Steve Balmer in needing new office furniture.

      --
      The truth shall set you free!
    4. Re:Great. by Anonymous+Brave+Guy · · Score: 4, Informative

      On top of that, most hard drive controllers are limited by the technology they use. For instance, a SATA hard drive, even plugged into a USB 2 or 3 port, is limited to 150 MB/s -- but, that's burst speed, not sustained transfer rate.

      Indeed. And realistically, it's going to be a pretty short burst: most hard drives today only have something like 8–16MB of cache that might be filled by a smart lookahead algorithm, so your best case with current hard drive technology is that you'll get perhaps 1/10 of a second of high-speed data transfer before hitting the physical barriers.

      I'm not sure this is directly applicable to this discussion, though, because AFAIK all current USB drives use different storage technology anyway. It's going to be the limits of that technology that tell us whether USB3's theoretical speeds will actually be useful with storage hardware available in the same time frame.

      --
      If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
    5. Re:Great. by BosstonesOwn · · Score: 5, Insightful

      http://en.wikipedia.org/wiki/Flash_memory

      No Flash is slow to write , very fast to read. Hence Windows use of it for "ReadyBoost" caching. There is extremely low latency just not enough bandwidth to sustain high levels of I/O.

      On the other hand , by introducing fiber into the link doesn't that take away the greatest part of usb ? being able to just fold up the cable and stuff it in your pocket along with a small hard drive ? I know I use it for restoring machines after catastrophic failures (yeah windows) and some times I don't go right back to my desk with the cable and drive and have to toss it in my pocket. I can't do that with fiber, it would fracture.

      --
      This package Does Not Contain a Winner
    6. Re:Great. by antime · · Score: 5, Insightful

      The quoted speed of USB 3 is probably the bus speed, i.e. it's shared by all devices connected to the same host. So one disk won't saturate the bus, but if you plug in a bunch of them the bandwidth won't seem so incredibly massive anymore. Then you have to consider the bandwidth reserved by isochronous devices etc.

    7. Re:Great. by pipatron · · Score: 2, Informative

      Uh, what? 0.9TB/(4.8Gb/s) = 25.6 minutes, not 1.5 seconds, even IF the platters would cope with the new speed.

      --
      c++; /* this makes c bigger but returns the old value */
    8. Re:Great. by Retric · · Score: 2, Informative

      Almost but 4.8 gigabits/s = .6gigabytes/s .9TB = 900 gigabytes
      900 gigabytes / (.6 gigabytes/s) = 1500s or 25min.

    9. Re:Great. by mikael · · Score: 2, Informative

      You can get an USB to IDE adapter in order to convert a 2.5" IDE laptop drive into an external hard drive. It just clips over the ID adapter and plugs into a USB cable.

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
    10. Re:Great. by jonnythan · · Score: 2, Informative

      Yeah, this one is correct. I divided by 480Gb/s instead of 4.8Gb/s because I glanced at the summary and saw "480."

      It's not 15 seconds, it's 1500 seconds.

      So much for being able to do basic math.

      GP forgot that a byte is 8 bits.

    11. Re:Great. by Agripa · · Score: 2, Informative

      Err the PCI-X bus is only rated at 1.06 GB/s (or 4.3 GB/s for PCI-X 2.0) so what exactly is the point?


      Are you confusing PCI-X (PCI Extended) with PCIe (PCI Express)?

      PCI-X is typically operates from 4.3 Gb/s (64 bits at 66 MHz) to 8.5 Gb/s (64 bits at 133 MHz) and is normally only used in servers or workstations.

      PCIe starts out at 2 Gb/s (twice the speed of PCI) and easily expands to handle higher transfer rates by using multiple links. x4 and x16 links are common.
    12. Re:Great. by DaveWick79 · · Score: 2, Informative

      Flash may be slow to write, but it is still volumes faster than a hard disk write.

    13. Re:Great. by xenn · · Score: 2, Funny

      Yeah, 1.06 GB/s ought to be enough for anyone!

    14. Re:Great. by JasterBobaMereel · · Score: 2, Interesting

      The most number of lanes supported by PCIe is x32, so 250MB/s x 32 x 2 (bi-directionality) is 16GB/s for a theoretical maximum transfer rate. - Please note this is theoretical maximum ...

      PCI-X maximum is as I said 4.3GB/s ...

      But the real killer is maximum implemented storage transfer speed bus is Fibre Channel 4GFC (4.25 GHz) - 425 MB/s

      --
      Puteulanus fenestra mortis
    15. Re:Great. by Fifty+Points · · Score: 2, Insightful

      Have you ever handled fiber? It's not that fragile.

      --
      I'm in between insightful sigs right now...
    16. Re:Great. by Bassman59 · · Score: 2, Informative

      1.5 seconds if you all of your components were fast enough. The drive won't be. Exactly. There's still the slowdown associated with the mechanical aspects of the hard drive -- spin rate (RPM), average seek time (ms), etc. On top of that, most hard drive controllers are limited by the technology they use. For instance, a SATA hard drive, even plugged into a USB 2 or 3 port, is limited to 150 MB/s -- but, that's burst speed, not sustained transfer rate.

      you people are all missing the point.

      It's obvious that the 4.8 Gbps link is faster than the device ... but recall that all USB devices on a port share the bandwidth. A faster link will allow a lot more devices to simultaneously transfer data at their maximum-possible speed.

      One example: You'll be able to put a multichannel audio I/O device and hard disks on the same bus without worrying about dropouts, etc.

      As for "Isn't 4.8 Gbps faster than the computer can handle?" That's true, and it's already the case when you have Gigabit Ethernet plugged into 33 MHz/32-bit PCI. But remember that 4.8 GBps is the wire speed, not the data rate, which will ultimately be controlled by how fast the host computer can get data onto and off of the bus.

  2. obligatory simpsons quote by wwmedia · · Score: 3, Funny

    Nerd: I've developed a program that downloads porn from the interet a million times faster than normal Marge: Who would need that much porn Homer: [drools]...oohhh..1 million times faster..

  3. I'm more concerned with latency. by jimstapleton · · Score: 4, Informative

    It seems current hard drives test to 40-80M/s (dunno if it's bit or byte, we'll assume byte since it is worst case for my example)., averaging between 50 and 60M/s

    480Mbit per second = 60MByte per second. That can handle the average case for a modern hard drive.

    4.8GBit/second - 600MByte/s? To utilize that with a drive, you'd need a RAID external enclosure!

    --
    34486853790
    Connection too slow for X forwarding? Try "ssh -CX user@host"
    1. Re:I'm more concerned with latency. by Laebshade · · Score: 5, Interesting

      I can't find the exact article, but you should read this one about the effective USB 2.0 speed. It states that the effective maximum speed is only about 40MB/sec, and that 60MB/sec can't be achieved due to overhead/software limitations; not sure if this is true now.

    2. Re:I'm more concerned with latency. by Televiper2000 · · Score: 5, Informative

      My experience with USB is that it has lousy thru-put do to the way the drivers manage data on the host side. We did some heuristic timing tests on USB to serial devices and found that most of them actually degraded the thru-put (time send and receive a packet) of an RS232 connection. We found that devices with Silicon labs ICs could get the desired thru-put, but it seemed they would take up an entire USB channel to do so.

      --
      New! Device Legs: These legs will help your poor OEM installed product escape any hamfistedness it may encounter. Ava
    3. Re:I'm more concerned with latency. by schwinn8 · · Score: 5, Interesting

      Exactly... Firewire400 works well for video streaming from a DV cam because it has very little overhead. Even though USB2 supposedly does 480Mbps, it can't do DV because there's too much overhead. Bottom line is, unless USB3 gets rid of the CPU dependency and overhead issues, I won't like it. Sure, with a "ten times" the performance, this won't hinder DV, but that doesn't make it good. I hope they make it systemically-efficient, instead of just ramping clock rates to reach these speeds.

    4. Re:I'm more concerned with latency. by Barny · · Score: 5, Interesting

      Mod parent up, hammer meets nail in their post :)

      Bonus points if you hook a 108mb/s wireless lan adapter via USB and throw some large data files over it, watch your data speeds closely, and monitor system performance even closer.

      Firewire (1394, ilink, DV port, whatever) really was the shit, not only fast, low overheads AND its a peer-2-peer setup, in a pinch you could daisy chain PCs with it for an impromptu 400mb/s lan.

      Why didn't they just hang USB out to dry and get power into the eSATA spec and use that? At least then no extra chips would be needed on a mobo, external HDD would hookup with no loss in performance and we might finally see thumb drives that work natively with ANY os as... drives.

      --
      ...
      /me sighs
    5. Re:I'm more concerned with latency. by Trogre · · Score: 2, Insightful

      Only problem was Apple screwed up by trademarking FireWire, so we get checkboxes such as iLink or IEEE-1394. No wonder nobody uses it today.

      --
      "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
  4. FP: And sometime in 2015... by Tastecicles · · Score: 2, Insightful

    ...a storage device that'll run at bus speed. What use is 4.8GBit if the attached drive bursts at 150MBit? Or is the USB RAID stack waiting in the wings?

    --
    Operation Guillotine is in effect.
  5. Re:Cable? by SnoopJeDi · · Score: 2, Interesting

    I can't see any reason it wouldn't be backwards compatible...USB2 just can't utilize the fiber-optic component of the USB3 wire. And surely USB3 would be smart enough to know when a USB2 wire is plugged in, and would be capped at the old transfer rate (just like plugging a USB2 device into a USB1 port)

    Then again, it's all my early-morning speculation without RTFA.

  6. Re:Cable? by YrWrstNtmr · · Score: 5, Informative

    The last line in the article:
    "It will be backward compatible, so current USB 2.0 devices will be able to plug into USB 3.0 ports."

  7. Size? by toppavak · · Score: 3, Insightful

    I wonder how adding fiber optic links will affect size and power requirements of USB3 devices. Granted, small LED's use minuscule amounts of energy, but wouldn't having to squeeze in power supplies and photodiodes at each end of the cable make it more difficult to squeeze it all into the micro-USB-sized interfaces used on most phones and mp3 players?

  8. Bottleneck? by mrjb · · Score: 4, Insightful

    Currently I'm getting transfer rates of about 16 megabyte per second on hard drives connected via USB. That's roughly 160 megabit per second, whereas USB 2.0 can transfer up to 480 megabit per second. While I'm all for faster and better, the bottleneck seems to be elsewhere in this case.

    --
    Visit http://ringbreak.dnd.utwente.nl/~mrjb/growingbettersoftware to download your free copy of the book
    1. Re:Bottleneck? by hcdejong · · Score: 4, Insightful

      In the controller, likely. I'm getting 30% higher transfer rates with FW400 than with USB 2.0 on the same external disk.

      Which doesn't give me high hopes for USB3. High-speed links are all good and well, but if they keep including cheap-ass controllers, what's the point?

    2. Re:Bottleneck? by Jah-Wren+Ryel · · Score: 4, Insightful

      In the controller, likely. I'm getting 30% higher transfer rates with FW400 than with USB 2.0 on the same external disk. It's as least as likely the problem is in the protocol. USB is synchronous - data every packet received must be acknowledged in a return packet before the next data packet can be transmitted. That back and forth for each data packet means a lot of wasted time where the channel is essentially idle. Sometimes using a shorter cable can make a noticeable improvement.

      Firewire has both synchronous and asynchronous modes. In async mode, a bunch of packets can be transmitted before any acknowledgment back is required. That's bad if the cables is flakey, since it will result in a lot of retransmits, but bad firewire cables are the exception, not the rule. So async is almost always way more efficient than synch. I'm pretty certain that you are using the async mode for talking to your disk.
      --
      When information is power, privacy is freedom.
    3. Re:Bottleneck? by Garabito · · Score: 2, Informative
      As far as I know, the term 'Synchronous' refers to the use the same clock signal at both ends of the communication link to synchronize the data transfer; in that sense, USB wouldn't be synchronous.


      I think the performance edge that Firewire 400 has over USB 2.0 has to do more with USB having a host/peripheral scheme, where the low level protocol operations rely on the host processor; while FW is more peer-to-peer oriented, so those I/O operations are carried by the device controller and the host controller; as a result, data transfer rates are not severely affected by the CPU load or speed in the latter case. Of course, this scheme makes Firewire chipsets more expensive.

  9. Yeah, but.. by theorem4 · · Score: 3, Insightful

    Will this make the new cables more expensive?

    1. Re:Yeah, but.. by LiNKz · · Score: 4, Insightful

      Also, if you integrate an element of fiber optics into a cable that routinely wrapped up, stepped on, or just basically abused, wouldn't it fail far easier than a standard cable?

      --
      Proceed with Format (Y/N)? Y
    2. Re:Yeah, but.. by ggeens · · Score: 4, Interesting

      When I was working on my Master's thesis, I had to splice optical fiber a few times. Believe me, it's not easy.

      Glass fiber is very flexible. You can bend it in any way you want, it won't break. You can cut it, but that takes considerable force. If you break the fiber, you'll break the copper wires as well.

      Personally, I think the weakest point in such a cable will be the connectors. Getting the light from one fiber to another requires careful alignment. Any deviation might causes loss of signal. Getting dirt into the connector is probably fatal.

      --
      WWTTD?
    3. Re:Yeah, but.. by siwelwerd · · Score: 2, Funny

      Hopefully they'll be less tasty than USB2 cables. My cats have destroyed 3 of them...

    4. Re:Yeah, but.. by David_W · · Score: 2, Funny

      Getting dirt into the connector is probably fatal. That sounds harsh. Do they actually send someone round to do a hit or do you get electrocuted or somesuch?

      No no no... remember, most optical connections use a laser. When you try to plug in the dirty connector, the laser reflects off the dirt toward you, instantly vaporizing you.

  10. Re:Cable? by Televiper2000 · · Score: 2, Insightful

    There's already at least 3 different kinds of USB cables when you only consider connector types.

    --
    New! Device Legs: These legs will help your poor OEM installed product escape any hamfistedness it may encounter. Ava
  11. oh goodie by maniac/dev/null · · Score: 3, Funny

    Oh good. Now I get to plunk down $20+ per cable for the latest USB standard. I really like that copper USB2 cables are just about down to free from some online retailers. Looks like that will not be the case with USB3.

  12. The irony... by packetmon · · Score: 2, Funny

    In an interview after the speech, Gelsinger said there's typically a one- to two-year lag between the release of the specification and the availability of the technology,

    In today's news, vendors worldwide urged one another to move quickly and get IPv6 deployed by the year 2025. When asked about the one or two year lag between the release of specs and the availability of the technology, vendors quickly pointed out the timeframe it took to implement Packet Over Bongo and IPv6 for Refrigerators. "It's been a long time in the making (IPv6) but we've finally succeeded in getting console connectivity to the fridge. We can now via a command prompt: finger lettuce" stated the happy refrigerator engineer. We never even knew of the existence of IPv4 for refrigerators. Engineers estimate another 20-80 year wait for IPv6.

  13. Plug Shape by Crock23A · · Score: 5, Insightful

    Could be slightly off topic but I had to sound off on this one...

    While I appreciate USB's capability for backwards computability, I would much rather have a plug shaped in such a way that I didn't have to flip it over every time I try to plug it in. I don't know about you guys but this is one of the most annoying aspects of using my computer, and I run Windows!

    This would also be a great time to make a universal "other side" of the cable, rather than having a different plug for every single USB device. I have a mini plug for my camera, a big square one for my printer, a 2.5 mm jack to charge my MP3 player, etc. All these cables make a mess. If all my devices could share one cable, I'd be much happier.

    1. Re:Plug Shape by Rob+T+Firefly · · Score: 2, Insightful

      All the others with 2.5mm and other proprietary ends that work on nothing else are solely the fault of the OEMs. Nobody asked them to do it, it never made sense to do it, and it's just a huge pain in the ass for everyone. It makes a whole lot of sense to an OEM who wants to be the only one who can sell their customers a cable despite an open standard. It's the same reason for every standard out there which suppliers have taken it upon themselves to add their own "enhancements" to.
    2. Re:Plug Shape by Maximum+Prophet · · Score: 2, Insightful

      Also, did you know that the USB connector is exactly as wide as an RJ45 network connector. No, neither did I, until my mother plugged her mouse into the ethernet port. (:-)

      Seriously, the connector should have double the number of pins as it needs, and they should be symmetrical. That would also increase reliability, because if the cable didn't work one way because of a bad pin, just flip it over until you can buy a new cable.

      --
      All ideas^H^H^H^H^Hprocesses in this post are Patent Pending. (as well as the process of patenting all postings)
    3. Re:Plug Shape by Eccles · · Score: 3, Insightful

      Having it be flippable would mean duplicating wires and/or contacts and would make the cables more susceptible to damage and more expensive.

      I don't think the idea is to have the cable flippable, but instead to have some indication in the shape of which way around it goes. Firewire connects have a rounded end and a squared off one, for example.

      --
      Ooh, a sarcasm detector. Oh, that's a real useful invention.
    4. Re:Plug Shape by Aladrin · · Score: 3, Insightful

      You're right. I forgot the way more complicated solution. Silly me!

      --
      "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
  14. Re:Cable? by Stonent1 · · Score: 2, Interesting

    I think the fiber part will be inside the extra space in the connector in a way that doesn't interfere with the electrical part of it. Probably when you plug in a cable the electrical part asks the connection if it is USB3 capable and if the device responds yes, it turns on the fiber transceiver.

  15. In such an event... by Junta · · Score: 2, Insightful

    I'll wager a broken fiber in a cable would manifest itself as 'USB2 only' connection.

    --
    XML is like violence. If it doesn't solve the problem, use more.
  16. More half assed implementations. by deniable · · Score: 2, Insightful

    Fiber and copper. Let's see how vendors screw this one up. USB 1, 1.1, 1.?, ?.?, 2, 2.75, 3...

  17. Faster, possibly by Tim+C · · Score: 2

    Although it'll depend on where the bottleneck actually is, of course.

    But easier? How would it make using external HDDs easier?

  18. New cables (expensive?) by amaiman · · Score: 2, Insightful

    This is going to mean you need special "USB 3" cables, which users will confuse with regular ones...

    I assume that the cables will be much more expensive, as well, because of the fiber component. I can get a regular cable for about $3 now, does anyone know how much the new cables are likely to cost?

  19. Screw bandwidth... by Balinares · · Score: 4, Insightful

    Give us a standard that actually delivers enough power that you don't need an additional power cord for just about every other device already... :/

    --

    -- B.
    This sig does in fact not have the property it claims not to have.
    1. Re:Screw bandwidth... by jimicus · · Score: 2, Informative

      The problem with that is that a PSU for a powered 7-port USB hub already has to supply 3.5 amps. Much larger than that and with current technology you're getting into "big expensive PSU" territory.

    2. Re:Screw bandwidth... by cerberusss · · Score: 2, Funny

      Give us a standard that actually delivers enough power that you don't need an additional power cord for just about every other device already... :/
      According to Intel, the new USB 3 standard will use fiber optic cable for data as well as power. The data will be modulated on a high-powered laser light signal, enough to deliver the power to spin up a harddisk, or, alternatively, burn through one solid oaken office door as well as the sales guy who was about to open said door.
      --
      8 of 13 people found this answer helpful. Did you?
  20. Re:Plug Shape (SCSI was worse) by rubberbando · · Score: 2, Insightful

    It could be worse, we could all be forced to use SCSI devices instead. That had a ton of port styles and shapes as well as internal and external versions of each. Also, you had to daisy chain your devices, secure them with a screwdriver/your fingers, configure each with its own ID number and make sure the end of the chain was terminated properly. Then to top it off, cables, adapters, and terminators were insanely expensive. I'd swear that every time I bought a new SCSI device that it was like playing a puzzle game like Tetris with cables/ports instead of block in hopes that I wouldn't have to go back to the store and shell out $30 or more for an adapter or cable. Sheesh. I don't miss that at all... :P

    --
    DEAD DEAD DEAD DELETE ME
  21. Re:Eat into firewire not likley by TRRosen · · Score: 3, Interesting

    more speed is great but USB will never replace FireWire for video as its not a matter of speed but architecture. FireWire is a true bus USB is not...FireWire can guarantee bandwith USB can not.

  22. How exciting by FileNotFound01 · · Score: 3, Funny

    This will come in handy when that 100,000 rpm USB drive I'm waiting for ships. It'll be faster and [even] easier to use, especially with the optional depleted uranium housing.

  23. So we should be able to boot from a USB flash by Rooked_One · · Score: 2, Interesting

    drive? It would only make sense that since its solid state it would be faster than our primitive hard drives with their moving parts... (yes, I know about SS Hard drives and don't have 2500 dollars to spare)

  24. Anyone else here see a problem?? by zzsmirkzz · · Score: 2

    You know I've been thinking, which I admit may be a bad thing this early in the morning. But, I've noticed more and more devices using USB as not only a data link, but as a power source. Some of them, only as a power source, or so it would appear. Now what's got me bothered, especially as they ramp the bandwidth of the data-transfer up, is the possibility of every device (Cell Phone, Printer, MP3 player, etc) spying on you and transmitting the data back through the power grid. I know its a super-conspiracy theory involving just about everyone except you, but, it still could happen, right?

    1. Re:Anyone else here see a problem?? by aadvancedGIR · · Score: 4, Funny

      Then I recommend you not to buy the USB-powered dildo.

  25. Honest Question by martyb · · Score: 5, Interesting

    I've got a question that has been nagging at me for quite a while and was hoping someone here could phrase an answer in terms a mere mortal could understand.

    Why are there so many serial specifications?

    We've got, off the top of my head, SCSI, USB, Ethernet, FireWire, and SATA to name a few. I do understand there are different protocols (all the way up from the physical to the application layers). Different applications of these technologies permit some optimizations that might not be applicable in other situations. But, at some point, the underlying technology is fast enough

    Still, I can't help but think there should be some common denominator that ALL these communications standards can agree on, and through economies of scale, become universal standard(s). It just seems like people keep re-inventing the wheel with an eye toward THEIR favorite.

    I thought we were getting close when they released gigabit Ethernet over UTP (unshielded twisted pair).

    • can handle distances up to 100 meters
    • fast data rate (1000 Mbps)
    • supports lower data rates (100/10 Mbps)
    • development is underway for 10Gbps, too.

    So, for the sake of argument, why not have all of our serial devices just support gigabit Ethernet? Sure, you'd need a hub or switch in your PC to talk to all of the devices, but you already need something similar for the other protocols (USB hub, SCSI controller, etc.). It's a well-known technology with many implementations and is widely available. I'd willingly pay a few more bucks for each device if I could ditch all of these incompatible formats and just standardize on one SET of ports and cables for hooking things to (and within) my PC. And in those cases where a different connector is desired (e.g. for small form-factor devices like a digital camera), let me just get an adapter cable/plug that I can plug into my Ethernet port.

    Is there any good, technical reason that is keeping us from having truly UNIVERSAL serial communications?

    1. Re:Honest Question by mlBrianR · · Score: 4, Interesting

      I think the main problem is repeated insertion/removal vs. semi-permanent installation.

      USB connectors are designed to be inserted and removed over and over. They're held in by pressure against the connector, so they can be removed without having to push a tab or twist the connector to remove it.

      UTP cables are designed to be plugged in, and then generally left alone. The UTP cable in my computer bag is in terrible shape.. the RJ45 connector is coming loose, the plastic retaining tab is broken off (so the cable often pops out of the jack on its own), etc.

      I have USB devices which I've removed and inserted hundreds of times, and the connectors still work reliably.

    2. Re:Honest Question by smellsofbikes · · Score: 4, Informative

      A bunch of other people have chimed in with parts of the answer already, and I thought I'd add some more.
      Obviously each manufacturer wants you to use their standard and buy their hardware.
      Different implementations came through at different times, and have different amounts of software/hardware overheads, and try to do different things.
      RS232 has almost no necessary software overhead -- you do any and all the work with code you write. USB has *quite* a bit of software overhead to deal with device identification, and Ethernet has *enormous* amounts of overhead. In most small systems you have to buy an Ethernet software stack separately from the OS you're using.
      USB tries to provide power. People are trying to glue power into Ethernet although it hasn't yet taken off.
      People keep going off in odd wireless directions.
      The fundamental problem, I think, is that there are several different connectivity needs and manufacturers are trying to get you to buy their solution to what they think are the most important needs. What you're asking for is something good for the industry in the long term, and that's not really in the direct interest of any particular company, so nobody's building anything for it.
      The military embedded market seems to be moving towards gigabit or 10-gig fiber ethernet for all their interboard communications, but fiber has its own problems, and I'm not sure it's the right thing for a USB key you're carrying in your pocket all the time.
      I believe that the SCSI module in linux handles firewire and USB, so from that standpoint it looks like it's a start towards universal communications, except for Ethernet. (Even though old SCSI is nothing like serial: it's the the ultimate expression of parallel communications, with some similarities to the old HP/GPIB parallel communication standard that's still used in for test communication but used to be a hard drive standard.) I have no idea what Windows does.

      --
      Nostalgia's not what it used to be.
    3. Re:Honest Question by gillbates · · Score: 4, Interesting

      Is there any good, technical reason that is keeping us from having truly UNIVERSAL serial communications?

      Yes.

      Let me explain:

      • USB, per standard (host side), must be able to source at least 500 mA. Even though there is a PoE (Power over Ethernet) standard, most choose not to implement it by default. Hence, ethernet can't power devices like flash drives and hard drives.
      • USB uses four wires, ethernet twice as many. USB is a synchronous bus, meaning that there are (theoretically, at least) no collisions. A properly operating USB device will not stomp on someone else's data packet. Thus, for the given bitrate, a higher portion of the bandwidth is available to applications. Unlike ethernet, adding devices to the same physical connection will not degrade the overall bandwidth of the network. In practice, I've found 100 Mbit ethernet devices operating with a maximum throughput of about 35-40 Mbits/second because of collisions. And this was with *two* devices! To get a better throughput requires using routers (which minimize or eliminate collisions).
      • RS232 is a pretty universal serial communication standard. However, it is also slow.
      • There are tradeoffs between maximum cable length and the speed of the bus.
      • There are tradeoffs between the number of signal lines and the cost of the device.
      • There are tradeoffs between bitrate and the device cost.

      So, the reason why we don't have a universal serial standard is because the different interfaces were designed with different goals in mind.

      --
      The society for a thought-free internet welcomes you.
    4. Re:Honest Question by Yvanhoe · · Score: 3, Insightful

      Apple was thinking along these lines when they proposed firewire. I am not a Mac expert, but from what I have seen so far, firewire can be used for networking (does it use ethernet, I am not sure) video transfer, peripherals connection, external drive connections. From the start it was fast enough and designed for all these applications while we still struggle to get USB working everywhere at full speed...

      --
      The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
  26. Hope they do a better job on compatibility by dpbsmith · · Score: 2, Interesting

    I do not look forward to the replacement of what was starting to be a reliable, ubiquitous standard that "satisficed" with a New! Improved! version that shows no signs of actually achieving significantly higher throughput with current devices. Why does USB have to compete with SATA? Why can't USB just be USB?

    I've been seriously disappointed with the number of times I've interconnected USB 1.1 and USB 2.0 devices and had them almost work, only to encounter various strangeness and glitches. I don't know who's to blame... whether it's a fault in the standard or in vendors' faulty implementations... and life's too short to care, because know who's to blame wouldn't do much to help solve the problem.

    On the whole, I blame the standard, because these days standards are so incredibly huge, bloated, and complex that it is extremely unlikely that anyone actually implements it fully correctly.

    With today's sloppy practices of testing to the market ("Let's try it with the most popular devices, or the ones which are most important to our business") instead of testing to the standard, the result is all sorts of opportunities to build devices that comply with the standard but do things just a little differently than the most popular devices... and have them not work even though they "should."

    A typical example was an IOmega external CD burner I bought once for a USB 1.1 Mac. (I chose it because it was $30 cheaper than a FireWire model, I wanted both PC and Mac present and future compatibility), and I didn't really care about speed. The drive actually burned perfect CDs, but it always claimed erroneously that an error had occurred. But how could a sane person rely on that? I returned it, bought a different USB 2.0 external CD burner from a different vendor... and encountered exactly the same problem.

    I've also seen various glitches and strangenesses trying to use USB 1.1 thumb drives in USB 2.0 CPUs and vice versa.

  27. Don't let the marketing guy name it this time. by JoeD · · Score: 2, Interesting

    I can never remember which one is faster, "Hi Speed" or "Full Speed".

    we're probably going to wind up with yet another ambiguous name like "Extreme Speed" or "Max Speed".

    Just call it USB 3.0 and be done with it.

  28. Re:Eat into SATA? by stewbacca · · Score: 3, Interesting

    Last nail? They haven't even started fitting Firewire with a coffin yet. The only thing dying in this equation is USB2, and thankfully so. So it is faster than USB...joy, my mouse, printer and keyboard all now react the same speed, regardless of the interface speed boost. What's the point of USB2 again? If it doesn't boost the speed of my peripherals at least as well as my existing firewire400/800 ports, then why do I need it? It IS a pity that iPods stopped shipping with firewire and went to USB2, but that was a business choice to have maximum compatibility. Too bad my newer iPods can't transfer 2 songs per second anymore, like they used to when they were firewire400. But like many others have said, USB2 is "good enough" so it is really hard to get excited about USB3, which will be "gooder enough?"

  29. Re:Cable? by dwater · · Score: 2, Interesting

    does it mention if usb 3.0 will slow down if you plug a usb 2.0/1.1/1.0 on a usb 3.0 bus?

    like if you plug a usb 1.X device onto a usb 2.0 bus, then everything slows to usb 1.X. IINM...

    --
    Max.
  30. What's worse is.. by bogie · · Score: 2, Insightful

    Working on computers that put the usb ports 1" from the ground. Or even better hide them between the network port and all of the other ports. Real easy to access either port location when the computer is shoved where ever it fits and is out of the way. How about moving the ports to the top of the computers and have them lit up all them time so that you can find them instantly? Would that be so freaking hard? You can even put a little cover over the ports with your oem logo on it or something.

    Best usb port design? 5 year old Dells which have the usb ports at the front bottom with the ports ANGLED UPWARDS. It's lotsa fun trying to fit a thumb drive into those ports. I'd love to punch the guy in the face who came up with that design.

    --
    If you wanna get rich, you know that payback is a bitch
  31. Re:speed over fiber vs speed of electrons over cop by Billly+Gates · · Score: 2, Insightful

    I am not an engineer.

    But the faster you push data on copper the more vulnerable to distortion and corruption the data becomes. Wires act like antennas and absorb em radiation from the computer and other sources. This is why gigabit ethernet has a very short distance the cable can cover vs 100mbps cables.

    Light doesn't suffer from this problem and thus can handle faster data.

  32. Re:Cable? by compro01 · · Score: 2, Informative

    the main problem is propertory connectors. there are a grand total of 4 USB connectors. A, B, mini-b, micro-b.

    past that, there're 18 bazillion kinds of "USB" connectors made by stupid companies.

    --
    upon the advice of my lawyer, i have no sig at this time
  33. What about PoE by Anonymous Coward · · Score: 3, Informative
    Ethernet is all signal, no power. You couldn't charge your iPod or iPhone with your sync cable, nor would your mouse or keyboard work without batteries.

    That would be "Power over Ethernet".

    http://en.wikipedia.org/wiki/Power_over_ethernet

  34. USB is simplex, FireWire is Duplex by IvyKing · · Score: 2, Informative

    In high speed mode, the same pair of wires is used for transmit and receive - FireWire has separate pairs.

  35. My concern is by iLoveYoyo · · Score: 2

    while people talk about backward compatibility, i am concerned with "forward" compatibility. Can a USB 3.0 flashdrive can be inserted into a USB 2.0 port on most laptops and PCs nowadays???

  36. Wrong by RingDev · · Score: 2, Informative

    USB 3 is 4.8 Gigabits per second.
    That's .6 Gigabytes per second. .6GB/sec = 600MB/s. .9TB = 900,000MB.
    900,000/600 = 1500 seconds

    Assuming the drive itself is empty, formated and has a sequential write speed to keep up, you are looking at 25 minutes to fill a .9TB drive.

    -Rick

    --
    "Most people in the U.S. wouldn't know they live in a tyrannical state if it walked up and grabbed their junk." - MyFirs
  37. 0.9 TB / 4.8 Gb/s = 1500 seconds by Anonymous Coward · · Score: 5, Informative

    WTF, a chain of "Exactly" and "Indeed", and no one realizing that 1.5 seconds is wrong by a factor of 1000?

  38. Re:speed over fiber vs speed of electrons over cop by Shotgun · · Score: 2, Informative

    GE is limited due to the speed of light and the way the ethernet protocol works. A sender has to stop sending if it senses someone else talking on the same line. In order to do this, it has to detect the collision before it finishes sending. If the line is to long, a sender at each end will be able to get an entire packet out before being able to sense the first bits from the other end. Ugly things happen then. Google "CDMA-CS" if you really want to know more about what limits the length of ethernet.

    EM interference is handled by the twisted pair. A pulse of EM energy will cut across the signal and ground wire at the same time. The reciever senses the difference in the voltage levels across the pair, so if you effect both at the same time, the reciever doesn't know (or care).

    Fiber has it's own host of problems, but for these short distance and relatively low data rates (for optics) they can use lossy plastic cables with 1/8" headers and just pump LED power to make up for the loss.

    --
    Aah, change is good. -- Rafiki
    Yeah, but it ain't easy. -- Simba
  39. Re:Cable? by ddstreet · · Score: 5, Informative

    > like if you plug a usb 1.X device onto a usb 2.0 bus, then everything slows to usb 1.X. IINM...

    This is wrong, if you plug a USB 1.1 device into a USB 2.0 "bus" then it does NOT slow everything down. Specifically there are 2 cases:

    1. You plug a USB 1.1 device directly into your computer (i.e. directly into the "host controller"). In this case, the USB 2.0 host controller (technically a EHCI chip) does NOT talk to your device. Instead, the EHCI chip has one or more USB 1.1 host controller chips (technically either a OHCI or UHCI chip, and called a "companion" chip when inside a EHCI chip) and your USB 1.1 device is connected electrically to that controller. You device is not on the USB 2.0 (EHCI) bus.

    2. You plug a USB 1.1 device into a USB 2.0 hub. In this case, the USB 2.0 hub creates a complete USB 1.1 environment specifically for your device. On the host-facing side of the USB 2.0 hub, all communication continues to take place at USB 2.0 (i.e. 480Mbps) speeds. When the host wants to talk to your USB 1.1 device, it uses what is called "split transactions" to talk to it. Basically (I'm simplifying), this involves sending a "start" packet to the USB 2.0 hub. Then, the USB 2.0 (EHCI) controller goes on to do other things, while the USB 2.0 hub initiates the transfer to your device at USB 1.1 speeds. And data transferred from the USB 1.1 device is stored temporarily in the USB 2.0 hub. Eventually the USB 2.0 (EHCI) host sends a "finish" packet to the USB 2.0 hub. If the USB 1.1 transation finished, the USB 2.0 hub responds successfully (either with the incoming data or a "ack" that the outgoing data was sent) which completes the transation.

    (There is also a combination case of those, where the EHCI chip does not contain a "companion" USB 1.1 chip, but instead contains an internal USB 2.0 partial hub - the "transaction translator" part - that handles talking to USB 1.1 devices. For bus usage purposes, this is effectively the same as using an external USB 2.0 hub, since the USB 1.1 devices do not appear on the USB 2.0 bus.)