Thread: GBps to MB/s
View Single Post
  #8  
Old January 25th 19, 02:57 AM posted to alt.comp.hardware.pc-homebuilt
VanguardLH[_2_]
external usenet poster
 
Posts: 1,453
Default GBps to MB/s

amdx wrote:

On 1/24/2019 6:37 PM, amdx wrote:
On 1/24/2019 3:19 PM, VanguardLH wrote:
amdx wrote:

To prevent spambots I need to answer this question to confirm
registration to a forum.

If USB 3.1 Type-C Gen 2 speed is 10Gbps, What is the speed of 10Gbps in
MB/s (Answer must include MB/s):

** I thought it would just be Gig to Meg or 1000, but I get that is an
invalid answer, So I googled and found:
" 10 Gigabit Ethernet speed 10 Gbit/s = 1250 Megabytes per second"
But that also gives me a that is an invalid answer.
** Yes, I putting it in MB/s form, either 1000MB/s or 1250MB/s

Any ideas?
*********************** Mikek

Gbps = Giga*bit* per second* (smallcase "b" means "bit")
MB/s = Mega*byte* per second (uppercase "B" means "byte")

You should already be aware there are 8 bits to a byte.* Divide by 8 to
change bits to bytes.* Then multiply by 1000 to change giga to mega
(which assumes they are talking gigabytes and megabytes based on a power
of 10 instead of gibibits and mebibytes based on a power of 2).

10 Gbps / (8 bits/byte) ) * 1000 = 1250 MB/s.

The question does not address the encoding overhead for each packet, as
Paul mentioned.* "speed" may refer to the effective transfer rate
regardless of the packet overhead: what got delivered irregardless of
how it got packaged during transport.* Data transfer rate will be less
than the "speed" of a protocol due to packaging overhead; however, most
users consider data transfer rate (for just the data blocks within the
packets) and the speed of the connection as the same.

Is this forum populated by Mensa members?* A typical mathematical
CAPTCHA just asks for simple arithmetic computation, not for calculating
a Fourier transform or the primes within a variable range.* Is it a
forum populated by USB engineers that are expected to intimately know
this stuff?


*Ok, I have tried 1000MB/s, 1250MB/s and 1212.12MB/s
and I get, "You have provided an invalid answer to the question."

*********************************** Mikek


Thanks guys, I finally got in with 1250 MB/s.
The question:
"If USB 3.1 Type-C Gen 2 speed is 10Gbps, What is the speed of 10Gbps in
MB/s (Answer must include MB/s):"

The space was important in the answer, but apparently not in the question!


I see you got it. I suspect they simply parsed on a word boundary to
get the numerical value, so your "MB/s" got discarded and just the
"1250" got accepted. The question, per its wording, only wanted a
numerical answer, not the dimension (MB/s).