Jump to content

Your Connection


InDigo176

Recommended Posts

  • 3 weeks later...
  • 2 weeks later...

Most of the times the download rate in kilobits per second is not equal to the download rate in kilobytes per second, divided by 8.

It's because almost all encodings use a parity bit (or maybe some other error-checking encoding) This takes up 1 bit of every byte, but makes traffic alot more stable (since that bit is used to detect errors in a received byte)

Meaning that traffic will be:

a = download rate in kilobits/s

b = download rate in kilobytes/s

b = (a / 8) * (7/8)

so with 1024 kilobits/s:

(1024 / 8) * (7/8) = 112 kilobytes/s (and not 128)

Oh, and btw.

Since I have moved to my own house, I'm plugged into a network with 100 megabit/s traffic! Yea

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...