中文
相关论文

相关论文: Performance Analysis of Multipath BGP

200 篇论文

A mixture of streaming and short-lived traffic presents a common yet challenging scenario for Backpressure routing in wireless multi-hop networks. Although state-of-the-art shortest-path biased backpressure (SP-BP) can significantly improve…

网络与互联网体系结构 · 计算机科学 2024-08-26 Negar Erfaniantaghvayi , Zhongyuan Zhao , Kevin Chan , Gunjan Verma , Ananthram Swami , Santiago Segarra

Fundamental requirements of mmWave systems are peak data rates of multiple Gbps and latencies of the order of at most a few milliseconds. However, highly directional mmWave links are susceptible to frequent link failures under stress…

网络与互联网体系结构 · 计算机科学 2021-07-02 Chanaka Samarathunga , Mohamed Abouelseoud , Kazuyuki Sakoda , Morteza Hashemi

The global expansion of the Internet has brought many challenges to geopolitics. Cyberspace is a space of strategic priority for many states. Understanding and representing its geography remains an ongoing challenge. Nevertheless, we need…

网络与互联网体系结构 · 计算机科学 2019-11-20 Loqman Salamatian , Frederick Douzet , Kevin Limonier , Kavé Salamatian

The goal of Multi-Agent Path Finding (MAPF) is to find a set of paths for a fleet of agents moving in a shared environment such that the agents reach their goals without colliding with each other. In practice, some of the robots executing…

多智能体系统 · 计算机科学 2025-09-15 David Zahrádka , Denisa Mužíková , David Woller , Miroslav Kulich , Jiří Švancara , Roman Barták

For millimeter-wave (mm-wave) buffer-aided tandem networks consisting of relay nodes and multiple channels per hop, we consider two traffic allocation schemes, namely local allocation and global allocation, and investigate the end-to-end…

网络与互联网体系结构 · 计算机科学 2018-05-01 Guang Yang , Martin Haenggi , Ming Xiao

Recently, Mobile-Edge Computing (MEC) has arisen as an emerging paradigm that extends cloud-computing capabilities to the edge of the Radio Access Network (RAN) by deploying MEC servers right at the Base Stations (BSs). In this paper, we…

网络与互联网体系结构 · 计算机科学 2016-12-09 Tuyen X. Tran , Parul Pandey , Abolfazl Hajisami , Dario Pompili

As the most successful cryptocurrency to date, Bitcoin constitutes a target of choice for attackers. While many attack vectors have already been uncovered, one important vector has been left out though: attacking the currency via the…

网络与互联网体系结构 · 计算机科学 2017-03-28 Maria Apostolaki , Aviv Zohar , Laurent Vanbever

BGP prefix hijacking is a critical threat to the resilience and security of communications in the Internet. While several mechanisms have been proposed to prevent, detect or mitigate hijacking events, it has not been studied how to…

网络与互联网体系结构 · 计算机科学 2021-05-07 Pavlos Sermpezis , Vasileios Kotronis , Konstantinos Arakadakis , Athena Vakali

Due to their ability to anchor into tall urban landforms, such as lampposts or street lights, robotic aerial base stations (RABSs) can create a hyper-flexible wireless multi-hop heterogeneous network to meet the forthcoming green,…

网络与互联网体系结构 · 计算机科学 2025-05-16 Wen Shang , Yuan Liao , Vasilis Friderikos , Halim Yanikomeroglu

Data-parallel (DP) load balancing has emerged as a first-order bottleneck in large-scale LLM serving. When a model is sharded across devices via tensor parallelism (TP) or expert parallelism (EP) and replicated across many DP workers, every…

分布式、并行与集群计算 · 计算机科学 2026-05-11 Tianci Bu , Yuan Lyu , Zixi Chen , Chendong Song , Hong Liang , Tsepten Gurung , Yuwei Fan , Yinyu Ye , Zijie Zhou

Our current world is revolutionned by the networks which are interconnecting any machine to any other one. Nowadays equipments are plugged to the network by the way of many different network adapters (Ethernet, wifi, GSM), and network…

网络与互联网体系结构 · 计算机科学 2011-12-21 Bachir Chihani , Denis Collange

Software-defined networking (SDN) has improved the routing functionality in networks like data centers or WANs. Recently, several studies proposed to apply the SDN principles in the Internet's inter-domain routing as well. This could offer…

网络与互联网体系结构 · 计算机科学 2016-11-09 Pavlos Sermpezis , Xenofontas Dimitropoulos

The work proposes a new Combined Routing Protocol (CRP) for ad hoc networks that combines the benefits and annihilates the shortcomings of two well-known on-demand routing protocols in ad hoc networks: AODV (which provides a high…

网络与互联网体系结构 · 计算机科学 2025-01-24 Anton Sergeev , Victor Minchenkov , Aleksei Soldatov , Yaroslav Mazikov

Heterogeneous wireless networks with wireless devices supporting multitude of radio access technologies are witnessing increasing interest from network providers and consumers alike. Energy efficiency in such networks has become an…

网络与互联网体系结构 · 计算机科学 2012-12-21 Riccardo Fedrizzi , Karina Gomez , Sithamparanathan Kandeepan , Tinku Rasheed , Chava Vijaya Saradhi

The substantial growth in wireless data traffic, and the emergence of delay-sensitive application/services requiring ultra-low latency, has resulted into a new Mobile Network (MN) design paradigm called Multi-access Edge Computing (MEC). In…

网络与互联网体系结构 · 计算机科学 2019-12-02 Thembelihle Dlamini

We study the problem of multi-robot active mapping, which aims for complete scene map construction in minimum time steps. The key to this problem lies in the goal position estimation to enable more efficient robot movements. Previous…

计算机视觉与模式识别 · 计算机科学 2022-04-04 Kai Ye , Siyan Dong , Qingnan Fan , He Wang , Li Yi , Fei Xia , Jue Wang , Baoquan Chen

Routing protocols for Mobile Ad Hoc Networks (MANETs) have been extensively studied for more than fifteen years. Position-based routing protocols route packets towards the destination using greedy forwarding (i.e., an intermediate node…

网络与互联网体系结构 · 计算机科学 2018-04-05 Baban A. Mahmood , D. Manivannan

Efficient coordination of multiple robots for coverage of large, unknown environments is a significant challenge that involves minimizing the total coverage path length while reducing inter-robot conflicts. In this paper, we introduce a…

In this paper we propose and implement novel techniques for performance evaluation of web traffic (response time, response code, etc.), with no reassembly of the underlying TCP connection, which severely restricts the traffic analysis…

网络与互联网体系结构 · 计算机科学 2017-01-18 Carlos Vega , Paula Roquero , Javier Aracil

Matrix multiplication is a foundational operation in scientific computing and machine learning, yet its computational complexity makes it a significant bottleneck for large-scale applications. The shift to parallel architectures, primarily…

分布式、并行与集群计算 · 计算机科学 2025-07-30 Mufakir Qamar Ansari , Mudabir Qamar Ansari