# IPv6

IPv6 stands for Internet Protocol version 6. It is a protocol used to identify devices on a network and route Internet Protocol (IP) packets between them.

IPv6 uses 128-bit addresses, which are expressed in eight groups of hexadecimal numbers separated by colons, for example, 2001:0db8:85a3:0000:0000:8a2e:0370:7334. Each group represents 16 bits, allowing for a total of 2^128 or approximately 340 undecillion unique IP addresses.

IPv6 was developed as a replacement for IPv4, which had a limited address space that was becoming increasingly depleted as more devices were being connected to the Internet. In addition to its expanded address space, IPv6 includes a number of other features, such as improved security, auto-configuration, and support for multicast traffic.

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.console.zenlayer.com/glossary/i/ipv6.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
