|
|
|
|
|
by immibis
746 days ago
|
|
It's not about how many bits are 1 - it's about how many bits are important. And the first bits are always most important. So it's the first x bits. If you have a /48 then 48 bits are used to determine the address is yours. Any address which matches in the first 48 bits is yours. If you have a /64, any address which matches in the first 64 bits is yours. |
|