I have question about USB 3.0 and USB 2.0.
1) For example, a motherboard we have has 4 USB ports on the back.
Does that mean every USB port has 480 Mbits bandwidth, or are they connected onboard using a built-in USB hub so all of them have 480 Mbits?
2) When I get a USB 3.0 controller, and plug a USB 3.0 hub into that controller that has 4 USB 3.0 ports and get 12 USB 2.0 flash drives, each set of three plugged into a USB 2.0 hub and plug those 4 USB 2.0 hubs into 4 USB 3.0 ports. Will all flash drives work at FULL USB 2.0 speed? Or will all USB busses share a single USB 2.0 plug's worth of bandwidth?
Answer
The bandwidth is per Controller.
A transfer takes place every time data is moved between the host
controller and the USB device. In general, USB transfers can be
broadly categorized into control transfers and data transfers. All USB
devices must support control transfers and can support endpoints for
data transfers. Each type of transfer is associated with the type of
USB endpoint (a buffer in the device). Control transfer is associated
with the default endpoint and data transfers use unidirectional
endpoints. The data transfer types use interrupt, bulk, and
isochronous endpoints. The USB driver stack creates a communication
channel called a pipe for each endpoint supported by the device. One
end of the pipe is the device's endpoint. The other end of the pipe is
always the host controller.
A connection with the USB device is to the USB controller. A device
may also use as much bandwidth as they want. So thus the bandwidth is
per controller.
edit
USB 3.0 Controllers will have both a USB 2.0 and and USB 3.0 controller. So USB 3 devices will not be affected by USB 2.0 devices when connected to the same controller.
Now lets see if I can find a reference in Wikipedia for this. . .
edit2
For SuperSpeed USB (defined since USB 3.0), connected devices can
request service from host. Because there are two separate controllers
in each USB 3.0 host, USB 3.0 devices will transmit and receive at USB
3.0 data rates regardless of USB 2.0 or earlier devices connected to
that host. Operating data rates for them will be set in the legacy
manner.
No comments:
Post a Comment