zoukankan      html  css  js  c++  java
  • Near Optimal Placement of VNF, INFOCOMM'15

    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是可以交易的。

  • 相关阅读:
    SQL Server身份验证登录失败
    课程总结及加分项
    导入并配置Guns框架
    python数据化中文是方块显示
    服务外包平台测试
    idea配置javap
    interface和abstract的区别
    简记Vue弹窗组件eldaolog被父界面创建后,子界面created函数只调用一次的解决方案
    Vue computed属性和methods区别
    记录一下前端查询条件对应后端多个条件的一种简单粗暴解决方法
  • 原文地址:https://www.cnblogs.com/Fierralin/p/5411301.html
Copyright © 2011-2022 走看看