中文
相关论文

相关论文: P4TE: PISA Switch Based Traffic Engineering in Fat…

200 篇论文

We present Contra, a system for performance-aware routing that can adapt to traffic changes at hardware speeds. While existing work has developed point solutions for performance-aware routing on a fixed topology (e.g., a Fattree) with a…

网络与互联网体系结构 · 计算机科学 2019-02-05 Kuo-Feng Hsu , Ryan Beckett , Ang Chen , Jennifer Rexford , Praveen Tammana , David Walker

This paper proposes a data-driven approach to detect the switching actions and topology transitions in distribution networks. It is based on the real time analysis of time-series voltages measurements. The analysis approach draws on data…

系统与控制 · 计算机科学 2016-11-17 Guido Cavraro , Reza Arghandeh , Alexandra von Meier , Kameshwar Poolla

The interconnection network is a key element in High-Performance Computing (HPC) and Datacenter (DC) systems whose performance depends on several design parameters, such as the topology, the switch architecture, and the routing algorithm.…

网络与互联网体系结构 · 计算机科学 2025-02-04 Jose Rocher-Gonzalez , Jesus Escudero-Sahuquillo , Pedro J. Garcia , Francisco J. Quiles , Gaspar Mora

Modern programmable network switches can implement custom applications using efficient packet processing hardware, and the programming language P4 provides high-level constructs to program such switches. The increase in speed and…

编程语言 · 计算机科学 2022-06-15 Karuna Grewal , Loris D'Antoni , Justin Hsu

Routing configurations of a network should constantly adapt to traffic variations to achieve good network performance. Adaptive routing faces two main challenges: 1) how to accurately measure/estimate time-varying traffic matrices? 2) how…

网络与互联网体系结构 · 计算机科学 2025-08-21 Zhun Yin , Xiaotian Li , Lifan Mei , Yong Liu , Zhong-Ping Jiang

The emergence of P4, a domain specific language, coupled to PISA, a domain specific architecture, is revolutionizing the networking field. P4 allows to describe how packets are processed by a programmable data plane, spanning ASICs and…

硬件体系结构 · 计算机科学 2020-04-17 Thomas Luinaud , Thibaut Stimpfling , Jeferson Santiago da Silva , Yvon Savaria , J. M. Pierre Langlois

In data communication via internet, security is becoming one of the most influential aspects. One way to support it is by classifying and filtering ethernet packets within network devices. Packet classification is a fundamental task for…

硬件体系结构 · 计算机科学 2016-11-21 Arief Wicaksana , Arif Sasongko

Virtualisation first and cloud computing later has led to a consolidation of workload in data centres that also comprises latency-sensitive application domains such as High Performance Computing and telecommunication. These types of…

网络与互联网体系结构 · 计算机科学 2020-04-20 Kamil Tokmakov , Mitalee Sarker , Jörg Domaschka , Stefan Wesner

The emerging programmable networks sparked significant research on Intelligent Network Data Plane (INDP), which achieves learning-based traffic analysis at line-speed. Prior art in INDP focus on deploying tree/forest models on the data…

网络与互联网体系结构 · 计算机科学 2024-03-19 Jinzhu Yan , Haotian Xu , Zhuotao Liu , Qi Li , Ke Xu , Mingwei Xu , Jianping Wu

High level goals such as bandwidth provisioning, accounting and network anomaly detection can be easily met if high-volume traffic clusters are detected in real time. This paper presents Elastic Trie, an alternative to approaches leveraging…

网络与互联网体系结构 · 计算机科学 2018-05-17 Jan Kučera , Diana Andreea Popescu , Gianni Antichi , Jan Kořenek , Andrew W. Moore

Flow-based traffic measurement is a very challenging problem: Managing counters for each individual traffic flow in hardware resources knowingly struggle to scale with high-speed links. In this paper we propose a novel lattice theory-based…

网络与互联网体系结构 · 计算机科学 2012-11-13 Petko Valtchev , Omar Mounaouar , Omar Cherkaoui , Alexandar Dimitrov , Laurent Marchand

In-band network telemetry (INT) is essential to network management due to its real-time visibility. However, because of the rapid increase in network devices and services, it has become crucial to have targeted access to detailed network…

网络与互联网体系结构 · 计算机科学 2025-02-19 Penghui Zhang , Hua Zhang , Yuqi Dai , Cheng Zeng , Jingyu Wang , Jianxin Liao

Programmable data planes offer precise control over the low-level processing steps applied to network packets, serving as a valuable tool for analysing malicious flows in the field of intrusion detection. Albeit with limitations on physical…

密码学与安全 · 计算机科学 2024-01-05 Roberto Doriguzzi-Corin , Luis Augusto Dias Knob , Luca Mendozzi , Domenico Siracusa , Marco Savi

The rapid expansion of cloud services and their unpredictable workload demands present significant challenges in resource management. Traditional resource management approaches, primarily based on static rules and thresholds, often fail to…

网络与互联网体系结构 · 计算机科学 2024-07-30 Boyang Yan

Learning precise distributions of traffic features (e.g., burst sizes, packet inter-arrival time) is still a largely unsolved problem despite being critical for management tasks such as capacity planning or anomaly detection. A key…

网络与互联网体系结构 · 计算机科学 2024-05-27 Alexander Dietmüller , Albert Gran Alcoz , Laurent Vanbever

Programmable data planes enable users to design data plane algorithms for network devices, providing extensive flexibility for network customization. Programming Protocol-Independent Packet Processors (P4) has become the most widely adopted…

网络与互联网体系结构 · 计算机科学 2025-03-25 Mingyu Ma , Giang T. Nguyen

Modern traffic generators are essential tools for evaluating the performance of network environments. P4TG is a P4-based traffic generator implemented for Intel Tofino switches that offers high-speed packet generation with fine-grained…

网络与互联网体系结构 · 计算机科学 2025-09-10 Fabian Ihle , Etienne Zink , Michael Menth

Detecting Internet routing instability is a critical yet challenging task, particularly when relying solely on endpoint active measurements. This study introduces TRACE, a MachineLearning (ML)pipeline designed to identify route changes…

网络与互联网体系结构 · 计算机科学 2026-04-06 Raul Suzuki , Rodrigo Moreira , Pedro Henrique A. Damaso de Melo , Larissa F. Rodrigues Moreira , Flávio de Oliveira Silva

Network performance problems are notoriously difficult to diagnose. Prior profiling systems collect performance statistics by keeping information about each network flow, but maintaining per-flow state is not scalable on…

数据结构与算法 · 计算机科学 2019-11-19 Zaoxing Liu , Samson Zhou , Ori Rottenstreich , Vladimir Braverman , Jennifer Rexford

Modern network applications demand low-latency traffic engineering in the presence of network failure while preserving the quality of service constraints like delay and capacity. Fast Re-Route (FRR) mechanisms are widely used for traffic…

网络与互联网体系结构 · 计算机科学 2021-07-22 Habib Mostafaei , Mohammad Shojafar , Mauro Conti
‹ 上一页 1 2 3 10 下一页 ›