callum tubb
Active member
Hi, im currently downloading a game and have noticed that my download speed is saying 6 mb/s, but on task manager it says I'm running at 50 MBps. What does this mean?
Yes, but it's important to get the symbols you're using right. Megabytes per second is MB/s whilst megabits per second is Mb/s. That capital B is important. [emoji846]6mb/s on e.g. Steam is 6 Megabytes per second. Task manager is in bits, So, 6x8 = 48. Near enough to 50 mbps. You are downloading at more or less max speed. Use ethernet or get a new modem if you can get faster speeds from your ISP.
Agreed if everyone bothered to use them properly but most don't, including experts. Better to explicitly state which you are using, bytes or bits.Yes, but it's important to get the symbols you're using right. Megabytes per second is MB/s whilst megabits per second is Mb/s. That capital B is important. [emoji846]
We'll have to agree to disagree I'm afraid. In this industry accuracy is essential and IMO using the proper symbols is important. I take your point though. [emoji846]Agreed if everyone bothered to use them properly but most don't, including experts. Better to explicitly state which you are using, bytes or bits.
6mb/s on e.g. Steam is 6 Megabytes per second. Task manager is in bits, So, 6x8 = 48. Near enough to 50 mbps. You are downloading at more or less max speed. Use ethernet or get a new modem if you can get faster speeds from your ISP.
There is also dishonest advertising. On a slightly different subject but not that far off. We now have to check whether a 1TB drive is a Terabyte or Tebibyte and the difference is great. Computer professionals would used say a Terabyte is 1099512000000 bytes, whereas using a strictly decimal system it is 1000000000000 bytes.
It did not take long for advertising people to work out HDDs could be made to look a lot larger by using a purely decimal system, although I prefer using terms like Tebi, Gibi, Mibi etc as it does show the binary concept is being considered and using a decimal prefix for a binary number is not logical. That said, when Tera, Giga, Mega etc were first used it was only by mathematicians, scientists and the like so was not an issue.
I appreciate that those who are new to computing find the use of the Mega, Giga and Tera multipliers unfriendly. The problem with trying to replace them with true decimal equivalents is that the binary numbering system is at the heart of everything we do. If for example, one who has only learned Mibi, Tebi, etc. starts to delve deeper and attempt some debugging or assembler programming, even in some cases high level language programming, they will inevitably run into the binary multipliers which they won't then understand.
IMO as long as computing is binary based it's necessary to become at least familiar with the binary multipliers. They are not some mathematician's fancy but are accurate representations of the binary values in use.
Same here. I wrote a lot of code in the early days for the Zilog Z80 (the Intel 8080 clone) and knew its assembler language so well I found it faster to write the hex codes and avoid having to run the assembler. Hex maths does require an agile mind however, I doubt I'm up to that now....🦖....way back in the day I had to hand code using hex...now that could lead to some mental mathematical gymnastics.
Same here. I wrote a lot of code in the early days for the Zilog Z80 (the Intel 8080 clone) and knew its assembler language so well I found it faster to write the hex codes and avoid having to run the assembler. Hex maths does require an agile mind however, I doubt I'm up to that now....🦖