首页 > 最新文献

2018 4th IEEE Conference on Network Softwarization and Workshops (NetSoft)最新文献

英文 中文
Scaling and Placing Bidirectional Services with Stateful Virtual and Physical Network Functions 扩展和放置具有状态虚拟和物理网络功能的双向服务
Pub Date : 2018-06-01 DOI: 10.1109/NETSOFT.2018.8459915
Sevil Dräxler, Stefan Schneider, H. Karl
Network function virtualization requires scaling and placement, deciding the number and the location of function instances. Current approaches are limited in flexibility and practical applicability. Specifically, we study dynamic, single-step, joint scaling and placement of network services with bidirectional flows traversing Physical or Virtual Network Functions (VNFs) and returning to their sources. We develop models to support stateful components and legacy network functions with fixed locations in these network services as well as the possibility of reusing VNFs across network services. We formalize the problem of jointly scaling and placing such network services as a mixed-integer linear program (MILP). We show that this problem is NP-complete and also present a heuristic algorithm to find good solutions in short time. In an extensive evaluation with realistic scenarios, we investigate the capabilities of the two approaches.
网络功能虚拟化需要扩展和放置,决定功能实例的数量和位置。目前的方法在灵活性和实际适用性方面是有限的。具体来说,我们研究了动态的、单步的、联合的缩放和网络服务的放置,这些网络服务具有双向流,穿越物理或虚拟网络功能(VNFs)并返回到它们的源。我们开发模型来支持在这些网络服务中具有固定位置的有状态组件和遗留网络功能,以及跨网络服务重用VNFs的可能性。我们将这种网络服务的联合扩展和放置问题形式化为一个混合整数线性规划(MILP)。我们证明了这个问题是np完全的,并提出了一种启发式算法在短时间内找到好的解。在现实场景的广泛评估中,我们调查了这两种方法的能力。
{"title":"Scaling and Placing Bidirectional Services with Stateful Virtual and Physical Network Functions","authors":"Sevil Dräxler, Stefan Schneider, H. Karl","doi":"10.1109/NETSOFT.2018.8459915","DOIUrl":"https://doi.org/10.1109/NETSOFT.2018.8459915","url":null,"abstract":"Network function virtualization requires scaling and placement, deciding the number and the location of function instances. Current approaches are limited in flexibility and practical applicability. Specifically, we study dynamic, single-step, joint scaling and placement of network services with bidirectional flows traversing Physical or Virtual Network Functions (VNFs) and returning to their sources. We develop models to support stateful components and legacy network functions with fixed locations in these network services as well as the possibility of reusing VNFs across network services. We formalize the problem of jointly scaling and placing such network services as a mixed-integer linear program (MILP). We show that this problem is NP-complete and also present a heuristic algorithm to find good solutions in short time. In an extensive evaluation with realistic scenarios, we investigate the capabilities of the two approaches.","PeriodicalId":333377,"journal":{"name":"2018 4th IEEE Conference on Network Softwarization and Workshops (NetSoft)","volume":"35 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129273170","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 18
Evaluating Path Query Mechanisms as a Foundation for SDN Network Control 评估路径查询机制作为SDN网络控制的基础
Pub Date : 2018-06-01 DOI: 10.1109/NETSOFT.2018.8460116
Sidan Gao, Shalki Shrivastava, Kemafor Ogan, Yufeng Xin, I. Baldin
The separation of control and data planes promulgated in Software-Defined Networking (SDN) architectures provides new opportunities for sophisticated control over the paths packets take while traversing the network. At the same time the complexity of data representing the network state continues to grow, reflecting complex topological and policy relationships between network elements and their domains. It is critical to the success of SDN to design an abstraction layer capable of storing network topology information and allowing to query it using standardized tools, in a way similar to how traditional databases enabled the abstraction of relational data. This abstraction would cleanly separate policy implementations in SDN controllers from the nuts-and-bolts of handling the topology data. In this paper we investigate multiple approaches to path queries in semantically-rich network descriptions using a variety of mechanisms. We describe a method for storing and querying semantic network graph data using Tarjan path algebras - to our knowledge used for the first time in the context of path-finding in computer networks. We compare the expressiveness and performance of queries that are representative of multi-domain SDN environments.
在软件定义网络(SDN)体系结构中,控制平面和数据平面的分离为对数据包在网络中传输的路径进行复杂的控制提供了新的机会。与此同时,表示网络状态的数据的复杂性不断增长,反映了网络元素及其域之间复杂的拓扑和策略关系。设计一个能够存储网络拓扑信息并允许使用标准化工具查询的抽象层对于SDN的成功至关重要,其方式与传统数据库支持关系数据抽象的方式类似。这种抽象可以将SDN控制器中的策略实现与处理拓扑数据的具体细节清晰地分离开来。在本文中,我们研究了使用各种机制在语义丰富的网络描述中进行路径查询的多种方法。我们描述了一种使用Tarjan路径代数存储和查询语义网络图数据的方法——据我们所知,这是首次在计算机网络的寻路环境中使用。我们比较了代表多域SDN环境的查询的表现力和性能。
{"title":"Evaluating Path Query Mechanisms as a Foundation for SDN Network Control","authors":"Sidan Gao, Shalki Shrivastava, Kemafor Ogan, Yufeng Xin, I. Baldin","doi":"10.1109/NETSOFT.2018.8460116","DOIUrl":"https://doi.org/10.1109/NETSOFT.2018.8460116","url":null,"abstract":"The separation of control and data planes promulgated in Software-Defined Networking (SDN) architectures provides new opportunities for sophisticated control over the paths packets take while traversing the network. At the same time the complexity of data representing the network state continues to grow, reflecting complex topological and policy relationships between network elements and their domains. It is critical to the success of SDN to design an abstraction layer capable of storing network topology information and allowing to query it using standardized tools, in a way similar to how traditional databases enabled the abstraction of relational data. This abstraction would cleanly separate policy implementations in SDN controllers from the nuts-and-bolts of handling the topology data. In this paper we investigate multiple approaches to path queries in semantically-rich network descriptions using a variety of mechanisms. We describe a method for storing and querying semantic network graph data using Tarjan path algebras - to our knowledge used for the first time in the context of path-finding in computer networks. We compare the expressiveness and performance of queries that are representative of multi-domain SDN environments.","PeriodicalId":333377,"journal":{"name":"2018 4th IEEE Conference on Network Softwarization and Workshops (NetSoft)","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115590344","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Analysis of Deployment Options for SDN-based Information Centric Networking 基于sdn的信息中心网络部署方案分析
Pub Date : 2018-06-01 DOI: 10.1109/NETSOFT.2018.8458499
R. Bauer, M. Zitterbart
This paper conducts a systematic analysis of different conceptual choices on implementing ICN core functionalities (routing, forwarding, caching) in Software-defined networks. The analysis considers recent developments in the area of Software-defined Networking and Network Functions Virtualization. Based on this, four abstract models of deployment options are presented and their requirements, advantages and disadvantages are discussed. The paper also presents a preliminary coarse-grained performance evaluation of the different options.
本文系统分析了在软件定义网络中实现ICN核心功能(路由、转发、缓存)的不同概念选择。该分析考虑了软件定义网络和网络功能虚拟化领域的最新发展。在此基础上,提出了部署选项的四种抽象模型,并讨论了它们的需求和优缺点。本文还对不同选项进行了初步的粗粒度性能评估。
{"title":"Analysis of Deployment Options for SDN-based Information Centric Networking","authors":"R. Bauer, M. Zitterbart","doi":"10.1109/NETSOFT.2018.8458499","DOIUrl":"https://doi.org/10.1109/NETSOFT.2018.8458499","url":null,"abstract":"This paper conducts a systematic analysis of different conceptual choices on implementing ICN core functionalities (routing, forwarding, caching) in Software-defined networks. The analysis considers recent developments in the area of Software-defined Networking and Network Functions Virtualization. Based on this, four abstract models of deployment options are presented and their requirements, advantages and disadvantages are discussed. The paper also presents a preliminary coarse-grained performance evaluation of the different options.","PeriodicalId":333377,"journal":{"name":"2018 4th IEEE Conference on Network Softwarization and Workshops (NetSoft)","volume":"59 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127033228","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Scalable Video Transmission in Software Defined Wireless Mesh Network 软件定义无线网状网络中的可扩展视频传输
Pub Date : 2018-06-01 DOI: 10.1109/NETSOFT.2018.8460038
Chaojie Yu, Zhipeng Yang, Xiang Chen, Jian Yang
Aiming at improving the video transmission service in Wireless Mesh Network (WMN), this paper presents a scalable video transmission system over WMN with Software Defined Networking (SDN) architecture. By integrating SDN, the control plane of WMN is separated from the data plane and been managed by a centralized controller which conduct network optimization using global network information. Following this architecture, we formulate the scalable video bitrate adaptation problem as maximizing the average video quality while keeping the link congestion probability below certain threshold. In order to solve this problem, we derive an online adaptation strategy based on large deviation principle (LDP) to estimate congestion probability and adjust the video's bitrate accordingly. To verify the performance of the proposed strategy, we implement our experiments in Mininet-wifi and the results validate the effectiveness of our algorithm.
为了提高无线Mesh网络(WMN)中的视频传输服务,提出了一种基于软件定义网络(SDN)架构的可扩展无线Mesh网络视频传输系统。通过集成SDN,将WMN的控制平面与数据平面分离,由集中控制器管理,利用全局网络信息进行网络优化。在此架构下,我们将可扩展的视频比特率自适应问题表述为最大化平均视频质量,同时保持链路拥塞概率低于一定阈值。为了解决这一问题,我们提出了一种基于大偏差原理(LDP)的在线自适应策略来估计拥塞概率并相应地调整视频的比特率。为了验证所提出策略的性能,我们在mini -wifi上进行了实验,结果验证了算法的有效性。
{"title":"Scalable Video Transmission in Software Defined Wireless Mesh Network","authors":"Chaojie Yu, Zhipeng Yang, Xiang Chen, Jian Yang","doi":"10.1109/NETSOFT.2018.8460038","DOIUrl":"https://doi.org/10.1109/NETSOFT.2018.8460038","url":null,"abstract":"Aiming at improving the video transmission service in Wireless Mesh Network (WMN), this paper presents a scalable video transmission system over WMN with Software Defined Networking (SDN) architecture. By integrating SDN, the control plane of WMN is separated from the data plane and been managed by a centralized controller which conduct network optimization using global network information. Following this architecture, we formulate the scalable video bitrate adaptation problem as maximizing the average video quality while keeping the link congestion probability below certain threshold. In order to solve this problem, we derive an online adaptation strategy based on large deviation principle (LDP) to estimate congestion probability and adjust the video's bitrate accordingly. To verify the performance of the proposed strategy, we implement our experiments in Mininet-wifi and the results validate the effectiveness of our algorithm.","PeriodicalId":333377,"journal":{"name":"2018 4th IEEE Conference on Network Softwarization and Workshops (NetSoft)","volume":"29 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126022470","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Demystifying Failure Recovery for Software-Defined Wireless Mesh Networks 软件定义无线Mesh网络故障恢复揭秘
Pub Date : 2018-06-01 DOI: 10.1109/NETSOFT.2018.8460087
Maryam Tanha, Dawood Sajjadi, Jianping Pan
Software Defined Networking (SDN) brings unprecedented opportunities for facilitating the management of Wireless Mesh Networks (WMNs), particularly when handling network dynamics such as link/node failures. The inflexible destination-based routing and failure recovery of conventional WMN routing protocols are superseded by the efficient and highly flexible per-flow (re)routing in SDN-based networks. Most of the existing works focus on protection by pre-computing backup paths using OpenFlow fast failover groups to reroute the flows in case of channel re-assignment or a single link failure in software-defined WMNs. However, the limitations of failure detection using link monitoring for protection have not been studied. Moreover, the potentials of restoration-based failure recovery to handle single/multiple failure scenarios, have not been fully investigated. In this paper, we implement a prototype for reactive failure recovery in multi-radio multi-channel software-defined WMNs that provides a detailed performance and sensitivity analysis. The acquired results from the SDN-based scenarios outperform the most popular conventional WMN routing protocols in terms of recovery time while preserving the best achievable throughput even when the out-of-band control network is partially impaired. We also demonstrate the limitation of link monitoring, which mainly results from the shared nature of wireless medium, for protection-based mechanisms in software-defined WMNs.
软件定义网络(SDN)为促进无线网状网络(WMNs)的管理带来了前所未有的机会,特别是在处理链路/节点故障等网络动态时。在基于sdn的网络中,高效且高度灵活的逐流路由取代了传统WMN路由协议中不灵活的基于目的地的路由和故障恢复。现有的大部分工作都集中在预先计算备份路径的保护上,使用OpenFlow快速故障转移组在软件定义的wmn中通道重新分配或单个链路故障的情况下重新路由流。然而,利用链路监测保护进行故障检测的局限性尚未得到研究。此外,基于恢复的故障恢复处理单/多故障场景的潜力尚未得到充分研究。在本文中,我们实现了一个多无线电多信道软件定义WMNs的无功故障恢复原型,并提供了详细的性能和灵敏度分析。从基于sdn的场景中获得的结果在恢复时间方面优于最流行的传统WMN路由协议,同时即使在带外控制网络部分受损时也能保持最佳可实现吞吐量。我们还证明了链路监控的局限性,这主要是由于无线介质的共享性质,在软件定义的WMNs中基于保护的机制。
{"title":"Demystifying Failure Recovery for Software-Defined Wireless Mesh Networks","authors":"Maryam Tanha, Dawood Sajjadi, Jianping Pan","doi":"10.1109/NETSOFT.2018.8460087","DOIUrl":"https://doi.org/10.1109/NETSOFT.2018.8460087","url":null,"abstract":"Software Defined Networking (SDN) brings unprecedented opportunities for facilitating the management of Wireless Mesh Networks (WMNs), particularly when handling network dynamics such as link/node failures. The inflexible destination-based routing and failure recovery of conventional WMN routing protocols are superseded by the efficient and highly flexible per-flow (re)routing in SDN-based networks. Most of the existing works focus on protection by pre-computing backup paths using OpenFlow fast failover groups to reroute the flows in case of channel re-assignment or a single link failure in software-defined WMNs. However, the limitations of failure detection using link monitoring for protection have not been studied. Moreover, the potentials of restoration-based failure recovery to handle single/multiple failure scenarios, have not been fully investigated. In this paper, we implement a prototype for reactive failure recovery in multi-radio multi-channel software-defined WMNs that provides a detailed performance and sensitivity analysis. The acquired results from the SDN-based scenarios outperform the most popular conventional WMN routing protocols in terms of recovery time while preserving the best achievable throughput even when the out-of-band control network is partially impaired. We also demonstrate the limitation of link monitoring, which mainly results from the shared nature of wireless medium, for protection-based mechanisms in software-defined WMNs.","PeriodicalId":333377,"journal":{"name":"2018 4th IEEE Conference on Network Softwarization and Workshops (NetSoft)","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117256088","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
Generating Resource and Performance Models for Service Function Chains: The Video Streaming Case 为业务功能链生成资源和性能模型:视频流案例
Pub Date : 2018-06-01 DOI: 10.1109/NETSOFT.2018.8460029
Sevil Dräxler, Manuel Peuster, Marvin Illian, H. Karl
Understanding the behavior of the components of service function chains (SFCs) in different load situations is important for efficient and automatic management and orchestration of services. For this purpose and for practical research in network function virtualization in general, there is a great need for benchmarks and experimental data. In this paper, we describe our experiments for characterizing the relationship between resource demands of virtual network functions (VNFs) and the expected performance of the SFC, considering the individual performance of the VNFs as well as the interdependencies among VNFs within the SFC. We have designed our experiments focusing on video streaming, an important application in this context. We present examples of models for predicting the interdependence between resource demands and performance characteristics of SFCs using support vector regression and polynomial regression models. We also show practical evidence from our experiments that VNFs need to be benchmarked in their final chain setup, rather than individually, to capture important interdependencies that affect their performance. The data gathered from our experiments is publicly available.
了解服务功能链(sfc)组件在不同负载情况下的行为,对于高效、自动地管理和编排服务非常重要。为此目的以及网络功能虚拟化的实际研究,都非常需要基准测试和实验数据。在本文中,我们描述了我们的实验,以表征虚拟网络功能(VNFs)的资源需求与SFC的预期性能之间的关系,考虑到VNFs的单个性能以及SFC中VNFs之间的相互依赖关系。我们设计了我们的实验,重点是视频流,这是这方面的一个重要应用。我们提出了使用支持向量回归和多项式回归模型预测sfc资源需求和性能特征之间相互依存关系的模型示例。我们还展示了实验中的实际证据,表明VNFs需要在其最终链设置中进行基准测试,而不是单独进行基准测试,以捕获影响其性能的重要相互依赖性。我们从实验中收集的数据是公开的。
{"title":"Generating Resource and Performance Models for Service Function Chains: The Video Streaming Case","authors":"Sevil Dräxler, Manuel Peuster, Marvin Illian, H. Karl","doi":"10.1109/NETSOFT.2018.8460029","DOIUrl":"https://doi.org/10.1109/NETSOFT.2018.8460029","url":null,"abstract":"Understanding the behavior of the components of service function chains (SFCs) in different load situations is important for efficient and automatic management and orchestration of services. For this purpose and for practical research in network function virtualization in general, there is a great need for benchmarks and experimental data. In this paper, we describe our experiments for characterizing the relationship between resource demands of virtual network functions (VNFs) and the expected performance of the SFC, considering the individual performance of the VNFs as well as the interdependencies among VNFs within the SFC. We have designed our experiments focusing on video streaming, an important application in this context. We present examples of models for predicting the interdependence between resource demands and performance characteristics of SFCs using support vector regression and polynomial regression models. We also show practical evidence from our experiments that VNFs need to be benchmarked in their final chain setup, rather than individually, to capture important interdependencies that affect their performance. The data gathered from our experiments is publicly available.","PeriodicalId":333377,"journal":{"name":"2018 4th IEEE Conference on Network Softwarization and Workshops (NetSoft)","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126436807","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
Efficient Multicore Scaling in Software Packet Forwarding Engines 软件包转发引擎的高效多核扩展
Pub Date : 2018-06-01 DOI: 10.1109/NETSOFT.2018.8460009
H. Asai
Network softwarization has accelerated the research and development of network functions on commercial off-the-shelf hardware. Multicore scalability has been a key to achieve high-performance packet forwarding engines. However, resource efficiency and bottlenecks in multicore scaling have not been discussed in the past research. Therefore, different hardware configurations sometimes encounter serious performance degradation. This paper presents a design and implementation of the forwarding engine that efficiently scales on multicore systems. Exclusive CPU core utilization and buffer management enable concurrent processing without synchronization overheads between multiple CPU cores. Our experiments demonstrate that memory access in buffer handling is the bottleneck in multicore scaling, and thus, thorough buffer management to reduce cache misses of shared CPU caches is required to debottleneck it. We also exhibit that the efficiency of CPU resource utilization could be enhanced by taking the advantage of hyperthreading that alleviate the overheads of memory access latency. The implemented forwarding engine efficiently scales and achieves 0% loss routing against 143 mega-packets per second traffic on the backbone router's IPv4 routing table using twelve CPU cores.
网络软件化加速了商用现成硬件上网络功能的研究和开发。多核可扩展性一直是实现高性能包转发引擎的关键。然而,在过去的研究中并没有讨论多核扩展的资源效率和瓶颈问题。因此,不同的硬件配置有时会遇到严重的性能下降。本文提出了一种可在多核系统上高效扩展的转发引擎的设计与实现。独占的CPU内核利用率和缓冲区管理支持并发处理,而不会增加多个CPU内核之间的同步开销。我们的实验表明,缓冲区处理中的内存访问是多核扩展的瓶颈,因此,需要彻底的缓冲区管理来减少共享CPU缓存的缓存丢失来消除瓶颈。我们还展示了可以通过利用超线程来提高CPU资源利用效率,从而减轻内存访问延迟的开销。实现的转发引擎有效地扩展,并在骨干路由器的IPv4路由表上使用12个CPU内核实现每秒143兆包流量的0%丢失路由。
{"title":"Efficient Multicore Scaling in Software Packet Forwarding Engines","authors":"H. Asai","doi":"10.1109/NETSOFT.2018.8460009","DOIUrl":"https://doi.org/10.1109/NETSOFT.2018.8460009","url":null,"abstract":"Network softwarization has accelerated the research and development of network functions on commercial off-the-shelf hardware. Multicore scalability has been a key to achieve high-performance packet forwarding engines. However, resource efficiency and bottlenecks in multicore scaling have not been discussed in the past research. Therefore, different hardware configurations sometimes encounter serious performance degradation. This paper presents a design and implementation of the forwarding engine that efficiently scales on multicore systems. Exclusive CPU core utilization and buffer management enable concurrent processing without synchronization overheads between multiple CPU cores. Our experiments demonstrate that memory access in buffer handling is the bottleneck in multicore scaling, and thus, thorough buffer management to reduce cache misses of shared CPU caches is required to debottleneck it. We also exhibit that the efficiency of CPU resource utilization could be enhanced by taking the advantage of hyperthreading that alleviate the overheads of memory access latency. The implemented forwarding engine efficiently scales and achieves 0% loss routing against 143 mega-packets per second traffic on the backbone router's IPv4 routing table using twelve CPU cores.","PeriodicalId":333377,"journal":{"name":"2018 4th IEEE Conference on Network Softwarization and Workshops (NetSoft)","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131014299","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Quality of Service Assessment of Live Video Streaming with a Remote-Controlled Drone 遥控无人机实时视频流服务质量评估
Pub Date : 2018-06-01 DOI: 10.1109/NETSOFT.2018.8460092
Frank Loh, Florian Wamser, T. Hossfeld, P. Tran-Gia
Today's networks require a deep understanding of applications to optimize networks, efficiently design networks, and meet traffic demands, application heterogeneity, and application requirements. Current application areas include live video streaming and real-time applications, such as those that are named in 5G use cases with automation, disaster recovery, gaming, and Industry 4.0. In this work, we examine an application scenario with live video streaming and parallel real-time requirements in the uplink for disaster recovery. We study the quality of service (QoS) features of a remote-controlled drone. The drone is controlled via a tablet or smartphone while the video from the camera is transmitted from the drone to the user. There are high demands in both the uplink and downlink direction. The contribution of the work is the measurement of the QoS and application parameters for this scenario and the definition of influencing parameters for the application-layer.
当今的网络需要深入了解应用,优化网络,高效设计网络,满足流量需求、应用异构和应用需求。当前的应用领域包括直播视频流和实时应用,例如在自动化、灾难恢复、游戏和工业4.0的5G用例中命名的应用。在这项工作中,我们研究了一个在上行链路中具有实时视频流和并行实时需求的应用场景,用于灾难恢复。研究了遥控无人机的服务质量(QoS)特征。无人机通过平板电脑或智能手机进行控制,而摄像头拍摄的视频则从无人机传输给用户。上行链路和下行链路都有很高的要求。该工作的贡献是测量此场景的QoS和应用参数,并定义应用层的影响参数。
{"title":"Quality of Service Assessment of Live Video Streaming with a Remote-Controlled Drone","authors":"Frank Loh, Florian Wamser, T. Hossfeld, P. Tran-Gia","doi":"10.1109/NETSOFT.2018.8460092","DOIUrl":"https://doi.org/10.1109/NETSOFT.2018.8460092","url":null,"abstract":"Today's networks require a deep understanding of applications to optimize networks, efficiently design networks, and meet traffic demands, application heterogeneity, and application requirements. Current application areas include live video streaming and real-time applications, such as those that are named in 5G use cases with automation, disaster recovery, gaming, and Industry 4.0. In this work, we examine an application scenario with live video streaming and parallel real-time requirements in the uplink for disaster recovery. We study the quality of service (QoS) features of a remote-controlled drone. The drone is controlled via a tablet or smartphone while the video from the camera is transmitted from the drone to the user. There are high demands in both the uplink and downlink direction. The contribution of the work is the measurement of the QoS and application parameters for this scenario and the definition of influencing parameters for the application-layer.","PeriodicalId":333377,"journal":{"name":"2018 4th IEEE Conference on Network Softwarization and Workshops (NetSoft)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129384062","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
Load Profiling and Migration for Effective Cyber Foraging in Disaster Scenarios with FORMICA 基于FORMICA的灾难场景下有效网络觅食的负载分析和迁移
Pub Date : 2018-06-01 DOI: 10.1109/NETSOFT.2018.8459971
Agnese V. Ventrella, Flavio Esposito, L. Grieco
Cyber foraging techniques have been proposed in edge computing to support resource-intensive and latency-sensitive mobile applications. In a natural or man-made disaster scenario, all cyber foraging challenges are exacerbated by two problems: edge nodes are scarce and hence easily overloaded and failures are common due to the ad-hoc hostile conditions. In this paper, we study the use of efficient load profiling and migration strategies to mitigate such problems. In particular, we propose FORMICA, an architecture for cyber foraging orchestration, whose goal is to minimize the completion time of a set of jobs offloaded from mobile devices. Existing service offloading solutions are mainly concerned with outsourcing a job out of the mobile responsibility. Our architecture supports both mobile-based offloading and backend-driven onloading i.e., the offloading decision is taken by the edge infrastructure and not by the mobile node. FORMICA leverages Gelenbe networks to estimate the load profile of each node of the edge computing infrastructure to make proactive load profiling decisions. Our evaluation on a proof-of-concept implementation shows the benefits of our policy-based architecture in several (challenged disaster) scenarios but its applicability is broad to other IoT-based latency-sensitive applications.
网络觅食技术已经在边缘计算中提出,以支持资源密集型和延迟敏感的移动应用。在自然或人为灾难场景中,所有网络觅食挑战都因两个问题而加剧:边缘节点稀缺,因此容易过载;由于特殊的敌对条件,故障很常见。在本文中,我们研究了使用有效的负载分析和迁移策略来缓解此类问题。特别是,我们提出了FORMICA,这是一种网络觅食编排架构,其目标是最大限度地减少从移动设备卸载的一组作业的完成时间。现有的服务卸载解决方案主要是将工作外包到移动设备之外。我们的架构支持基于移动的卸载和后端驱动的卸载,也就是说,卸载决策是由边缘基础设施而不是移动节点做出的。FORMICA利用Gelenbe网络来估计边缘计算基础设施的每个节点的负载概况,以做出主动的负载概况决策。我们对概念验证实现的评估显示了我们基于策略的架构在几个(有挑战的灾难)场景中的好处,但它的适用性对其他基于物联网的延迟敏感应用程序也很广泛。
{"title":"Load Profiling and Migration for Effective Cyber Foraging in Disaster Scenarios with FORMICA","authors":"Agnese V. Ventrella, Flavio Esposito, L. Grieco","doi":"10.1109/NETSOFT.2018.8459971","DOIUrl":"https://doi.org/10.1109/NETSOFT.2018.8459971","url":null,"abstract":"Cyber foraging techniques have been proposed in edge computing to support resource-intensive and latency-sensitive mobile applications. In a natural or man-made disaster scenario, all cyber foraging challenges are exacerbated by two problems: edge nodes are scarce and hence easily overloaded and failures are common due to the ad-hoc hostile conditions. In this paper, we study the use of efficient load profiling and migration strategies to mitigate such problems. In particular, we propose FORMICA, an architecture for cyber foraging orchestration, whose goal is to minimize the completion time of a set of jobs offloaded from mobile devices. Existing service offloading solutions are mainly concerned with outsourcing a job out of the mobile responsibility. Our architecture supports both mobile-based offloading and backend-driven onloading i.e., the offloading decision is taken by the edge infrastructure and not by the mobile node. FORMICA leverages Gelenbe networks to estimate the load profile of each node of the edge computing infrastructure to make proactive load profiling decisions. Our evaluation on a proof-of-concept implementation shows the benefits of our policy-based architecture in several (challenged disaster) scenarios but its applicability is broad to other IoT-based latency-sensitive applications.","PeriodicalId":333377,"journal":{"name":"2018 4th IEEE Conference on Network Softwarization and Workshops (NetSoft)","volume":"85 6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127438190","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 16
[Copyright notice] (版权)
Pub Date : 2018-06-01 DOI: 10.1109/netsoft.2018.8474459
{"title":"[Copyright notice]","authors":"","doi":"10.1109/netsoft.2018.8474459","DOIUrl":"https://doi.org/10.1109/netsoft.2018.8474459","url":null,"abstract":"","PeriodicalId":333377,"journal":{"name":"2018 4th IEEE Conference on Network Softwarization and Workshops (NetSoft)","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129100534","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
2018 4th IEEE Conference on Network Softwarization and Workshops (NetSoft)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1