首页 > 最新文献

2022 IEEE International Conference on Joint Cloud Computing (JCC)最新文献

英文 中文
Towards A Secure Joint Cloud With Confidential Computing 迈向具有机密计算的安全联合云
Pub Date : 2022-08-01 DOI: 10.1109/JCC56315.2022.00019
Xuyang Zhao, Mingyu Li, Erhu Feng, Yubin Xia
As data security in public clouds attracts more attention and concerns, researchers and practitioners have proposed techniques to secure cloud computing. Confidential computing (CC) is a compelling approach that guarantees both privacy and integrity of data and code in public clouds. In this paper, we first survey the status of CC in today’s commercialized public clouds, including the cloud CC abstractions, infrastructures, metrics, third-party service vendors, and real-world cloud use cases. We also discover the limitations such as re-programming efforts, extra cost, limited availability, etc. We further take a step forward to prospect CC in the joint cloud scenario. We finally showcase the challenges of realizing a secure joint cloud and propose possible solutions.
随着公共云中的数据安全越来越受到关注和关注,研究人员和从业者提出了保护云计算安全的技术。保密计算(CC)是一种引人注目的方法,可以保证公共云中数据和代码的隐私性和完整性。在本文中,我们首先调查了CC在当今商业化公共云中的状态,包括云CC抽象、基础设施、度量、第三方服务供应商和现实世界的云用例。我们还发现了诸如重新编程工作、额外成本、有限可用性等限制。我们进一步展望CC在联合云场景中的前景。最后,我们展示了实现安全联合云的挑战,并提出了可能的解决方案。
{"title":"Towards A Secure Joint Cloud With Confidential Computing","authors":"Xuyang Zhao, Mingyu Li, Erhu Feng, Yubin Xia","doi":"10.1109/JCC56315.2022.00019","DOIUrl":"https://doi.org/10.1109/JCC56315.2022.00019","url":null,"abstract":"As data security in public clouds attracts more attention and concerns, researchers and practitioners have proposed techniques to secure cloud computing. Confidential computing (CC) is a compelling approach that guarantees both privacy and integrity of data and code in public clouds. In this paper, we first survey the status of CC in today’s commercialized public clouds, including the cloud CC abstractions, infrastructures, metrics, third-party service vendors, and real-world cloud use cases. We also discover the limitations such as re-programming efforts, extra cost, limited availability, etc. We further take a step forward to prospect CC in the joint cloud scenario. We finally showcase the challenges of realizing a secure joint cloud and propose possible solutions.","PeriodicalId":239996,"journal":{"name":"2022 IEEE International Conference on Joint Cloud Computing (JCC)","volume":"251 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124762687","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
ProxyDWRR: A Dynamic Load Balancing Approach for Heterogeneous-CPU Kubernetes Clusters ProxyDWRR:用于异构cpu Kubernetes集群的动态负载平衡方法
Pub Date : 2022-08-01 DOI: 10.1109/JCC56315.2022.00017
Qingkun Wang, Yi Ren, Saqing Yang, Jianbo Guan, Bao Li, Jianfeng Zhang, Yusong Tan
Edge computing is booming as a promising paradigm to push the service and computation resources from the cloud to the edge of network. As the de-facto standard for container orchestration, Kubernetes is more and more widely used not only in cloud computing but also in edge computing. However, Kubernetes is designed for homogenous cloud data centers, and it does not take into account heterogeneous scenarios, which is ubiquitous is the edge. This will lead to load imbalance among containers with its default rough load balancing mechanism. To deal with this problem, we firstly propose a Dynamically Weighted Random Routing (DWRR) algorithm based on the default random algorithm in Kubernetes. Besides, we design and implement ProxyDWRR, a load balancing plugin for the Kubernetes cluster with heterogeneous CPU. It is fully compatible with the existing load balancing mechanism in Kubernetes. We validated our solution based on a cloud-native microservices application. The experimental results show that ProxyDWRR can effectively balance the load between containers in clusters with heterogeneous CPU. In our experiments, DWRR can improve the CPU utilization of the containers by about 25% and the throughput of the application by about 22.6% compared to the default load balancing algorithms, which enables the cluster to evacuate bursty load more effectively.
边缘计算作为一种将服务和计算资源从云端推向网络边缘的有前途的范例正在蓬勃发展。作为容器编排的事实上的标准,Kubernetes不仅在云计算中得到越来越广泛的应用,而且在边缘计算中也得到了越来越广泛的应用。然而,Kubernetes是为同质云数据中心设计的,它没有考虑到异构场景,这是无处不在的边缘。这将导致具有默认粗略负载平衡机制的容器之间的负载不平衡。为了解决这个问题,我们首先提出了一种基于Kubernetes默认随机算法的动态加权随机路由(DWRR)算法。此外,我们还设计并实现了一个用于Kubernetes集群异构CPU的负载均衡插件ProxyDWRR。它与Kubernetes中现有的负载平衡机制完全兼容。我们基于云原生微服务应用验证了我们的解决方案。实验结果表明,ProxyDWRR可以有效地平衡异构CPU集群中容器之间的负载。在我们的实验中,与默认负载均衡算法相比,DWRR可以将容器的CPU利用率提高约25%,应用程序的吞吐量提高约22.6%,使集群能够更有效地疏散突发负载。
{"title":"ProxyDWRR: A Dynamic Load Balancing Approach for Heterogeneous-CPU Kubernetes Clusters","authors":"Qingkun Wang, Yi Ren, Saqing Yang, Jianbo Guan, Bao Li, Jianfeng Zhang, Yusong Tan","doi":"10.1109/JCC56315.2022.00017","DOIUrl":"https://doi.org/10.1109/JCC56315.2022.00017","url":null,"abstract":"Edge computing is booming as a promising paradigm to push the service and computation resources from the cloud to the edge of network. As the de-facto standard for container orchestration, Kubernetes is more and more widely used not only in cloud computing but also in edge computing. However, Kubernetes is designed for homogenous cloud data centers, and it does not take into account heterogeneous scenarios, which is ubiquitous is the edge. This will lead to load imbalance among containers with its default rough load balancing mechanism. To deal with this problem, we firstly propose a Dynamically Weighted Random Routing (DWRR) algorithm based on the default random algorithm in Kubernetes. Besides, we design and implement ProxyDWRR, a load balancing plugin for the Kubernetes cluster with heterogeneous CPU. It is fully compatible with the existing load balancing mechanism in Kubernetes. We validated our solution based on a cloud-native microservices application. The experimental results show that ProxyDWRR can effectively balance the load between containers in clusters with heterogeneous CPU. In our experiments, DWRR can improve the CPU utilization of the containers by about 25% and the throughput of the application by about 22.6% compared to the default load balancing algorithms, which enables the cluster to evacuate bursty load more effectively.","PeriodicalId":239996,"journal":{"name":"2022 IEEE International Conference on Joint Cloud Computing (JCC)","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127432843","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
MicroStream: A Distributed In-memory Caching Service For Data Production MicroStream:用于数据生产的分布式内存缓存服务
Pub Date : 2022-08-01 DOI: 10.1109/JCC56315.2022.00010
Mingming Zhang, Yunjun Gao, Chuan He, Tianyu Tan
Data-driven innovation and optimization have become an important direction for the intelligent transformation of enterprises. Data processing tasks have been developed and orchestrated to extract data insights, creating direct or indirect data dependencies between tasks or between tasks and the presentation layer. Traditional ETL (Extract-Transformation-Load) solutions share data through persistent storage, which has certain performance bottlenecks in hybrid cloud and multisource data scenarios. In this paper, we propose MicroStream, a distributed data virtualization and caching middleware service. MicroStream shields the direct access of ETL tasks to the storage layer and converts batch access to the source database into microstream access. ETL jobs share data through the distributed in-memory caching of MicroStream. In resource-constrained scenarios, such a solution significantly improves the performance of data transformation while reducing the extra load that the transformation jobs imply on the source persistent layer. We present a detailed performance evaluation of MicroStream and show that its performance compares favorably with traditional database-oriented solutions.
数据驱动的创新与优化已成为企业智能化转型的重要方向。已经开发和编排了数据处理任务,以提取数据洞察力,在任务之间或任务与表示层之间创建直接或间接的数据依赖关系。传统的ETL (Extract-Transformation-Load)解决方案通过持久存储共享数据,这在混合云和多源数据场景下存在一定的性能瓶颈。本文提出了一种分布式数据虚拟化和缓存中间件服务MicroStream。MicroStream屏蔽了ETL任务对存储层的直接访问,并将对源数据库的批量访问转换为对MicroStream的访问。ETL作业通过MicroStream的分布式内存缓存共享数据。在资源受限的场景中,这样的解决方案可以显著提高数据转换的性能,同时减少转换作业对源持久层的额外负载。我们对MicroStream进行了详细的性能评估,并表明其性能优于传统的面向数据库的解决方案。
{"title":"MicroStream: A Distributed In-memory Caching Service For Data Production","authors":"Mingming Zhang, Yunjun Gao, Chuan He, Tianyu Tan","doi":"10.1109/JCC56315.2022.00010","DOIUrl":"https://doi.org/10.1109/JCC56315.2022.00010","url":null,"abstract":"Data-driven innovation and optimization have become an important direction for the intelligent transformation of enterprises. Data processing tasks have been developed and orchestrated to extract data insights, creating direct or indirect data dependencies between tasks or between tasks and the presentation layer. Traditional ETL (Extract-Transformation-Load) solutions share data through persistent storage, which has certain performance bottlenecks in hybrid cloud and multisource data scenarios. In this paper, we propose MicroStream, a distributed data virtualization and caching middleware service. MicroStream shields the direct access of ETL tasks to the storage layer and converts batch access to the source database into microstream access. ETL jobs share data through the distributed in-memory caching of MicroStream. In resource-constrained scenarios, such a solution significantly improves the performance of data transformation while reducing the extra load that the transformation jobs imply on the source persistent layer. We present a detailed performance evaluation of MicroStream and show that its performance compares favorably with traditional database-oriented solutions.","PeriodicalId":239996,"journal":{"name":"2022 IEEE International Conference on Joint Cloud Computing (JCC)","volume":"62 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123823688","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
Resource Usage Prediction Based on BILSTM-GRU Combination Model 基于BILSTM-GRU组合模型的资源利用预测
Pub Date : 2022-08-01 DOI: 10.1109/JCC56315.2022.00009
Xueting Li, Hongliang Wang, Pengfei Xiu, Xingyu Zhou, Fanhua Meng
With the rapid development of cloud computing, accurate resource usage prediction has become a key technology for the efficient utilization of cloud data center resources. Aiming at the problems of low prediction accuracy and long prediction time of the current load prediction model, a combined prediction model BILSTM-GRU based on bidirectional long short-term memory network (BILSTM) and gated recurrent unit (GRU) is proposed, which effectively combines BILSTM network with high prediction accuracy and short prediction time of the GRU network. It is compared and verified with various classical time series prediction algorithms on the Google cloud computing data set. Experimental results show that the mean square error (MSE) of BILSTM-GRU combined prediction model is reduced by about 5, and the prediction time is shortened by about 5% compared with the existing combined prediction model. The experimental results verify that BILSTM-GRU combined model has higher prediction accuracy and shorter prediction time, which provides an important scientific basis for automatic expansion and shrinkage of cloud computing containers using the prediction results of resource usage.
随着云计算的快速发展,准确的资源使用预测已经成为高效利用云数据中心资源的关键技术。针对当前负荷预测模型预测精度低、预测时间长的问题,提出了一种基于双向长短期记忆网络(BILSTM)和门控循环单元(GRU)的组合预测模型BILSTM-GRU,将BILSTM网络与GRU网络预测精度高、预测时间短的特点有效地结合起来。并在Google云计算数据集上与各种经典时间序列预测算法进行了比较和验证。实验结果表明,与现有组合预测模型相比,BILSTM-GRU组合预测模型的均方误差(MSE)降低了约5,预测时间缩短了约5%。实验结果验证了BILSTM-GRU组合模型具有较高的预测精度和较短的预测时间,为利用资源使用预测结果实现云计算容器的自动伸缩提供了重要的科学依据。
{"title":"Resource Usage Prediction Based on BILSTM-GRU Combination Model","authors":"Xueting Li, Hongliang Wang, Pengfei Xiu, Xingyu Zhou, Fanhua Meng","doi":"10.1109/JCC56315.2022.00009","DOIUrl":"https://doi.org/10.1109/JCC56315.2022.00009","url":null,"abstract":"With the rapid development of cloud computing, accurate resource usage prediction has become a key technology for the efficient utilization of cloud data center resources. Aiming at the problems of low prediction accuracy and long prediction time of the current load prediction model, a combined prediction model BILSTM-GRU based on bidirectional long short-term memory network (BILSTM) and gated recurrent unit (GRU) is proposed, which effectively combines BILSTM network with high prediction accuracy and short prediction time of the GRU network. It is compared and verified with various classical time series prediction algorithms on the Google cloud computing data set. Experimental results show that the mean square error (MSE) of BILSTM-GRU combined prediction model is reduced by about 5, and the prediction time is shortened by about 5% compared with the existing combined prediction model. The experimental results verify that BILSTM-GRU combined model has higher prediction accuracy and shorter prediction time, which provides an important scientific basis for automatic expansion and shrinkage of cloud computing containers using the prediction results of resource usage.","PeriodicalId":239996,"journal":{"name":"2022 IEEE International Conference on Joint Cloud Computing (JCC)","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134490635","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
Welcome Message from the General Chairs of IEEE JCC 2022 IEEE JCC 2022大会主席欢迎辞
Pub Date : 2022-08-01 DOI: 10.1109/jcc56315.2022.00005
{"title":"Welcome Message from the General Chairs of IEEE JCC 2022","authors":"","doi":"10.1109/jcc56315.2022.00005","DOIUrl":"https://doi.org/10.1109/jcc56315.2022.00005","url":null,"abstract":"","PeriodicalId":239996,"journal":{"name":"2022 IEEE International Conference on Joint Cloud Computing (JCC)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131242449","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
期刊
2022 IEEE International Conference on Joint Cloud Computing (JCC)
全部 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