CN108599994A - A kind of SDN slice building methods based on flow cluster - Google Patents
A kind of SDN slice building methods based on flow cluster Download PDFInfo
- Publication number
- CN108599994A CN108599994A CN201810253899.6A CN201810253899A CN108599994A CN 108599994 A CN108599994 A CN 108599994A CN 201810253899 A CN201810253899 A CN 201810253899A CN 108599994 A CN108599994 A CN 108599994A
- Authority
- CN
- China
- Prior art keywords
- slice
- network
- sdn
- qos
- flow
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0893—Assignment of logical groups to network elements
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W28/00—Network traffic management; Network resource management
- H04W28/16—Central resource management; Negotiation of resources or communication parameters, e.g. negotiating bandwidth or QoS [Quality of Service]
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Quality & Reliability (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
本发明目的是通过统计并聚类所有网络流的服务质量需求,分别构造适合每类流量传输的网络切片,以更好地利用网络资源、保障网络服务质量;在每个切片更新周期T内,其主要步骤包括:收集用户的SLA(服务等级合约)与全网物理链路资源容量C与可用资源R;统计各流量需求的QoS特性,得到OD流量特性;对OD流量特性聚类,得到典型的QoS需求类别与规模;将每类QoS需求的流量装配到物理链路中,得到适合承载相应QoS类流量的网络切片,由SDN控制器下发切片信息至转发设备的切片维护表;当SDN转发设备收到客户的数据流时,根据QoS请求寻找适合传送的切片进行转发,同时监测切片内资源利用率与SLA违约等切片性能情况。
The purpose of the present invention is to construct network slices suitable for each type of traffic transmission by counting and clustering the service quality requirements of all network flows, so as to better utilize network resources and ensure network service quality; in each slice update period T, Its main steps include: collecting the user's SLA (service level agreement) and the physical link resource capacity C and available resources R of the entire network; counting the QoS characteristics of each traffic demand to obtain the OD traffic characteristics; clustering the OD traffic characteristics to obtain typical The type and scale of QoS requirements; assemble the traffic of each type of QoS requirements into physical links to obtain network slices suitable for carrying corresponding QoS traffic, and the SDN controller sends the slice information to the slice maintenance table of the forwarding device; when SDN When the forwarding device receives the customer's data stream, it searches for a suitable slice for forwarding according to the QoS request, and monitors slice performance such as resource utilization and SLA violations within the slice.
Description
技术领域technical field
本发明涉及通信技术领域,尤其涉及一种基于流量聚类的SDN切片构造方法。The present invention relates to the technical field of communication, in particular to an SDN slice construction method based on traffic clustering.
背景技术Background technique
随着互联网业务类型的不断丰富,网络应用所需的服务可靠性类别与日增多。保证服务质量(QoS,Quality of Service)要求各异的网络流进行可靠合约传输,尤其是端到端的可靠合约传输,是学术界和产业界持续关心的热点之一。这需要分析每项业务流的特性,在网络中定义良好的QoS机制。然而,传统网络提供的是尽力而为的服务,不能保证流量的可靠传输。以IntServ和DiffServ等为代表的QoS模式往往只考虑了带宽,资源预留存在盲目性,早期预留了资源的网络流容易阻塞后续网络流的资源请求。加之传统网络天然的分布式特点决定了不能全局调配网络资源,难精准满足不同业务的QoS需求或客户服务等级合约(SLA,Service-Level Agreement)。此外,传统网络中设备商协议支持不统一、运营商或国家对待网络业务的政策与利益不一致,也阻碍了网络QoS保障的推广。With the continuous enrichment of Internet business types, the types of service reliability required by network applications are increasing day by day. Guaranteed quality of service (QoS, Quality of Service) requires reliable contract transmission for different network flows, especially end-to-end reliable contract transmission, which is one of the hotspots that continue to be concerned by academia and industry. This requires analyzing the characteristics of each business flow and defining a good QoS mechanism in the network. However, traditional networks provide best-effort services and cannot guarantee reliable transmission of traffic. QoS models represented by IntServ and DiffServ often only consider bandwidth, and resource reservation is blind. Network flows that reserve resources in the early stage are likely to block resource requests for subsequent network flows. In addition, the natural distributed characteristics of traditional networks determine that network resources cannot be allocated globally, and it is difficult to accurately meet the QoS requirements of different services or customer service level contracts (SLA, Service-Level Agreement). In addition, in the traditional network, equipment vendors' agreement support is not uniform, and the policies and interests of operators or countries on network services are inconsistent, which also hinders the promotion of network QoS guarantee.
软件定义网络(SDN)这种新兴的网络架构,为QoS保障提供了新思路和有利基础设施条件。它解耦了控制平面和转发平面,可集中编程管控全网拓扑与转发资源,用于动态优化流量和管理资源。此外,在下一代移动网络联盟(NGMN)提出的5G规划中,引入了网络切片(Network Slicing)概念,将网络按物理可承载资源特性划分为不同子网,各子网有独立的逻辑拓扑视图,由此不同的业务使用不同切片进行传输,保证端到端的传输性能。然而,目前有关网络切片的论文与论坛资料尚停留在切片的概念定义讨论与底层的技术实现细节,缺乏整体的切片构造方案与科学分析,因此,解决这一类的问题显得尤为重要。The emerging network architecture of software-defined network (SDN) provides new ideas and favorable infrastructure conditions for QoS guarantee. It decouples the control plane and the forwarding plane, and can centrally program and control the topology and forwarding resources of the entire network to dynamically optimize traffic and manage resources. In addition, in the 5G planning proposed by the Next Generation Mobile Network Alliance (NGMN), the concept of network slicing (Network Slicing) is introduced, which divides the network into different subnets according to the characteristics of physical bearable resources, and each subnet has an independent logical topology view , so that different services are transmitted using different slices to ensure end-to-end transmission performance. However, the current papers and forum materials on network slicing are still limited to the concept definition discussion of slicing and the underlying technical implementation details, lacking an overall slicing construction plan and scientific analysis. Therefore, it is particularly important to solve this type of problem.
发明内容Contents of the invention
针对现有技术的不足,本发明提供了一种基于流量聚类的SDN切片构造方法,实时统计用户对不同服务质量类型的网络流需求,动态调整网络切片的设置,达到资源利用最优化,实现对网络切片的完善管理。Aiming at the deficiencies of the prior art, the present invention provides a method for constructing SDN slices based on traffic clustering, which collects real-time statistics of network flow requirements of users for different types of service quality, dynamically adjusts the settings of network slices, and achieves resource utilization optimization. Sophisticated management of network slicing.
为了解决上述问题,本发明提供了一种基于流量聚类的SDN切片构造方法,其特征在于,在每个切片更新周期T内,包括以下步骤:步骤一:登记每个接入网络终端用户的网络服务质量等级合约(SLA),该合约包含了接入带宽、最高时延、丢包率、抖动率等网络数据传输特征;In order to solve the above problems, the present invention provides a method for constructing SDN slices based on traffic clustering, which is characterized in that, within each slice update period T, the following steps are included: Step 1: Register the information of each access network terminal user Network service quality level agreement (SLA), which includes network data transmission characteristics such as access bandwidth, maximum delay, packet loss rate, and jitter rate;
步骤二:统计SDN控制域中全网物理链路资源信息,得到物理资源容量矩阵C与物理剩余可用资源矩阵R;Step 2: Statistics of the physical link resource information of the entire network in the SDN control domain to obtain the physical resource capacity matrix C and the physical remaining available resource matrix R;
步骤三:对SDN控制域中全网实时流量需求进行采集,得到全网OD流量需求的QoS特性,汇总为OD流量集合Set;Step 3: Collect the real-time traffic demand of the whole network in the SDN control domain, obtain the QoS characteristics of the OD traffic demand of the whole network, and summarize it into an OD traffic set Set;
步骤四:计算OD流量中的热点流量,将集合Set中的流量进行聚类,得到当前网络下的典型QoS需求类别与规模;Step 4: Calculate the hotspot traffic in the OD traffic, cluster the traffic in the set Set, and obtain the typical QoS requirement category and scale under the current network;
步骤五:利用自行设计的资源装配算法,对聚类得到的每类QoS需求,在物理链路中划分出最适合承载它们的网络切片,并由SDN控制器下发流表至转发设备的切片维护表,且承载每类QoS需求的切片可并行独立计算,不需等待都计算好再下发;Step 5: Using the self-designed resource assembly algorithm, for each type of QoS requirements obtained by clustering, divide the network slice that is most suitable for carrying them in the physical link, and the SDN controller sends the flow table to the slice of the forwarding device Maintain the table, and the slices carrying each type of QoS requirements can be calculated in parallel and independently, without waiting for all calculations to be issued;
步骤六:SDN转发设备收到客户的数据流后,根据其QoS请求特性寻找适合传送的网络切片进行转发,同时监测切片内资源利用率与SLA违约情况,可根据切片资源利用率、SLA违约率,决定是否重复步骤一到步骤六调整切片划分。Step 6: After the SDN forwarding device receives the customer's data flow, it searches for a network slice suitable for transmission according to its QoS request characteristics and forwards it. At the same time, it monitors the resource utilization rate and SLA violation in the slice. , to decide whether to repeat steps 1 to 6 to adjust the slice division.
进一步改进在于:在步骤一中SDN控制域内的网络,所有转发设备节点与用户接入节点组成的网络记作图G=(V,E),其中节点数目是|V|=N,链路数目是|E|=M。A further improvement is: in step 1, in the network within the SDN control domain, the network composed of all forwarding device nodes and user access nodes is represented as a graph G=(V, E), wherein the number of nodes is |V|=N, and the number of links is |E|=M.
进一步改进在于:步骤二中每条链路上可承载的QoS性能,以及每条链路的资源使用情况,由SDN网络的转发设备汇报至SDN控制器,全网物理可用资源记作性能矩阵C(h):Further improvement lies in: in step 2, the QoS performance that can be carried on each link and the resource usage of each link are reported to the SDN controller by the forwarding device of the SDN network, and the physical available resources of the entire network are recorded as the performance matrix C (h):
其中,C(h)为第h维(1≤h≤l)物理链路可承载的QoS性能边界约束,具体而言可以是带宽(上界)、时延(下界)、帧长、丢包率等QoS指标,且至少需带宽特征,一般还有时延特征。cuv(h)亦可写作c(h)<u,v>,是链路e<u,v>上的第h维QoS特性;同时将全网物理剩余可用资源记作R(h),各元素意义与C(h)相同,初始时R(h)=C(h)。Among them, C(h) is the QoS performance boundary constraint that the h-th dimension (1≤h≤l) physical link can carry, specifically, it can be bandwidth (upper bound), delay (lower bound), frame length, packet loss Rate and other QoS indicators, and at least bandwidth characteristics are required, and generally there are delay characteristics. c uv (h) can also be written as c(h)<u,v>, which is the h-th dimension QoS characteristic on the link e<u,v>; at the same time, the physical remaining available resources of the entire network are recorded as R(h), Each element has the same meaning as C(h), and R(h)=C(h) initially.
进一步改进在于:步骤三中采集全网OD流量需求集合Set的步骤为,先由接入网络的用户端向临近SDN转发设备发送QoS保障请求报文,并由转发设备通过安全的SDN控制器与转发设备间的南向链路提交SDN控制器,登记将要发起的数据流的QoS性能指标;SDN控制器检查客户端身份是否合法,以及QoS请求是否超过SLA合约。网络节点u到节点v的一条OD网络流被记作The further improvement is: the step of collecting the OD traffic demand set Set of the whole network in step 3 is: firstly, the user terminal connected to the network sends a QoS guarantee request message to the adjacent SDN forwarding device, and the forwarding device communicates with the secure SDN controller The southbound link between the forwarding devices is submitted to the SDN controller to register the QoS performance index of the data flow to be initiated; the SDN controller checks whether the identity of the client is legal and whether the QoS request exceeds the SLA contract. An OD network flow from network node u to node v is denoted as
q<u,v>=[q1,q2,…ql],u,v∈V (2)q<u,v>=[q 1 ,q 2 ,…q l ],u,v∈V (2)
其中,节点u与v分别代表此流量的源节点与汇节点,qh为本流量的第h个QoS指标。Among them, nodes u and v respectively represent the source node and sink node of this traffic, and q h is the hth QoS index of this traffic.
在当前切片管理周期T内,网络控制器检测到的第m个网络流可记作qm<u,v>,1≤m≤FS,并加入集合Set,其中FS为当前切片管理周期内统计到的网络流数目:In the current slice management period T, the m-th network flow detected by the network controller can be recorded as q m <u,v>, 1≤m≤FS, and added to the set Set, where FS is the statistics in the current slice management period Number of incoming network streams:
Set={qm(u,v)|1≤m≤FS,u,v∈V} (3)Set={q m (u,v)|1≤m≤FS,u,v∈V} (3)
进一步改进在于:步骤四中可以选取不限定的、主流的聚类方法对OD流量集合Set进行聚类,并确定聚类数Kopt。可选地,本发明可取k-means对集合Set内向量进行聚类,同时采用间隔统计量(GapStatistic)方法自动确定Kopt。聚类结果中,第k(1≤k≤Kopt)类流量子集记作Set(k),集合元素个数为FSk,它的聚类质心反映了此类流量的典型QoS需求与属性上下界此外各类别流量,依照其出现频次降序排列。频次也能反映流量的规模,计算方式为:A further improvement lies in: in step 4, an unlimited and mainstream clustering method can be selected to cluster the OD traffic set Set, and the cluster number K opt is determined. Optionally, the present invention may use k-means to cluster the vectors in the Set, and at the same time use the GapStatistic method to automatically determine K opt . In the clustering results, the kth (1≤k≤K opt ) traffic subset is denoted as Set (k) , the number of set elements is FS k , and its cluster centroid reflects the typical QoS requirements of this type of traffic and attribute upper and lower bounds In addition, each type of traffic is sorted in descending order according to its frequency of occurrence. The frequency can also reflect the scale of traffic, and the calculation method is:
于是,OD流量需求的中的第k类流量成分的性能为:Therefore, the performance of the kth traffic component in the OD traffic demand is:
依每个QoS维度h记作矩阵OD(k)(h):Write down matrix OD (k) (h) according to each QoS dimension h:
其中eh为仅第h元素为1,其余元素为0的列向量。in e h is a column vector in which only the hth element is 1 and the rest are 0.
进一步改进在于:步骤五中利用自行设计的资源装配算法,对聚类得到的每类QoS需求,找到最适合承载它的网络切片,具体方法为:The further improvement is: in step 5, use the self-designed resource assembly algorithm to find the most suitable network slice for carrying each type of QoS requirements obtained by clustering. The specific method is as follows:
(1)依照公式(4)的降序排序依次处理每一类流量。对于聚类后的第k类流量OD(k),需要找到合适的资源分配方案,将流量映射至图G的物理链路上,得到适合承载第k类流量切片的预分配方案,待步骤(2)再调整。在本发明中,资源分配的目标是确保切片QoS性能达到切片内流量承载需求的同时,尽量满足切片部署成本最低的目标,即如下最优化数学模型:(1) Process each type of traffic sequentially according to the descending order of formula (4). For the clustered k-th traffic OD (k) , it is necessary to find a suitable resource allocation scheme, map the traffic to the physical link in graph G, and obtain a pre-allocation scheme suitable for carrying the k-th traffic slice. 2) Readjust. In the present invention, the goal of resource allocation is to ensure that the QoS performance of the slice meets the traffic carrying requirements within the slice, and at the same time meet the goal of the lowest slice deployment cost, that is, the following optimization mathematical model:
(a)目标函数:(a) Objective function:
其中f(u,v)为链路e<u,v>上单位带宽的费用;为连续型决策变量:第i条流量在链路e<u,v>上的带宽使用量。Where f(u,v) is the cost per unit bandwidth on the link e<u,v>; It is a continuous decision variable: the bandwidth usage of the i-th flow on the link e<u,v>.
(b)约束条件:(b) Constraints:
从切片中任意目标流量依赖的每条链路来看,约束有:From the perspective of each link that any destination traffic depends on in the slice, the constraints are:
从网络切片运作时,为保障端到端的性能来看,约束还有:From the perspective of network slicing operation, in order to ensure end-to-end performance, there are also constraints:
其中属于Set(k),为OD流中第k类流量里的第i条流量,源于节点u,终于节点v;bw,d,ω和data分别为代表QoS性能之带宽、时延、丢失率和数据流字节长度的下标;α(k)为对第k类流量的资源分配调节因子,可以由网络管理员结合各类流量所属切片负荷设定,进行资源分配的人工干预,默认为1,0<α(k)≤1;V(k)是V的子集,包含第k类OD流涉及的节点;为第k类流量涉及的源、汇节点间两两建立通信连接的连接数;D(k)<u,v>为第k流量的平均帧长经过链路e<u,v>传送时带来的时延;PD(k)、PBW(k)和Pω(k)分别代表网络切片QoS性能中的时延、带宽与丢失率满足用户性能需求的概率下界,理想情况为1,由网络切片管理者设定,将存入切片维护表。让模型新增更多类型的QoS约束时,可以类比公式(10)~(12),对于其它QoS指标写出合约概率约束。in Belonging to Set (k) , it is the i-th flow in the k-th type of flow in the OD flow, originating from node u and ending at node v; bw, d, ω and data represent the bandwidth, delay and loss rate of QoS performance respectively and the subscript of the byte length of the data stream; α (k) is the resource allocation adjustment factor for the kth type of traffic, which can be set by the network administrator in combination with the load of the slice to which the various types of traffic belong, to perform manual intervention in resource allocation. The default is 1, 0<α (k) ≤ 1; V (k) is a subset of V, including the nodes involved in the k-th type of OD flow; D (k) <u, v> is the average frame length of the kth traffic when it is transmitted through the link e<u, v>. P D (k), P BW (k) and P ω (k) respectively represent the lower bound of the probability that the delay, bandwidth and loss rate in the network slice QoS performance meet the user performance requirements, ideally 1, It is set by the network slice manager and will be stored in the slice maintenance table. When adding more types of QoS constraints to the model, formulas (10)~(12) can be compared to write contract probability constraints for other QoS indicators.
(2)根据上述步骤(1)求解的最优化模型,得到了适合承载第k类流量切片的初步方案:由可得知各链路有无承载第k类流量,由此可得知这些链路构成的拓扑图 (2) According to the optimization model solved in the above step (1), a preliminary scheme suitable for carrying the kth traffic slice is obtained: by It can be known whether each link carries the kth type of traffic, and thus the topology diagram of these links can be known
然而需要检查图的连通性,即利用拉普拉斯矩阵特征值,计算连通分量个数:However need to check the graph The connectivity of , that is, using the eigenvalues of the Laplacian matrix to calculate the number of connected components:
图的拉普拉斯矩阵L为:picture The Laplacian matrix L is:
矩阵的特征值是L是半正定的,λi≥0,λ0=0,拉普拉斯矩阵的特征值中0的数目是图的连通分量的个数The eigenvalues of the matrix are L is positive semi-definite, λ i ≥ 0, λ 0 = 0, the number of 0 in the eigenvalue of the Laplacian matrix is the number of connected components of the graph
如果A(k)=1,那么图即为适合承载第k类流量的切片拓扑;否则,的每个连通分量形成一个切片,共有切片 If A(k)=1, then the graph is the slice topology suitable for carrying traffic of the kth class; otherwise, Each connected component of forms a slice, and there are slices
其中,对于切片边e<u,v>上的权值为代表切片在这条链路上分配的带宽。Among them, for the slice The weight on the edge e<u,v> is Represents the bandwidth allocated by the slice on this link.
(3)SDN控制器将上述切片1≤k≤Kopt。信息下发至SDN转发设备。具体而言,转发设备节点v的切片维护表TS(v)为一个集合:(3) The SDN controller slices the above 1≤k≤K opt . The information is delivered to the SDN forwarding device. Specifically, the slice maintenance table TS(v) of forwarding device node v is a set:
进一步改进在于:步骤六中在每个用户发起的流量请求后,转发层设备先判定流量的聚类类别,在相应网络切片中进行路由,同时监测切片内资源利用率与SLA违约情况,可灵活调整下一切片构造周期的切片构造。The further improvement lies in: in step 6, after the traffic request initiated by each user, the forwarding layer device first determines the clustering type of the traffic, performs routing in the corresponding network slice, and monitors the resource utilization rate and SLA violation in the slice at the same time, which can be flexible Adjust the slice construction for the next slice construction cycle.
本发明的有益效果是:The beneficial effects of the present invention are:
1、考虑了所有用户的QoS性能需求与链路的QoS承载能力,并且在构造切片时,先通过聚类得到了全网QoS需求的主要类别与需求量,算法中再分别对每一类QoS需求的流量规划合适的切片,而不是一次性考虑所有QoS需求,这样对于期望的每一个切片,其承载的流量性能相近,切片规划算法的时间复杂度更低,实现可能性更高;1. The QoS performance requirements of all users and the QoS carrying capacity of links are considered, and when constructing slices, the main categories and requirements of QoS requirements of the entire network are first obtained through clustering, and then each type of QoS is separately analyzed in the algorithm Plan appropriate slices for required traffic instead of considering all QoS requirements at one time, so that for each expected slice, the traffic performance it carries is similar, the time complexity of the slice planning algorithm is lower, and the realization possibility is higher;
2、根据算法构造出的网络切片,能有效保障切片内端到端的QoS特性;2. The network slice constructed according to the algorithm can effectively guarantee the end-to-end QoS characteristics in the slice;
3、切片的规模能直接与各类流量规模相关,通过监测各切片性能即可知网络的各类需求量,求解速度更快;3. The scale of the slice can be directly related to the scale of various types of traffic. By monitoring the performance of each slice, the various demands of the network can be known, and the solution speed is faster;
4、承载每一类QoS需求类型的切片是可以并行计算的,每个切片规划好就能由SDN控制器下发流表至转发设备,不需要等待所有切片都计算好再下发,使得切片构造等待时间缩短,技术的实用性更好。4. Slices carrying each type of QoS requirements can be calculated in parallel. After each slice is planned, the SDN controller can deliver the flow table to the forwarding device. There is no need to wait for all slices to be calculated. The construction wait time is shortened and the practicality of the technology is better.
附图说明Description of drawings
图1为本发明实施例适用的SDN网络架构示意图;FIG. 1 is a schematic diagram of an SDN network architecture applicable to an embodiment of the present invention;
图2为本发明网络切片构造方法实施例的网络控制器的操作流程图;FIG. 2 is an operation flowchart of a network controller in an embodiment of a method for constructing a network slice according to the present invention;
图3为本发明网络切片构造方法实施例的网络转发设备的操作流程图;FIG. 3 is an operation flowchart of a network forwarding device in an embodiment of a network slicing construction method according to the present invention;
图4为本发明步骤五中,对每一类流量寻找适合承载的切片时的算法流程图;Fig. 4 is a flow chart of an algorithm for finding a suitable slice for each type of traffic in Step 5 of the present invention;
图5为本发明实施例涉及的用户接口、SDN控制器与SDN转发设备中具有的功能模块示意图;FIG. 5 is a schematic diagram of functional modules included in a user interface, an SDN controller, and an SDN forwarding device according to an embodiment of the present invention;
图6为本发明实施例适用的一个通信交互实例。Fig. 6 is an example of communication interaction applicable to the embodiment of the present invention.
具体实施方式Detailed ways
为了加深对本发明的理解,下面将结合实施例对本发明做进一步详述,本实施例仅用于解释本发明,并不构成对本发明保护范围的限定。In order to deepen the understanding of the present invention, the present invention will be further described below in conjunction with the examples, which are only used to explain the present invention, and do not constitute a limitation to the protection scope of the present invention.
如图1所示,该网络中包括一个SDN控制器和若干个SDN转发设备,其中控制器拥有集中视角,能统一采集、控制SDN转发设备的网络与设备状态信息,转发设备负责接收控制器下发的流表执行数据的路由转发。其中不同的网络终端用户与SDN转发设备连接,各转发设备能通过SDN的安全的南向链路与SDN控制器保持通信,各转发设备之间存在网络链路连接,传递数据流。As shown in Figure 1, the network includes an SDN controller and several SDN forwarding devices. The controller has a centralized perspective and can uniformly collect and control the network and device status information of the SDN forwarding device. The forwarding device is responsible for receiving The sent flow table performs data routing and forwarding. Different network end users are connected to SDN forwarding devices, and each forwarding device can maintain communication with the SDN controller through the secure southbound link of SDN, and there is a network link connection between each forwarding device to transmit data flow.
附图5为本发明实施例要求用户侧接口、SDN控制器与SDN转发设备分别应具有的功能模块。用户侧接口应具有注册SLA、注册QoS需求等功能;SDN控制器应具有拓扑资源管理、路由计算模块、流量特征分析、切片性能监测、切片资源管理、用户QoS注册等功能;SDN转发设备应具有流量特征分析、切片维护表等功能。Figure 5 shows the functional modules that the user-side interface, the SDN controller, and the SDN forwarding device should respectively have according to the embodiment of the present invention. The user-side interface should have functions such as registering SLA and registering QoS requirements; the SDN controller should have functions such as topology resource management, routing calculation module, traffic characteristic analysis, slice performance monitoring, slice resource management, and user QoS registration; the SDN forwarding device should have functions such as Traffic characteristic analysis, slice maintenance table and other functions.
本发明所述的SDN切片构造方法工作时,依照下述步骤执行:When the SDN slice construction method described in the present invention works, it is carried out according to the following steps:
步骤一:登记每个接入网络终端用户的网络服务等级合约(SLA)。这由网络用户向临近的SDN转发设备发送SLA注册请求实现,转发设备将SLA注册请求通过安全的南向链路发送给SDN控制器,控制器的QoS注册功能模块检查用户身份与请求合法性,登记该SLA。合约包含了接入带宽、最高时延、丢包率、抖动率等网络数据传输特征,只在需要更新时注册一次;Step 1: Register the network service level agreement (SLA) of each end user accessing the network. This is realized by the network user sending an SLA registration request to the adjacent SDN forwarding device. The forwarding device sends the SLA registration request to the SDN controller through a secure southbound link. The QoS registration function module of the controller checks the user identity and the legality of the request. Register this SLA. The contract includes network data transmission characteristics such as access bandwidth, maximum delay, packet loss rate, and jitter rate, and is only registered once when an update is required;
步骤二:统计SDN控制域中全网物理链路资源信息,得到物理资源容量矩阵C与物理剩余可用资源矩阵R。每条链路上可承载的QoS性能边界与剩余QoS性能,由SDN网络的转发设备汇报至SDN控制器;Step 2: Statize the resource information of physical links in the entire network in the SDN control domain, and obtain the physical resource capacity matrix C and the physical remaining available resource matrix R. The QoS performance boundary and remaining QoS performance that can be carried on each link are reported to the SDN controller by the forwarding device of the SDN network;
步骤三:对SDN控制域中全网实时流量需求进行采集,得到全网OD流量需求的QoS特性,汇总为OD流量集合Set。先由接入网络的用户端向临近SDN转发设备发送QoS保障请求报文,并由转发设备通过安全的南向链路提交SDN控制器,登记将要发起的数据流的QoS性能指标;SDN控制器检查客户端身份是否合法,以及QoS请求是否超过SLA合约;Step 3: Collect the real-time traffic demand of the whole network in the SDN control domain, obtain the QoS characteristics of the OD traffic demand of the whole network, and summarize it into an OD traffic set Set. Firstly, the user terminal connected to the network sends a QoS guarantee request message to the adjacent SDN forwarding device, and the forwarding device submits the SDN controller through the secure southbound link, and registers the QoS performance index of the data flow to be initiated; the SDN controller Check whether the client identity is legal and whether the QoS request exceeds the SLA contract;
步骤四:计算OD流量中的热点流量,将集合Set中的流量进行聚类,得到当前网络下的典型QoS需求类别与规模;Step 4: Calculate the hotspot traffic in the OD traffic, cluster the traffic in the set Set, and obtain the typical QoS requirement category and scale under the current network;
步骤五,利用自行设计的资源装配算法,对聚类得到的每类QoS需求,在物理链路中划分出最适合承载它们的网络切片,并由SDN控制器下发流表至转发设备的切片维护表。且承载每类QoS需求的切片可并行独立计算,不需等待都计算好再下发;Step 5: Using the self-designed resource assembly algorithm, for each type of QoS requirements obtained by clustering, divide the network slice that is most suitable for carrying them in the physical link, and the SDN controller sends the flow table to the slice of the forwarding device maintenance table. Moreover, the slices carrying each type of QoS requirements can be calculated independently in parallel, without waiting for all calculations to be completed before delivery;
步骤六,SDN转发设备收到客户的数据流后,根据其QoS请求特性寻找适合传送的网络切片进行转发,同时监测切片内资源利用率与SLA违约情况。可根据切片资源利用率、SLA违约率,决定是否重复S1-S6调整切片划分。Step 6: After receiving the customer's data flow, the SDN forwarding device searches for a suitable network slice for forwarding according to its QoS request characteristics, and monitors resource utilization and SLA violations in the slice at the same time. It can be decided whether to repeat S1-S6 to adjust slice division according to slice resource utilization rate and SLA breach rate.
其中所述步骤一中SDN控制域内的网络,所有转发设备节点与用户接入节点组成的网络记作图G=(V,E),其中节点数目是|V|=N,链路数目是|E|=M。Wherein the network in the SDN control domain in the step 1, the network composed of all forwarding device nodes and user access nodes is denoted as graph G=(V, E), wherein the number of nodes is |V|=N, and the number of links is | E|=M.
其中所述步骤二中每条链路上可承载的QoS性能,以及每条链路的资源使用情况,由SDN网络的转发设备汇报至SDN控制器,全网物理可用资源记作性能矩阵C(h):The QoS performance that can be carried on each link in the step 2 and the resource usage of each link are reported to the SDN controller by the forwarding device of the SDN network, and the physical available resources of the whole network are recorded as the performance matrix C( h):
其中,C(h)为第h维(1≤h≤l)物理链路可承载的QoS性能边界约束,具体而言可以是带宽(上界)、时延(下界)、帧长、丢包率等QoS指标,且至少需带宽特征,一般还有时延特征。cuv(h)是链路e<u,v>上的第h维QoS特性;Among them, C (h) is the QoS performance boundary constraint that the h-th dimension (1≤h≤l) physical link can carry, specifically, it can be bandwidth (upper bound), delay (lower bound), frame length, packet loss Rate and other QoS indicators, and at least bandwidth characteristics are required, and generally there are delay characteristics. c uv (h) is the h-th dimension QoS characteristic on the link e<u,v>;
同时将全网物理剩余可用资源记作R(h),各元素意义与C(h)相同,初始时R(h)=C(h)。At the same time, the physical remaining available resources of the entire network are recorded as R(h), and the meanings of each element are the same as C(h), and R(h)=C(h) initially.
其中所述步骤三采集全网OD流量需求集合Set的步骤为,先由接入网络的用户端向临近SDN转发设备发送QoS保障请求报文,并由转发设备通过安全的SDN控制器与转发设备间的南向链路提交SDN控制器,登记将要发起的数据流的QoS性能指标;SDN控制器检查客户端身份是否合法,以及QoS请求是否超过SLA合约。网络节点u到节点v的一条OD网络流被记作The step of collecting the OD traffic demand set Set of the whole network in the step 3 is as follows: firstly, the user terminal connected to the network sends a QoS guarantee request message to the adjacent SDN forwarding device, and the forwarding device passes through the secure SDN controller and the forwarding device The southbound link between them is submitted to the SDN controller to register the QoS performance index of the data flow to be initiated; the SDN controller checks whether the client identity is legal and whether the QoS request exceeds the SLA contract. An OD network flow from network node u to node v is denoted as
q<u,v>=[q1,q2,…ql],u,v∈V (2)q<u,v>=[q 1 ,q 2 ,…q l ],u,v∈V (2)
其中,节点u与v分别代表此流量的源节点与汇节点,qh为本流量的第h个QoS指标。Among them, nodes u and v respectively represent the source node and sink node of this traffic, and q h is the hth QoS index of this traffic.
在当前切片管理周期T内,网络控制器检测到的第m个网络流可记作qm<u,v>,1≤m≤FS,并加入集合Set,其中FS为当前切片管理周期内统计到的网络流数目:In the current slice management period T, the m-th network flow detected by the network controller can be recorded as q m <u,v>, 1≤m≤FS, and added to the set Set, where FS is the statistics in the current slice management period Number of incoming network streams:
Set={qm(u,v)|1≤m≤FS,u,v∈V} (3)Set={q m (u,v)|1≤m≤FS,u,v∈V} (3)
其中所述步骤四可以选取不限定的、主流的聚类方法对OD流量进行聚类,这里选取k-means对集合Set内向量进行聚类,同时采用gap统计量自动确定聚类数Kopt。聚类结果中,第k(1≤k≤Kopt)类流量子集记作Set(k),集合元素个数为FSk,它的聚类质心反映了此类流量的典型QoS需求与属性上下界此外各类别流量,依照其出现频次降序排列。频次也能反映流量的规模,计算方式为In step four, an unrestricted, mainstream clustering method can be selected to cluster the OD traffic. Here, k-means is selected to cluster the vectors in the set, and the number of clusters K opt is automatically determined by using gap statistics. In the clustering results, the kth (1≤k≤K opt ) traffic subset is denoted as Set (k) , the number of set elements is FS k , and its cluster centroid reflects the typical QoS requirements of this type of traffic and attribute upper and lower bounds In addition, each type of traffic is sorted in descending order according to its frequency of occurrence. The frequency can also reflect the scale of traffic, and the calculation method is
于是,OD流量需求的中的第k类流量成分的性能为Then, the performance of the kth traffic component in the OD traffic demand is
依每个QoS维度h记作矩阵OD(k)(h):Write down matrix OD (k) (h) according to each QoS dimension h:
其中eh为仅第h元素为1,其余元素为0的列向量。in e h is a column vector in which only the hth element is 1 and the rest are 0.
其中所述步骤五利用自行设计的资源装配算法,对聚类得到的每类QoS需求,找到最适合承载它的网络切片,具体方法为:The fifth step uses the self-designed resource assembly algorithm to find the most suitable network slice for each type of QoS requirement obtained by clustering. The specific method is as follows:
(1)依照公式(4)的降序排序依次处理每一类流量。对于聚类后的第k类流量OD(k),需要找到合适的资源分配方案,将流量映射至图G的物理链路上,得到适合承载第k类流量切片的预分配方案,待步骤(2)再调整。在本发明中,资源分配的目标是确保切片QoS性能达到切片内流量承载需求的同时,尽量满足切片部署成本最低的目标,即如下最优化数学模型:(1) Process each type of traffic sequentially according to the descending order of formula (4). For the clustered k-th traffic OD (k) , it is necessary to find a suitable resource allocation scheme, map the traffic to the physical link in graph G, and obtain a pre-allocation scheme suitable for carrying the k-th traffic slice. 2) Readjust. In the present invention, the goal of resource allocation is to ensure that the QoS performance of the slice meets the traffic carrying requirements within the slice, and at the same time meet the goal of the lowest slice deployment cost, that is, the following optimization mathematical model:
(a)目标函数:(a) Objective function:
其中f(u,v)为链路e<u,v>上单位带宽的费用,为连续型决策变量:第i条流量在链路e<u,v>上的带宽使用量。Where f(u,v) is the cost per unit bandwidth on the link e<u,v>, It is a continuous decision variable: the bandwidth usage of the i-th flow on the link e<u,v>.
(b)约束条件:(b) Constraints:
从切片中任意目标流量依赖的每条链路来看,约束有:From the perspective of each link that any destination traffic depends on in the slice, the constraints are:
从网络切片运作时,为保障端到端的性能来看,约束还有:From the perspective of network slicing operation, in order to ensure end-to-end performance, there are also constraints:
其中属于Set(k),为OD流中第k类流量里的第i条流量,源于节点u,终于节点v;bw,d,ω和data分别为代表QoS性能之带宽、时延、丢失率和数据流字节长度的下标;α(k)为对第k类流量的资源分配调节因子,可以由网络管理员结合各类流量所属切片负荷设定,进行资源分配的人工干预,默认为1,0<α(k)≤1;V(k)是V的子集,包含第k类OD流涉及的节点;为第k类流量涉及的源、汇节点间两两建立通信连接的连接数;D(k)<u,v>为第k流量的平均帧长经过链路e<u,v>传送时带来的时延;PD(k)、PBW(k)和Pω(k)分别代表网络切片QoS性能中的时延、带宽与丢失率满足用户性能需求的概率下界,理想情况为1,由网络切片管理者设定,将存入切片维护表。让模型新增更多类型的QoS约束时,可以类比公式(10)~(12),对于其它QoS指标写出合约概率约束。in Belonging to Set (k) , it is the i-th flow in the k-th type of flow in the OD flow, originating from node u and ending at node v; bw, d, ω and data represent the bandwidth, delay and loss rate of QoS performance respectively and the subscript of the byte length of the data stream; α (k) is the resource allocation adjustment factor for the kth type of traffic, which can be set by the network administrator in combination with the load of the slice to which the various types of traffic belong, to perform manual intervention in resource allocation. The default is 1, 0<α (k) ≤ 1; V (k) is a subset of V, including the nodes involved in the k-th type of OD flow; D (k) <u, v> is the average frame length of the kth traffic when it is transmitted through the link e<u, v>. P D (k), P BW (k) and P ω (k) respectively represent the lower bound of the probability that the delay, bandwidth and loss rate in the network slice QoS performance meet the user performance requirements, ideally 1, It is set by the network slice manager and will be stored in the slice maintenance table. When adding more types of QoS constraints to the model, formulas (10)~(12) can be compared to write contract probability constraints for other QoS indicators.
(2)根据上述步骤(1)求解的最优化模型,得到了适合承载第k类流量切片的初步方案:由可得知各链路有无承载第k类流量,由此可得知这些链路构成的拓扑图 (2) According to the optimization model solved in the above step (1), a preliminary scheme suitable for carrying the kth traffic slice is obtained: by It can be known whether each link carries the kth type of traffic, and thus the topology diagram of these links can be known
然而需要检查图的连通性,即利用拉普拉斯矩阵特征值,计算连通分量个数:However need to check the graph The connectivity of , that is, using the eigenvalues of the Laplacian matrix to calculate the number of connected components:
图的拉普拉斯矩阵L为:picture The Laplacian matrix L is:
矩阵的特征值是L是半正定的,λi≥0,λ0=0,拉普拉斯矩阵的特征值中0的数目是图的连通分量的个数The eigenvalues of the matrix are L is positive semi-definite, λ i ≥ 0, λ 0 = 0, the number of 0 in the eigenvalue of the Laplacian matrix is the number of connected components of the graph
如果A(k)=1,那么图即为适合承载第k类流量的切片拓扑;否则,的每个连通分量形成一个切片,共有切片 If A(k)=1, then the graph is the slice topology suitable for carrying traffic of the kth class; otherwise, Each connected component of forms a slice, and there are slices
其中,对于切片边e<u,v>上的权值为代表切片在这条链路上分配的带宽。Among them, for the slice The weight on the edge e<u,v> is Represents the bandwidth allocated by the slice on this link.
(3)SDN控制器将上述切片1≤k≤Kopt。信息下发至SDN转发设备。具体而言,转发设备节点v的切片维护表TS(v)为一个集合:(3) The SDN controller slices the above 1≤k≤K opt . The information is delivered to the SDN forwarding device. Specifically, the slice maintenance table TS(v) of forwarding device node v is a set:
上述方法步骤(1)~(3)整理为流程图,如附图2所示。The steps (1) to (3) of the above method are organized into a flow chart, as shown in Figure 2.
其中所述步骤六在每个用户发起的流量请求后,转发层设备先判定流量的聚类类别,判断切片归属,在网络流数据包中相应字段标识切片,并在相应网络切片中进行路由,同时监测切片内资源利用率与SLA违约情况。In step six, after each user initiates a traffic request, the forwarding layer device first determines the clustering category of the traffic, determines the slice attribution, identifies the slice in the corresponding field in the network flow data packet, and performs routing in the corresponding network slice, Simultaneously monitor resource utilization and SLA violations within slices.
其中所述步骤六在每个用户发起的流量请求后,转发层设备先判定流量的聚类类别,在相应网络切片中进行路由,同时监测切片内资源利用率与SLA违约情况,可灵活调整下一切片构造周期的切片构造。In Step 6, after each user initiates a traffic request, the forwarding layer device first determines the clustering category of the traffic, routes it in the corresponding network slice, and monitors the resource utilization rate and SLA violation in the slice, which can be flexibly adjusted A slice construction of a slice construction cycle.
其中,对于特定的第g个切片,所述资源利用率η(g)为切片内各链路已用带宽与总带宽之比例;Wherein, for a specific g-th slice, the resource utilization rate η(g) is the ratio of the used bandwidth of each link in the slice to the total bandwidth;
SLA违约率φ(g)为切片内抽样的网络流性能没有达到其请求QoS性能的数目占比;The SLA default rate φ(g) is the proportion of the number of network flows sampled in the slice that do not meet their requested QoS performance;
具体应用时,可针对η(g)与φ(g)灵活调整切片。本实施例举出一个可行的方案,但不作为对本发明的限定:In specific applications, slices can be flexibly adjusted for η(g) and φ(g). This embodiment mentions a feasible scheme, but not as the limitation of the present invention:
当φ(g)大于某个阈值,说明本切片负荷较重且违约较高,找出此切片支持的流量类别k,应在下一个切片构造周期中增大公式(9)中的α(k);When φ(g) is greater than a certain threshold, it means that the load of this slice is heavy and the default is high. To find out the traffic category k supported by this slice, α (k) in formula (9) should be increased in the next slice construction cycle ;
当φ(g)小于某个阈值,且η(g)大于某个阈值时,说明此切片运作良好,找出此切片支持的流量类别k,可以保持α(k);When φ(g) is less than a certain threshold and η(g) is greater than a certain threshold, it indicates that this slice is working well, find out the traffic category k supported by this slice, and α (k) can be maintained;
当φ(g)小于某个阈值,且η(g)也小于某个阈值时,说明此切片处于轻载情况,如果其余切片负载过重,可以减小α(k)。When φ(g) is less than a certain threshold and η(g) is also less than a certain threshold, it means that this slice is under light load. If other slices are heavily loaded, α (k) can be reduced.
其中,前述步骤一至步骤六进行时,网络用户、SDN控制器、SDN转发设备之间的通信过程如附图6所示。Wherein, when the foregoing steps 1 to 6 are performed, the communication process among the network user, the SDN controller, and the SDN forwarding device is shown in FIG. 6 .
Claims (6)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810253899.6A CN108599994B (en) | 2018-03-26 | 2018-03-26 | An SDN slice construction method based on traffic clustering |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810253899.6A CN108599994B (en) | 2018-03-26 | 2018-03-26 | An SDN slice construction method based on traffic clustering |
Publications (2)
Publication Number | Publication Date |
---|---|
CN108599994A true CN108599994A (en) | 2018-09-28 |
CN108599994B CN108599994B (en) | 2021-04-20 |
Family
ID=63624626
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201810253899.6A Active CN108599994B (en) | 2018-03-26 | 2018-03-26 | An SDN slice construction method based on traffic clustering |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN108599994B (en) |
Cited By (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111092751A (en) * | 2019-11-26 | 2020-05-01 | 中盈优创资讯科技有限公司 | Monitoring data processing method and device |
CN112583636A (en) * | 2020-11-24 | 2021-03-30 | 华南师范大学 | Construction method of government affair network slice, electronic device and storage medium |
CN112954807A (en) * | 2021-01-28 | 2021-06-11 | 哈尔滨工程大学 | Heterogeneous Massive MIMO system multi-element resource configuration method based on network slices |
CN113347641A (en) * | 2020-03-02 | 2021-09-03 | 中国电信股份有限公司 | Network deployment method, device and computer readable storage medium |
CN113498084A (en) * | 2020-04-07 | 2021-10-12 | 烽火通信科技股份有限公司 | Hierarchical slice-based 5G service bearing method and system |
CN113556761A (en) * | 2021-06-25 | 2021-10-26 | 中国联合网络通信集团有限公司 | Slice resource adjusting method, system, terminal device and storage medium |
CN113746677A (en) * | 2021-09-01 | 2021-12-03 | 之江实验室 | 5G new air interface oriented network slice internal resource allocation method |
CN113905448A (en) * | 2020-07-06 | 2022-01-07 | 中国移动通信集团重庆有限公司 | Wireless network resource scheduling method, device and device |
CN113965475A (en) * | 2020-07-02 | 2022-01-21 | 中国移动通信集团设计院有限公司 | Network slicing project acceptance method and system |
CN114465723A (en) * | 2022-02-11 | 2022-05-10 | 西安电子科技大学 | Quantum encryption communication system and communication method based on software defined network and slices |
JP2022532731A (en) * | 2019-05-14 | 2022-07-19 | ヴイエムウェア インコーポレイテッド | Avoiding congestion in slice-based networks |
CN116318434A (en) * | 2023-02-03 | 2023-06-23 | 军事科学院系统工程研究院网络信息研究所 | Dynamic matching method for space terahertz communication network slice and clustering flow |
WO2024007208A1 (en) * | 2022-07-06 | 2024-01-11 | Huawei Technologies Co., Ltd. | Systems and methods to minimize resource utilization across multiple domains to assure quality of service |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103905523A (en) * | 2013-12-23 | 2014-07-02 | 浪潮(北京)电子信息产业有限公司 | Cloud computing network virtualization method and system based on SDN |
CN105516312A (en) * | 2015-12-09 | 2016-04-20 | 重庆邮电大学 | Software defined networking load balancingdevice and method |
CN106851705A (en) * | 2017-02-22 | 2017-06-13 | 重庆邮电大学 | A kind of wireless network dicing method based on section flow table |
CN107070700A (en) * | 2017-03-07 | 2017-08-18 | 浙江工商大学 | A kind of network service provider method of identity-based automatic identification |
CN107659419A (en) * | 2016-07-25 | 2018-02-02 | 华为技术有限公司 | Network dicing method and system |
-
2018
- 2018-03-26 CN CN201810253899.6A patent/CN108599994B/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103905523A (en) * | 2013-12-23 | 2014-07-02 | 浪潮(北京)电子信息产业有限公司 | Cloud computing network virtualization method and system based on SDN |
CN105516312A (en) * | 2015-12-09 | 2016-04-20 | 重庆邮电大学 | Software defined networking load balancingdevice and method |
CN107659419A (en) * | 2016-07-25 | 2018-02-02 | 华为技术有限公司 | Network dicing method and system |
CN106851705A (en) * | 2017-02-22 | 2017-06-13 | 重庆邮电大学 | A kind of wireless network dicing method based on section flow table |
CN107070700A (en) * | 2017-03-07 | 2017-08-18 | 浙江工商大学 | A kind of network service provider method of identity-based automatic identification |
Non-Patent Citations (1)
Title |
---|
ROB SHERWOOD,等: "FlowVisor:A Network Virtualization Layer", 《OPENFLOW》 * |
Cited By (24)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7313480B2 (en) | 2019-05-14 | 2023-07-24 | ヴイエムウェア インコーポレイテッド | Congestion Avoidance in Slice-Based Networks |
JP2022532731A (en) * | 2019-05-14 | 2022-07-19 | ヴイエムウェア インコーポレイテッド | Avoiding congestion in slice-based networks |
CN111092751B (en) * | 2019-11-26 | 2022-04-19 | 中盈优创资讯科技有限公司 | Monitoring data processing method and device |
CN111092751A (en) * | 2019-11-26 | 2020-05-01 | 中盈优创资讯科技有限公司 | Monitoring data processing method and device |
CN113347641A (en) * | 2020-03-02 | 2021-09-03 | 中国电信股份有限公司 | Network deployment method, device and computer readable storage medium |
CN113347641B (en) * | 2020-03-02 | 2023-05-16 | 中国电信股份有限公司 | Network deployment method, device and computer readable storage medium |
CN113498084A (en) * | 2020-04-07 | 2021-10-12 | 烽火通信科技股份有限公司 | Hierarchical slice-based 5G service bearing method and system |
CN113498084B (en) * | 2020-04-07 | 2022-07-29 | 烽火通信科技股份有限公司 | Hierarchical slice-based 5G service bearing method and system |
CN113965475B (en) * | 2020-07-02 | 2023-09-05 | 中国移动通信集团设计院有限公司 | Network slicing project acceptance method and system |
CN113965475A (en) * | 2020-07-02 | 2022-01-21 | 中国移动通信集团设计院有限公司 | Network slicing project acceptance method and system |
CN113905448B (en) * | 2020-07-06 | 2023-09-08 | 中国移动通信集团重庆有限公司 | Wireless network resource scheduling method, device and equipment |
CN113905448A (en) * | 2020-07-06 | 2022-01-07 | 中国移动通信集团重庆有限公司 | Wireless network resource scheduling method, device and device |
CN112583636A (en) * | 2020-11-24 | 2021-03-30 | 华南师范大学 | Construction method of government affair network slice, electronic device and storage medium |
CN112583636B (en) * | 2020-11-24 | 2023-07-04 | 华南师范大学 | Construction method, electronic device and storage medium of a government affairs network slicing |
CN112954807A (en) * | 2021-01-28 | 2021-06-11 | 哈尔滨工程大学 | Heterogeneous Massive MIMO system multi-element resource configuration method based on network slices |
CN113556761A (en) * | 2021-06-25 | 2021-10-26 | 中国联合网络通信集团有限公司 | Slice resource adjusting method, system, terminal device and storage medium |
CN113556761B (en) * | 2021-06-25 | 2024-03-22 | 中国联合网络通信集团有限公司 | Slice resource adjustment method, system, terminal equipment and storage medium |
CN113746677B (en) * | 2021-09-01 | 2023-09-01 | 之江实验室 | A resource allocation method in network slices for 5G new air interface |
CN113746677A (en) * | 2021-09-01 | 2021-12-03 | 之江实验室 | 5G new air interface oriented network slice internal resource allocation method |
CN114465723A (en) * | 2022-02-11 | 2022-05-10 | 西安电子科技大学 | Quantum encryption communication system and communication method based on software defined network and slices |
CN114465723B (en) * | 2022-02-11 | 2023-10-20 | 西安电子科技大学 | Quantum encryption communication system and method based on software defined network and slice |
WO2024007208A1 (en) * | 2022-07-06 | 2024-01-11 | Huawei Technologies Co., Ltd. | Systems and methods to minimize resource utilization across multiple domains to assure quality of service |
CN116318434A (en) * | 2023-02-03 | 2023-06-23 | 军事科学院系统工程研究院网络信息研究所 | Dynamic matching method for space terahertz communication network slice and clustering flow |
CN116318434B (en) * | 2023-02-03 | 2023-09-12 | 军事科学院系统工程研究院网络信息研究所 | Dynamic matching method for space terahertz communication network slice and clustering flow |
Also Published As
Publication number | Publication date |
---|---|
CN108599994B (en) | 2021-04-20 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN108599994A (en) | A kind of SDN slice building methods based on flow cluster | |
CN110972193B (en) | Slice information processing method and device | |
Checko et al. | Evaluating C-RAN fronthaul functional splits in terms of network level energy and cost savings | |
CN106341346B (en) | A Routing Algorithm to Guarantee QoS in Data Center Network Based on SDN | |
US6594268B1 (en) | Adaptive routing system and method for QOS packet networks | |
CN110972208B (en) | Method and device for processing slice information | |
US6459682B1 (en) | Architecture for supporting service level agreements in an IP network | |
US9838268B1 (en) | Distributed, adaptive controller for multi-domain networks | |
CN107005781B (en) | System and method for generating virtual network topology for M2M communications | |
US7599290B2 (en) | Methods and systems for providing quality of service in packet-based core transport networks | |
CN110662231A (en) | Network slice resource adjusting method and system for 5G environment | |
US8385194B2 (en) | Quality of service admission control network | |
WO2022121735A1 (en) | Operation and maintenance method, apparatus and system for network slice, and storage medium | |
CN107995045B (en) | Adaptive service function chain path selection method and system for network function virtualization | |
US7969886B1 (en) | Bandwidth allocation for hierarchical telecommunications networks | |
US12137414B2 (en) | Method and apparatus for power management in a wireless communication system | |
CN104009871A (en) | SDN controller implementation method and SDN controller | |
CN109005126B (en) | Data stream processing method, device and computer-readable storage medium | |
CN108259225A (en) | A kind of network capacity extension appraisal procedure, device and server | |
CN104079651B (en) | Broadcasting and TV multi-outlet intelligent scheduling system and method based on SDN frameworks | |
KR20170033179A (en) | Method and apparatus for managing bandwidth of virtual networks on SDN | |
CN112954069A (en) | Method, device and system for accessing mobile equipment to SD-WAN (secure digital-Wide area network) | |
CN100414905C (en) | Broadband access network and method for guaranteeing service QoS | |
Kafle et al. | Adaptive virtual network slices for diverse IoT services | |
Skulysh et al. | Managing the process of servicing hybrid telecommunications services. Quality control and interaction procedure of service subsystems |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |