# Service Overlay Forest Embedding for Software-Defined Cloud Networks

**Authors:** Jian-Jhih Kuo, Shan-Hsiang Shen, Ming-Hong Yang, De-Nian Yang, Ming-Jer Tsai, Wen-Tsuen Chen

arXiv: 1703.09025 · 2025-10-23

## TL;DR

This paper introduces a novel Service Overlay Forest (SOF) model for SDN/NFV environments, optimizing multicast service trees with multiple VNFs, and presents an approximation algorithm that outperforms existing solutions in simulations and real SDN tests.

## Contribution

It formulates the first optimization model for service forests with multiple VNFs per destination and develops a new approximation algorithm with distributed implementation.

## Key findings

- The proposed algorithm reduces total cost by over 25% in simulations.
- SOF significantly improves QoE for YouTube streaming in SDN environments.
- The distributed implementation is practical for real network deployment.

## Abstract

Network Function Virtualization (NFV) on Software-Defined Networks (SDN) can effectively optimize the allocation of Virtual Network Functions (VNFs) and the routing of network flows simultaneously. Nevertheless, most previous studies on NFV focus on unicast service chains and thereby are not scalable to support a large number of destinations in multicast. On the other hand, the allocation of VNFs has not been supported in the current SDN multicast routing algorithms. In this paper, therefore, we make the first attempt to tackle a new challenging problem for finding a service forest with multiple service trees, where each tree contains multiple VNFs required by each destination. Specifically, we formulate a new optimization, named Service Overlay Forest (SOF), to minimize the total cost of all allocated VNFs and all multicast trees in the forest. We design a new $3\rho_{ST}$-approximation algorithm to solve the problem, where $\rho_{ST}$ denotes the best approximation ratio of the Steiner Tree problem, and the distributed implementation of the algorithm is also presented. Simulation results on real networks for data centers manifest that the proposed algorithm outperforms the existing ones by over 25%. Moreover, the implementation of an experimental SDN with HP OpenFlow switches indicates that SOF can significantly improve the QoE of the Youtube service.

## Figures

36 figures with captions in the complete paper: https://tomesphere.com/paper/1703.09025/full.md

---
Source: https://tomesphere.com/paper/1703.09025