博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Near Optimal Placement of VNF, INFOCOMM'15
阅读量:5066 次
发布时间:2019-06-12

本文共 1418 字,大约阅读时间需要 4 分钟。

INFOCOM’15

本文提出这个领域的一个主要技术挑战:VF在物理网络内的真实位置。这个位置对网络性能有重要影响,也对可靠性和操作开销有影响。文章对NFV位置问题进行了一个彻底的研究,结果发现这是一类新的优化问题,并且给出一个最佳近似算法,以保证一个有理论证明的性能。

两个标准:距离开销between clients and VFs;这些功能的设置开销。
in our simulations we measure the actual network distance between a flow path and the locations where functions are executed
文章提供
NFV位置问题是GAP+设施选址问题的结合。
we address one of the main technical challenges in this domain: the actual placement of the virtual functions within the network.
背景:
ongoing transition into all-IP networks (VoIP, LTE, IP DSLAMs);
SDN & control/data 分离;
Limitations:(3点)
Do not distinguish the difference among NFs
Do not consider the chaining requirements in NFV
Do not include some NFV constraints, such as VNF forwarding latency constraints (the specific NFV forwarding modes, like standard and fast-path), VNF node sharing constraints (i.e. some Virtual Network Functions are not recommended to be placed at the same node, if them both occupy CPU or other resource)
自己总结貌似是:1,chaining问题;2,资源竞争问题;3,VNF之间的延迟

 

建模:

无向图G(V, E) V是顶点集合,E是边集合
距离函数d(,)
客户端集合C是V的子集
NF集合F,大小|F| = m,需要部署在V中的节点上
U为能够部署F的节点集合,也是V的子集,其中节点u大小为w(u),F中每个功能i的大小为w(i, u)

相关工作:

VNF Placement & Routing Optimization:
https://hal.inria.fr/hal-01170042v1/document
an NFV network model suitable for ISP operations,定义了一般VNF链路由优化问题并设计出一个混合的整体线性编程规划。
通过在真实的ISP拓扑上面进行的大量仿真,得出结论:传统交通工程ISP和新的组合式TE-NFV是可以交易的。

转载于:https://www.cnblogs.com/Fierralin/p/5411301.html

你可能感兴趣的文章
基于iSCSI的SQL Server 2012群集测试(一)--SQL群集安装
查看>>
list 容器 排序函数.xml
查看>>
Activity启动过程中获取组件宽高的五种方式
查看>>
java导出Excel表格简单的方法
查看>>
SQLite数据库简介
查看>>
利用堆实现堆排序&优先队列
查看>>
Mono源码学习笔记:Console类(四)
查看>>
Android学习路线(十二)Activity生命周期——启动一个Activity
查看>>
《Genesis-3D开源游戏引擎完整实例教程-跑酷游戏篇03:暂停游戏》
查看>>
CPU,寄存器,一缓二缓.... RAM ROM 外部存储器等简介
查看>>
windows下编译FreeSwitch
查看>>
git .gitignore 文件不起作用
查看>>
Alan Turing的纪录片观后感
查看>>
c#自定义控件中的事件处理
查看>>
二十六、Android WebView缓存
查看>>
django Models 常用的字段和参数
查看>>
IOS--沙盒机制
查看>>
使用 JointCode.Shuttle 访问任意 AppDomain 的服务
查看>>
sqlite的坑
查看>>
digitalocean --- How To Install Apache Tomcat 8 on Ubuntu 16.04
查看>>