中文
相关论文

相关论文: SCTP in Go

200 篇论文

Go is a modern programming language gaining popularity in enterprise microservice systems. Concurrency is a first-class citizen in Go with lightweight ``goroutines'' as the building blocks of concurrent execution. Go advocates…

软件工程 · 计算机科学 2023-12-20 Georgian-Vlad Saioc , Dmitriy Shirchenko , Milind Chabbi

Semantic communications are expected to improve the transmission efficiency in Internet of Things (IoT) networks. However, the distributed nature of networks and heterogeneity of devices challenge the secure utilization of semantic…

信号处理 · 电气工程与系统科学 2024-12-12 Weihao Zeng , Xinyu Xu , Qianyun Zhang , Jiting Shi , Zhenyu Guan , Shufeng Li , Zhijin Qin

QUIC, a UDP-based transport protocol, addresses several limitations of TCP by offering built-in encryption, stream multiplexing, and improved loss recovery. To extend these benefits to legacy TCP-based applications, this paper explores the…

网络与互联网体系结构 · 计算机科学 2026-04-10 Xuanhong Guo , Zekun Bao , Ying Chen

We introduce a new stochastic verification algorithm that formally quantifies the behavioral robustness of any time-continuous process formulated as a continuous-depth model. Our algorithm solves a set of global optimization (Go) problems…

Multipath forwarding consists of using multiple paths simultaneously to transport data over the network. While most such techniques require endpoint modifications, we investigate how multipath forwarding can be done inside the network,…

网络与互联网体系结构 · 计算机科学 2016-08-17 Dario Banfi , Olivier Mehani , Guillaume Jourjon , Lukas Schwaighofer , Ralph Holz

Cross layer techniques applied to various protocols stacks provide fair information sharing between OSI model layers. The performance gains have been demonstrated for many studied systems within protocols interactions. The example is…

网络与互联网体系结构 · 计算机科学 2014-10-02 Mahmadou Issoufou Tiado , Riadh Dhaou , André-Luc Beylot

The Transmission Control Protocol (TCP) was designed to provide reliable transport services in wired networks. In such networks, packet losses mainly occur due to congestion. Hence, TCP was designed to apply congestion avoidance techniques…

信息论 · 计算机科学 2010-04-21 Christian Senger , Steffen Schober , Tong Mao , Alexander Zeh

Many applications want to use TCP congestion control to regulate the transmission rate of a data packet stream. A natural way to achieve this goal is to transport the data packet stream on a TCP connection. However, because TCP implements…

网络与互联网体系结构 · 计算机科学 2007-05-23 S. Y. Wang

To harness the power of multi-core and distributed platforms, and to make the development of concurrent software more accessible to software engineers, different object-oriented concurrency models such as SCOOP have been proposed. Despite…

软件工程 · 计算机科学 2015-04-13 Alexander Heußner , Christopher M. Poskitt , Claudio Corrodi , Benjamin Morandi

Multi-path TCP (MP-TCP) has the potential to greatly improve application performance by using multiple paths transparently. We propose a fluid model for a large class of MP-TCP algorithms and identify design criteria that guarantee the…

网络与互联网体系结构 · 计算机科学 2015-12-22 Qiuyu Peng , Anwar Walid , Jaehyun Hwang , Steven H. Low

A new self-synchronizing stream cipher (SSSC) is proposed based on one-way and nearest neighbor coupled integer maps. Some ideas of spatiotemporal chaos synchronization and chaotic cryptography are applied in this new SSSC system. Several…

混沌动力学 · 物理学 2007-05-23 Shihong Wang , Huaping Lv , Gang Hu

Smart contracts have recently been adopted by many security protocols. However, existing studies lack satisfactory theoretical support on how contracts benefit security protocols. This paper aims to give a systematic analysis of smart…

密码学与安全 · 计算机科学 2022-04-21 Rujia Li , Qin Wang , Qi Wang , David Galindo

Modern heterogeneous supercomputing systems are comprised of CPUs, GPUs, and high-speed network interconnects. Communication libraries supporting efficient data transfers involving memory buffers from the GPU memory typically require the…

分布式、并行与集群计算 · 计算机科学 2023-06-29 Naveen Namashivayam , Krishna Kandalla , James B White , Larry Kaplan , Mark Pagel

The widespread adoption of database middleware for supporting distributed transaction processing is prevalent in numerous applications, with heterogeneous data sources deployed across national and international boundaries. However,…

数据库 · 计算机科学 2024-12-06 Qiyu Zhuang , Xinyue Shi , Shuang Liu , Wei Lu , Zhanhao Zhao , Yuxing Chen , Tong Li , Anqun Pan , Xiaoyong Du

Emerging standardization of Geo Mobile Radio (GMR-1) for satellite system is having strong resemblance to terrestrial GSM (Global System for Mobile communications) at the upper protocol layers and TCP (Transmission Control Protocol) is one…

网络与互联网体系结构 · 计算机科学 2015-06-05 Preetida Vinayakray-Jani , Sugata Sanyal

Application development for distributed computing "Grids" can benefit from tools that variously hide or enable application-level management of critical aspects of the heterogeneous environment. As part of an investigation of these issues,…

分布式、并行与集群计算 · 计算机科学 2007-05-23 N. T. Karonis , B. Toonen , I. Foster

We propose a distributed protocol for a queue, called \textsc{Skueue}, which spreads its data fairly onto multiple processes, avoiding bottlenecks in high throughput scenarios. \textsc{Skueue} can be used in highly dynamic environments,…

分布式、并行与集群计算 · 计算机科学 2018-08-21 Michael Feldmann , Christian Scheideler , Alexander Setzer

An increasing number of high-performance distributed systems are written in garbage collected languages. This removes a large class of harmful bugs from these systems. However, it also introduces high tail-latency do to garbage collection…

分布式、并行与集群计算 · 计算机科学 2015-04-13 David Terei , Amit Levy

In spite of its long and successful history, TCP is a poor transport protocol for modern datacenters. Every significant element of TCP, from its stream orientation to its expectation of in-order packet delivery, is wrong for the datacenter.…

网络与互联网体系结构 · 计算机科学 2023-01-20 John Ousterhout

Transport protocols continue to evolve to meet the demands of new applications, workloads, and network environments, yet implementing and evolving transport protocols remains difficult and costly. High-performance transport stacks tightly…