Proceedings of the ACM SIGCOMM Workshop on Future of Internet Routing & Addressing最新文献

筛选
英文 中文
Towards assessing effects of isolation on determinism in multi-application scenarios 在多应用场景中评估隔离对确定性的影响
Stanislav Lange, Marija Gajic, T. Zinner, Jane Frances Pajo, H. Lønsethagen, Min Xie, R. Vilalta
{"title":"Towards assessing effects of isolation on determinism in multi-application scenarios","authors":"Stanislav Lange, Marija Gajic, T. Zinner, Jane Frances Pajo, H. Lønsethagen, Min Xie, R. Vilalta","doi":"10.1145/3527974.3545724","DOIUrl":"https://doi.org/10.1145/3527974.3545724","url":null,"abstract":"In addition to the already present heterogeneity in the network service and application ecosystem, new challenges come in the form of emerging applications which require deterministic delay performance characteristics that go beyond traditional SLAs. While hard network slicing with strict isolation is a promising candidate for addressing such requirements, it might be overly restrictive and hard to scale, hence leading to an inefficient use of available resources. In contrast, soft slicing can help balancing isolation and determinism by allowing a configurable degree of resource sharing between slices. In this work, we follow a simulation-driven approach to study and quantify the trade-offs between variable isolation and the degree of delay-related determinism in a single-hop environment with multiple applications. The results from this scenario will serve as a foundation towards assessing the end-to-end problem.","PeriodicalId":294749,"journal":{"name":"Proceedings of the ACM SIGCOMM Workshop on Future of Internet Routing & Addressing","volume":"13 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133418242","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
Evolution of the edge, what about the internet? 边缘的进化,互联网呢?
O. Kolkman, Andrei Robachevsky, Carl Gahnberg, Hosein Badran
{"title":"Evolution of the edge, what about the internet?","authors":"O. Kolkman, Andrei Robachevsky, Carl Gahnberg, Hosein Badran","doi":"10.1145/3527974.3546975","DOIUrl":"https://doi.org/10.1145/3527974.3546975","url":null,"abstract":"As the requirements for high bandwith and low latency grew the Internet evolved and brought computing and storage closer to the consumers. As the need for hight throughput and low latency increases new communication infrastructure with different properties than that of the Internet are being introduced. In this article we raise, but not answer a few questions around the evolution of the Internet towards edge computing. Questions of which the anser may help us in understanding if the evolution of the edge will subsume the Internet itself, marking the rise of a new communication infrastructure with different properties? Or will the Internet exist and prosper as an essential foundation for other network architectures and applications?.","PeriodicalId":294749,"journal":{"name":"Proceedings of the ACM SIGCOMM Workshop on Future of Internet Routing & Addressing","volume":"68 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123846393","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
Namespaces, security, and network addresses 名称空间、安全性和网络地址
A. Reid, P. Eardley, D. Kutscher
{"title":"Namespaces, security, and network addresses","authors":"A. Reid, P. Eardley, D. Kutscher","doi":"10.1145/3527974.3545716","DOIUrl":"https://doi.org/10.1145/3527974.3545716","url":null,"abstract":"This paper examines ways in which future Internet routing and addressing can improve the support for the microservices framework in ways that are evolutionary from it. Three areas are proposed as areas to be studied and developed. First, bringing the application compiler/runtime environment and the distribution orchestrator closer together such that they can share information of namespaces and mapping to lower level addressing. This would allow greater flexibility in application development and much greater optimisation of the distribution at runtime. Second, developing semantic routing as a layered framework based on information understood within a layer and information transparent to a layer. This allows semantic routing to be introduced in an evolutionary fashion. Third, embracing private networking as a primary construct of future Internet routing and addressing. This meets many practical requirements including security. The second and third also give a framework where the current widespread use of L4 and L7 switching in microservices frameworks can be clearly understood and the role they play fully incorporated for in future Internet routing and addressing.","PeriodicalId":294749,"journal":{"name":"Proceedings of the ACM SIGCOMM Workshop on Future of Internet Routing & Addressing","volume":"38 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123497349","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
Acila: attaching identities of workloads for efficient packet classification in a cloud data center network Acila:在云数据中心网络中附加工作负载的身份,实现高效的数据包分类
K. Ohnishi, Daisuke Kotani, Hirofumi Ichihara, Yohei Kanemaru, Y. Okabe
{"title":"Acila: attaching identities of workloads for efficient packet classification in a cloud data center network","authors":"K. Ohnishi, Daisuke Kotani, Hirofumi Ichihara, Yohei Kanemaru, Y. Okabe","doi":"10.1145/3527974.3545726","DOIUrl":"https://doi.org/10.1145/3527974.3545726","url":null,"abstract":"IP addresses and port numbers (network based identifiers) are major identifiers for network devices to identify systems and roles of hosts exchanging packets for access control lists, priority control, etc. However, in modern system design on cloud, such as microservice architecture, network based identifiers are inefficient to identify systems and roles of hosts because VMs and containers (workloads), which elastically change due to autoscaling and deployment of new codes, have only network based identifiers based on servers where workloads are running. We propose a new system, Acila, to classify packets based on the identity of a workload at network devices, by marking packets with necessary information extracted from the identity that is usually stored in cloud controllers. We implement Acila and show that packet filtering and priority control work with Acila, and entries for them with Acila is more efficient than network based identifiers approach, with little overhead on performance.","PeriodicalId":294749,"journal":{"name":"Proceedings of the ACM SIGCOMM Workshop on Future of Internet Routing & Addressing","volume":"208 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-09-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133969873","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学术官方微信