Isolation-Aware 5G RAN Slice Mapping Over WDM
Isolation-Aware 5G RAN Slice Mapping Over WDM
Isolation-Aware 5G RAN Slice Mapping Over WDM
0733-8724 © 2020 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission.
See https://www.ieee.org/publications/rights/index.html for more information.
Authorized licensed use limited to: Auckland University of Technology. Downloaded on May 28,2020 at 04:30:29 UTC from IEEE Xplore. Restrictions apply.
1126 JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 38, NO. 6, MARCH 15, 2020
to deploy C-RAN everywhere, especially in fiber-poor rural flexibility in DU/CU placement: CU and DU can be integrated
or suburban areas [4]. Hence, in 5G, new functional splits or separated. In the early stage of 5G, DU/CU integration is
have been proposed to flexibly divide RAN functions among adopted to promote low latency, low complexity operation and
centralized and distributed units depending on factors as the maintenance. However, in the mid-to-long term, the network
quality of service (QoS), latency, reliability, and network cost. will be upgraded to accommodate more challenging uRLLC
Thanks to the increased flexibility in locating functions, these and mMTC services, and DU/CU separation will become more
advanced functional splits can facilitate effective RAN slicing. beneficial [9], [10].
3GPP [5] has proposed a flexible 3-layer RAN architecture, Although network slicing can improve resource efficiency and
where three new functional blocks are created: the radio unit decrease network cost, when different tenants create slices over
(RU), distributed unit (DU) and centralized unit (CU). The the same infrastructure, inter-slice security becomes a signifi-
transport network is correspondingly divided into three parts: cant issue. Therefore, inter-slice isolation should be performed,
fronthaul, midhaul, and backhaul. where RAN functions and traffic of different slices are isolated
5G communications impose high requirements on bearer from each other for security and privacy reasons. GSMA [11] has
network bandwidth, latency, flexibility, and cost. For exam- recommended different levels of isolation among slices. Slice
ple, in 5G, peak data rate (Gbit/s) will be 20 times higher functions and network connectivity can be partly or fully isolated
and latency (ms) will be 10 times lower than the ones in 4G according to the isolation level. In contrast to network sharing,
networks [6], which imposes great challenges to transport net- isolation makes each slice operating over dedicated physical
work. For fronthaul, wavelength division multiplexing-passive resources, hence reducing resource efficiency.
optical networks (WDM-PON) is the promising solution which In this work, we focus on a new solution to perform isolation-
might be an “easy and cheap” option [7]. For midhaul and aware RAN slice mapping to improve the processing and band-
backhaul portions of the 5G transport network, optical trans- width resource utilization. As shown in Fig. 1, we consider RAN
port network (OTN) is the “best fit”, as it is already widely slicing in a multi-layer OTN over WDM metro-aggregation
deployed and can support the bandwidth, latency, and flexibility network, where several CSs, collecting mobile traffic, are dis-
requirements of 5G services. Recently, China Telecom and ZTE tributed and interconnected with central offices (COs) by optical
have cooperated on the standardization of the Mobile-optimized fiber links. COs are divided into multiple stages, depending
OTN (M-OTN) technology [8] targeting at requirements of low on their positions in the aggregation hierarchy. Specifically, at
latency, low power consumption, and low cost. In addition, the lowest network stage (say stage 0) CSs are present, while
optimal placement of DU/CU is crucial to improve resource stages 1 and 2 are composed by Access COs and Main COs,
efficiency while satisfying 5G requirements. The 3-layer ar- respectively. And a single Core CO, acting as point of presence
chitecture investigated in this paper significantly enhances the (PoP), represents the interface toward the core network segment.
Authorized licensed use limited to: Auckland University of Technology. Downloaded on May 28,2020 at 04:30:29 UTC from IEEE Xplore. Restrictions apply.
YU et al.: ISOLATION-AWARE 5G RAN SLICE MAPPING OVER WDM METRO-AGGREGATION NETWORKS 1127
Authorized licensed use limited to: Auckland University of Technology. Downloaded on May 28,2020 at 04:30:29 UTC from IEEE Xplore. Restrictions apply.
1128 JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 38, NO. 6, MARCH 15, 2020
CRU = kR · B · A (1)
CDU = kD · B · A · L (2)
Fig. 3. Example of functional split options (adapted from [31].) CCU = kC · A (3)
CM EC = kM · B · L (4)
Authorized licensed use limited to: Auckland University of Technology. Downloaded on May 28,2020 at 04:30:29 UTC from IEEE Xplore. Restrictions apply.
YU et al.: ISOLATION-AWARE 5G RAN SLICE MAPPING OVER WDM METRO-AGGREGATION NETWORKS 1129
Authorized licensed use limited to: Auckland University of Technology. Downloaded on May 28,2020 at 04:30:29 UTC from IEEE Xplore. Restrictions apply.
1130 JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 38, NO. 6, MARCH 15, 2020
functions in core CO enables higher DU/CU consolidation, but problem [38], hence, to find an scalable solution, we divide it
also higher transport latency. Concerning isolation, the blue DU into two objectives: 1) minimize the number of active nodes and
and yellow DU are located in the same VM (dashed square) in 2) minimize the established wavelengths in the network. When
access CO 1, however, the green DU is located in another VM, considering objective 1, we set bandwidth capacity in each link
because green users belong to the different operators from blue as limited and the computational resource as always enough,
and yellow users. Fig. 5(b) shows the illustration of bandwidth so we can target at the minimization of active nodes. On the
isolation which also implies the relationship between DU/CU contrary, when considering objective 2, we set the computational
consolidation and bandwidth consumption, more consolidation resource in each CO as limited and the bandwidth resource as
comes at the cost of more bandwidth consumption. always enough, so we can aim at the minimization of established
The proposed algorithm addresses the 5G RAN slice mapping wavelengths in the network.
problem in a static scenario, i.e., when all the slice requests are The execution of the algorithm is detailed in Algorithm 1.
given, the algorithm aims at accommodating all the slice requests The characteristics of slice requests are given by the parameters
and targets at the minimization of network and computational shown in Table I, and the network parameters are summarized
resource. According to problem statement, the network slicing in Table II.
problem in this work can be regarded as a service function 1) Node Ranking: For function mapping, the problem is
chain (SFC) mapping problem which can be divided into node solved by using existing bin-packing methodologies. All the
mapping and link mapping. As for node mapping, we solve it physical nodes are ranked in a certain order considering the
using bin-packing methodologies. Then after determining the residual processing resource of nodes, the residual bandwidth
locations of RAN functions, the connections between functions of optical ports of nodes, the distance to the source node, and
need to be mapped. This problem is a routing and wavelength the node level (Access CO, Main CO, and Core CO) in the
assignment problem in a multilayer OTN over WDM aggre- metro-aggregation network, then the RAN functions are placed
gation network. As we know, SFC problem is an NP-Hard into the physical nodes with highest ranking value. To this end,
Authorized licensed use limited to: Auckland University of Technology. Downloaded on May 28,2020 at 04:30:29 UTC from IEEE Xplore. Restrictions apply.
YU et al.: ISOLATION-AWARE 5G RAN SLICE MAPPING OVER WDM METRO-AGGREGATION NETWORKS 1131
TABLE II
Algorithm 1: 5G RAN Slice Mapping Scheme. NETWORK PARAMETERS
Input: slice requests S, physical topology G(N, E)
Output: RAN functions placement, routing and
wavelength allocation of each slice
1: Sort the slice requests in S in descending order
according to the total amount of RBs requested by
each slice, put the sorted slice requests into S
2: Set the parameter α, β, λ, γ according to the type of
slice request, calculate the node evaluation factor Fn ,
put the ranked nodes into N
3: for all slice request s in S do ,
4: sort the CSs belonging to s in descending order 33: if the slice s in VM v and slice s belong to the
according to the requested RBs, put the sorted CSs same operator and the isolation level of slice s is also
into C I0 ∼ I2 then
5: for all CS c in C do 34: map the function into this VM v
6: calculate the processing requirement of RU, DU, 35: else
CU and MEC function and bandwidth requirement 36: create a new VM to instantiate this function
of fronthaul, midhaul and backhaul with formula 37: end if
(1) ∼ (7). For each CS, RU function is deployed 38: else
locally in CS. 39: create a new VM to instantiate this function
7: for each function f in DU, CU, MEC do 40: end if
8: Objective 1: Minimize the active nodes 41: end Function
9: for all node n in N do 42: Function MapLink(lightpath p, physical links l)
10: if (1) there is at least one lightpath between 43: for all candidate links n in the path L do
node n and CS c whose latency is lower than 44: if the isolation level is I0 ∼ I2 then
lf /lm /lb , (2) if the lightpath exists, whether there is 45: find a existing active wavelength w with enough
enough bandwidth available in each link on this bandwidth capacity
ligthtpath l then 46: if the slice s in wavelength w and slice s belong
11: MapFunction(f , n ) to the same operator and the isolation level of slice s
12: MapLink(l, physical links) is also I0 ∼ I2 then
13: end if 47: map the lightpath into this wavelength w
14: end for 48: else
15: Objective 2: Minimize the active wavelengths 49: create a new wavelength to map this lightpath
16: for all node n in N do 50: end if
17: if (1) whether there is at least one lightpath 51: else
between node n and CS c whose latency is lower than 52: create a new wavelength to map this lightpath
lf /lm /lb , (2) if there is enough processing capacity in 53: end if
the node n then 54: end for
18: put node n into set N 55: end Function
19: end if
20: for each node n in N do
21: calculate the number of links between node n and CS
c and choose the lightpath l with minimum number of we propose the following node ranking method:
links between node n∗ and CS c
22: end for Fn = αUn + βBn + λHn + γLn (8)
23: MapFunction(f , n∗ )
24: MapLink(l, physical links) where Fn is the comprehensive evaluation index of the physical
25: end for node n, Un is the used processing resource of node n, and Bn
the used bandwidth resource by all the ports of node n, Bn =
26: end for is
p∈P (n) BW (p), BW (p) is used bandwidth of each port of
27: end for
28: end for node n. Hn is the average distance between the node n and
29: Function MapFunction(function f, physical node n) dis(r)
all the source node in slice request, Hn = r∈R|R| , dis(r)
30: check the isolation level of this slice request s is the shortest distance between node n and each cell site r. R
31: if the isolation level is I0 ∼ I2 then is the set of source nodes in slice request. Ln is the stage level
32: find a existing active VM v with enough processing of node n in the metro networks. α, β, λ, γ are coefficients and
capacity α + β + λ + γ = 1.
Authorized licensed use limited to: Auckland University of Technology. Downloaded on May 28,2020 at 04:30:29 UTC from IEEE Xplore. Restrictions apply.
1132 JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 38, NO. 6, MARCH 15, 2020
Authorized licensed use limited to: Auckland University of Technology. Downloaded on May 28,2020 at 04:30:29 UTC from IEEE Xplore. Restrictions apply.
YU et al.: ISOLATION-AWARE 5G RAN SLICE MAPPING OVER WDM METRO-AGGREGATION NETWORKS 1133
Fig. 7. (a) ILP vs. heuristic in R with a small topology; (b) R values vs. maximum service latency requirement (left: 2-layer, right: 3-layer); (c) R value vs.
maximum service latency requirement with different W .
TABLE III (3) number of established wavelengths, and we study the impact
LATENCY REQUIREMENT OF FRONT/MID/BACKHAUL
FOR EMBB/URLLC/MMTC TYPE
of slice demand, slice types, isolation level and network capacity
on these metrics.
1) Small Topology: We solve the RAN slice mapping prob-
lem using ILP and heuristic with small topology. The details of
ILP are shown in our previous work [27] and the heuristic only
performs objective 1. In this case, no isolation is performed and
no specific slice type is enforced. Fig. 7 shows the comparison
TABLE IV
REFERENCE VALUE OF α, β, λ, γ FOR DIFFERENT OBJECTIVES AND DIFFERENT
between ILP and heuristic in terms of consolidation factor R.
SLICE TYPES Lower value for R represents more consolidation, i.e., less COs
are activated to host the RAN functions. As shown in Fig. 7(a),
ILP achieves the best performance (smaller values) in terms of
R, but heuristic results lay approximatively within 10% of the
ILP. Leveraging its finer granularity in placing RAN function,
3-layer architecture achieves a better performance than in 2-layer
architecture. In fact, when placing functions, the functions with
less processing requirements are more likely to be mapped into
the VMs without exceeding residual capacity.
the average number of requested RBs is 100/30/30. Moreover, Besides residual capacity, the RAN function placement also
the number of CSs in a slice is uniformly distributed between depends on other factors, e.g., latency requirement (in this case,
[5, 10]/[5, 10]/[20, 30] for eMBB/uRLLC/mMTC type. Three we set the user plane latency requirement between RU and MEC
operators are considered in this case. The maximum tolerated varying from 100 μs to 1000 μs, and the fronthaul latency
fronthaul/midhaul/backhaul latency for eMBB/uRLLC/mMTC requirement is fixed value with 250 μs [42] in this case). As
type under the considered RAN split are shown in the Table III, shown in Fig. 7(b), the value of R increases and reaches a maxi-
derived from [40], [41]. mum value at 500 us, then decreases with the maximum latency
Node ranking is essential for the heuristic since it provides a requirement. When the latency requirement is strict, almost all
criterion during the node mapping phase, which will affect the the functions are placed in the cell sites (red bar). When the
performance of the heuristic. Therefore, the parameters in (8) latency requirement is relatively loose, part of functions (e.g.,
should be set accordingly.4 The value of parameter α, β, λ, γ CU and MEC) tend to be placed in the higher stage of networks,
for different slice types is presented in the Table IV. All the while few functions (e.g., DU) are still located in cell site due
parameters used in the numerical evaluation are summarized in to the strict fronthual latency requirement, thus the total active
Table V. COs increase. When the latency requirement is loose enough,
most of the functions will be placed in the core COs remaining
B. Discussion few DUs in the cell sites.
In the following numerical evaluation, we define the following Fig. 7(c) shows the impact of the number of wavelengths
metrics: (1) consolidation factor R; (2) number of created VMs; on the consolidation factor R. Besides the latency requirement,
the link bandwidth capacity also influences the RAN function
4 For the objective 1, minimization of active nodes is the main objective,
placement. For instance, fronthaul connections are characterized
the weight of node level should be set highest and weight of used processing by high bandwidth demand, shortage of bandwidth capacity in
resource is set to be 0, other parameters could be set according to the slice physical links will force the RAN functions to be placed in the
types. For example, the weight of bandwidth is supposed to be higher in order COs near the CSs. Therefore, the more bandwidth capacity in
to increase the possibility of multiplexing gain in bandwidth for eMBB case,
the weight of latency should be set higher in order to increase the possibility of physical links, the more consolidation in processing resource.
mapping uRLLC slice. In addition, 3-layer architecture is also proved with a better
Authorized licensed use limited to: Auckland University of Technology. Downloaded on May 28,2020 at 04:30:29 UTC from IEEE Xplore. Restrictions apply.
1134 JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 38, NO. 6, MARCH 15, 2020
TABLE V
PARAMETERS USED IN THE NUMERICAL EVALUATION
Fig. 8. (a) R value with increasing slice request for different slice types; (b) R value with increasing slice request with different W .
performance in function consolidation because of the flexible R in Fig. 8(b). If W = 1, the number of active nodes increases
RAN functions placement and traffic routing than 2-layer archi- rapidly with slice requests, when the number of slice requests is
tecture. 100, almost all the CSs and part of COs are active for processing
2) Large Topology: In this case, we solve the problem only the RAN functions since there is not enough transport band-
by a heuristic as the ILP cannot solve this case in a reasonable width, most of the functions must be placed locally. If W 10,
time. In Fig. 8(a), we compare the performance of heuristic the curves rise smoothly and more processing consolidation can
in terms of R for 3 slice types: eMBB, uRLLC and mMTC. be achieved.
It shows that uRLLC slices activate most COs, which is the Then, the impact of slice isolation as a key requirement when
lowest consolidation in processing resource since the latency mapping RAN slices is evaluated, and we also investigate the
requirements of uRLLC slices are much stricter than the other computational resource consolidation under VM isolation. To
slice types. As the latency requirement of mMTC slices is the clearly show the impact of isolation on resource utilization, we
loosest among the three types, mMTC case achieves the highest change the metric from R to the number of created VMs. We
resource consolidation. Note that, to clearly show the impact investigate the number of created VMs with the increasing slice
of latency requirement on processing resource consolidation, requests for different types of slices. As shown in Fig. 9(a), due
we set the overlay as a metro-aggregation network transport to the huge traffic demand of eMBB service, the number of VMs
solution, where each traffic flow is allocated with dedicated created for eMBB slices is the highest among the three types.
wavelength without traffic grooming. Therefore, the slice type On the other hand, we can observe that the better performance
(also latency requirement) is the only impacting factor in this of 3-layer architecture measured in the number of active VMs.
case. Especially, processing consolidation of eMBB case with 3-layer
Next, the results show the impact of transport network capac- architecture is the highest among three slice types, e.g., almost
ity (i.e., number of wavelength W ) on the consolidation factor 28% less created VMs for 1200 slice requests.
Authorized licensed use limited to: Auckland University of Technology. Downloaded on May 28,2020 at 04:30:29 UTC from IEEE Xplore. Restrictions apply.
YU et al.: ISOLATION-AWARE 5G RAN SLICE MAPPING OVER WDM METRO-AGGREGATION NETWORKS 1135
Fig. 9. (a) Number of VMs vs. slice requests for different slice types; (b) Number of VMs vs. slice requests with different isolation levels; (c) Number of VMs
vs. number of operators for different slice types.
Fig. 10. Number of wavelengths vs. slice requests for different slice types.
Fig. 11. Number of wavelengths vs. slice requests with different isolation
levels.
In the results above, the isolation level of all the slice requests
is set to be I0 , which means no isolation is adopted, all the RAN 2-layer and 3-layer seems not as obvious as in created VMs.
functions share the whole physical infrastructure as long as there Secondly, the number of wavelengths of different slice types
are enough available capacity in the VMs. In the following, the shows different trends at different stages. For eMBB slices,
number of created VMs with different isolation levels are shown. because of the high bandwidth demand, a large amount of
In this case, we consider three operators and three slice types wavelengths are established in the beginning stage. However,
mixed randomly. As shown in Fig. 9(b), when the isolation level for uRLLC slices, the established wavelengths increase rapidly
changes from I0 to I3 , the number of created VMs increases and exceed the ones for eMBB slices when the traffic load is
by 6 times on I3 with respect to I0 . In addition, we set the high. As we know, different slice types mean different latency
number of slice requests and isolation level fixed to show the requirements, because of the low latency property, the RAN
impact of the number of operators on created VMs for both functions of uRLLC slices are more likely to be distributed in
uRLLC and eMBB, as shown in Fig. 9(c). We find that the the networks, there will be less possibility for the multiplexing
number of operators has not a prominent influence as much as of bandwidth in fewer wavelengths. On the contrary, more
the isolation level on the created VMs. We can envision that connections of eMBB slices can be multiplexed in the higher
more operators (possibly, virtual operators) can co-exist in the stages of metro networks. Although in the beginning, eMBB
same infrastructure sharing the whole network resource without slices consume more wavelengths because of high bandwidth
excessive cost increase, even if all the virtual operators operate demand, the uRLLC slice will consume many more wavelengths
separately. than the eMBB case eventually.
In Fig. 10, we perform the objective 2 to minimize the Finally, we present the number of established wavelengths
established wavelengths (the sum of active wavelengths in all under different isolation levels. In this case, three types of slices
the physical links) and evaluate the relationship between the are randomly mixed. As shown in Fig. 11, the result shows that
number of established wavelengths and slice types. In this case, higher isolation level, more wavelengths established. Note that
we set the isolation levels of slices as level I3 . Firstly, we can the type of isolation level does not have a significant effect
observe that the difference in established wavelengths between on the number of wavelengths (in fact, the four curves are
Authorized licensed use limited to: Auckland University of Technology. Downloaded on May 28,2020 at 04:30:29 UTC from IEEE Xplore. Restrictions apply.
1136 JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 38, NO. 6, MARCH 15, 2020
very close to each other) at low traffic load. Because a large [15] L. Velasco et al., “Meeting the requirements to deploy cloud RAN over
number of new wavelengths are established in the beginning, optical networks,” IEEE/OSA J. Opt. Commun. Netw., vol. 9, no. 3,
pp. B22-B32, Mar. 2017.
with the increasing of slice requests, the slice tends to be mapped [16] T. Pfeiffer, “Next generation mobile fronthaul and midhaul architectures,”
in existing wavelengths, so the curves increase slowly after a IEEE/OSA J. Opt. Commun. Netw., vol. 7, no. 11, pp. B38–B45, Nov. 2015.
certain point. [17] X. Liu and F. Effenberger, “Emerging optical access network technologies
for 5G wireless,” IEEE/OSA J. Opt. Commun. Netw., vol. 8, no. 12,
pp. B70–B79, Dec. 2016.
VII. CONCLUSION [18] F. Musumeci, C. Bellanzon, N. Carapellese, M. Tornatore, A. Pattavina,
and S. Gosselin, “Optimal BBU placement for 5G C-RAN deployment
In this paper, we investigate the problem of 5G RAN slicing over WDM aggregation networks,” J. Lightw. Technol., vol. 34, no. 8,
considering a functional-split based 3-layer RAN architecture pp. 1963–1970, Apr. 2016.
[19] F. Musumeci, O. Ayoub, M. Magoni, and M. Tornatore, “Latency-aware
over WDM metro-aggregation networks, with dual-objective CU placement/handover in dynamic WDM access-aggregation networks,”
of 1) minimizing the number of active metro nodes, 2) min- in IEEE/OSA J. Opt. Commun. and Netw., vol. 11, no. 4, pp. B71–B82,
imizing the number of established wavelengths. To solve this Apr. 2019.
[20] J. Zhang, Y. Ji, X. Xu, H. Li, Y. Zhao, and J. Zhang, “Energy efficient
problem, we propose a RAN slice mapping heuristic for the RAN baseband unit aggregation in cloud radio and optical access networks,”
functions placement and RWA of mobile traffic considering IEEE/OSA J. Opt. Commun. Netw., vol. 8, no. 11, pp. 893–901, Nov. 2016.
the capacity and latency constraints, as well as slice isolation [21] J. Zhang, Y. Ji, S. Jia, H. Li, X. Yu, and X. Wang, “Reconfigurable optical
mobile fronthaul networks for coordinated multipoint transmission and
requirements. Results show that the RAN slice mapping in reception in 5G,” IEEE/OSA J. Opt. Commun. Netw., vol. 9, no. 6, pp. 489–
3-layer architecture outperforms the one in 2-layer architecture 497, Jun. 2017.
in terms of processing resource consolidation (e.g., created VMs [22] H. Yu, J. Zhang, Y. Ji, and M. Tornatore, “Energy-efficient dynamic light-
path adjustment in a decomposed AWGR-based passive WDM fronthaul,”
decrease by 28% less with 3-layer architecture on eMBB case), IEEE/OSA J. Opt. Commun. Netw., vol. 10, no. 9, pp. 749–759, Sep. 2018.
due to the more flexible placement with a finer granularity of [23] J. Zhang, Y. Xiao, D. Song, L. Bai, and Y. Ji, “Joint wavelength, an-
functions in 3-layer architecture. Finally, the trade-off between tenna, and radio resource block allocation for massive MIMO enabled
beamforming in a TWDM-PON based fronthaul,” IEEE/OSA J. Lightw.
network sharing and slice isolation is investigated, and the results Technol., vol. 37, no. 4, pp. 1396–1407, Feb. 2019.
show that the slice isolation is achieved at the cost of higher [24] X. Wang, L. Wang, S. E. Elayoubi, A. Conte, B. Mukherjee, and C. Cavdar,
resource occupation (6 times more VMs on I3 case than I0 case). “Centralize or distribute? A techno-economic study to design a low-cost
cloud radio access network,” in Proc. IEEE Int. Conf. Commun., 2017,
pp. 1–7.
[25] J. Liu, S. Zhou, J. Gong, Z. Niu, and S. Xu, “Graph-based framework for
REFERENCES flexible baseband function splitting and placement in in C-RAN,” Proc.
[1] NGMN, “NGMN 5G White Paper,” NGMN Alliance, Frankfurt am Main, IEEE Int. Conf. Commun., 2015, pp. 1958–1963.
Germany, 2015. [26] M. Shehata, A. Elbanna, F. Musumeci, and M. Tornatore, “Multiplexing
[2] NGMN, “Description of Network Slicing Concept,” NGMN Alliance, gain and processing savings of 5G radio-access-network functional splits,”
Frankfurt am Main, Germany, Jan. 2016. IEEE Trans. Green Commun. Netw., vol. 2, no. 4, pp. 982–991, Dec. 2018.
[3] M. R. Raza, M. Fiorani, A. Rostami, P. Öhlen, L. Wosinska and P. Monti, [27] Y. ji, H. Yu, J. Zhang, Y. Xiao, F. Musumeci, and M. Tornatore, “DU/CU
“Demonstration of dynamic resource sharing benefits in an optical C- Placement for C-RAN over optical metro-aggregation networks,” in Proc.
RAN,” IEEE/OSA J. Opt. Commun. Netw., vol. 8, no. 8, pp. 621–632, Conf. Opt. Netw. Des. Modelling (ONDM), 2019, pp. 1–6.
Aug. 2016. [28] M. R. Raza, M. Fiorani, A. Rostami, P. Öhlen, L. Wosinska, and
[4] “Assessment of candidate transport network architectures for structural P. Monti, “Dynamic slicing approach for multi-tenant 5G transport net-
convergence” Convergence of fixed and Mobile Broadband access/ ag- works [invited],” IEEE/OSA J. Opt. Commun. Netw., vol. 10, no. 1,
gregation networks—COMBO Project, Jun. 2016. [Online]. Available: pp. A77–A90, Jan. 2018.
https://www.ict-combo.eu [29] M. R. Raza, A. Rostami, L. Wosinska, and P. Monti, “A slice admission
[5] “Radio access architecture and interfaces,” (Release 14), 3GPP, Sophia policy based on big data analytics for multi-tenant 5G networks,” J. Lightw.
Antipolis Cedex, France, Tech Rep. TR 38.801 V14.0.0, 2017. Technol., vol. 37, no. 7, pp. 1690–1697, Apr. 2019.
[6] Series, M, “IMT Vision—Framework and overall objectives of the future [30] “Small Cell Virtualization: Functional Splits and Use Cases,” Small Cell
development of IMT for 2020 and beyond,” Recommendation ITU Vision: Forum White Paper, Rel. 7, Jul. 2016.
2083-0, 2015. [31] “Transport network support of IMT-2020/5G,,” ITU-T Study Group 15
[7] N. J. Gomes, P. Chanclou, P. Turnbull, A. Magee, and V. Jungnickel, meeting, Geneva, Tech. Rep. ITU-T GSTR-TN5G, Jan. 29, 2018.
“Fronthaul evolution: from CPRI to Ethernet,” Opt. Fiber Technol., vol. 26, [32] Next generation Mobile Network (NGMN) Alliance, “Project RAN evo-
pp, 50–58, 2015. lution: Further study on critical C-RAN technologies,” Mar. 2015.
[8] “China Telecom’s Requirements on 5G Transport,” China Telecom, [33] G.sup.5GP, “5G Wireless Fronthaul Requirements in a PON Context,”
2017. [Online] Available: https://www.itu.int/en/ITU-T/Workshops-and- ITU-T, G.Sup66 Supplement, Jul. 2019. [Online]. Available: https://www.
Seminars/20171016/Documents/3.Rick.pdf itu.int/rec/T-REC-G.Sup66-201907-I/en
[9] “China Telecom 5G Technology White Paper,” June 2018. [Online] [34] B. Debaillie, C. Desset, and F. Louagie, “A flexible and future-proof power
Available: http://www.chinatelecom.com.cn/2018/ct5g/201806/ model for cellular base stations,” in Proc. IEEE 81st Veh. Technol. Conf.,
P020180626325685163826.pdf Glasgow, Scotland, 2015, pp. 1–7.
[10] “The transport network considerations for 5G in CMCC,” 2018. [On- [35] Nokia, “5G new radio network: Use cases, spectrum, technologies
line]. Available: https://www.opennetworking.org/wp-content/uploads/ and architecture,” 2019. [Online]. Available: https://www.scribd.com/
2018/12/The-transport-network-consi-deration-for-5G-in-CMCC.pdf document/402285516/Nokia-5G-New-Radio-white-paper-EN-PDF
[11] “Network Slicing Use Case Requirements Whitepaper,” GSMA, London, [36] 3GPP TS-36.213 (Physical layer procedures). (2015). [Online]. Available:
U.K., Apr. 2018. http://www.3gpp.org
[12] Y. Ji, J. Zhang, X. Wang and H. Yu, “Towards converged, collaborative and [37] “New-Transport-Network-Architectures-for-5G-RAN,” Fujitsu, Tokyo,
co-automatic (3C) optical networks,” Sci. China Inf. Sci., vol. 61, no. 12, Japan, 2018.
pp. 11301, 2018. [38] S. Khebbache, M. Hadji, and D. Zeghlache, “Virtualized network functions
[13] Y. Ji, J. Zhang, Y. Xiao and Z. Liu, “5G flexible optical transport networks chaining and routing algorithms,” Comput. Netw., vol. 114, pp. 95–110,
with large-capacity, low-latency and high-efficiency,” China Commun., 2017.
vol. 16, no. 5, pp. 19–32, May 2019. [39] “Deliverable 3.3: Analysis of transport network architectures for struc-
[14] S. S. Lisi, A. Alabbasi, M. Tornatore and C. Cavdar, “Cost-effective tural convergence,” Convergence of fixed and Mobile Broadband access/
migration towards C-RAN with optimal fronthaul design,” in Proc. IEEE aggregation networks—COMBO Project, Jul. 2015. [Online]. Available:
Int. Conf. Commun., Paris, 2017, pp. 1–7. https://www.ict-combo.eu
Authorized licensed use limited to: Auckland University of Technology. Downloaded on May 28,2020 at 04:30:29 UTC from IEEE Xplore. Restrictions apply.
YU et al.: ISOLATION-AWARE 5G RAN SLICE MAPPING OVER WDM METRO-AGGREGATION NETWORKS 1137
[40] F. Alam, “Dimensioning Challenges of xhaul,” IEEE P1914.1 TF Massimo Tornatore (Senior Member, IEEE) is an Associate Professor with
reference, Mar. 20, 2018. [Online]. Available: http://sagroups.ieee. the Department of Electronics, Information, and Bioengineering, Politecnico di
org/1914/wp-content/uploads/sites/92/2018/03/tf1_1803_Alam_xhaul- Milano, Milano, Italy. He also holds an appointment as an adjunct Associate
dimensioning-challenges_1.pdf. Professor with the Department of Computer Science, University of California,
[41] “Transport requirement for CU&DU functional splits options,” R3- Davis and the D. R. Cheriton School of Computer Science, University of Wa-
161813, 3GPP TSG RAN WG3 Meeting #93, Göteborg, Sweden, terloo. He is an Author of more than 300 peer-reviewed conference and journal
Aug. 22, 2016. [Online]. Available: https://portal.3gpp.org/ngppapp/ papers. His research interests include performance evaluation, optimization and
CreateTDoc.aspx?mode=view&contributionUid=R3-162005 design of communication networks (with an emphasis on the application of
[42] H. Son and S. Shin, “Fronthaul Size: Calculation of maximum dis- optical networking technologies), cloud computing, and automated network
tance between RRH and BBU,” NETMANIAS. 2014. [Online]. Avail- management using machine learning. He is a member of the editorial board
able: https://www.netmanias.com/en/post/blog/6276/c-ran-fronthaul-lte/ of Photonic Network Communications, Optical Switching and Networking,
fronthaul-size-calculation-of-maximum-distance-between-rrh-and-bbu IEEE COMMUNICATION LETTERS and IEEE COMMUNICATION SURVEYS & TU-
TORIALS. He is an active member of the Technical Program Committees of
various networking conferences such as IEEE INFOCOM, OFC, ICC, and
Hao Yu (Student Member, IEEE) received the B.S. degree in communication GLOBECOM. He has been a co-recipient of 17 Best Paper awards.
engineering from the Beijing University of Posts and Telecommunications
(BUPT), Beijing, China, in 2015. He is currently working toward the Ph.D.
degree in information and communication engineering with BUPT, under the
supervision of Prof. Yuefeng Ji. He was a Joint-Supervised Ph.D. Student with
the Politecnico di Milano, Milano, Italy. His research interests include 5G optical
transport networks, software defined optical network, intelligent optical network.
Jiawei Zhang received the Ph.D. degree from the State Key Laboratory of
Information Photonics and Optical Communications, Beijing University of
Posts and Telecommunications (BUPT), Beijing, China. He is currently an
Associate Professor with BUPT. He was a Joint-Supervised Ph.D. Student with
the University of California at Davis, Davis, CA, USA. His current research
interests include 5G RAN transport networks, network function virtualization,
software-defined radio, and optical access networks, with an emphasis on the var-
ious fronthaul-/midhaul-/backhaul-based optical communication technologies.
He served on the Technical Program Committees for the IEEE DRCN 2019 and
for the Workshop on Cloud Computing Systems, Networks, and Applications
at the IEEE GLOBECOM 2014, ICC 2015, and INFOCOM 2018 conferences.
He also severed as a Guest Editor of the Special Issue Resilience in future 5G
Photonic Networks of Photonic Network Communications Journal (Springer).
Authorized licensed use limited to: Auckland University of Technology. Downloaded on May 28,2020 at 04:30:29 UTC from IEEE Xplore. Restrictions apply.