Skip to content

IPv8 Architecture

The central operating unit in the IPv8 draft is the Zone Server. The draft describes it as an active/active platform that provides the services a network segment needs before a device begins normal operation.

A device joining an IPv8 network sends a DHCP8 Discover. The draft says the response can include every service endpoint the device needs, including addressing, name resolution, time, telemetry, authentication, route validation, access control, and translation.

In this model, the Zone Server is not only a DHCP server. It is the control point for local network policy and validation.

ServiceDraft role
DHCP8Assigns address and service information in one lease response.
DNS8Resolves names and supports the A8 record type.
NTP8Supplies time synchronization.
NetLog8Collects telemetry and logging information.
OAuth8Caches OAuth2 JWT validation material locally.
WHOIS8 resolverValidates active route registration.
ACL8Applies zone and gateway access control.
XLATE8Translates between IPv4 and IPv8 traffic.
Update8Manages updates for L1-L4 stack components.

draft-thain-ipv8-02 includes Zone Server redundancy and even/odd addressing language. The intent is to keep the Zone Server pair active/active and able to share service responsibility.

The proposal shifts many decisions that are often distributed across separate systems into a single local platform. That makes the Zone Server the main place to understand IPv8 policy behavior.

For transition behavior and IPv4 compatibility, see Transition.