Internet-Draft Abbreviated Title March 2026
Nguyen-Trung, et al. Expires 2 September 2026 [Page]
Workgroup:
Distributed Mobility Management
Internet-Draft:
draft-dcn-dmm-cats-mup-service-segmentation-00
Published:
Intended Status:
Informational
Expires:
Authors:
K. Nguyen-Trung
Soongsil University
N. Tran
Soongsil University
Y. Kim
Soongsil University

Service Segmentation Considerations for CATS-MUP

Abstract

Service segmentation introduces an emerging deployment paradigm in which a service is composed of multiple distributed subtasks forming a service pipeline. This document discusses architectural considerations for a MUP Sequence Session Transform to support ordered traversal across multiple subtask instances and to maintain service continuity during pipeline updates, particularly when stateful subtasks are involved.

Status of This Memo

This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.

Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.

Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."

This Internet-Draft will expire on 2 September 2026.

Table of Contents

1. Introduction

The document [I-D.draft-dcn-dmm-cats-mup] describes how to integrate Computing-Aware Traffic Steering (CATS) capabilities into the Mobile User Plane (MUP) architecture. In that design, when multiple candidate service instances are deployed at different locations, the MUP Controller (MUP-C), as the core component of the architecture, selects the optimal service instance by considering computing and network information. The MUP-C receives user mobility session information from the control plane entity and converts such session information into IPv6 dataplane routing information. Instead of relying on traditional anchoring mechanisms or intermediate user plane forwarding nodes, the session is directly mapped into SRv6-based routing instructions in the underlay network. The Type 2 Session Transformed Route (T2ST) and Type 1 Session Transformed Route (T1ST) are used to convert session information into SRv6-based routing paths toward the selected service endpoint. As a result, traffic steering is realized at the IP routing level without requiring dedicated anchor or intermediate nodes in the mobile user plane.

However, emerging 6G applications introduce a new deployment paradigm, where a service is decomposed into multiple subtasks that are distributed across different edge locations. These subtasks can be organized as a sequential service pipeline, where traffic must traverse service instances in a predefined sequence, or as a parallel service pipeline, where traffic is distributed to multiple service instances and later merged. Such service segmentation scenarios are discussed in [I-D.draft-dcn-cats-req-service-segmentation].

The existing T1ST and T2ST mechanisms are defined for mapping a session to a selected service instance, where traffic is steered toward a specific execution endpoint. While this model is suitable when a session is directed to one optimal service instance, service segmentation introduces scenarios in which a sequential service pipeline spans multiple service instances as part of a single service execution. In such cases, the session-to-route transformation must not only select appropriate service instances, but also support ordered traversal across them and preserve overall service continuity, particularly when the pipeline includes stateful subtasks.

The existing CATS-MUP architecture focuses on mapping a session to a selected service instance. This document discusses scenarios where a service execution consists of multiple distributed subtasks forming a pipeline. It discusses extensions to session transformation behavior to enable ordered traversal across multiple subtask instances and to support service continuity during pipeline updates, particularly when stateful subtasks are involved.

2. Terminology

This document uses the terminology defined in [I-D.draft-dcn-dmm-cats-mup] and [I-D.draft-dcn-cats-req-service-segmentation].

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174].

3. Architecture Overview

This document does not define mechanisms for constructing or orchestrating service pipelines. Pipeline composition, subtask placement, and lifecycle management are considered out of scope. Furthermore, it does not modify or redefine existing SRv6 behavior definitions and relies on procedures specified in existing SRv6 and SFC specifications.

                             +----------------+
                             |    Mobility    |
                             |   Management   |
                             |     System     |
                             +----------------+
                                      |
                             Session Information
                                      |
                     STR    +--------v-------+
                     +------|   CATS-MUP-C   |
                  +--|------|    +------+    |----------+
                  |  |      |    | C-PS |    |          |
                  |  |      +----------------+          |    +-----------------+
      UE-         |  v                                  |    |      C-SMA      |
         \+---+   +------+          DSD          +------+    |-----------------|
      UE--|RAN|---|  PE  |<----------------------|  PE  |----|  Service Site A |
          +---+   +------+<-----------\          +------+    |    Subtask 1    |
      UE-/        |Buffer|             \         |Buffer|    |    Subtask 3    |
                  +------+              \        +------+    +-----------------+
                  |                      \              |
                  |     MUP network       \      +------+    +-----------------+
                  |      +-------+         \-----|  PE  |----|      C-SMA      |
                  |      | C-NMA |               +------+    |-----------------|
                  |      +-------+               |Buffer|    |  Service Site B |
                  +------------------------------+------+    |    Subtask 1    |
                                                             |    Subtask 2    |
                                                             +-----------------+

Figure 1: Service Segmentation Extensions for CATS-MUP Architecture

Figure 1 illustrates the high-level architecture for supporting service segmentation in the CATS-MUP environment, where an application is decomposed into multiple subtasks deployed across different edge sites. Depending on deployment and execution logic, these subtasks may form sequential chains or parallel branches, requiring traffic steering to evolve from single-instance selection toward pipeline-aware steering across distributed subtasks.

For sequential pipelines, existing Session Transform Routes, including T1ST and T2ST, require the C-PS to configure traffic steering independently for each MUP-PE along the execution chain. As a result, the completion time of the CATS-MUP-C operation increases proportionally with the number of subtasks composing the pipeline. The situation becomes more complex when the active pipeline must be updated or replaced due to mobility events or changing resource conditions, since multiple steering configurations must be recomputed and consistently applied across all participating nodes. To address this limitation, this document proposes a new Session Transform Route referred to as the MUP Sequence Session Transform, enabling pipeline-level traffic steering for sequential service execution. The detailed design is presented in Section 4.

For parallel pipelines, existing T1ST and T2ST mechanisms remain applicable because traffic distribution and result aggregation can be handled by split and merge functions. User requests may be distributed across parallel subtasks, and intermediate results are combined before delivering the final outcome to the UE. However, each parallel branch may itself consist of a sequential chain of subtasks, in which case the same scalability and steering reconfiguration issues as observed in sequential pipelines arise. Therefore, the proposed MUP Sequence Session Transform can also be applied within such branches to enable pipeline-level traffic steering.

Service segmentation may involve stateful subtasks, making subtask migration necessary when an existing pipeline no longer satisfies QoS requirements. Maintaining service continuity during pipeline transitions requires preventing packet loss while new subtask instances are activated and traffic steering is updated. One approach to enabling such transitions is the use of SRv6-based buffering, which temporarily stores packets during path updates and releases them once the new execution pipeline becomes operational.

Furthermore, a single subtask type may have multiple instances deployed across different MEC sites. Selecting an optimal pipeline based solely on per-instance evaluation may introduce significant decision overhead as deployment scale increases. To address this challenge, Service Pipeline Metrics are introduced to evaluate pipelines as unified entities rather than independent instances, enabling efficient pipeline selection as described in [I-D.draft-dcn-cats-req-service-segmentation].

4. MUP Sequence Session Transform Mechanism

The MUP Sequence Session Transform defines how the Mobile User Plane steers packets across an ordered set of service stages using a single session transformation operation. Under this mechanism, the execution sequence of a service pipeline is encoded directly into packet forwarding behavior at MUP-PE nodes.

                              +-----------+                +-----------+
                              | Subtask 1 |                | Subtask 2 |
                              +-----------+                +-----------+
                                    |                            |
                              +-----------+                +-----------+
                              | SFC Proxy |                | SFC Proxy |
                              +-----------+                +-----------+
                                    ^                            ^
                       +----------+ | +----------+  +----------+ | +----------+
                       |NSH(X,255)| | |Inner Pkt |  |NSH(X,254)| | |Inner Pkt |
                       +----------+ | +----------+  +----------+ | +----------+
                       |Inner Pkt | | |NSH(X,254)|  |Inner Pkt | | |NSH(X,253)|
                       +----------+ v +----------+  +----------+ v +----------+
      +--+  +------+           +--------+                   +--------+
      |UE|->|RAN PE|---------->|MUP PE 1|------------------>|MUP PE 2|
      +--+  +------+           +--------+                   +--------+
                  +-------------+            +-------------+
                  |     SRH     |            |     SRH     |
                  |[0]: MUP PE 2|            |[0]: MUP PE 2|
                  |[1]: MUP PE 1|            |[1]: MUP PE 1|
                  |    SL: 2    |            |    SL: 1    |
                  +-------------+            +-------------+
                  |  NSH(X,255) |            |  NSH(X,254) |
                  +-------------+            +-------------+
                  |  Inner Pkt  |            |  Inner Pkt  |
                  +-------------+            +-------------+

Figure 2: MUP Sequence Session Transform Example

The execution order of a service pipeline is encoded directly into packet forwarding state. Specifically, the SRv6 segment list carried in the SRH defines the traversal sequence across MUP-PE nodes, while service processing context is maintained within the packet using SRv6 Service Function Chaining (SFC) mechanisms, as specified in [RFC9491]. As illustrated in Figure 2, packets advance along the pipeline as each MUP-PE processes its local segment and updates the associated service context.

By embedding pipeline progression into dataplane processing, the MUP Sequence Session Transform enables ordered service execution across multiple edge locations.

5. Service Continuity for Stateful Service Segmentation

In practical deployments, service segmentation often involves stateful service instances, where execution state must be preserved across service instance relocation or pipeline reconfiguration. In such scenarios, immediate redirection of traffic to a newly selected service pipeline may result in service disruption if the target instances are not yet ready to process incoming requests or if state migration is still in progress.

For example, consider a sequential service pipeline composed of five subtasks executed in order. The first four subtasks are stateless, while the fifth subtask is a stateful application. When the stateful subtask is migrated due to mobility events or computing resource degradation, packets processed by the upstream stateless subtasks (i.e., Subtasks 1 through 4) may reach at the stateful subtask before migration is completed. As a result, these packets may be dropped or fail to be processed correctly, leading to wasted computing resources and unnecessary consumption of network bandwidth.

To preserve service continuity during pipeline transition, this document considers new use behaviors [future-SRv6-service-continuity], such as End.M.GTP6.D.Buffer, an extension of the End.M.GTP6.D function, integrated into all MUP Session Transform Routes. These behaviors enable traffic to be temporarily held while stateful service instances are being migrated.

6. IANA Considerations

This memo includes no request to IANA.

7. Security Considerations

TBD

8. References

8.1. Normative References

[I-D.draft-dcn-dmm-cats-mup]
Tran, N., "Computing Aware Traffic Steering Consideration for Mobile User Plane Architecture", , <https://datatracker.ietf.org/doc/draft-dcn-dmm-cats-mup/>.
[I-D.draft-dcn-cats-req-service-segmentation]
Tran, N., "Additional CATS Requirements Consideration for Service Segmentation-related Use Cases", , <https://datatracker.ietf.org/doc/draft-dcn-cats-req-service-segmentation/>.
[RFC9491]
Guichard, J. and J. Tantsura, "Integration of the Network Service Header (NSH) and Segment Routing for Service Function Chaining (SFC)", , <https://datatracker.ietf.org/doc/rfc9491/>.

8.2. Informative References

[ieee-access-service-segmentation]
Tran, M-N., "Design of 5G Architecture Enhancements for Supporting Edge Split Computing Service Pipeline", , <https://doi.org/10.1109/ACCESS.2025.3630182>.
[ieee-access-service-continuity-stateful-service-segmentation]
Nguyen Trung, K., "Enabling Service Continuity for Stateful Service Segmentation in Mobile Edge Computing Toward 6G", , <https://doi.org/10.1109/ACCESS.2026.3661972>.
[ieee-sfc-over-srv6]
Nguyen Trung, K., "A Design and Implementation of Service Function Chaining Over Segment Routing IPv6 Network", , <https://doi.org/10.1109/ICTC62082.2024.10827193>.
[future-SRv6-service-continuity]
Lemmi, J., "SRv6-Based Edge Service Continuity in 5G Mobile Networks", , <https://doi.org/10.3390/fi16040138>.

Authors' Addresses

Kiem Nguyen Trung
Soongsil University
369, Sangdo-ro, Dongjak-gu
Seoul
06978
Republic of Korea
Minh-Ngoc Tran
Soongsil University
369, Sangdo-ro, Dongjak-gu
Seoul
06978
Republic of Korea
Younghan Kim
Soongsil University
369, Sangdo-ro, Dongjak-gu
Seoul
06978
Republic of Korea