中文
相关论文

相关论文: On-the-Fly TCP Acceleration with Miniproxy

200 篇论文

The evolution of architectures, programming models, and algorithms is driving communication towards greater asynchrony and concurrency, usually in multithreaded environments. We present LCI, a communication library designed for efficient…

分布式、并行与集群计算 · 计算机科学 2025-08-26 Jiakun Yan , Marc Snir

System noise can negatively impact the performance of HPC systems, and the interconnection network is one of the main factors contributing to this problem. To mitigate this effect, adaptive routing sends packets on non-minimal paths if they…

分布式、并行与集群计算 · 计算机科学 2019-09-18 Daniele De Sensi , Salvatore Di Girolamo , Torsten Hoefler

"Rootless containers" is a concept to run the entire container runtimes and containers without the root privileges. It protects the host environment from attackers exploiting container runtime vulnerabilities. However, when rootless…

网络与互联网体系结构 · 计算机科学 2024-02-02 Naoki Matsumoto , Akihiro Suda

Efficient cloud computing relies on in-process isolation to optimize performance by running workloads within a single process. Without heavy-weight process isolation, memory safety errors pose a significant security threat by allowing an…

密码学与安全 · 计算机科学 2025-08-05 Martin Unterguggenberger , Lukas Lamster , David Schrammel , Martin Schwarzl , Stefan Mangard

In the future, computing will be immersed in the world around us -- from augmented reality to autonomous vehicles to the Internet of Things. Many of these smart devices will offer services that respond in real time to their physical…

操作系统 · 计算机科学 2019-01-07 Yuxin Ren , Vlad Nitu , Guyue Liu , Gabriel Parmer , Timothy Wood , Alain Tchana , Riley Kennedy

Closed-loop flow control protocols, such as the prominent implementation TCP, are prevalent in the Internet, today. TCP has continuously been improved for greedy traffic sources to achieve high throughput over networks with large bandwidth…

网络与互联网体系结构 · 计算机科学 2016-09-05 Ralf Lübben , Markus Fidler

We present MiniTensor, an open source tensor operations library that focuses on minimalism, correctness, and performance. MiniTensor exposes a familiar PyTorch-like Python API while it executes performance critical code in a Rust engine.…

机器学习 · 计算机科学 2026-02-03 Soumyadip Sarkar

In this paper, we focus on the experimental evaluation of TCP over the High Speed Downlink Packet Access (HSDPA), an upgrade of UMTS that is getting worldwide deployment. Today, this is particularly important in view of the "liberalization"…

网络与互联网体系结构 · 计算机科学 2012-12-10 Luca De Cicco , Saverio Mascolo

Moving structured data between different big data frameworks and/or data warehouses/storage systems often cause significant overhead. Most of the time more than 80\% of the total time spent in accessing data is elapsed in…

分布式、并行与集群计算 · 计算机科学 2022-04-11 Tanveer Ahmad , Zaid Al Ars , H. Peter Hofstee

With the proliferation of mobile computing devices, the demand for continuous network connectivity regardless of physical location has spurred interest in the use of mobile ad hoc networks. Since Transmission Control Protocol (TCP) is the…

网络与互联网体系结构 · 计算机科学 2010-02-11 Foez Ahmed , Sateesh Kumar Pradhan , Nayeema Islam , Sumon Kumar Debnath

The Transport Control Protocol has long been the primary transport protocol for applications requiring performance and reliability over the Internet. Unfortunately, due its retransmission mechanism, TCP incurs high packet delivery delays…

网络与互联网体系结构 · 计算机科学 2026-04-02 José Gómez-delaHiz , Mohamed Faten Zhani , Jaime Galán-Jiménez , John Kaippallimalil

In this paper, we attempt to revisit the problem of multi-party conferencing from a practical perspective, and to rethink the design space involved in this problem. We believe that an emphasis on low end-to-end delays between any two…

多媒体 · 计算机科学 2012-10-31 X. Chen , M. Chen , B. Li , Y. Zhao , Y. Wu , J. Li

This paper explores the changes required of TCP to efficiently support cluster file systems such as Hadoop Distributed File System (HDFS) where the storage nodes are connected through a software defined networking (SDN). Traditional chain…

网络与互联网体系结构 · 计算机科学 2019-03-08 Sungheon Lim , Hyogon Kim

Endpoint devices for Internet-of-Things not only need to work under extremely tight power envelope of a few milliwatts, but also need to be flexible in their computing capabilities, from a few kOPS to GOPS. Near-threshold(NT) operation can…

We present measurements showing that the top one million most popular Web domains are reachable within 13ms (in the median) from a collective of just 12 cloud data centers. We explore the consequences of this Web "consolidation", focusing…

网络与互联网体系结构 · 计算机科学 2019-06-13 Debopam Bhattacherjee , Muhammad Tirmazi , Ankit Singla

Transport and security protocols are essential to ensure reliable and secure communication between two parties. For IoT applications, these protocols must be lightweight, since IoT devices are usually resource constrained. Unfortunately,…

网络与互联网体系结构 · 计算机科学 2019-01-07 Puneet Kumar , Behnam Dezfouli

We present a holistic design for GPU-accelerated computation in TrustZone TEE. Without pulling the complex GPU software stack into the TEE, we follow a simple approach: record the CPU/GPU interactions ahead of time, and replay the…

分布式、并行与集群计算 · 计算机科学 2021-11-08 Heejin Park , Felix Xiaozhu Lin

Spawning duplicate requests, called cloning, is a powerful technique to reduce tail latency by masking service-time variability. However, traditional client-based cloning is static and harmful to performance under high load, while a recent…

网络与互联网体系结构 · 计算机科学 2023-07-26 Gyuyeong Kim

The advent of tiny artificial intelligence (AI) accelerators enables AI to run at the extreme edge, offering reduced latency, lower power cost, and improved privacy. When integrated into wearable devices, these accelerators open exciting…

分布式、并行与集群计算 · 计算机科学 2025-04-24 Taesik Gong , Si Young Jang , Utku Günay Acer , Fahim Kawsar , Chulhong Min

The recent line of research into topology design focuses on lowering network diameter. Many low-diameter topologies such as Slim Fly or Jellyfish that substantially reduce cost, power consumption, and latency have been proposed. A key…

网络与互联网体系结构 · 计算机科学 2020-11-02 Maciej Besta , Jens Domke , Marcel Schneider , Marek Konieczny , Salvatore Di Girolamo , Timo Schneider , Ankit Singla , Torsten Hoefler