2015 10th International Conference on P2P, Parallel, Grid, Cloud and Internet Computing (3PGCIC)最新文献

筛选
英文 中文
Basic Internet Foundation and Cloud Computing 互联网基础与云计算
G. Suciu, Cristina Butca, Victor Suciu, Alin Geaba, Alexandru Stancu, Stefan Arseni
{"title":"Basic Internet Foundation and Cloud Computing","authors":"G. Suciu, Cristina Butca, Victor Suciu, Alin Geaba, Alexandru Stancu, Stefan Arseni","doi":"10.1109/3PGCIC.2015.146","DOIUrl":"https://doi.org/10.1109/3PGCIC.2015.146","url":null,"abstract":"Basic Internet Foundation is an institute that aims to ensure optimized content delivery for capacity-limited networks. In this paper we describe the foundation's initiative in offering free access to low capacity Internet to people in areas with low admission and economic problems and/or no Internet coverage. The main contribution of this paper consists in pointing out solutions that this foundation proposes, as well as what other programs or companies have found encouraging the Internet development and adoption of Cloud Computing.","PeriodicalId":395401,"journal":{"name":"2015 10th International Conference on P2P, Parallel, Grid, Cloud and Internet Computing (3PGCIC)","volume":"296 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123745463","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
Trade-Off between QoE and Operational Cost in Edge Resource Supported Video Streaming 边缘资源支持视频流中QoE与运营成本的权衡
Valentin Burger, George Darzanos, I. Papafili, Michael Seufert
{"title":"Trade-Off between QoE and Operational Cost in Edge Resource Supported Video Streaming","authors":"Valentin Burger, George Darzanos, I. Papafili, Michael Seufert","doi":"10.1109/3PGCIC.2015.185","DOIUrl":"https://doi.org/10.1109/3PGCIC.2015.185","url":null,"abstract":"The largest share of today's consumer Internet traffic is video streaming and its demand on content delivery networks is continuously growing. To cope with the increasing demand of video streaming, recent work proposes mitigating end-user equipment to support content delivery at the edge of the network. The throughput of end-user equipment supporting content delivery is limited by the uplink of the users Internet connection. Especially for video streaming insufficient throughput causes the video to stall and affects the Quality of Experience (QoE) of end-users. To prevent video streams from stalling, we consider a tiered caching architecture, which requests higher tier caches to support content delivery, if the uplink throughput drops below a certain threshold. We conduct a simulative performance evaluation of the mechanism to investigate its impact on the QoE of end-users. Our results show that especially if the upload bandwidth of end-user equipment is low the setting of the threshold has a high impact. This can be used by operators to achieve the desired trade-off between QoE and operational cost for cache resources.","PeriodicalId":395401,"journal":{"name":"2015 10th International Conference on P2P, Parallel, Grid, Cloud and Internet Computing (3PGCIC)","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122322443","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
Analysis of Computational Models and Application Characteristics Suitable for Reconfigurable FPGAs 适于可重构fpga的计算模型及应用特性分析
D. Perera, K. F. Li
{"title":"Analysis of Computational Models and Application Characteristics Suitable for Reconfigurable FPGAs","authors":"D. Perera, K. F. Li","doi":"10.1109/3PGCIC.2015.143","DOIUrl":"https://doi.org/10.1109/3PGCIC.2015.143","url":null,"abstract":"With the proliferation of mobile and handheld devices, many applications have found their way into these devices. In order to process the applications on mobile systems, effectively and efficiently, optimized hardware-software architectures are needed. Our previous analysis illustrated that FPGA-based reconfigurable systems provide the most viable option to support application on mobile devices. However, computation models and application characteristics also play significant roles in determining whether FPGA-based reconfigurable hardware is indeed a good match for specific applications on a mobile or embedded platform. In this work, we investigate and present computation models and application characteristics that could potentially benefit from this hardware and discuss the how's and why's.","PeriodicalId":395401,"journal":{"name":"2015 10th International Conference on P2P, Parallel, Grid, Cloud and Internet Computing (3PGCIC)","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128403934","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
A New Parallel Symmetric Tridiagonal Eigensolver Based on Bisection and Inverse Iteration Algorithms for Shared-Memory Multi-core Processors 基于对分和逆迭代算法的共享内存多核处理器并行对称三对角特征求解器
H. Ishigami, Kinji Kimura, Yoshimasa Nakamura
{"title":"A New Parallel Symmetric Tridiagonal Eigensolver Based on Bisection and Inverse Iteration Algorithms for Shared-Memory Multi-core Processors","authors":"H. Ishigami, Kinji Kimura, Yoshimasa Nakamura","doi":"10.1109/3PGCIC.2015.26","DOIUrl":"https://doi.org/10.1109/3PGCIC.2015.26","url":null,"abstract":"In order to accelerate the subset computation of eigenpairs for real symmetric tridiagonal matrices on shared-memory multi-core processors, a parallel symmetric tridiagonal eigensolver is proposed, which computes eigenvalues of target matrices using the parallel bisection algorithm and computes the corresponding eigenvectors using the block inverse iteration algorithm with reorthogonalization (BIR algorithm). The BIR algorithm is based on the simultaneous inverse iteration (SI) algorithm, which is a variant of the inverse iteration algorithm, and is introduced to a block parameter. Since the BIR algorithm is mainly composed of the matrix multiplications, the proposed eigensolver is expected to accelerate the computation of eigenpairs even on massively parallel computers. Numerical experiments on shared-memory multi-core processors show that the BIR algorithm is faster than the SI algorithm and achieves the good parallel efficiency. In addition, many cases of the numerical experiments also show that the proposed eigensolver, including the parallel bisection and the BIR algorithm, is more accurate than the parallel implementation of other eigensolvers, such as the QR iteration algorithm, the divide-and-conquer algorithm, and the multiple relatively robust representations algorithm.","PeriodicalId":395401,"journal":{"name":"2015 10th International Conference on P2P, Parallel, Grid, Cloud and Internet Computing (3PGCIC)","volume":"20 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127364536","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
On Cloud Computing Middleware Architecture 云计算中间件架构
Jihua Yang, Longjun Zhang, X. Wang
{"title":"On Cloud Computing Middleware Architecture","authors":"Jihua Yang, Longjun Zhang, X. Wang","doi":"10.1109/3PGCIC.2015.46","DOIUrl":"https://doi.org/10.1109/3PGCIC.2015.46","url":null,"abstract":"Today, the cloud computing has been an important platform for various resources and sharing. But at present, many cloud computing platforms have not used the service-oriented system architecture, which could bring about more flexibility, higher extendibility and reusability. The cloud computing has always been an important computing platform for sharing various resources including infrastructures, software, operation procedures and application programs. The cloud computing middleware is just the key to the service-oriented step in the computing. If PaaS is the core of the cloud computing system, then the middleware is the core of PaaS. The cloud computing platform is closely related to the middleware technology. Therefore, the middleware is the backbone of the cloud computing platform.","PeriodicalId":395401,"journal":{"name":"2015 10th International Conference on P2P, Parallel, Grid, Cloud and Internet Computing (3PGCIC)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130638311","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
Improvement of GGH Multilinear Map GGH多线性图的改进
Chunsheng Gu, Zhimin Yu, Zhengjun Jing, Peizhong Shi, Jin Qian
{"title":"Improvement of GGH Multilinear Map","authors":"Chunsheng Gu, Zhimin Yu, Zhengjun Jing, Peizhong Shi, Jin Qian","doi":"10.1109/3PGCIC.2015.19","DOIUrl":"https://doi.org/10.1109/3PGCIC.2015.19","url":null,"abstract":"Garg, Gentry and Halevi (GGH) described the first candidate multilinear maps using ideal lattices. However, Hu and Jia presented an efficient attack on the GGH map, which breaks GGH-based MPKE. We describe an improvement of GGH map. The security of our construction depends upon new hardness assumption.","PeriodicalId":395401,"journal":{"name":"2015 10th International Conference on P2P, Parallel, Grid, Cloud and Internet Computing (3PGCIC)","volume":"49 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130389129","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
A MapReduce Approach for Processing Student Data Activity in a Peer-to-Peer Networked Setting 在对等网络环境中处理学生数据活动的MapReduce方法
Jorge Miguel, S. Caballé, F. Xhafa
{"title":"A MapReduce Approach for Processing Student Data Activity in a Peer-to-Peer Networked Setting","authors":"Jorge Miguel, S. Caballé, F. Xhafa","doi":"10.1109/3PGCIC.2015.27","DOIUrl":"https://doi.org/10.1109/3PGCIC.2015.27","url":null,"abstract":"Collaborative and peer-to-peer networked based models generate a large amount of data from students' learning tasks. We have proposed the analysis of these data to tackle information security in e-Learning breaches with trustworthiness models as a functional requirement. In this context, the computational complexity of extracting and structuring students' activity data is a computationally costly process as the amount of data tends to be very large and needs computational power beyond of a single processor. For this reason, in this paper, we propose a complete MapReduce and Hadoop application for processing learning management systems log file data.","PeriodicalId":395401,"journal":{"name":"2015 10th International Conference on P2P, Parallel, Grid, Cloud and Internet Computing (3PGCIC)","volume":"43 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134251397","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
Research and Implementation on Visual Analysis of Geological Volume 地质体量可视化分析的研究与实现
Kunliang Liu, Dakun Zhang, Xu An Wang, Guozhi Song, Shuxia Ren
{"title":"Research and Implementation on Visual Analysis of Geological Volume","authors":"Kunliang Liu, Dakun Zhang, Xu An Wang, Guozhi Song, Shuxia Ren","doi":"10.1109/3PGCIC.2015.127","DOIUrl":"https://doi.org/10.1109/3PGCIC.2015.127","url":null,"abstract":"In engineering applications, the visualization of geological data can help scientists to fully understand spatial distribution of geological information, so that the geological structure analysis will be more intuitive and accurate, which providing an intuitive analysis method for quantitative geological structure research. But at present, in the visualization of geological formation, technologist are accustomed to a single three-dimensional visualization or two-dimensional visualization, without combining them together. This paper studies and implements the key technologies of interaction between two dimensional visualization and three dimensional visualization of geological volume data, algorithms of geological model ' s cutting and the visualization of bathymetric map. Those technologies provide practicable solutions for full-scale visualization of geological data, and have already been used in the research project of Southern China Geological Form Display.","PeriodicalId":395401,"journal":{"name":"2015 10th International Conference on P2P, Parallel, Grid, Cloud and Internet Computing (3PGCIC)","volume":"58 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131833392","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
Direct Debit Transactions: A Comprehensive Analysis of Emerging Attack Patterns 直接借记交易:新兴攻击模式的综合分析
L. Coppolino, S. D'Antonio, L. Romano, Gaetano Papale, Luigi Sgaglione, F. Campanile
{"title":"Direct Debit Transactions: A Comprehensive Analysis of Emerging Attack Patterns","authors":"L. Coppolino, S. D'Antonio, L. Romano, Gaetano Papale, Luigi Sgaglione, F. Campanile","doi":"10.1109/3PGCIC.2015.24","DOIUrl":"https://doi.org/10.1109/3PGCIC.2015.24","url":null,"abstract":"In the recent years payment systems in Europe are evolved to a new scenario where transactions and retail payments take place according to the SEPA (Single Euro Payments Area) Regulation. SEPA is an initiative of the European banking industry aiming at making all electronic payments across the Euro area -- e.g. by credit card, debit card, bank transfer or direct debit -- as easy as domestic payments currently are. One of the payment schemes defined by the SEPA mandate is the SEPA Direct Debit (SDD) that allows a creditor (biller) to collect funds from a debtor's (payer's) account, provided that a signed mandate has been granted by the payer to the biller. Thanks to SDD consumers can make and receive no-cash euro payments with a single set of instructions and a single bank account. It is apparent that the use of this standard scheme facilitates the access to new markets by enterprises and public administrations and allows for a substantial cost reduction. However, the other side of the coin is represented by the security issues concerning this type of electronic payments. A study conducted by Center of Economics and Business Research (CEBR) of Britain, on behalf of Liverpool Insurance Company, showed that from 2006 to 2010 the Direct Debit frauds have increased of 288%. In this paper a comprehensive analysis of real SDD data provided by the EU FP7 LeanBigData project is performed in order to identify and classify emerging and sophisticated attack patterns that can be executed against an SDD service. The results of this data analysis will be used to inspire the design of a security system supporting analysts to detect Direct Debit frauds.","PeriodicalId":395401,"journal":{"name":"2015 10th International Conference on P2P, Parallel, Grid, Cloud and Internet Computing (3PGCIC)","volume":"45 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132256150","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
Performance Analysis of an Improved Signal Detection Based on SDQR Decomposition Algorithm 基于SDQR分解算法的改进信号检测性能分析
Xiaoyan Deng, Xiaohui Song, Yunlong Ge
{"title":"Performance Analysis of an Improved Signal Detection Based on SDQR Decomposition Algorithm","authors":"Xiaoyan Deng, Xiaohui Song, Yunlong Ge","doi":"10.1109/3PGCIC.2015.134","DOIUrl":"https://doi.org/10.1109/3PGCIC.2015.134","url":null,"abstract":"This paper proposes an improved QR signal detection, which is based on SDQR decomposition algorithm. VBLAST is an effective detection method for MIMO OFDM systems, but has a large computational complexity. Performance analysis of OR algorithm and other algorithms (such as ZF, QR, ML....) in Rayleigh channel is carried on and the result shows that SDQR decomposition algorithm has better performance.","PeriodicalId":395401,"journal":{"name":"2015 10th International Conference on P2P, Parallel, Grid, Cloud and Internet Computing (3PGCIC)","volume":"231 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131042549","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
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
相关产品
×
本文献相关产品
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术官方微信