首页 > 最新文献

2018 30th International Teletraffic Congress (ITC 30)最新文献

英文 中文
Performance Implications of Packet Filtering with Linux eBPF Linux eBPF包过滤的性能影响
Pub Date : 2018-09-01 DOI: 10.1109/ITC30.2018.00039
D. Scholz, Daniel Raumer, Paul Emmerich, Alexander Kurtz, Krzysztof Lesiak, G. Carle
Firewall capabilities of operating systems are traditionally provided by inflexible filter routines or hooks in the kernel. These require privileged access to be configured and are not easily extensible for custom low-level actions. Since Linux 3.0, the Berkeley Packet Filter (BPF) allows user-written extensions in the kernel processing path. The successor, extended BPF (eBPF), improves flexibility and is realized via a virtual machine featuring both a just-in-time (JIT) compiler and an interpreter running in the kernel. It executes custom eBPF programs supplied by the user, effectively moving kernel functionality into user space. We present two case studies on the usage of Linux eBPF. First, we analyze the performance of the eXpress Data Path (XDP). XDP uses eBPF to process ingress traffic before the allocation of kernel data structures which comes along with performance benefits. In the second case study, eBPF is used to install application-specific packet filtering configurations acting on the socket level. Our case studies focus on performance aspects and discuss benefits and drawbacks.
操作系统的防火墙功能传统上是由内核中不灵活的过滤器例程或钩子提供的。这些需要配置特权访问,并且不容易扩展以用于自定义低级操作。从Linux 3.0开始,伯克利包过滤器(BPF)允许用户在内核处理路径中编写扩展。后继的扩展BPF (eBPF)提高了灵活性,并通过一个虚拟机实现,该虚拟机具有实时(JIT)编译器和运行在内核中的解释器。它执行用户提供的定制eBPF程序,有效地将内核功能转移到用户空间。我们介绍了两个关于Linux eBPF使用的案例研究。首先,我们分析了eXpress Data Path (XDP)的性能。在分配内核数据结构之前,XDP使用eBPF处理入口流量,这带来了性能优势。在第二个案例研究中,eBPF用于安装作用于套接字级别的特定于应用程序的包过滤配置。我们的案例研究侧重于性能方面,并讨论了优点和缺点。
{"title":"Performance Implications of Packet Filtering with Linux eBPF","authors":"D. Scholz, Daniel Raumer, Paul Emmerich, Alexander Kurtz, Krzysztof Lesiak, G. Carle","doi":"10.1109/ITC30.2018.00039","DOIUrl":"https://doi.org/10.1109/ITC30.2018.00039","url":null,"abstract":"Firewall capabilities of operating systems are traditionally provided by inflexible filter routines or hooks in the kernel. These require privileged access to be configured and are not easily extensible for custom low-level actions. Since Linux 3.0, the Berkeley Packet Filter (BPF) allows user-written extensions in the kernel processing path. The successor, extended BPF (eBPF), improves flexibility and is realized via a virtual machine featuring both a just-in-time (JIT) compiler and an interpreter running in the kernel. It executes custom eBPF programs supplied by the user, effectively moving kernel functionality into user space. We present two case studies on the usage of Linux eBPF. First, we analyze the performance of the eXpress Data Path (XDP). XDP uses eBPF to process ingress traffic before the allocation of kernel data structures which comes along with performance benefits. In the second case study, eBPF is used to install application-specific packet filtering configurations acting on the socket level. Our case studies focus on performance aspects and discuss benefits and drawbacks.","PeriodicalId":159861,"journal":{"name":"2018 30th International Teletraffic Congress (ITC 30)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126810534","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}
引用次数: 50
Online Algorithms for Cost-Effective Cloud Selection with Multiple Demands 基于多需求的高性价比云选择在线算法
Pub Date : 2018-09-01 DOI: 10.1109/ITC30.2018.00014
Youngmi Jin, M. Hayashi, A. Tagami
Cloud computing provides high flexibility for users by offering diverse cloud instances with various leasing periods and prices. Depending on the amount and duration of workload, a user can flexibly choose proper cloud instances to meet her demands. An intrinsic challenge facing the user is which classes of clouds and how many of them to purchase in order to meet her unpredictable demands at minimum cost. We consider an online problem deciding cost-effectively cloud classes and amount of clouds to meet dynamic multiple demands among many cloud classes when no future information of demands is available. We propose two online algorithms achieving O(M) and O(log M + log d_max) competitive ratios where M is the number of available cloud classes and d_max is the maximum demand of a given demand sequence.
云计算通过提供具有不同租期和价格的各种云实例,为用户提供了高度的灵活性。根据工作量的大小和持续时间,用户可以灵活地选择合适的云实例来满足自己的需求。用户面临的一个内在挑战是,为了以最小的成本满足其不可预测的需求,需要购买哪些类别的云,以及需要购买多少云。我们考虑一个在线问题,在没有未来需求信息的情况下,决定经济有效的云类别和云数量,以满足许多云类别之间的动态多重需求。我们提出了两种在线算法,实现O(M)和O(log M + log d_max)竞争比,其中M是可用云类的数量,d_max是给定需求序列的最大需求。
{"title":"Online Algorithms for Cost-Effective Cloud Selection with Multiple Demands","authors":"Youngmi Jin, M. Hayashi, A. Tagami","doi":"10.1109/ITC30.2018.00014","DOIUrl":"https://doi.org/10.1109/ITC30.2018.00014","url":null,"abstract":"Cloud computing provides high flexibility for users by offering diverse cloud instances with various leasing periods and prices. Depending on the amount and duration of workload, a user can flexibly choose proper cloud instances to meet her demands. An intrinsic challenge facing the user is which classes of clouds and how many of them to purchase in order to meet her unpredictable demands at minimum cost. We consider an online problem deciding cost-effectively cloud classes and amount of clouds to meet dynamic multiple demands among many cloud classes when no future information of demands is available. We propose two online algorithms achieving O(M) and O(log M + log d_max) competitive ratios where M is the number of available cloud classes and d_max is the maximum demand of a given demand sequence.","PeriodicalId":159861,"journal":{"name":"2018 30th International Teletraffic Congress (ITC 30)","volume":"50 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126782818","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}
引用次数: 3
Statistical Delay Bounds for Automatic Repeat Request Protocols with Pipelining 带有流水线的自动重复请求协议的统计延迟界限
Pub Date : 2018-09-01 DOI: 10.1109/ITC30.2018.00011
M. Akselrod, M. Fidler
The recent trend towards low-latency wireless communication requires a notion of non-ergodic capacity that deals with delays. Significant research in areas, such as effective capacity, delay-constrained capacity, and stochastic service curves, has contributed such results for relevant physical layer aspects, like fading processes, interference, and multiple antenna systems. Less attention has been paid to actual implementations of link layer automatic repeat request protocols. Instead, error-free transmission using instantaneous channel state information, simple stop-and-wait protocols, or instantaneous feedback are frequently assumed. In this work, we investigate protocols with pipelining that deal with packet errors under non-negligible round-trip-times. We define a stochastic service curve model of a general class of automatic repeat request protocols with pipelining and derive statistical waiting time and sojourn time bounds. We discover two regimes: under low to moderate load retransmissions cause the largest part of the sojourn time, whereas under high load the waiting time dominates the sojourn time. Generally, with increasing round-trip-time the basic cases of stop-and-wait protocols or instantaneous feedback neglect relevant effects and provide less accurate estimates.
低延迟无线通信的最新趋势需要一种处理延迟的非遍历容量的概念。在有效容量、延迟约束容量和随机服务曲线等领域的重要研究为衰落过程、干扰和多天线系统等物理层相关方面提供了这样的结果。链路层自动重复请求协议的实际实现很少受到关注。相反,通常假设使用瞬时通道状态信息、简单的停止-等待协议或瞬时反馈进行无错误传输。在这项工作中,我们研究了在不可忽略的往返时间下处理数据包错误的管道协议。定义了一类带有流水线的自动重复请求协议的随机服务曲线模型,导出了统计等待时间和停留时间界限。我们发现了两种情况:在低至中等负载下,重传占据了逗留时间的最大部分,而在高负载下,等待时间占了逗留时间的大部分。通常,随着往返时间的增加,停止等待协议或瞬时反馈的基本情况忽略了相关影响,并且提供的估计不太准确。
{"title":"Statistical Delay Bounds for Automatic Repeat Request Protocols with Pipelining","authors":"M. Akselrod, M. Fidler","doi":"10.1109/ITC30.2018.00011","DOIUrl":"https://doi.org/10.1109/ITC30.2018.00011","url":null,"abstract":"The recent trend towards low-latency wireless communication requires a notion of non-ergodic capacity that deals with delays. Significant research in areas, such as effective capacity, delay-constrained capacity, and stochastic service curves, has contributed such results for relevant physical layer aspects, like fading processes, interference, and multiple antenna systems. Less attention has been paid to actual implementations of link layer automatic repeat request protocols. Instead, error-free transmission using instantaneous channel state information, simple stop-and-wait protocols, or instantaneous feedback are frequently assumed. In this work, we investigate protocols with pipelining that deal with packet errors under non-negligible round-trip-times. We define a stochastic service curve model of a general class of automatic repeat request protocols with pipelining and derive statistical waiting time and sojourn time bounds. We discover two regimes: under low to moderate load retransmissions cause the largest part of the sojourn time, whereas under high load the waiting time dominates the sojourn time. Generally, with increasing round-trip-time the basic cases of stop-and-wait protocols or instantaneous feedback neglect relevant effects and provide less accurate estimates.","PeriodicalId":159861,"journal":{"name":"2018 30th International Teletraffic Congress (ITC 30)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116032044","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
Optimization of Controller Placement and Information Flow in Softwarized Networks 软件网络中控制器布局与信息流的优化
Pub Date : 2018-09-01 DOI: 10.1109/ITC30.2018.00026
Stanislav Lange
The Software Defined Networking (SDN) paradigm offers network operators numerous improvements in terms of flexibility, scalability, as well as cost efficiency and vendor independence. However, in order to maximize the benefit from these features, several new challenges in areas such as management and orchestration need to be addressed. The dissertation that is summarized in this paper makes contributions towards three key topics from these areas. Firstly, we design, implement, and evaluate two multi-objective heuristics for the SDN controller placement problem. Secondly, we develop and apply mechanisms for automated decision making based on the Pareto frontiers that are returned by the multi-objective optimizers. Finally, we investigate and quantify the performance benefits for the SDN control plane that can be achieved by integrating information from external entities such as Network Management Systems (NMSs) into the control loop. Our evaluation results demonstrate the impact of optimizing various parameters of softwarized networks at different levels and are used to derive guidelines for an efficient operation.
软件定义网络(SDN)范例在灵活性、可扩展性、成本效率和供应商独立性方面为网络运营商提供了许多改进。然而,为了最大限度地利用这些特性,需要解决管理和编排等领域的一些新挑战。本文所总结的论文对这些领域的三个关键主题做出了贡献。首先,我们设计、实现并评估了SDN控制器放置问题的两个多目标启发式算法。其次,我们开发并应用了基于Pareto边界的自动决策机制,这些边界由多目标优化器返回。最后,我们研究并量化了SDN控制平面的性能优势,这些优势可以通过将来自外部实体(如网络管理系统(nms))的信息集成到控制环路中来实现。我们的评估结果证明了在不同层次上优化软件网络的各种参数的影响,并用于推导有效操作的指导方针。
{"title":"Optimization of Controller Placement and Information Flow in Softwarized Networks","authors":"Stanislav Lange","doi":"10.1109/ITC30.2018.00026","DOIUrl":"https://doi.org/10.1109/ITC30.2018.00026","url":null,"abstract":"The Software Defined Networking (SDN) paradigm offers network operators numerous improvements in terms of flexibility, scalability, as well as cost efficiency and vendor independence. However, in order to maximize the benefit from these features, several new challenges in areas such as management and orchestration need to be addressed. The dissertation that is summarized in this paper makes contributions towards three key topics from these areas. Firstly, we design, implement, and evaluate two multi-objective heuristics for the SDN controller placement problem. Secondly, we develop and apply mechanisms for automated decision making based on the Pareto frontiers that are returned by the multi-objective optimizers. Finally, we investigate and quantify the performance benefits for the SDN control plane that can be achieved by integrating information from external entities such as Network Management Systems (NMSs) into the control loop. Our evaluation results demonstrate the impact of optimizing various parameters of softwarized networks at different levels and are used to derive guidelines for an efficient operation.","PeriodicalId":159861,"journal":{"name":"2018 30th International Teletraffic Congress (ITC 30)","volume":"296 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123120452","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
NetCal 2018 Schedule NetCal 2018时间表
Pub Date : 2018-09-01 DOI: 10.1109/itc30.2018.10051
{"title":"NetCal 2018 Schedule","authors":"","doi":"10.1109/itc30.2018.10051","DOIUrl":"https://doi.org/10.1109/itc30.2018.10051","url":null,"abstract":"","PeriodicalId":159861,"journal":{"name":"2018 30th International Teletraffic Congress (ITC 30)","volume":"102 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123234368","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
[Title page i] [标题页i]
Pub Date : 2018-09-01 DOI: 10.1109/itc30.2018.10046
{"title":"[Title page i]","authors":"","doi":"10.1109/itc30.2018.10046","DOIUrl":"https://doi.org/10.1109/itc30.2018.10046","url":null,"abstract":"","PeriodicalId":159861,"journal":{"name":"2018 30th International Teletraffic Congress (ITC 30)","volume":"28 1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129679124","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
Online Resource Allocation in Dynamic Optical Networks 动态光网络中的在线资源分配
Pub Date : 2018-09-01 DOI: 10.1109/ITC30.2018.00025
R. Reyes, T. Bauschert
This paper presents a synopsis of ongoing research in the field of resource allocation in dynamic optical networks. This type of networks are envisioned to serve connections with random arrival and holding times and with fast connection setup requirements. Based on this, we model resource allocation as a mechanism that includes network control functions for routing and spectrum assignment (RSA), connection admission control (CAC) and grade of service (GoS) control. The goal is to efficiently assign spectrum resources to connections so as to attain optimum performance. For that, the network is modelled as a stochastic loss system subject to spectrum continuity and contiguity constraints. The theory of Markov decision processes (MDP) is then applied to formulate an algorithm that performs fast, adaptive and state-dependent RSA, CAC and GoS control. The proposed algorithm can easily be integrated with existing protocols for fast connection setup. Moreover, we discuss the cost efficiency of selected network implementations which are based on basic, colorless and colorless and directionless optical nodes.
本文综述了动态光网络中资源分配的研究进展。这种类型的网络被设想为服务具有随机到达和保持时间以及快速连接设置要求的连接。基于此,我们将资源分配建模为一种包括路由和频谱分配(RSA)、连接允许控制(CAC)和服务等级(GoS)控制的网络控制功能的机制。目标是有效地将频谱资源分配给连接,以获得最佳性能。为此,将网络建模为受频谱连续性和连续性约束的随机损失系统。然后应用马尔可夫决策过程(MDP)理论制定了一种算法,该算法执行快速,自适应和状态依赖的RSA, CAC和GoS控制。该算法可以很容易地与现有协议集成,以快速建立连接。此外,我们还讨论了选择基于基本、无色和无色无方向光节点的网络实现的成本效率。
{"title":"Online Resource Allocation in Dynamic Optical Networks","authors":"R. Reyes, T. Bauschert","doi":"10.1109/ITC30.2018.00025","DOIUrl":"https://doi.org/10.1109/ITC30.2018.00025","url":null,"abstract":"This paper presents a synopsis of ongoing research in the field of resource allocation in dynamic optical networks. This type of networks are envisioned to serve connections with random arrival and holding times and with fast connection setup requirements. Based on this, we model resource allocation as a mechanism that includes network control functions for routing and spectrum assignment (RSA), connection admission control (CAC) and grade of service (GoS) control. The goal is to efficiently assign spectrum resources to connections so as to attain optimum performance. For that, the network is modelled as a stochastic loss system subject to spectrum continuity and contiguity constraints. The theory of Markov decision processes (MDP) is then applied to formulate an algorithm that performs fast, adaptive and state-dependent RSA, CAC and GoS control. The proposed algorithm can easily be integrated with existing protocols for fast connection setup. Moreover, we discuss the cost efficiency of selected network implementations which are based on basic, colorless and colorless and directionless optical nodes.","PeriodicalId":159861,"journal":{"name":"2018 30th International Teletraffic Congress (ITC 30)","volume":"40 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127678504","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
Cognitive Real-Time QoE Management in Video Streaming Services 视频流服务中的认知实时QoE管理
Pub Date : 2018-09-01 DOI: 10.1109/ITC30.2018.00028
M. T. Vega, A. Liotta
Satisfying the needs of users of online video streaming services requires not only to manage the network Quality of Service (QoS), but also to address the user's Quality of Experience (QoE) expectations. While QoS factors reflect the status of individual networks, they do not comprehensively capture the end-to-end features affecting the quality delivered to the user. In this situation, QoE management is the better option. However, traditionally used QoE management models require human interaction and have stringent requirements in terms of time and complexity. Thus, they fail to achieve successful performance in terms of real-timeliness, accuracy, scalability and adaptability. This dissertation work investigates new methods to bring QoE management to the level required by the real-time management of video services. In this paper, we highlight our main contributions. First, with the aim to perform a combined network-service assessment, we designed an experimental methodology able to map network QoS onto service QoE. Our methodology is meant to provide service and network providers with the means to pinpoint the working boundaries of their video-sets and to predict the effect of network policies on perception. Second, we developed a generic machine learning framework that allows deriving accurate predictive No Reference (NR) assessment metrics, based on simplistic NR QoE methods, that are functionally and computationally viable for real-time QoE evaluation. The tools, methods and conclusions derived from this dissertation conform a solid contribution to QoE management of video streaming services, opening new venues for further research.
满足在线视频流服务用户的需求,不仅需要对网络服务质量(QoS)进行管理,还需要满足用户对体验质量(QoE)的期望。虽然QoS因素反映了单个网络的状态,但它们并不能全面地捕捉到影响交付给用户的质量的端到端特征。在这种情况下,QoE管理是更好的选择。然而,传统上使用的QoE管理模型需要人工交互,并且在时间和复杂性方面有严格的要求。因此,它们在实时性、准确性、可扩展性和适应性方面未能取得成功的性能。本文研究了将质量质量管理提高到视频业务实时管理所需水平的新方法。在本文中,我们强调了我们的主要贡献。首先,为了进行综合网络服务评估,我们设计了一种能够将网络QoS映射到服务QoE的实验方法。我们的方法旨在为服务和网络提供商提供精确定位其视频集工作边界的方法,并预测网络策略对感知的影响。其次,我们开发了一个通用的机器学习框架,该框架允许基于简单的NR QoE方法获得准确的预测性无参考(NR)评估指标,这些方法在功能和计算上都适用于实时QoE评估。本论文的工具、方法和结论为视频流媒体服务的QoE管理做出了坚实的贡献,为进一步的研究开辟了新的领域。
{"title":"Cognitive Real-Time QoE Management in Video Streaming Services","authors":"M. T. Vega, A. Liotta","doi":"10.1109/ITC30.2018.00028","DOIUrl":"https://doi.org/10.1109/ITC30.2018.00028","url":null,"abstract":"Satisfying the needs of users of online video streaming services requires not only to manage the network Quality of Service (QoS), but also to address the user's Quality of Experience (QoE) expectations. While QoS factors reflect the status of individual networks, they do not comprehensively capture the end-to-end features affecting the quality delivered to the user. In this situation, QoE management is the better option. However, traditionally used QoE management models require human interaction and have stringent requirements in terms of time and complexity. Thus, they fail to achieve successful performance in terms of real-timeliness, accuracy, scalability and adaptability. This dissertation work investigates new methods to bring QoE management to the level required by the real-time management of video services. In this paper, we highlight our main contributions. First, with the aim to perform a combined network-service assessment, we designed an experimental methodology able to map network QoS onto service QoE. Our methodology is meant to provide service and network providers with the means to pinpoint the working boundaries of their video-sets and to predict the effect of network policies on perception. Second, we developed a generic machine learning framework that allows deriving accurate predictive No Reference (NR) assessment metrics, based on simplistic NR QoE methods, that are functionally and computationally viable for real-time QoE evaluation. The tools, methods and conclusions derived from this dissertation conform a solid contribution to QoE management of video streaming services, opening new venues for further research.","PeriodicalId":159861,"journal":{"name":"2018 30th International Teletraffic Congress (ITC 30)","volume":"53 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126015592","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
WhatsAnalyzer: A Tool for Collecting and Analyzing WhatsApp Mobile Messaging Communication Data WhatsAnalyzer:收集和分析WhatsApp移动消息通信数据的工具
Pub Date : 2018-09-01 DOI: 10.1109/ITC30.2018.00020
Anika Schwind, Michael Seufert
WhatsAnalyzer is a web-based service, which collects and analyzes chat histories of the mobile messaging application WhatsApp. Thereby, it leverages the e-mail export feature of WhatsApp to obtain the chat histories, which cannot be accessed otherwise due to encrypted storage on the mobile device and end-to-end encrypted transmission over the Internet. Thus, the major asset of the service is that real communication data can be collected without the bias introduced by observing or surveying participants. The collected communication data can be analyzed and provides valuable insights into the communication in WhatsApp and the resulting network traffic. To incentivize users to send chat histories, the privacy of users is respected by anonymizing all communication data. Moreover, some analyses of each chat history can be accessed on a web page by the sender of the chats.
WhatsAnalyzer是一项基于网络的服务,收集和分析移动通讯应用WhatsApp的聊天记录。因此,它利用WhatsApp的电子邮件导出功能来获取聊天记录,而聊天记录由于在移动设备上进行加密存储,通过互联网进行端到端加密传输,因此无法访问。因此,该服务的主要资产是可以收集真实的通信数据,而不会因观察或调查参与者而引入偏见。收集到的通信数据可以进行分析,并为WhatsApp中的通信和由此产生的网络流量提供有价值的见解。为了激励用户发送聊天记录,通过匿名化所有通信数据来尊重用户的隐私。此外,聊天记录的发送者可以在网页上访问每个聊天记录的一些分析。
{"title":"WhatsAnalyzer: A Tool for Collecting and Analyzing WhatsApp Mobile Messaging Communication Data","authors":"Anika Schwind, Michael Seufert","doi":"10.1109/ITC30.2018.00020","DOIUrl":"https://doi.org/10.1109/ITC30.2018.00020","url":null,"abstract":"WhatsAnalyzer is a web-based service, which collects and analyzes chat histories of the mobile messaging application WhatsApp. Thereby, it leverages the e-mail export feature of WhatsApp to obtain the chat histories, which cannot be accessed otherwise due to encrypted storage on the mobile device and end-to-end encrypted transmission over the Internet. Thus, the major asset of the service is that real communication data can be collected without the bias introduced by observing or surveying participants. The collected communication data can be analyzed and provides valuable insights into the communication in WhatsApp and the resulting network traffic. To incentivize users to send chat histories, the privacy of users is respected by anonymizing all communication data. Moreover, some analyses of each chat history can be accessed on a web page by the sender of the chats.","PeriodicalId":159861,"journal":{"name":"2018 30th International Teletraffic Congress (ITC 30)","volume":"71 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127118535","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}
引用次数: 9
Time Constrained Service-Aware Migration of Virtualized Services for Mobile Edge Computing 移动边缘计算虚拟化服务的时间约束感知迁移
Pub Date : 2018-09-01 DOI: 10.1109/ITC30.2018.00017
Peiyue Zhao, G. Dán
We consider the migration of virtualized services (VSs) in Mobile Edge Computing (MEC), so as to facilitate server maintenance, load balancing under mobility, improved energy efficiency and resource utilization, and incident response. We consider a set of VSs that has to be migrated from a source placement to a target placement, while maintaining service continuity as much as possible. We formulate the VS migration problem as an integer programming problem, and analyze its complexity. We propose an efficient iterative algorithm for computing when and in what order the VSs shall be migrated among the MEC nodes. We evaluate the proposed solution in terms of total service value, efficiency, and scalability. Extensive simulations show that our algorithm is computationally effective, and performs close to optimal.
我们考虑了移动边缘计算(MEC)中虚拟化服务(VSs)的迁移,以便于服务器维护、移动性下的负载平衡、提高能源效率和资源利用率以及事件响应。我们考虑一组必须从源位置迁移到目标位置的vcs,同时尽可能地保持服务连续性。我们将VS迁移问题表述为一个整数规划问题,并分析了其复杂性。我们提出了一种有效的迭代算法来计算VSs在MEC节点之间迁移的时间和顺序。我们根据总体服务价值、效率和可扩展性来评估建议的解决方案。大量的仿真表明,我们的算法计算有效,性能接近最优。
{"title":"Time Constrained Service-Aware Migration of Virtualized Services for Mobile Edge Computing","authors":"Peiyue Zhao, G. Dán","doi":"10.1109/ITC30.2018.00017","DOIUrl":"https://doi.org/10.1109/ITC30.2018.00017","url":null,"abstract":"We consider the migration of virtualized services (VSs) in Mobile Edge Computing (MEC), so as to facilitate server maintenance, load balancing under mobility, improved energy efficiency and resource utilization, and incident response. We consider a set of VSs that has to be migrated from a source placement to a target placement, while maintaining service continuity as much as possible. We formulate the VS migration problem as an integer programming problem, and analyze its complexity. We propose an efficient iterative algorithm for computing when and in what order the VSs shall be migrated among the MEC nodes. We evaluate the proposed solution in terms of total service value, efficiency, and scalability. Extensive simulations show that our algorithm is computationally effective, and performs close to optimal.","PeriodicalId":159861,"journal":{"name":"2018 30th International Teletraffic Congress (ITC 30)","volume":"45 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116035405","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
期刊
2018 30th International Teletraffic Congress (ITC 30)
全部 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学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1