Toggle navigation
All Forums
Recent Posts
Sign In
What IS the difference between bytes and bites?
Jump to First Reply
andrew xt
Posted:
August 14, 2002 4:21AM
in
General Discussion
edited January 2014
What is the difference between bites and bytes? Also I'm getting a bit confused with the achronyms, what does Mbps actually stand for?
Andrew
Comments
Reply 1 of 2
overhope
Posts:
1,123
member
August 14, 2002 4:46AM
Bites is something people do with their teeth.
Bits, on the other hand, are 1s or 0s representing the state of a switch, in binary form.
A byte is a binary word, consisting of 8 bits.
Mbps stands for Megabits per second, ie thousands of bits.
0
Likes
0
Dislikes
0
Informatives
Reply 2 of 2
pesi
Posts:
424
member
August 14, 2002 5:20AM
8 bits equals one Byte.
1024 bytes equals one KiloByte (KB)
1024 KiloBytes equals one MegaByte (MB)
1024 MegaBytes equals one GigaByte (GB)
sometimes people use 1000 instead of 1024, so numbers sometimes get screwy.
a bit is always represented by a small "b", a Byte is always represented by a large "B".
it's become common practice to use bits in reference to interface speeds and bytes in reference to memory and storage capacities.
this often leads to confusion.
for example, a 56K modem. the 56K is Kb, not KB.
i could go on and on, but you should get the idea now.
0
Likes
0
Dislikes
0
Informatives
Sign In
or
Register
to comment.
Comments
Bits, on the other hand, are 1s or 0s representing the state of a switch, in binary form.
A byte is a binary word, consisting of 8 bits.
Mbps stands for Megabits per second, ie thousands of bits.
1024 bytes equals one KiloByte (KB)
1024 KiloBytes equals one MegaByte (MB)
1024 MegaBytes equals one GigaByte (GB)
sometimes people use 1000 instead of 1024, so numbers sometimes get screwy.
a bit is always represented by a small "b", a Byte is always represented by a large "B".
it's become common practice to use bits in reference to interface speeds and bytes in reference to memory and storage capacities.
this often leads to confusion.
for example, a 56K modem. the 56K is Kb, not KB.
i could go on and on, but you should get the idea now.