USB 3.0: Difference between revisions
m Minor rewording. |
Checked and added several requested citations. Fixed incorrect info regarding cable length. |
||
Line 44: | Line 44: | ||
== Implementation differences compared to USB 2.0 == |
== Implementation differences compared to USB 2.0 == |
||
The USB 3.0 specification is similar to USB 2.0 but with many improvements and an alternative implementation. Earlier USB concepts like endpoints and four transfer types (bulk, control, isochronous and interrupt) are preserved but the protocol and electrical interface are different. The specification defines a physically separate channel to carry USB 3.0 traffic. The changes in this specification make improvements in the following areas: |
The USB 3.0 specification is similar to USB 2.0 but with many improvements and an alternative implementation. Earlier USB concepts like endpoints and four transfer types (bulk, control, isochronous and interrupt) are preserved but the protocol and electrical interface are different. The specification defines a physically separate channel to carry USB 3.0 traffic. The changes in this specification make improvements in the following areas: |
||
* Transfer speed – Added a new transfer type called Super Speed or SS – 5 Gbit/s (electrically it is more similar to PCIe Gen2 than USB 2.0){{ |
* Transfer speed – Added a new transfer type called Super Speed or SS – 5 Gbit/s (electrically it is more similar to [[PCI Express|PCIe]] Gen2 and [[Serial ATA|SATA]] than USB 2.0)<ref>{{cite journal|title=USB 3.0 Physical Layer Measurements |journal=Evaluation Engineering |last=Engbretson |first=Mike |date=January 2009 |url=http://www.evaluationengineering.com/articles/200901/usb-30-physical-layer-measurements.php |accessdate=2013-01-31}}</ref> |
||
* Increased bandwidth – Instead of one-way communication, USB 3.0 uses two unidirectional data paths: one to receive data and the other to transmit |
* Increased bandwidth – Instead of one-way communication, USB 3.0 uses two unidirectional data paths: one to receive data and the other to transmit |
||
* Power management – U0 through U3 link power management states are defined |
* Power management – U0 through U3 link power management states are defined |
||
Line 61: | Line 61: | ||
=== Data encoding === |
=== Data encoding === |
||
The ''"SuperSpeed"'' bus provides for a transfer mode at a nominal rate of 5.0 Gbit/s, in addition to the three existing transfer modes. |
The ''"SuperSpeed"'' bus provides for a transfer mode at a nominal rate of 5.0 Gbit/s, in addition to the three existing transfer modes. Accounting for encoding overhead, the raw data throughput is 4 Gbit/s, and the specification considers it reasonable to achieve 3.2 Gbit/s (0.4 GB/s or 400 MB/s) or more in practice.<ref name="spec">{{cite web|title=Universal Serial Bus Revision 3.0 Specification |url=http://www.usb.org/developers/docs/usb_30_spec_122012.zip |accessdate=2013-01-31}}</ref> |
||
All data is sent as a stream of eight bits (one byte segments) which are scrambled and then converted into a 10-bit format. This helps to reduce [[electromagnetic interference]] (EMI). The inverse process is carried out at the receiving end. Scrambling is implemented using a free running [[LFSR|linear feedback shift register]] (LFSR). The LFSR is reset whenever a COM symbol is sent or received. |
All data is sent as a stream of eight bits (one byte segments) which are scrambled and then converted into a 10-bit format. This helps to reduce [[electromagnetic interference]] (EMI). The inverse process is carried out at the receiving end. Scrambling is implemented using a free running [[LFSR|linear feedback shift register]] (LFSR). The LFSR is reset whenever a COM symbol is sent or received.<ref name="spec" /> |
||
Unlike previous standards, the USB 3.0 standard does not directly specify a maximum cable length, requiring only that all cables meet an electrical specification: for copper cabling with [[American wire gauge|AWG]] 26 wires the maximum practical length is {{convert|3|m|ft|1|sp=us}}.<ref>{{cite web|title=USB 3.0 Developers FAQ |url= http://www.lvr.com/usb3faq.htm#ca_maximum |accessdate=2013-01-31 | last=Axelson | first = Jan}}</ref> |
|||
As with earlier USB standards, USB 3.0 is limited to direct cables with a maximum length of {{convert|5|m}}, although active repeaters can be used for extended lengths. The copper cabling which has been retained in the updated standard also likely presents similar limitations.{{fact|date=January 2013}} |
|||
== Availability == |
== Availability == |
Revision as of 00:24, 1 February 2013
Type | USB | ||
---|---|---|---|
Production history | |||
Designed | November 2008 | ||
Manufacturer | Hewlett-Packard, NEC, Microsoft, Intel, and Agere Systems | ||
General specifications | |||
Width | 12 mm (A plug), 8 mm (B plug), 12.2 mm (Micro-A & Micro-B plugs) | ||
Height | 4.5 mm (A plug), 10.44 mm (B plug), 1.8 mm (Micro-A & Micro-B plugs) | ||
Pins | 9 | ||
Electrical | |||
Max. current | 900 mA | ||
Data | |||
Data signal | Yes | ||
Bitrate | 5 Gbps |
USB 3.0 is the second major revision of the Universal Serial Bus (USB) standard for computer connectivity. The standard from 2008 defines a 5 Gbit/s transfer rate. In the late 1990s, the first major revision was made to the USB 1.1 specification. Called USB 2.0, it added a new transfer speed called Hi-Speed (HS – 480 Mbit/s) to the earlier speeds (Low Speed (LS) – 1.5 Mbit/s and Full Speed (FS) – 12 Mbit/s).
Implementation differences compared to USB 2.0
The USB 3.0 specification is similar to USB 2.0 but with many improvements and an alternative implementation. Earlier USB concepts like endpoints and four transfer types (bulk, control, isochronous and interrupt) are preserved but the protocol and electrical interface are different. The specification defines a physically separate channel to carry USB 3.0 traffic. The changes in this specification make improvements in the following areas:
- Transfer speed – Added a new transfer type called Super Speed or SS – 5 Gbit/s (electrically it is more similar to PCIe Gen2 and SATA than USB 2.0)[1]
- Increased bandwidth – Instead of one-way communication, USB 3.0 uses two unidirectional data paths: one to receive data and the other to transmit
- Power management – U0 through U3 link power management states are defined
- Improved bus utilization – a new feature is added (using packets NRDY and ERDY) to let a device asynchronously notify the host of its readiness (no need of polling)
- Support to rotating media – Bulk protocol is updated with a new feature called Stream Protocol that allows a large number of logical streams within an Endpoint
USB 3.0 has transmission speeds of up to 5 Gbit/s, which is 10 times faster than USB 2.0 (480 Mbit/s).
Architecture and features
In USB 3.0, dual-bus architecture is used to allow both USB 2.0 (Full Speed, Low Speed, or High Speed) and USB 3.0 (Super Speed) operations to take place simultaneously, thus providing backward compatibility. Connections are such that they also permit forward compatibility, that is, running USB 3.0 devices on USB 2.0 ports. The structural topology is the same, consisting of a tiered star topology with a root hub at level 0 and hubs at lower levels to provide bus connectivity to devices.
Data transfer and synchronization
The SuperSpeed transaction is initiated by the host making a request followed by a response from the device. The device either accepts the request or rejects it. If accepted then device sends data or accepts data from the host. If the endpoint is halted, the device shall respond with a STALL handshake. If there is lack of buffer space or data, it responds with a Not Ready (NRDY) signal to tell the host that it is not able to process the request. When the device is ready then, it will send an Endpoint Ready (ERDY) to the host which will then reschedule the transaction.
The use of unicasting and the limited multicasting of packets, combined with asynchronous notifications, enables links that are not actively passing packets to be put into reduced power states, allowing for better power management.
Data encoding
The "SuperSpeed" bus provides for a transfer mode at a nominal rate of 5.0 Gbit/s, in addition to the three existing transfer modes. Accounting for encoding overhead, the raw data throughput is 4 Gbit/s, and the specification considers it reasonable to achieve 3.2 Gbit/s (0.4 GB/s or 400 MB/s) or more in practice.[2]
All data is sent as a stream of eight bits (one byte segments) which are scrambled and then converted into a 10-bit format. This helps to reduce electromagnetic interference (EMI). The inverse process is carried out at the receiving end. Scrambling is implemented using a free running linear feedback shift register (LFSR). The LFSR is reset whenever a COM symbol is sent or received.[2]
Unlike previous standards, the USB 3.0 standard does not directly specify a maximum cable length, requiring only that all cables meet an electrical specification: for copper cabling with AWG 26 wires the maximum practical length is 3 meters (9.8 ft).[3]
Availability
The USB 3.0 Promoter Group announced on 17 November 2008 that the specification of version 3.0 had been completed and had made the transition to the USB Implementers’ Forum (USB-IF), the managing body of USB specifications.[4] This move effectively opened the specification to hardware developers for implementation in future products.
The first USB 3.0 consumer products were announced and shipped by Buffalo Technology in November 2009, while the first certified USB 3.0 consumer products were announced January 5, 2010, at the Las Vegas Consumer Electronics Show (CES), including two motherboards by ASUS and Gigabyte Technology.[5][6]
Manufacturers of USB 3.0 host controllers include, but are not limited to, Renesas Electronics, Fresco Logic, ASMedia Technology, Etron, VIA Technologies, Texas Instruments, NEC and Nvidia. As of November 2010, Renesas and Fresco Logic[7] have passed USB-IF certification. Motherboards for Intel's Sandy Bridge processors have been seen with Asmedia and Etron host controllers as well. On October 28, 2010, Hewlett-Packard released the HP Envy 17 3D featuring a Renesas USB 3.0 host controller several months before some of their competitors. AMD worked with Renesas to add its USB 3.0 implementation into its chipsets for its 2011 platforms.[needs update] At CES2011, Toshiba unveiled a laptop called "Toshiba Qosmio X500" that included USB 3.0 and Bluetooth 3.0, and Sony released a new series of Sony VAIO laptops that will include USB 3.0. As of April 2011, the Inspiron and Dell XPS series are available with USB 3.0 ports, and, as of May 2012, the Dell Latitude laptop series, yet the USB root hosts fail to work at super-speed under Windows 8. Also the new Asus laptops like the X501A. On June 11, 2012, Apple announced new MacBook Airs and MacBook Pro with USB 3.0.
Adding to existing equipment
In laptop computers that lack USB 3.0 ports but have an ExpressCard slot, USB 3.0 ports can be added by using an ExpressCard-to-USB 3.0 adapter. However, the ExpressCard standard cannot supply power for tasks such as charging phones or powering external hard drives. Therefore, the ExpressCard (and hence the USB 3 ports) must derive power from a USB 2 port. If the ExpressCard has more than one USB 3 port then only 100 mA (milliamperes) is available from each port (contrast to typical desktop PC's being able to supply a full 0.9 A (or 900 mA) to each USB 3.0 port)[8]. Additional power for multiple ports on a laptop PC may be derived in the following ways:
- Some ExpressCard-to-USB 3.0 adapters may connect by a cable to an additional USB 2.0 port on the computer, which supplies additional power.
- The ExpressCard may have a socket for an external power supply.
- If the external device has an appropriate connector, it can be powered by an external power supply.
On the motherboards of desktop PC's which have PCI Express (PCI-e) slots (or the older PCI standard, but few are available and they are more expensive), USB 3.0 support can be added as a PCI-e expansion card. In addition to an empty PCI-e slot on the motherboard, many "PCI-e to USB 3.0" expansion cards must be connected to a power supply such as a molex adapter or external power supply, in order to power many USB 3.0 devices such as mobile phones, or external hard drives that have no power source other than USB; as of 2011, this is often used to supply two (2) to four (4) USB 3.0 ports with the full 0.9 amps (4.5 watts) of power that each USB 3.0 port is capable of (whilst also transmitting data), whereas the PCI-e slot itself cannot supply the 0.9 amps.
If faster connections to storage devices are the reason to consider USB 3.0, an alternative is to use instead storage devices using eSATAp and add an inexpensive bracket adding an eSATAp port to the motherboard. Some external drives support both USB (2.0 or 3.0) and eSATAp with an exchangeable adapter, so the same drive can be used with a USB 3.0 laptop.[6] To ensure compatibility between motherboards and peripherals, all USB-certified devices must be approved by the USB Implementers Forum (USB-IF). At least one complete end-to-end test system for USB 3.0 designers is on the market.[9]
Adoption
The USB Promoter Group announce that the release of USB 3.0 on November 2008. On 5 January 2010, USB-IF announced the first two certified USB 3.0 motherboards, one by Asus and one by Gigabyte.[6][10] Previous announcements included Gigabyte's October 2009 list of seven P55 chipset USB 3.0 motherboards,[11] and an ASUS motherboard that was cancelled before production.[12]
Commercial controllers were expected to enter into volume production in the first quarter of 2010.[13] On 14 September 2009, Freecom announced a USB 3.0 external hard drive.[14] On January 4, 2010, Seagate announced a small portable HDD with PC Card targeted for laptops (or desktop with PC Card slot addition) at the CES in Las Vegas Nevada.[15][16]
Drivers are under development for Windows 7, but support was not included with the initial release of the operating system.[17] However, drivers are available for Windows through manufacturer websites. The Linux kernel has supported USB 3.0 since version 2.6.31, which was released in September 2009.[18][19][20]
Windows 8 has built in support for USB 3.0.[21]
Intel released its first chipset with integrated USB 3.0 ports in 2012 with the release of the Panther Point chipset. Some industry analysts have claimed that Intel was slow to integrate USB 3.0 into the chipset, thus slowing mainstream adoption.[22] These delays may be due to problems in the CMOS manufacturing process,[23] a focus to advance the Nehalem platform,[24] a wait to mature all the 3.0 connections standards (USB 3.0, PCIe 3.0, SATA 3.0) before developing a new chipset,[25][26] or a tactic by Intel to favor its new Thunderbolt interface.[27] Apple, Inc. announced laptops with USB 3.0 ports on June 11, 2012, nearly four years after USB 3.0 was finalized. Because Apple computers use only Intel processors and "bridge" chipsets, Intel's lack of integrated support for USB 3.0 may have proved to be a primary reason why the company didn't add support sooner.
AMD began supporting USB 3.0 with its Fusion Controller Hubs in 2011. Samsung Electronics announced support of USB 3.0 with its ARM-based Exynos 5 Dual platform intended for handheld devices.
Speed issues
There have been many reports of USB 3.0 equipment only transferring data at USB 2.0 speed, usually with a message "This USB Mass Storage Device can transfer information faster if you connect it to a Super-Speed USB 3.0 port" on Microsoft Windows. This has been attributed to several causes, including drivers, certain cables specified as USB 3.0 (problems disappeared when a different cable was used), order of starting equipment, equipment needing to be disconnected and reconnected, and overclocked computers.[citation needed] All major test-equipment vendors offer electrical-compliance test-tools meeting USB 3.0 electrical compliance. Electrical testing requires USB 3.0 test board[28] provided type A, B, mini AB electrical compliance test breakout adapters.
Connectors
Standard-A
A USB 3.0 Standard-A receptacle accepts either a USB 3.0 Standard-A plug or a USB 2.0 Standard-A plug. Conversely, it's possible to plug USB 3.0 Standard-A plug into a USB 2.0 Standard-A receptacle. The Standard-A is used for connecting to the computer port.
The connector has the same physical configuration as its predecessor but with more pins for USB 3.0. The VBUS, D-, D+, and GND pins are required for USB 2.0 support, while for USB 3.0 Standard-A connector, five more pins are included–two differential pairs and one ground (GND_DRAIN). The two additional differential pairs are for SuperSpeed data transfer, that support dual simplex SuperSpeed signaling; while the GND_DRAIN pin is for drain wire termination, and to control EMI and maintain signal integrity. Since USB 2.0 and USB 3.0 ports may coexist on the same machine and look similar, the USB 3.0 connector has a blue insert (Pantone 300C).
Pin | Color | Signal name ('A' connector) |
Signal name ('B' connector) |
---|---|---|---|
1 | Red | VBUS | |
2 | White | D− | |
3 | Green | D+ | |
4 | Black | GND | |
5 | Blue | StdA_SSRX− | StdA_SSTX− |
6 | Yellow | StdA_SSRX+ | StdA_SSTX+ |
7 | Shield | GND_DRAIN | |
8 | Purple | StdA_SSTX− | StdA_SSRX− |
9 | Orange | StdA_SSTX+ | StdA_SSRX+ |
Shell | Shell | Shield |
PIN NO. | SIGNAL NAME | DESCRIPTIONS |
---|---|---|
1 | VBUS | POWER |
2 | D- | USB 2.0 DIFFERENTIAL PAIR |
3 | D+ | |
4 | GND | Ground for Power Return |
5 | StdB_SSTX- | Superspeed transmitter differential pair |
6 | StdB_SSTX+ | |
7 | GND_DRAIN | Ground for signal return |
8 | StdB_SSRX- | Superspeed receiver differential pair |
9 | StdB_SSRX+ | |
10 | DPWR | Power provided by device |
11 | DGND | Ground return to DPWR |
Shell | Shield | Connector metal |
See also
References
- ^ Engbretson, Mike (January 2009). "USB 3.0 Physical Layer Measurements". Evaluation Engineering. Retrieved 2013-01-31.
- ^ a b "Universal Serial Bus Revision 3.0 Specification". Retrieved 2013-01-31.
- ^ Axelson, Jan. "USB 3.0 Developers FAQ". Retrieved 2013-01-31.
- ^ "USB‐IF" (PDF). Retrieved 2010-06-22.
- ^ "First Certified USB 3.0 Products Announced". PC World. 2010-01-07. Retrieved 2010-06-22.
- ^ a b c SuperSpeed USB Consumer Cert Final 2 (PDF), USB‐IF.
- ^ "USB-IF ANNOUNCES SECOND CERTIFIED USB 3.0 HOST CONTROLLER" (PDF) (Press release). USB Implementers Forum, Inc. 2010-11-16. Retrieved 2012-06-13.
- ^ "The Must-Know Benefits of USB 3.0". Retrieved 2013-01-10.
- ^ "USB 3". Lecroy. Retrieved 2010-06-22.
- ^ Both Gigabyte and Asus claimed the "first" USB 3.0 motherboard, Gigabyte, USA, 2010-01-04
{{citation}}
: CS1 maint: location missing publisher (link)[dead link ] and Asus, USA, 2010-01-06{{citation}}
: CS1 maint: location missing publisher (link), while the official announcement (PDF), USB-IF, 2010-01-05. - ^ Gibabyte, TW[dead link ].
- ^ "Asus cancels its first usb 3.0 motherboard". The Inquirer. Retrieved 2010-06-22.
- ^ "Digitimes". 2009-04-15. Retrieved 2010-06-22.
- ^ "Freecom.com". Retrieved 2010-06-22.[dead link ]
- ^ Ngo, Dong (2010-01-05). "Seagate ships USB 3.0-based external hard-drive kit for laptops | CES". CNET. Retrieved 2010-06-22.
- ^ "BlackArmor PS 110 with USB 3.0 | Portable Hard Drive for Business with Backup Software". Seagate. Retrieved 2010-06-22. [dead link ]
- ^ "USB in MS Windows 7 more reliable, but no 3.0 speed boost". APC Mag. Retrieved 2010-06-22.
- ^ "Kernel newbies". 2009-09-09. Retrieved 2010-06-22.
- ^ "Erste USB 3.0 Treiber". DE: Heise. 2009-12-03. Retrieved 2010-06-22.
{{cite web}}
: Unknown parameter|trans_title=
ignored (|trans-title=
suggested) (help) - ^ "First driver for USB 3.0". Linux magazine. 2009-06-09. Retrieved 2010-06-22.
- ^ http://channel9.msdn.com/Events/BUILD/BUILD2011/HW-256T
- ^ http://news.cnet.com/8301-13924_3-20001891-64.html
- ^ Spekulationen über Verzögerungen bei USB 3.0 (in German), DE: Heise
- ^ Paul Mah (2009-10-23). "Fiercecio.com". Fiercecio.com. Retrieved 2010-06-22.
- ^ "FAQ — PCI Express 3.0". PCI SIG. 2009-07-01. Retrieved 2010-06-22.
- ^ "PCIe 3.0 Specification Coming Soon". Enterprise storage forum. 2010-05-05. Retrieved 2010-06-22.
- ^ "Intel delays USB 3.0 support until 2011". Techspot. 2009-10-22. Retrieved 2010-06-22.
- ^ USB 3.0 test board (PDF)
- ^ a b "USB 3.0 Interface Bus, Cable Diagram". 100806 interfacebus.com