IPv6 (EN)

Protocol

128-bit addressing protocol as successor to IPv4

IPv6 Architecture

IPv6 is the latest Internet protocol developed as a successor to IPv4 to overcome the limited number of available IPv4 addresses. It uses 128-bit addresses that enable a practically unlimited number of devices on the internet. IPv6 offers not only extended addressing but also improved security features and more efficient packet processing. The migration from IPv4 to IPv6 is an important topic in modern network administration.

IPv6 Address Structure

flowchart TD     A[IPv6 Address] --> B[128 Bit Length]     B --> C[8 Groups of 16 Bits]     C --> D[Hexadecimal Format]     D --> E[Example: 2001:0db8:85a3:0000:0000:8a2e:0370:7334]     E --> F[Compression Possible]     F --> G[2001:db8:85a3::8a2e:370:7334] 

IPv6 Address Types

flowchart LR     A[Unicast] --> B[Global Unicast]     A --> C[Link-Local]     A --> D[Unique Local]     E[Anycast] --> F[Global Unicast]     G[Multicast] --> H[All-Nodes]     G --> I[All-Routers]     G --> J[Solicited-Node] 

In Context

  • Typically used together with ICMPv6, DHCPv6 and DNS
  • Related to: IPv4, ICMPv6, DHCPv6, DNS, IPSec
  • Example use: Modern Internet of Things (IoT), mobile networks (5G), cloud infrastructures
Quelle: AI Generated