Remix.run Logo
marcusb 4 days ago

I don't think this does anything to explain why 192.168/16 was chosen specifically. Three netblocks (10/8, 172.16/12, and 192.168/16) were selected from the class A, B, and C address spaces to accommodate private networks of various sizes. Class C addresses by definition have the two most significant bits set in their first octet and the third set to 0 (i.e., 192 - 223.)

192 in the first octet starts the class C space, but 10 and 172 do not have the same relationship in classes A and B.

weinzierl 4 days ago | parent [-]

Yes you are right. I researched a bit and there are other reserved blocks next the 168 that obviously don't have a nice pattern. So the 101010 is just a coincidence.

drewolbrich 4 days ago | parent [-]

101010 in decimal is 42.

temp0826 4 days ago | parent [-]

That is the answer..!