you are viewing a single comment's thread
view the rest of the comments
[–] 0 points 2 years ago (1 child)

Thing is, there's no rational reason to arbitrarily use groups of 8 bits for transmission over the wire. It's not just ISPs who use bits, the whole networking industry does it that way.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 6 points 2 years ago*

    To expand on this a bit more, bits are used for data transmission rates because various types of encoding, padding, and parity means that data on the wire isn't always 8 bits per byte. Dial up modems were very frequently 9 bits per byte (8-n-1 signalling), and for something more modern PCIe uses 8b/10b encoding, which is 10 bits on the line for each 8 bits of actual payload.

  • source
  • parent