Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
ISO/IEC TR 29181-3 examines switching and routing technologies that depart fundamentally from traditional destination-based IP forwarding. The current Internet routing architecture — based on longest-prefix-match forwarding and BGP inter-domain routing — faces well-documented scalability, mobility, and multi-path limitations. Future networks demand routing paradigms that are content-aware, delay-tolerant, energy-efficient, and capable of supporting massive-scale IoT and real-time applications. The TR surveys multiple complementary approaches including Information-Centric Networking (ICN), Software-Defined Networking (SDN)-based routing optimization, Deterministic Networking (DetNet) for industrial and time-sensitive applications, and multi-path transport protocols. A unifying theme is the transition from per-flow, single-path routing to multi-path and multicast-native architectures that better serve video distribution, IoT telemetry, and industrial control applications.
| Feature | Traditional Routing | Future Network Routing |
|---|---|---|
| Forwarding basis | Destination IP address (longest prefix) | Content name, service ID, or flow label |
| Path selection | Single shortest-path (OSPF/IS-IS) | Multi-path, multi-metric (latency/cost/energy) |
| State in network | Per-flow optional (IntServ/RSVP) | Per-name cached state (ICN caches) |
| Mobility handling | Re-routing and new address needed | Native anycast and identifier-based forwarding |
| QoS model | Best-effort + DiffServ classes | Deterministic with bounded latency and zero jitter |
| Energy awareness | None (minimize hops only) | Power-aware path selection (watts per Gbps) |
A significant portion of TR 29181-3 is devoted to content-aware routing, where routers make forwarding decisions based on data names or service identifiers rather than IP addresses. This paradigm shift enables automatic content caching at any network node, intelligent request aggregation (multiple requests for the same content are merged upstream), and native multicast delivery. The Named Data Networking (NDN) architecture is analyzed in detail, with particular attention to the Pending Interest Table (PIT) size management — a critical scaling challenge where poor design can lead to state explosion under attack. The report also covers Deterministic Networking (DetNet), which provides bounded latency (sub-millisecond), zero packet loss due to proactive redundancy, and guaranteed throughput — essential for industrial automation, tele-surgery, and in-vehicle networks. The DetNet approach combines time-aware scheduling (IEEE 802.1Qbv/TAS), per-flow queuing and shaping, redundant packet transmission over disjoint paths, and packet sequencing and elimination at the receiver. Achieving six-nines (99.9999%) reliability requires all these mechanisms working in concert.
The TR evaluates the scaling properties of name-based forwarding tables. Unlike IP FIBs that grow with the number of prefixes (currently ~950k in the global BGP table), name-based FIBs grow with the number of content names, which can be orders of magnitude larger. The report recommends hierarchical name aggregation (similar to IP prefix aggregation) and Bloom-filter-based approximate lookup as practical scaling techniques. For a typical ISP network serving 10 million content items, a Bloom-filter FIB can achieve a false-positive rate below 0.1% with just 20 MB of memory — compared to 2+ GB for an exact-match name table.
Deploying future-network routing requires a phased, pragmatic approach. The TR recommends starting with overlay networks that provide content-aware routing on top of existing IP infrastructure using tunneling (similar to how LISP or ICN overlays operate today), then progressively migrating to native implementations as hardware support matures. Key engineering considerations include: (1) forwarding table architecture — name-based tables can be 10-100x larger than IP FIBs, requiring specialized memory (TCAM with larger capacity or DRAM-based lookups with hash tables); (2) cache placement optimization — edge caches within 1-2 hops of end users provide the best latency reduction (60-80% of cache hits); (3) multi-path load balancing evolution — equal-cost multi-path (ECMP) must evolve to unequal-cost multi-path (UCMP) for heterogeneous links with different capacities; (4) control plane design — SDN controllers with global visibility compute optimal paths; ICN-based approaches use distributed forwarding strategies. The report devotes significant attention to energy-aware routing, where routes are selected to minimize overall network power consumption by aggregating traffic onto fewer links during low-load periods, potentially reducing energy use by 15-30% during off-peak hours.