首页 > 最新文献

2017 IEEE Symposium on Computers and Communications (ISCC)最新文献

英文 中文
Dynamic role assignment in Software-Defined Wireless Networks 软件定义无线网络中的动态角色分配
Pub Date : 2017-07-01 DOI: 10.1109/ISCC.2017.8024619
Pablo Graubner, Markus Sommer, M. Hollick, Bernd Freisleben
Software-defined networking paradigms have found their way into wireless edge networks, allowing network slicing, mobility management, and resource allocation. This paper presents dynamic role assignment as a novel approach to software-defined network topology management for wireless edge devices, such as laptops, tablets and smartphones. It combines the centralized control of wireless Network Interface Controller (NIC) modes with Network Function Virtualization (NFV) to integrate network topology transitions as well as network service and application service placement within a single mechanism. Our proposal is evaluated with respect to latency, bandwidth, and power consumption of the edge nodes. The experimental results show significant differences in both bandwidth (up to 18%) and power consumption (up to 15%) for playing different roles, and when using (a) a web proxy and (b) an intrusion prevention system as examples of application services.
软件定义网络范例已经进入无线边缘网络,允许网络切片、移动性管理和资源分配。本文将动态角色分配作为一种新颖的方法,用于无线边缘设备(如笔记本电脑、平板电脑和智能手机)的软件定义网络拓扑管理。它将无线网络接口控制器(NIC)模式的集中控制与网络功能虚拟化(NFV)相结合,将网络拓扑转换以及网络服务和应用服务放置集成在单一机制中。我们的建议是评估关于延迟,带宽和功耗的边缘节点。实验结果表明,当使用(a) web代理和(b)入侵防御系统作为应用服务示例时,扮演不同角色的带宽(高达18%)和功耗(高达15%)存在显著差异。
{"title":"Dynamic role assignment in Software-Defined Wireless Networks","authors":"Pablo Graubner, Markus Sommer, M. Hollick, Bernd Freisleben","doi":"10.1109/ISCC.2017.8024619","DOIUrl":"https://doi.org/10.1109/ISCC.2017.8024619","url":null,"abstract":"Software-defined networking paradigms have found their way into wireless edge networks, allowing network slicing, mobility management, and resource allocation. This paper presents dynamic role assignment as a novel approach to software-defined network topology management for wireless edge devices, such as laptops, tablets and smartphones. It combines the centralized control of wireless Network Interface Controller (NIC) modes with Network Function Virtualization (NFV) to integrate network topology transitions as well as network service and application service placement within a single mechanism. Our proposal is evaluated with respect to latency, bandwidth, and power consumption of the edge nodes. The experimental results show significant differences in both bandwidth (up to 18%) and power consumption (up to 15%) for playing different roles, and when using (a) a web proxy and (b) an intrusion prevention system as examples of application services.","PeriodicalId":106141,"journal":{"name":"2017 IEEE Symposium on Computers and Communications (ISCC)","volume":"88 2","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131830426","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
Compressed incremental checkpointing for efficient replicated key-value stores 压缩增量检查点,用于高效复制键值存储
Pub Date : 2017-07-01 DOI: 10.1109/ISCC.2017.8024508
Berkin Guler, Öznur Özkasap
The prominent cloud services rely on geographically distributed nodes running replication and other fault-tolerance mechanisms so as to provide flawless availability and dependability. In this paper, we address the communication cost of the well known primary-backup replication protocol, and propose compressed periodic incremental checkpoint algorithms to achieve improved throughput. We set up a replicated key-value store on geographically distributed nodes of the PlanetLab platform, and developed compressed incremental checkpointing algorithms to support primary-backup replication. By considering performance metrics of interest including blocking time, checkpointing time, compression ratio, compression/ decompression times, we conducted a comprehensive analysis. We used the well-known benchmarking tool YCSB and established different sample workloads to test where each workload represents diverse plots. Our findings indicate that Zstd is the most competent compression method under all scenarios and through comparing with an uncompressed approach we point out that compressing the communication data disseminated from the primary replica coupled with the periodic incremental checkpointing algorithm not only decreases the average blocking time up to 5% but it also improves the overall system throughput by 4% compared to the no compression case.
杰出的云服务依赖于地理上分布的节点来运行复制和其他容错机制,从而提供完美的可用性和可靠性。在本文中,我们解决了众所周知的主备份复制协议的通信成本,并提出了压缩周期性增量检查点算法来提高吞吐量。我们在PlanetLab平台的地理分布节点上建立了一个复制的键值存储,并开发了压缩增量检查点算法来支持主备份复制。通过考虑感兴趣的性能指标,包括阻塞时间、检查点时间、压缩比、压缩/解压时间,我们进行了全面的分析。我们使用了著名的基准测试工具YCSB,并建立了不同的样本工作负载进行测试,其中每个工作负载代表不同的图。我们的研究结果表明,Zstd是所有场景下最有效的压缩方法,通过与未压缩方法的比较,我们指出压缩从主副本传播的通信数据并结合周期性增量检查点算法不仅减少了平均阻塞时间高达5%,而且与未压缩情况相比,它还提高了4%的整体系统吞吐量。
{"title":"Compressed incremental checkpointing for efficient replicated key-value stores","authors":"Berkin Guler, Öznur Özkasap","doi":"10.1109/ISCC.2017.8024508","DOIUrl":"https://doi.org/10.1109/ISCC.2017.8024508","url":null,"abstract":"The prominent cloud services rely on geographically distributed nodes running replication and other fault-tolerance mechanisms so as to provide flawless availability and dependability. In this paper, we address the communication cost of the well known primary-backup replication protocol, and propose compressed periodic incremental checkpoint algorithms to achieve improved throughput. We set up a replicated key-value store on geographically distributed nodes of the PlanetLab platform, and developed compressed incremental checkpointing algorithms to support primary-backup replication. By considering performance metrics of interest including blocking time, checkpointing time, compression ratio, compression/ decompression times, we conducted a comprehensive analysis. We used the well-known benchmarking tool YCSB and established different sample workloads to test where each workload represents diverse plots. Our findings indicate that Zstd is the most competent compression method under all scenarios and through comparing with an uncompressed approach we point out that compressing the communication data disseminated from the primary replica coupled with the periodic incremental checkpointing algorithm not only decreases the average blocking time up to 5% but it also improves the overall system throughput by 4% compared to the no compression case.","PeriodicalId":106141,"journal":{"name":"2017 IEEE Symposium on Computers and Communications (ISCC)","volume":"118 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134483533","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
Fault tolerant protocol for data collecting in wireless sensor networks 无线传感器网络数据采集容错协议
Pub Date : 2017-07-01 DOI: 10.1109/ISCC.2017.8024575
J. Cichon, Maciej Gebala, M. Zawada
We consider the problem of reliable and minimal delay transmission in a wireless sensor network that uses time division in order to schedule its node-to-node communication in time-bounded manner. We propose an algorithm that uses the message acknowledgment method and solves this problem. We show bounds for its expected value of message delivery time. Moreover, our algorithm is based on simple state machine that do not require much computational power, thus could be executed on very weak devices.
本文研究了无线传感器网络中可靠和最小延迟传输的问题,该网络使用时间划分来以有时间的方式调度其节点到节点的通信。我们提出了一种使用消息确认方法的算法来解决这个问题。我们给出了它的消息传递时间期望值的界限。此外,我们的算法基于简单的状态机,不需要太多的计算能力,因此可以在非常弱的设备上执行。
{"title":"Fault tolerant protocol for data collecting in wireless sensor networks","authors":"J. Cichon, Maciej Gebala, M. Zawada","doi":"10.1109/ISCC.2017.8024575","DOIUrl":"https://doi.org/10.1109/ISCC.2017.8024575","url":null,"abstract":"We consider the problem of reliable and minimal delay transmission in a wireless sensor network that uses time division in order to schedule its node-to-node communication in time-bounded manner. We propose an algorithm that uses the message acknowledgment method and solves this problem. We show bounds for its expected value of message delivery time. Moreover, our algorithm is based on simple state machine that do not require much computational power, thus could be executed on very weak devices.","PeriodicalId":106141,"journal":{"name":"2017 IEEE Symposium on Computers and Communications (ISCC)","volume":"25 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114502946","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
A Mobile Edge Computing-assisted video delivery architecture for wireless heterogeneous networks 一种基于移动边缘计算的无线异构网络视频传输架构
Pub Date : 2017-07-01 DOI: 10.1109/ISCC.2017.8024583
Yue Li, P. A. Frangoudis, Y. H. Aoul, P. Bertin
We focus on QoE-optimized video delivery in a wireless heterogeneous network setting, where users equipped with multi-interface devices access a Dynamic Adaptive Streaming over HTTP (DASH) video service. We provide an Integer Linear Programming (ILP) formulation for the problem of optimal joint video quality and network interface selection and a heuristic algorithm to solve it, shown via simulation and testbed experiments to achieve near-optimal performance in terms of Quality of Experience (QoE), with reduced execution time. We further design a video delivery architecture based on the emerging Mobile Edge Computing (MEC) standard, where our video quality and network selection functionality is executed as a MEC application. Notably, our architecture transparently operates with standard DASH clients.
我们专注于无线异构网络设置中qos优化的视频传输,其中配备多接口设备的用户访问动态自适应HTTP流(DASH)视频服务。我们为最佳联合视频质量和网络接口选择问题提供了一个整数线性规划(ILP)公式,并提供了一个启发式算法来解决这个问题,通过仿真和试验台实验证明,在减少执行时间的情况下,在体验质量(QoE)方面实现了接近最佳的性能。我们进一步设计了基于新兴移动边缘计算(MEC)标准的视频传输架构,其中我们的视频质量和网络选择功能作为MEC应用程序执行。值得注意的是,我们的架构透明地与标准DASH客户端一起运行。
{"title":"A Mobile Edge Computing-assisted video delivery architecture for wireless heterogeneous networks","authors":"Yue Li, P. A. Frangoudis, Y. H. Aoul, P. Bertin","doi":"10.1109/ISCC.2017.8024583","DOIUrl":"https://doi.org/10.1109/ISCC.2017.8024583","url":null,"abstract":"We focus on QoE-optimized video delivery in a wireless heterogeneous network setting, where users equipped with multi-interface devices access a Dynamic Adaptive Streaming over HTTP (DASH) video service. We provide an Integer Linear Programming (ILP) formulation for the problem of optimal joint video quality and network interface selection and a heuristic algorithm to solve it, shown via simulation and testbed experiments to achieve near-optimal performance in terms of Quality of Experience (QoE), with reduced execution time. We further design a video delivery architecture based on the emerging Mobile Edge Computing (MEC) standard, where our video quality and network selection functionality is executed as a MEC application. Notably, our architecture transparently operates with standard DASH clients.","PeriodicalId":106141,"journal":{"name":"2017 IEEE Symposium on Computers and Communications (ISCC)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125617784","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}
引用次数: 13
SuPRANO: On the localization of connected vehicles in hostile environments: A Semi-suPervised manifold leaRning technique 恶劣环境下网联车辆的定位:半监督流形学习技术
Pub Date : 2017-07-01 DOI: 10.1109/ISCC.2017.8024667
Ahmed Soua, R. Soua
In wireless hostile environments such as tunnels, tall buildings, undergrounds and dense vegetation where Global Positioning System (GPS) signals can be unavailable, vehicles are prevented from exchanging accurate positions. Hence critical information may be lost or misled. To overcome these limitations, this paper proposes an innovative technique for localization estimation called SuPRANO, a Semi-suPervised manifold leaRning based locAlization algorithm for vehicular NetwOrks. The key innovation in our technique is leverage the theory of semi-supervised learning. Specifically, SuPRANO employs a certain number of well localized vehicles, called leading vehicles, that collect signal measurements from non-localized vehicles (non leading vehicles) to estimate the position of these latter. The resulting technique is naturally realistic and performs very well.
在隧道、高层建筑、地下和茂密植被等无线恶劣环境中,全球定位系统(GPS)信号可能无法获得,车辆无法交换准确位置。因此,关键信息可能会丢失或被误导。为了克服这些限制,本文提出了一种创新的定位估计技术,称为SuPRANO,一种基于半监督流形学习的车辆网络定位算法。我们技术的关键创新是利用半监督学习理论。具体来说,SuPRANO使用一定数量的定位良好的车辆,称为先导车辆,收集非定位车辆(非先导车辆)的信号测量值,以估计后者的位置。由此产生的技术自然是真实的,并且性能非常好。
{"title":"SuPRANO: On the localization of connected vehicles in hostile environments: A Semi-suPervised manifold leaRning technique","authors":"Ahmed Soua, R. Soua","doi":"10.1109/ISCC.2017.8024667","DOIUrl":"https://doi.org/10.1109/ISCC.2017.8024667","url":null,"abstract":"In wireless hostile environments such as tunnels, tall buildings, undergrounds and dense vegetation where Global Positioning System (GPS) signals can be unavailable, vehicles are prevented from exchanging accurate positions. Hence critical information may be lost or misled. To overcome these limitations, this paper proposes an innovative technique for localization estimation called SuPRANO, a Semi-suPervised manifold leaRning based locAlization algorithm for vehicular NetwOrks. The key innovation in our technique is leverage the theory of semi-supervised learning. Specifically, SuPRANO employs a certain number of well localized vehicles, called leading vehicles, that collect signal measurements from non-localized vehicles (non leading vehicles) to estimate the position of these latter. The resulting technique is naturally realistic and performs very well.","PeriodicalId":106141,"journal":{"name":"2017 IEEE Symposium on Computers and Communications (ISCC)","volume":"40 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124679095","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
A cooperative location service for VANETs 为VANETs提供的合作定位服务
Pub Date : 2017-07-01 DOI: 10.1109/ISCC.2017.8024504
Tawfiq Nebbou, H. Fouchal, M. Lehsaini, Marwane Ayaida
Routing messages over vehicular ad hoc networks (VANETs) is usually achieved through geographic routing protocols. In such networks, the vehicle dynamics causes rapid changes on the vehicle density and the communication links. In order to be efficient to route messages from a vehicle to another, we need to locate each node (its position), this is achieved by a location service. This study works on simple location service adapted for unicast routing over VANETs in city environment. This service is able to find a route from a route from a source to the destination and this route is the one passing through the most dense path‥ We have implemented our proposal on the OMNET++ simulator and we have conducted extensive simulations in different scenarios to evaluate its scalability and robustness against frequent topology changes. The results obtained have shown that our proposed protocol provides significant improvements in terms of packet delivery ratio, end-to-end delay and overhead compared to EGyTAR protocol.
车辆自组织网络(vanet)上的路由消息通常通过地理路由协议实现。在这种网络中,车辆的动态变化会导致车辆密度和通信链路的快速变化。为了有效地将消息从一辆车路由到另一辆车,我们需要定位每个节点(它的位置),这是通过位置服务实现的。本文研究了适合城市环境下vanet单播路由的简单位置服务。这个服务能够从一个从源到目的地的路由找到一条路由,这条路由是通过最密集的路径的路由。我们已经在omnet++模拟器上实现了我们的提议,我们已经在不同的场景中进行了广泛的模拟,以评估其可扩展性和鲁棒性,以应对频繁的拓扑变化。结果表明,与EGyTAR协议相比,我们提出的协议在分组传输比、端到端延迟和开销方面有了显著的改进。
{"title":"A cooperative location service for VANETs","authors":"Tawfiq Nebbou, H. Fouchal, M. Lehsaini, Marwane Ayaida","doi":"10.1109/ISCC.2017.8024504","DOIUrl":"https://doi.org/10.1109/ISCC.2017.8024504","url":null,"abstract":"Routing messages over vehicular ad hoc networks (VANETs) is usually achieved through geographic routing protocols. In such networks, the vehicle dynamics causes rapid changes on the vehicle density and the communication links. In order to be efficient to route messages from a vehicle to another, we need to locate each node (its position), this is achieved by a location service. This study works on simple location service adapted for unicast routing over VANETs in city environment. This service is able to find a route from a route from a source to the destination and this route is the one passing through the most dense path‥ We have implemented our proposal on the OMNET++ simulator and we have conducted extensive simulations in different scenarios to evaluate its scalability and robustness against frequent topology changes. The results obtained have shown that our proposed protocol provides significant improvements in terms of packet delivery ratio, end-to-end delay and overhead compared to EGyTAR protocol.","PeriodicalId":106141,"journal":{"name":"2017 IEEE Symposium on Computers and Communications (ISCC)","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134120688","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}
引用次数: 8
A novel urban traffic management mechanism based on FOG 一种基于光纤陀螺的城市交通管理机制
Pub Date : 2017-07-01 DOI: 10.1109/ISCC.2017.8024559
Celso A. R. L. Brennand, A. Boukerche, R. Meneguette, L. Villas
An increase of vehicles in a city without an efficient infrastructure of traffic management can cause damages not only financial but also environmental and social. In order to support urban traffic system to relieve the traffic congestion and the damage caused by congestion of vehicles, in this paper, we propose a mechanism for Intelligent Transport Systems named FOg RoutE VEhiculaR (FOREVER), in order to assist the traffic management in Vehicular Networks (VANET). For achieving this, FOREVER will detect and recommend an alternative route for the vehicles to avoid previous congestion. FOREVER is based on FOG computing paradigm that aims of to compute and modify the route of the vehicle to avoid the formation of congestion. Thus, the results show that FOREVER had a reduction about 7.9% of the CO2 emissions, 8.3% the stop time and 7.6% of the trip time.
在一个没有有效的交通管理基础设施的城市中,车辆的增加不仅会造成经济损失,还会造成环境和社会损失。为了支持城市交通系统缓解交通拥堵和车辆拥堵造成的损害,本文提出了一种基于FOg RoutE vehicle (FOREVER)的智能交通系统机制,以辅助车辆网络(VANET)中的交通管理。为了实现这一目标,FOREVER将检测并为车辆推荐一条替代路线,以避免之前的拥堵。FOREVER基于FOG计算范式,旨在计算和修改车辆的路线,以避免拥堵的形成。因此,结果表明,FOREVER减少了约7.9%的二氧化碳排放量,8.3%的停车时间和7.6%的行程时间。
{"title":"A novel urban traffic management mechanism based on FOG","authors":"Celso A. R. L. Brennand, A. Boukerche, R. Meneguette, L. Villas","doi":"10.1109/ISCC.2017.8024559","DOIUrl":"https://doi.org/10.1109/ISCC.2017.8024559","url":null,"abstract":"An increase of vehicles in a city without an efficient infrastructure of traffic management can cause damages not only financial but also environmental and social. In order to support urban traffic system to relieve the traffic congestion and the damage caused by congestion of vehicles, in this paper, we propose a mechanism for Intelligent Transport Systems named FOg RoutE VEhiculaR (FOREVER), in order to assist the traffic management in Vehicular Networks (VANET). For achieving this, FOREVER will detect and recommend an alternative route for the vehicles to avoid previous congestion. FOREVER is based on FOG computing paradigm that aims of to compute and modify the route of the vehicle to avoid the formation of congestion. Thus, the results show that FOREVER had a reduction about 7.9% of the CO2 emissions, 8.3% the stop time and 7.6% of the trip time.","PeriodicalId":106141,"journal":{"name":"2017 IEEE Symposium on Computers and Communications (ISCC)","volume":"55 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132033616","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}
引用次数: 37
FMR-PDP: Flexible multiple-replica provable data possession in cloud storage FMR-PDP:云存储中灵活的多副本可证明的数据占有
Pub Date : 2017-07-01 DOI: 10.1109/ISCC.2017.8024675
Limin Li, Yahui Yang, Zhonghai Wu
Cloud storage is a service provided by cloud service provider (CSP). More and more individuals and organizations accept the scheme and outsource their data to CSP seeking to reduce local storage burden. Since the outsourced files are no longer under the data owners' direct control and CSP is not trustworthy, it is necessary for data owners to check the integrity of their files outsourced to CSP. To address this crucial problem, some provable data possession (PDP) protocols have been presented. In order to obtain higher availability, storing multiple replicas is a common strategy in cloud storage. Most recent researches on multiple-replica provable data possession (MR-PDP) use homomorphic linear authenticators (HLAs) to generate aggregated tags for the blocks at the same indices in each replica, but it cannot verify single replica to identify the corrupted replicas. In this paper, we proposed a novel multiple replica provable data possession scheme, named FMR-PDP. In FMR-PDP, we compute tags based on vector dot product instead of expensive group exponentiation operations, and only generate one tag for all blocks at the same indices in each replica. Our FMR-PDP scheme supports a flexible data possession verification, which means the data owner can check any number of replicas in a verification. In addition, we make a comprehensive performance analysis, which shows that our proposed scheme is flexible and efficient.
云存储是云服务提供商(CSP)提供的一种服务。越来越多的个人和组织接受这种方案,并将他们的数据外包给CSP,以减少本地存储负担。由于外判文件已不再受资料拥有人的直接控制,而CSP又不值得信任,因此资料拥有人有必要检查外判给CSP的文件的完整性。为了解决这个关键问题,已经提出了一些可证明的数据占有(PDP)协议。为了获得更高的可用性,存储多个副本是云存储中的常用策略。最近的多副本可证明数据占有(MR-PDP)研究大多使用同态线性身份验证器(HLAs)为每个副本中相同索引处的块生成聚合标签,但它不能验证单个副本以识别损坏的副本。本文提出了一种新的多副本可证明数据占有方案——FMR-PDP。在FMR-PDP中,我们基于向量点积而不是昂贵的群幂运算来计算标签,并且每个副本中相同索引处的所有块仅生成一个标签。我们的FMR-PDP方案支持灵活的数据占有验证,这意味着数据所有者可以在验证中检查任意数量的副本。此外,我们还进行了全面的性能分析,表明我们提出的方案是灵活和高效的。
{"title":"FMR-PDP: Flexible multiple-replica provable data possession in cloud storage","authors":"Limin Li, Yahui Yang, Zhonghai Wu","doi":"10.1109/ISCC.2017.8024675","DOIUrl":"https://doi.org/10.1109/ISCC.2017.8024675","url":null,"abstract":"Cloud storage is a service provided by cloud service provider (CSP). More and more individuals and organizations accept the scheme and outsource their data to CSP seeking to reduce local storage burden. Since the outsourced files are no longer under the data owners' direct control and CSP is not trustworthy, it is necessary for data owners to check the integrity of their files outsourced to CSP. To address this crucial problem, some provable data possession (PDP) protocols have been presented. In order to obtain higher availability, storing multiple replicas is a common strategy in cloud storage. Most recent researches on multiple-replica provable data possession (MR-PDP) use homomorphic linear authenticators (HLAs) to generate aggregated tags for the blocks at the same indices in each replica, but it cannot verify single replica to identify the corrupted replicas. In this paper, we proposed a novel multiple replica provable data possession scheme, named FMR-PDP. In FMR-PDP, we compute tags based on vector dot product instead of expensive group exponentiation operations, and only generate one tag for all blocks at the same indices in each replica. Our FMR-PDP scheme supports a flexible data possession verification, which means the data owner can check any number of replicas in a verification. In addition, we make a comprehensive performance analysis, which shows that our proposed scheme is flexible and efficient.","PeriodicalId":106141,"journal":{"name":"2017 IEEE Symposium on Computers and Communications (ISCC)","volume":"68 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132954915","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}
引用次数: 13
You can run but you cannot hide from memory: Extracting IM evidence of Android apps 你可以运行,但你不能从内存中隐藏:提取Android应用程序的IM证据
Pub Date : 2017-07-01 DOI: 10.1109/ISCC.2017.8024571
Antonia Nisioti, Alexios Mylonas, Vasilios Katos, Paul Yoo, A. Chryssanthou
Smartphones have become a vital part of our business and everyday life, as they constitute the primary communication vector. Android dominates the smartphone market (86.2%) and has become pervasive, running in ‘smart’ devices such as tablets, TV, watches, etc. Nowadays, instant messaging applications have become popular amongst smartphone users and since 2016 are the main way of messaging communication. Consequently, their inclusion in any forensics analysis is necessary as they constitute a source of valuable data, which might be used as (admissible) evidence. Often, their examination involves the extraction and analysis of the applications' databases that reside in the device's internal or external memory. The downfall of this method is the fact that databases can be tampered or erased, therefore the evidence might be accidentally or maliciously modified. In this paper, a methodology for retrieving instant messaging data from the volatile memory of Android smartphones is proposed, instead of the traditional database retrieval. The methodology is demonstrated with the use of a case study of four experiments, which provide insights regarding the behavior of such data in memory. Our experimental results show that a large amount of data can be retrieved from the memory, even if the device's battery is removed for a short time. In addition, the retrieved data are not only recent messages, but also messages sent a few months before data acquisition.
智能手机已经成为我们商业和日常生活的重要组成部分,因为它们构成了主要的通信媒介。Android在智能手机市场占据主导地位(86.2%),并已普及到平板电脑、电视、手表等“智能”设备中。如今,即时通讯应用程序在智能手机用户中很受欢迎,自2016年以来,它已成为短信通信的主要方式。因此,有必要将它们列入任何法医分析,因为它们构成了宝贵数据的来源,可以用作(可接受的)证据。通常,他们的检查包括提取和分析驻留在设备内部或外部存储器中的应用程序数据库。这种方法的缺点是数据库可能被篡改或删除,因此证据可能被意外或恶意修改。本文提出了一种从Android智能手机的易失性存储器中检索即时通讯数据的方法,取代了传统的数据库检索方法。该方法通过四个实验的案例研究进行了演示,这些实验提供了有关此类数据在内存中的行为的见解。我们的实验结果表明,即使在短时间内取出设备的电池,也可以从存储器中检索到大量数据。此外,检索到的数据不仅是最近的消息,而且是在数据采集前几个月发送的消息。
{"title":"You can run but you cannot hide from memory: Extracting IM evidence of Android apps","authors":"Antonia Nisioti, Alexios Mylonas, Vasilios Katos, Paul Yoo, A. Chryssanthou","doi":"10.1109/ISCC.2017.8024571","DOIUrl":"https://doi.org/10.1109/ISCC.2017.8024571","url":null,"abstract":"Smartphones have become a vital part of our business and everyday life, as they constitute the primary communication vector. Android dominates the smartphone market (86.2%) and has become pervasive, running in ‘smart’ devices such as tablets, TV, watches, etc. Nowadays, instant messaging applications have become popular amongst smartphone users and since 2016 are the main way of messaging communication. Consequently, their inclusion in any forensics analysis is necessary as they constitute a source of valuable data, which might be used as (admissible) evidence. Often, their examination involves the extraction and analysis of the applications' databases that reside in the device's internal or external memory. The downfall of this method is the fact that databases can be tampered or erased, therefore the evidence might be accidentally or maliciously modified. In this paper, a methodology for retrieving instant messaging data from the volatile memory of Android smartphones is proposed, instead of the traditional database retrieval. The methodology is demonstrated with the use of a case study of four experiments, which provide insights regarding the behavior of such data in memory. Our experimental results show that a large amount of data can be retrieved from the memory, even if the device's battery is removed for a short time. In addition, the retrieved data are not only recent messages, but also messages sent a few months before data acquisition.","PeriodicalId":106141,"journal":{"name":"2017 IEEE Symposium on Computers and Communications (ISCC)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121151740","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
Virtual Tether Search: A self-constraining search algorithm for swarms in an open ocean 虚拟绳系搜索:一个自约束搜索算法的群体在开放的海洋
Pub Date : 2017-07-01 DOI: 10.1109/ISCC.2017.8024677
S. Tolba, R. Ammar
Underwater robotic swarms have more challenging operating conditions when compared to their ground counterparts. One such major limitation is vastness of the oceanic environment, which significantly increases the possibility of losing swarm members. Although swarms can tolerate losses, if care is not taken in the design of swarm-level behaviors, they can cause a complete failure of the mission. An additional design factor for such systems is, therefore, the spatial constrained-ness of the swarm. Virtual Tether Search (VTS) has been developed to address this concern. Robots use a virtual tether attached to the drop-off location along with dead-reckoning to stay within a maximum-radius distance from that location. Constrained Spiral Flocking (CSF), a previously developed algorithm, Robotic Particle Swarm Optimization (R-PSO), and Simple Sweeping (SSW) are compared to VTS and pros and cons of each algorithm are highlighted. VTS is shown to have a superior behavior in terms of omni-directionality and loss-prevention at the expense of relatively slow, but guaranteed convergence.
与地面机器人群相比,水下机器人群的操作条件更具挑战性。其中一个主要的限制是海洋环境的浩瀚,这大大增加了失去群体成员的可能性。虽然群体可以容忍损失,但如果在设计群体行为时不小心,它们可能会导致任务的彻底失败。因此,这种系统的另一个设计因素是群体的空间约束性。虚拟系绳搜索(VTS)的开发就是为了解决这个问题。机器人使用连接在落点上的虚拟缆绳以及航位推算来保持与该地点的最大半径距离。将先前开发的约束螺旋群集算法(CSF)、机器人粒子群优化算法(R-PSO)和简单扫描算法(SSW)与VTS进行了比较,并强调了每种算法的优缺点。VTS在全方向性和防丢失方面具有优越的性能,但收敛速度相对较慢,但有保证。
{"title":"Virtual Tether Search: A self-constraining search algorithm for swarms in an open ocean","authors":"S. Tolba, R. Ammar","doi":"10.1109/ISCC.2017.8024677","DOIUrl":"https://doi.org/10.1109/ISCC.2017.8024677","url":null,"abstract":"Underwater robotic swarms have more challenging operating conditions when compared to their ground counterparts. One such major limitation is vastness of the oceanic environment, which significantly increases the possibility of losing swarm members. Although swarms can tolerate losses, if care is not taken in the design of swarm-level behaviors, they can cause a complete failure of the mission. An additional design factor for such systems is, therefore, the spatial constrained-ness of the swarm. Virtual Tether Search (VTS) has been developed to address this concern. Robots use a virtual tether attached to the drop-off location along with dead-reckoning to stay within a maximum-radius distance from that location. Constrained Spiral Flocking (CSF), a previously developed algorithm, Robotic Particle Swarm Optimization (R-PSO), and Simple Sweeping (SSW) are compared to VTS and pros and cons of each algorithm are highlighted. VTS is shown to have a superior behavior in terms of omni-directionality and loss-prevention at the expense of relatively slow, but guaranteed convergence.","PeriodicalId":106141,"journal":{"name":"2017 IEEE Symposium on Computers and Communications (ISCC)","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2017-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121607346","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
期刊
2017 IEEE Symposium on Computers and Communications (ISCC)
全部 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