What is IPv6 Expansion?
An IPv6 address is very long (128 bits). To make it easier for people to type, there are special rules to make it shorter. For example, "0000" can be written as just "0", and a long string of zeros can be replaced by "::". AirOI Checker takes these short addresses and brings them back to their full, original size.
Why do we need the full address?
Computers and firewalls are sometimes very picky. They might look for an exact match. If you save an address in a short format and the computer looks for the long format, it might not find it. Expanding the address helps keep everything consistent and safe.
The rules of IPv6 compression
To understand how to expand an address, you should know how we shorten them in the first place:
-
Leading Zeros: You can remove zeros at the start of a group. "0db8" becomes "db8".
-
Zero Groups: If a whole group is "0000", it can be just "0".
-
The Double Colon: One time in an address, you can replace consecutive groups of zeros with "::".
Frequently Asked Questions
Is the expanded address better than the short one?
Neither is "better." The short one is for humans to read easily, and the long one is for computers to process without any mistakes.
Why can I only use "::" once?
If you use it twice, the computer won't know how many zeros are missing in each spot. It would get confused, so it's not allowed.
Is this tool free for big lists?
Yes! You can expand as many IPv6 addresses as you want on AirOI Checker for free.