Good point on the first part. On the second… There’s very little networking stuff that isn’t pretty much handled in powers of 10 everywhere. I mean, eventually every number gets handled as binary at some point, but otherwise it’s pretty rare for network values to get converted to some power-of-2 number.
Way more common is the stupid bits/bytes confusion.
Good point on the first part. On the second… There’s very little networking stuff that isn’t pretty much handled in powers of 10 everywhere. I mean, eventually every number gets handled as binary at some point, but otherwise it’s pretty rare for network values to get converted to some power-of-2 number.
Way more common is the stupid bits/bytes confusion.