中文
相关论文

相关论文: SCTP in Go

200 篇论文

Modern heterogeneous supercomputing systems are comprised of compute blades that offer CPUs and GPUs. On such systems, it is essential to move data efficiently between these different compute engines across a high-speed network. While…

分布式、并行与集群计算 · 计算机科学 2022-08-10 Naveen Namashivayam , Krishna Kandalla , Trey White , Nick Radcliffe , Larry Kaplan , Mark Pagel

Multipathing in communication networks is gaining momentum due to its attractive features of increased reliability, throughput, fault tolerance, and load balancing capabilities. In particular, wireless environments and datacenters are…

网络与互联网体系结构 · 计算机科学 2016-01-25 Sana Habib , Junaid Qadir , Anwaar Ali , Durdana Habib , Ming Li , Arjuna Sathiaseelan

Heterogeneous Internet of Things (IoT) systems suffer from fragmentation across hardware architectures, networking stacks, and data serialization formats. Existing standards (such as MQTT, COAP, and DDS) rely on address-bound, imperative…

网络与互联网体系结构 · 计算机科学 2026-05-26 Yeison David Mejia Mosquera

Relay-assisted cooperative wireless communication has been shown to have significant performance gains over the legacy direct transmission scheme. Compared with single relay based cooperation schemes, utilizing multiple relays further…

网络与互联网体系结构 · 计算机科学 2015-03-19 Pei Liu , Chun Nie , Thanasis Korakis , Elza Erkip , Shivendra Panwar , Francesco Verde , Anna Scaglione

The concurrency features of the Go language have proven versatile in the development of a number of concurrency systems. However, correctness methods to address challenges in Go concurrency debugging have not received much attention. In…

分布式、并行与集群计算 · 计算机科学 2021-05-25 Saeed Taheri , Ganesh Gopalakrishnan

TCP and its variants have suffered from surprisingly poor performance for decades. We argue the TCP family has little hope to achieve consistent high performance due to a fundamental architectural deficiency: hardwiring packet-level events…

网络与互联网体系结构 · 计算机科学 2014-10-14 Mo Dong , Qingxi Li , Doron Zarchy , Brighten Godfrey , Michael Schapira

High-throughput blockchains require efficient transaction broadcast mechanisms that can deliver transactions to most network nodes with low bandwidth overhead and latency. Existing schemes coordinate transmissions across peers to avoid…

网络与互联网体系结构 · 计算机科学 2022-05-05 Lei Yang , Yossi Gilad , Mohammad Alizadeh

New programming languages (e.g., Swift, Go, Rust, etc.) are being introduced to provide a better opportunity for the developers to make software development robust and easy. At the early stage, a programming language is likely to have…

软件工程 · 计算机科学 2021-05-06 Partha Chakraborty , Rifat Shahriyar , Anindya Iqbal , Gias Uddin

The first 6G standardization efforts are about to start, shaping the new generation of mobile networks. The IMT-2030 extends the IMT-2020 by expanding its usage scenarios to Immersive, Massive, and Hyper-Reliable and Low-Latency…

网络与互联网体系结构 · 计算机科学 2026-05-28 Federico Tonini , Davide Borsatti , Wint Yi Poe , Riccardo Trivisonno , Walter Cerroni

Multicast enables efficient one-to-many communications. Several applications benefit from its scalability properties, e.g., live-streaming and large-scale software updates. Historically, multicast applications have used specialized…

网络与互联网体系结构 · 计算机科学 2023-09-14 Louis Navarre , Olivier Pereira , Olivier Bonaventure

Multilingual software development integrates multiple languages into a single application, with the Foreign Function Interface (FFI) enabling seamless interaction. While FFI boosts efficiency and extensibility, it also introduces risks.…

软件工程 · 计算机科学 2025-09-16 Jinbao Chen , Boyao Ding , Yu Zhang , Qingwei Li , Fugen Tang

The Go programming language has gained significant traction for developing software, especially in various infrastructure systems. Nonetheless, concurrency bugs have become a prevalent issue within Go, presenting a unique challenge due to…

软件工程 · 计算机科学 2024-12-12 Foivos Tsimpourlas , Chao Peng , Carlos Rosuero , Ping Yang , Ajitha Rajan

Google released in 2013 a script-based tool called packetdrill, which allows to test transport protocols like UDP and TCP on Linux and BSD-based operating systems. The scripts defining a test-case allow to inject packets to the…

网络与互联网体系结构 · 计算机科学 2015-09-11 Irene Rüngeler , Michael Tüxen

Running distributed applications in the cloud involves deployment. That is, distribution and configuration of application services and middleware infrastructure. The considerable complexity of these tasks resulted in the emergence of…

编程语言 · 计算机科学 2016-02-08 Oliver Bračevac , Sebastian Erdweg , Guido Salvaneschi , Mira Mezini

Parallel Transport Control Protocol (TCP) has been used to effectively utilize bandwidth for data intensive applications over high Bandwidth-Delay Product (BDP) networks. On the other hand, it has been argued that, a single-based TCP…

网络与互联网体系结构 · 计算机科学 2016-09-07 Mohamed A. Alrshah , Mohamed Othman

In this paper we propose a new approach to the description of a network of interacting processes in a traditional programming language. Special programming languages or extensions to sequential languages are usually designed to express the…

编程语言 · 计算机科学 2017-02-17 Sergey Vostokin

This paper describes the implementation and evaluation of an operating system module, the Congestion Manager (CM), which provides integrated network flow management and exports a convenient programming interface that allows applications to…

网络与互联网体系结构 · 计算机科学 2007-05-23 David G. Andersen , Deepak Bansal , Dorothy Curtis , Srinivasan Seshan , Hari Balakrishnan

Stream computing is the use of multiple autonomic and parallel modules together with integrative processors at a higher level of abstraction to embody "intelligent" processing. The biological basis of this computing is sketched and the…

人工智能 · 计算机科学 2008-01-10 Subhash Kak

By combining the security features of TLS with the reliability of TCP, QUIC opens new possibilities for many applications. We demonstrate the benefits that QUIC brings for routing protocols. Current Internet routing protocols use insecure…

网络与互联网体系结构 · 计算机科学 2023-04-07 Thomas Wirtgen , Nicolas Rybowski , Cristel Pelsser , Olivier Bonaventure

We present a source-to-source transformation framework, GOCC, that consumes lock-based pessimistic concurrency programs in the Go language and transforms them into optimistic concurrency programs that use Hardware Transactional Memory…

分布式、并行与集群计算 · 计算机科学 2021-06-04 Zhizhou Zhang , Milind Chabbi , Adam Welc , Timothy Sherwood