In IPv6, the prefix length can range from 0-128. What is the significance of the prefix length with a value 0? Does it suggest that there is no network?
Thanks!
In IPv6, the prefix length can range from 0-128. What is the significance of the prefix length with a value 0? Does it suggest that there is no network?
Thanks!
A prefix length of 0 (usually written as ::/0) means that no bits of the prefix are fixed and all 128 bits can be 0 or 1. So basically it includes all IPv6 addresses. This ranges from :: (same as 0000:0000:0000:0000:0000:0000:0000:0000) to ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff.
When specifying the default route you define the route as ::/0 (every IPv6 address).