Export Citations
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
- research-articleNovember 2024
DNS Congestion Control in Adversarial Settings
SOSP '24: Proceedings of the ACM SIGOPS 30th Symposium on Operating Systems PrinciplesPages 726–747https://doi.org/10.1145/3694715.3695982We instigate the study of adversarial congestion in the context of the Domain Name System (DNS). By strategically choking inter-server channels, this new type of DoS attack can disrupt a large user group's access to target DNS servers at a low cost. In ...
Unearthing Semantic Checks for Cloud Infrastructure-as-Code Programs
SOSP '24: Proceedings of the ACM SIGOPS 30th Symposium on Operating Systems PrinciplesPages 574–589https://doi.org/10.1145/3694715.3695974Cloud infrastructures are increasingly managed by Infrastructure-as-Code (IaC) frameworks (e.g., Terraform). IaC frameworks enable cloud users to configure their resources in a declarative manner, without having to directly work with low-level cloud API ...
- research-articleNovember 2024
Reducing Cross-Cloud/Region Costs with the Auto-Configuring MACARON Cache
SOSP '24: Proceedings of the ACM SIGOPS 30th Symposium on Operating Systems PrinciplesPages 347–368https://doi.org/10.1145/3694715.3695972An increasing demand for cross-cloud and cross-region data access is bringing forth challenges related to high data transfer costs and latency. In response, we introduce Macaron, an auto-configuring cache system designed to minimize cost for remote data ...
- research-articleNovember 2024
Dirigent: Lightweight Serverless Orchestration
SOSP '24: Proceedings of the ACM SIGOPS 30th Symposium on Operating Systems PrinciplesPages 369–384https://doi.org/10.1145/3694715.3695966While Function as a Service (FaaS) platforms can initialize function sandboxes on worker nodes in 10-100s of milliseconds, the latency to schedule functions in real FaaS clusters can be orders of magnitude higher. The current approach of building FaaS ...
- research-articleNovember 2024
VPRI: Efficient I/O Page Fault Handling via Software-Hardware Co-Design for IaaS Clouds
- Kaijie Guo,
- Dingji Li,
- Ben Luo,
- Yibin Shen,
- Kaihuan Peng,
- Ning Luo,
- Shengdong Dai,
- Chen Liang,
- Jianming Song,
- Hang Yang,
- Xiantao Zhang,
- Zeyu Mi
SOSP '24: Proceedings of the ACM SIGOPS 30th Symposium on Operating Systems PrinciplesPages 541–557https://doi.org/10.1145/3694715.3695957Device pass-through has been widely adopted by cloud service providers to achieve near bare-metal I/O performance in virtual machines (VMs). However, this approach requires static pinning of VM memory, making on-demand paging unavailable. The hardware ...
- research-articleNovember 2024
Unifying serverless and microservice workloads with SigmaOS
SOSP '24: Proceedings of the ACM SIGOPS 30th Symposium on Operating Systems PrinciplesPages 385–402https://doi.org/10.1145/3694715.3695947Many cloud applications use both serverless functions, for bursts of stateless parallel computation, and container orchestration, for long-running microservices and tasks that need to interact. Ideally a single platform would offer the union of these ...