In IPv4, there is no way to indicate which octet is being skipped. Think of the address 127.0.69.69, which we’ll use the equivalent of 1270:0000:0000:0000:0000:0000:0000:6969:6969 in IPv6 (yes, I realize that address space doesn’t make sense. It’s just for illustration)
In IPv4, you cannot shorten 127.0.69.69 to 127.69.69. The assumption with 3 octets is that the last two have been merged into one. 127.69.69 would be equivalent to 127.69.0.69
In IPv6, this ambiguity is removed. Double colons are used to indicate missing zeros. 1270::6969:6969 is equivalent to the above IPv6 address. Double colon simply pads out the address at that point until it is the correct length. I seem to recall some other interesting features of it, but I don’t use IPv6 enough to remember them exactly
Ninja edit: There is also a bit of weirdness in IPv4 because it’s not technically white space expansion as (I think) it is in IPv6. It’s just putting multiple bytes into a single octet. That’s why 127.257 or 127.0.257 would both resolve to 127.0.1.1
In IPv4, there is no way to indicate which octet is being skipped. Think of the address 127.0.69.69, which we’ll use the equivalent of 1270:0000:0000:0000:0000:0000:0000:6969:6969 in IPv6 (yes, I realize that address space doesn’t make sense. It’s just for illustration)
In IPv4, you cannot shorten 127.0.69.69 to 127.69.69. The assumption with 3 octets is that the last two have been merged into one. 127.69.69 would be equivalent to 127.69.0.69
In IPv6, this ambiguity is removed. Double colons are used to indicate missing zeros. 1270::6969:6969 is equivalent to the above IPv6 address. Double colon simply pads out the address at that point until it is the correct length. I seem to recall some other interesting features of it, but I don’t use IPv6 enough to remember them exactly
Ninja edit: There is also a bit of weirdness in IPv4 because it’s not technically white space expansion as (I think) it is in IPv6. It’s just putting multiple bytes into a single octet. That’s why 127.257 or 127.0.257 would both resolve to 127.0.1.1