Inconsistent Download Speeds
I am downloading a fairly large file (~2G). The download speed that chrome is showing is varying from 300-600kbps. What is confusing me is that the windows task manager is showing speeds varying from 2-5Mbps. Nothing is else downloading and I'm not doing anything else on chrome (until now I'm asking this question which hasn't affected those numbers). What is causing these two calculated download speeds to be so different?
google-chrome download task-manager file-download
add a comment |
I am downloading a fairly large file (~2G). The download speed that chrome is showing is varying from 300-600kbps. What is confusing me is that the windows task manager is showing speeds varying from 2-5Mbps. Nothing is else downloading and I'm not doing anything else on chrome (until now I'm asking this question which hasn't affected those numbers). What is causing these two calculated download speeds to be so different?
google-chrome download task-manager file-download
Provide screenshots of what you mean precisely. I suspect your getting confused, because one is being displayed in another unit, just want to make sure.
– Ramhound
Jan 26 '16 at 17:34
3
first, confirm that those 'b's are all lower case. 5Mbps is about 655KBps (kiloBytes vs megaBits). [5*1048567bits]/8 == 655360 Bytes. [2*1048567bits]/8 == 262144 Bytes. seems to match up if we assume that Chrome is showing your Bytes not bits.
– Frank Thomas
Jan 26 '16 at 17:35
You're right, one is bytes and one is bits. Silly oversight on my part. Thanks for your help!
– MrMadsen
Jan 26 '16 at 17:43
add a comment |
I am downloading a fairly large file (~2G). The download speed that chrome is showing is varying from 300-600kbps. What is confusing me is that the windows task manager is showing speeds varying from 2-5Mbps. Nothing is else downloading and I'm not doing anything else on chrome (until now I'm asking this question which hasn't affected those numbers). What is causing these two calculated download speeds to be so different?
google-chrome download task-manager file-download
I am downloading a fairly large file (~2G). The download speed that chrome is showing is varying from 300-600kbps. What is confusing me is that the windows task manager is showing speeds varying from 2-5Mbps. Nothing is else downloading and I'm not doing anything else on chrome (until now I'm asking this question which hasn't affected those numbers). What is causing these two calculated download speeds to be so different?
google-chrome download task-manager file-download
google-chrome download task-manager file-download
asked Jan 26 '16 at 17:30
MrMadsenMrMadsen
1063
1063
Provide screenshots of what you mean precisely. I suspect your getting confused, because one is being displayed in another unit, just want to make sure.
– Ramhound
Jan 26 '16 at 17:34
3
first, confirm that those 'b's are all lower case. 5Mbps is about 655KBps (kiloBytes vs megaBits). [5*1048567bits]/8 == 655360 Bytes. [2*1048567bits]/8 == 262144 Bytes. seems to match up if we assume that Chrome is showing your Bytes not bits.
– Frank Thomas
Jan 26 '16 at 17:35
You're right, one is bytes and one is bits. Silly oversight on my part. Thanks for your help!
– MrMadsen
Jan 26 '16 at 17:43
add a comment |
Provide screenshots of what you mean precisely. I suspect your getting confused, because one is being displayed in another unit, just want to make sure.
– Ramhound
Jan 26 '16 at 17:34
3
first, confirm that those 'b's are all lower case. 5Mbps is about 655KBps (kiloBytes vs megaBits). [5*1048567bits]/8 == 655360 Bytes. [2*1048567bits]/8 == 262144 Bytes. seems to match up if we assume that Chrome is showing your Bytes not bits.
– Frank Thomas
Jan 26 '16 at 17:35
You're right, one is bytes and one is bits. Silly oversight on my part. Thanks for your help!
– MrMadsen
Jan 26 '16 at 17:43
Provide screenshots of what you mean precisely. I suspect your getting confused, because one is being displayed in another unit, just want to make sure.
– Ramhound
Jan 26 '16 at 17:34
Provide screenshots of what you mean precisely. I suspect your getting confused, because one is being displayed in another unit, just want to make sure.
– Ramhound
Jan 26 '16 at 17:34
3
3
first, confirm that those 'b's are all lower case. 5Mbps is about 655KBps (kiloBytes vs megaBits). [5*1048567bits]/8 == 655360 Bytes. [2*1048567bits]/8 == 262144 Bytes. seems to match up if we assume that Chrome is showing your Bytes not bits.
– Frank Thomas
Jan 26 '16 at 17:35
first, confirm that those 'b's are all lower case. 5Mbps is about 655KBps (kiloBytes vs megaBits). [5*1048567bits]/8 == 655360 Bytes. [2*1048567bits]/8 == 262144 Bytes. seems to match up if we assume that Chrome is showing your Bytes not bits.
– Frank Thomas
Jan 26 '16 at 17:35
You're right, one is bytes and one is bits. Silly oversight on my part. Thanks for your help!
– MrMadsen
Jan 26 '16 at 17:43
You're right, one is bytes and one is bits. Silly oversight on my part. Thanks for your help!
– MrMadsen
Jan 26 '16 at 17:43
add a comment |
1 Answer
1
active
oldest
votes
The two speeds are nearly the same. The speed shows by the Task Manager is in megabits per second, while that shown by Chrome is in kilobytes per second. Since 1 Byte= 8 bits, both speeds are nearly the same. One more thing is that the speed shown by the task manager is the overall downloading speed, i.e. the downloading speed of Chrome plus other background downloads by Windows. That's why sometimes the two speeds differ by a small fraction.
Hope it satisfies you... :)
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1031650%2finconsistent-download-speeds%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The two speeds are nearly the same. The speed shows by the Task Manager is in megabits per second, while that shown by Chrome is in kilobytes per second. Since 1 Byte= 8 bits, both speeds are nearly the same. One more thing is that the speed shown by the task manager is the overall downloading speed, i.e. the downloading speed of Chrome plus other background downloads by Windows. That's why sometimes the two speeds differ by a small fraction.
Hope it satisfies you... :)
add a comment |
The two speeds are nearly the same. The speed shows by the Task Manager is in megabits per second, while that shown by Chrome is in kilobytes per second. Since 1 Byte= 8 bits, both speeds are nearly the same. One more thing is that the speed shown by the task manager is the overall downloading speed, i.e. the downloading speed of Chrome plus other background downloads by Windows. That's why sometimes the two speeds differ by a small fraction.
Hope it satisfies you... :)
add a comment |
The two speeds are nearly the same. The speed shows by the Task Manager is in megabits per second, while that shown by Chrome is in kilobytes per second. Since 1 Byte= 8 bits, both speeds are nearly the same. One more thing is that the speed shown by the task manager is the overall downloading speed, i.e. the downloading speed of Chrome plus other background downloads by Windows. That's why sometimes the two speeds differ by a small fraction.
Hope it satisfies you... :)
The two speeds are nearly the same. The speed shows by the Task Manager is in megabits per second, while that shown by Chrome is in kilobytes per second. Since 1 Byte= 8 bits, both speeds are nearly the same. One more thing is that the speed shown by the task manager is the overall downloading speed, i.e. the downloading speed of Chrome plus other background downloads by Windows. That's why sometimes the two speeds differ by a small fraction.
Hope it satisfies you... :)
answered Jan 12 at 18:48
Brahm Dev PandeyBrahm Dev Pandey
262
262
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1031650%2finconsistent-download-speeds%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Provide screenshots of what you mean precisely. I suspect your getting confused, because one is being displayed in another unit, just want to make sure.
– Ramhound
Jan 26 '16 at 17:34
3
first, confirm that those 'b's are all lower case. 5Mbps is about 655KBps (kiloBytes vs megaBits). [5*1048567bits]/8 == 655360 Bytes. [2*1048567bits]/8 == 262144 Bytes. seems to match up if we assume that Chrome is showing your Bytes not bits.
– Frank Thomas
Jan 26 '16 at 17:35
You're right, one is bytes and one is bits. Silly oversight on my part. Thanks for your help!
– MrMadsen
Jan 26 '16 at 17:43