高级搜索

留言板

尊敬的读者、作者、审稿人, 关于本刊的投稿、审稿、编辑和出版的任何问题, 您可以本页添加留言。我们将尽快给您答复。谢谢您的支持!

姓名
邮箱
手机号码
标题
留言内容
验证码

软件定义网络中快速和一致的流更新策略

史久根 杨旭 刘雅丽 孙立

史久根, 杨旭, 刘雅丽, 孙立. 软件定义网络中快速和一致的流更新策略[J]. 电子与信息学报, 2021, 43(9): 2617-2623. doi: 10.11999/JEIT200231
引用本文: 史久根, 杨旭, 刘雅丽, 孙立. 软件定义网络中快速和一致的流更新策略[J]. 电子与信息学报, 2021, 43(9): 2617-2623. doi: 10.11999/JEIT200231
Jiugen SHI, Xu YANG, Yali LIU, Li SUN. Fast and Consistent Flow Update in Software Defined Network[J]. Journal of Electronics & Information Technology, 2021, 43(9): 2617-2623. doi: 10.11999/JEIT200231
Citation: Jiugen SHI, Xu YANG, Yali LIU, Li SUN. Fast and Consistent Flow Update in Software Defined Network[J]. Journal of Electronics & Information Technology, 2021, 43(9): 2617-2623. doi: 10.11999/JEIT200231

软件定义网络中快速和一致的流更新策略

doi: 10.11999/JEIT200231
基金项目: 国家重大科学仪器设备开发专项(2013YQ030595)
详细信息
    作者简介:

    史久根:男,1963年生,副教授,研究方向为嵌入式系统、计算机网络和软件定义网络

    杨旭:男,1994年生,硕士生,研究方向为嵌入式系统和软件定义网络

    刘雅丽:女,1996年生,硕士生,研究方向为软件定义网络和网络功能虚拟化

    孙立:男,1993年生,硕士生,研究方向为软件定义网络和网络功能虚拟化

    通讯作者:

    杨旭 2018110930@mail.hfut.edu.cn

  • 中图分类号: TP393

Fast and Consistent Flow Update in Software Defined Network

Funds: The National Major Scientific Instruments Development Project (2013YQ030595)
  • 摘要: 在软件定义网络中,为了实现各种网络性能优化目标,控制面需要频繁的对数据面进行更新。然而,由于数据面的异步性,不合理的更新将严重降低网络性能。针对此问题,该文提出一种快速和一致的流更新策略(FCFU)。该策略通过流分段减弱其原有的强依赖关系,使能并行更新,通过分析子流段与多个资源间的依赖关系得到总更新轮数较少的更新安排,最后基于延时队列完成一致性流更新。实验结果表明,与现有的流更新算法相比,该策略能够缩短流更新总时间达20.6%,同时保证了更新期间无拥塞和包乱序等问题的发生。
  • 图  1  流更新示例

    图  2  网络拓扑

    图  3  总更新时间

    图  4  乱序率

    图  5  计算时间

    表  1  流分割算法(算法1)

     输入:Pf,Pf
     输出:Rf
     (1) Rf,d=, s=first(Pf)
     (2) while d last(Pf) do
     (3)  d =common(Pf, Pf,s)
     (4)  pPf[s,d],pPf[s,d]
     (5)  if pp then
     (6)    RfRf(p,p)
     (7)  end if
     (8)  s=d
     (9) end while
     (10) return Rf
    下载: 导出CSV

    表  2  流更新规划算法(算法2)

     输入:S //子流段集合
     输出:U //更新规划
     (1) U, ˉS=S, j=1
     (2) sort ˉS by bf of each s(f,i)ˉS
     (3) while ˉS do
     (4)  uj
     (5)  for each s(f,i) in ˉS do
     (6)   if (u,v)pf,i, hj(u,v)+bfCu,v and
          vpf,i[1:1], zj(v)+1Lv then
     (7)    ujujs(f,i)
     (8)    (u,v)pf,i,hj(u,v)=hj(u,v)+bf
     (9)    vpf,i[1:1], zj(v)=zj(v)+1
     (10)   end if
     (11)  end for
     (12)  if uj= and ˉS then
     (13)   calculate πf,i for each s(f,i) in ˉS
     (14)   uj select the s(f,i) with minimal πf,i
     (15)  end if
     (16)  UU{uj}, update (uj)
     (17)  for each s(f,i) in uj do
     (18)   (u,v)pf,i, hj(u,v)=hj(u,v)bf
     19:   vpf,i[1:1], zj(v)=zj(v)1
     (20)  end for
     (21)  remove all elements of uj from ˉS
     (22)  j=j+1
     (23) end while
     (24) return U
    下载: 导出CSV

    表  3  子流段更新算法(算法3)

     输入:u //子流段集合
     (1) for each s(f,i) in u do
     (2)  do delay of old path
     (3)  dn delay of new path
     (4)  add rules in reverse order
     (5)  if do>dn then
     (6)   set delay queue
     (7)  end if
     (8)  modify rule
     (9)  if do>dn then
     (10)   wait for (dodn) ms
     (11)   unset delay queue
     (12)  end if
     (13)  wait for dn ms
     (14)  delete rules in forward order
     (15) end for
    下载: 导出CSV

    表  4  丢包率(%)

    流数量OneShotFCFUWu等人
    1500.9100
    2000.8500
    2500.8900.02
    下载: 导出CSV

    表  5  更新轮数

    流数量40005000600070008000
    FCFU2435352735
    Wu等人6357826453
    下载: 导出CSV
  • [1] FOERSTER K T, SCHMID S, and VISSICCHIO S. Survey of consistent software-defined network updates[J]. IEEE Communications Surveys & Tutorials, 2019, 21(2): 1435–1461. doi: 10.1109/COMST.2018.2876749
    [2] 胡宇翔, 李子勇, 胡宗魁, 等. 基于流量工程的软件定义网络控制资源优化机制[J]. 电子与信息学报, 2020, 42(3): 661–668. doi: 10.11999/JEIT190276

    HU Yuxiang, LI Ziyong, HU Zongkui, et al. Control resource optimization mechanism of SDN based on traffic engineering[J]. Journal of Electronics &Information Technology, 2020, 42(3): 661–668. doi: 10.11999/JEIT190276
    [3] 史久根, 许辉亮, 陆立鹏. 软件定义网络中数据中心虚拟机迁移序列问题的研究[J]. 电子与信息学报, 2017, 39(5): 1193–1199. doi: 10.11999/JEIT160792

    SHI Jiugen, XU Huiliang, and LU Lipeng. Research on the migration queue of data center’s virtual machine in software defined networks[J]. Journal of Electronics &Information Technology, 2017, 39(5): 1193–1199. doi: 10.11999/JEIT160792
    [4] KHALILI R, DESPOTOVIC Z, and HECKER A. Flow setup latency in SDN networks[J]. IEEE Journal on Selected Areas in Communications, 2018, 36(12): 2631–2639. doi: 10.1109/JSAC.2018.2871291
    [5] KUŹNIAR M, PEREŠÍNI P, KOSTIĆ D, et al. Methodology, measurement and analysis of flow table update characteristics in hardware openflow switches[J]. Computer Networks, 2018, 136: 22–36. doi: 10.1016/j.comnet.2018.02.014
    [6] REITBLATT M, FOSTER N, REXFORD J, et al. Abstractions for network update[J]. ACM SIGCOMM Computer Communication Review, 2012, 42(4): 323–334. doi: 10.1145/2377677.2377748
    [7] HONG Chiyao, KANDULA S, MAHAJAN R, et al. Achieving high utilization with software-driven WAN[C]. Proceedings of the ACM SIGCOMM 2013 Conference on SIGCOMM, Hong Kong, China, 2013: 15–26. doi: 10.1145/2486001.2486012.
    [8] LIU H H, WU Xin, ZHANG Ming, et al. zUpdate: Updating data center networks with zero loss[C]. Proceedings of the ACM SIGCOMM 2013 Conference on SIGCOMM, Hong Kong, China, 2013: 411–422. doi: 10.1145/2486001.2486005.
    [9] LUO Shouxi, YU Hongfang, LUO Long, et al. Customizable network update planning in SDN[J]. Journal of Network and Computer Applications, 2019, 141: 104–115. doi: 10.1016/j.jnca.2019.05.007
    [10] JIN Xin, LIU H H, GANDHI R, et al. Dynamic scheduling of network updates[J]. ACM SIGCOMM Computer Communication Review, 2014, 44(4): 539–550. doi: 10.1145/2740070.2626307
    [11] WANG Wen, HE Wenbo, SU Jinshu, et al. Cupid: Congestion-free consistent data plane update in software defined networks[C]. Proceedings of the 35th Annual IEEE International Conference on Computer Communications, San Francisco, USA, 2016: 1–9. doi: 10.1109/INFOCOM.2016.7524420.
    [12] WU Kunru, LIANG Jiaming, LEE S C, et al. Efficient and consistent flow update for software defined networks[J]. IEEE Journal on Selected Areas in Communications, 2018, 36(3): 411–421. doi: 10.1109/JSAC.2018.2815458
    [13] FENG Jie, OUYANG Zhipeng, XU Lisong, et al. Packet reordering in high-speed networks and its impact on high-speed TCP variants[J]. Computer Communications, 2009, 32(1): 62–68. doi: 10.1016/j.comcom.2008.09.022
    [14] ARTHUR C M, GIRMA D, HARLE D, et al. The effects of packet reordering in a wireless multimedia environment[C]. Proceedings of the 1st International Symposium on Wireless Communication Systems, Mauritius, 2004: 453–457. doi: 10.1109/ISWCS.2004.1407288.
    [15] DE OLIVEIRA R L S, SCHWEITZER C M, SHINODA A A, et al. Using mininet for emulation and prototyping software-defined networks[C]. Proceedings of 2014 IEEE Colombian Conference on Communications and Computing, Bogota, Colombia, 2014: 1–6. doi: 10.1109/ColComCon.2014.6860404.
    [16] Ryu SDN Framework Community[EB/OL]. http://ryu-sdn.org/.
    [17] NGUYEN T D, CHIESA M, and CANINI M. Decentralized consistent updates in SDN[C]. Proceedings of the Symposium on SDN Research, Santa Clara, USA, 2017: 21–33. doi: 10.1145/3050220.3050224.
  • 期刊类型引用(2)

    1. 燕昺昊,刘勤让,沈剑良,汤先拓,梁栋. 软件定义网络中一种快速无循环路径迁移策略. 通信学报. 2022(05): 24-35 . 百度学术
    2. 原迪. 软件定义数据中心网络中自适应路由技术. 电子产品世界. 2022(09): 74-76+87 . 百度学术

    其他类型引用(1)

  • 加载中
图(5) / 表(5)
计量
  • 文章访问数:  789
  • HTML全文浏览量:  422
  • PDF下载量:  58
  • 被引次数: 3
出版历程
  • 收稿日期:  2020-04-03
  • 修回日期:  2020-09-22
  • 网络出版日期:  2021-08-09
  • 刊出日期:  2021-09-16

目录

    /

    返回文章
    返回