<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<title>Dokumente von Tagungen, Kongressen, Workshops und Projekten</title>
<link href="http://hdl.handle.net/10900/53167" rel="alternate"/>
<subtitle/>
<id>http://hdl.handle.net/10900/53167</id>
<updated>2026-08-22T00:59:11Z</updated>
<dc:date>2026-08-22T00:59:11Z</dc:date>
<entry>
<title>Scalable Cybersecurity Training: Integrating Virtual and Physical Security Teaching Environments</title>
<link href="http://hdl.handle.net/10900/163784" rel="alternate"/>
<author>
<name>Bechtel, Lukas</name>
</author>
<author>
<name>Schramm, Markus</name>
</author>
<author>
<name>Popperl, Lukas</name>
</author>
<author>
<name>Heer, Tobias</name>
</author>
<id>http://hdl.handle.net/10900/163784</id>
<updated>2025-04-04T01:02:29Z</updated>
<published>2025-04-03T00:00:00Z</published>
<summary type="text">Scalable Cybersecurity Training: Integrating Virtual and Physical Security Teaching Environments
Bechtel, Lukas; Schramm, Markus; Popperl, Lukas; Heer, Tobias
The number of cybersecurity incidents increases&#13;
year over year. Cybersecurity education requires hands-on experience&#13;
to protect infrastructure and services against hackers.&#13;
However, existing teaching infrastructures face scalability and&#13;
hardware integration challenges. This paper presents a semivirtualized&#13;
security teaching infrastructure combining virtual&#13;
infrastructure, physical hardware access, and an Attack &amp;&#13;
Defense framework. The infrastructure is based on a Proxmox&#13;
cluster, managed through a self-developed platform that allows&#13;
parallel access to different courses. The teaching concept enables&#13;
students to solve team-based exercises on personal laptops. Using&#13;
personal laptops motivates students to create and maintain their&#13;
own set of tools for cybersecurity analysis. Automated scoring and&#13;
hardware interaction enhance engagement, providing a flexible&#13;
platform for practical cybersecurity training.
</summary>
<dc:date>2025-04-03T00:00:00Z</dc:date>
</entry>
<entry>
<title>Automated Test Bench for High-Performance Network Equipment</title>
<link href="http://hdl.handle.net/10900/163782" rel="alternate"/>
<author>
<name>Steinert, Benjamin</name>
</author>
<author>
<name>Paradzik, Gabriel</name>
</author>
<author>
<name>Menth, Michael</name>
</author>
<id>http://hdl.handle.net/10900/163782</id>
<updated>2025-04-04T01:02:31Z</updated>
<published>2025-04-03T00:00:00Z</published>
<summary type="text">Automated Test Bench for High-Performance Network Equipment
Steinert, Benjamin; Paradzik, Gabriel; Menth, Michael
This paper presents an automated test bench that&#13;
supports reproducible and holistic benchmarking of data plane&#13;
and control plane performance. The modular architecture integrates&#13;
the hardware-based traffic generator P4TG and the&#13;
software-based traffic generator iperf3 for precise control over&#13;
test traffic. Additionally, it supports automated Device under Test&#13;
(DuT) reconfiguration between test runs and metric collection.&#13;
A case study demonstrates the feasibility of the approach by&#13;
measuring the performance of a modern P4-based COTS data&#13;
center switch.
</summary>
<dc:date>2025-04-03T00:00:00Z</dc:date>
</entry>
<entry>
<title>Dynamic Data Plane Updates using Lua and libmoon</title>
<link href="http://hdl.handle.net/10900/163772" rel="alternate"/>
<author>
<name>Simon, Manuel</name>
</author>
<author>
<name>Gallenmüller, Sebastian</name>
</author>
<author>
<name>Carle, Georg</name>
</author>
<id>http://hdl.handle.net/10900/163772</id>
<updated>2025-04-04T01:02:27Z</updated>
<published>2025-04-03T00:00:00Z</published>
<summary type="text">Dynamic Data Plane Updates using Lua and libmoon
Simon, Manuel; Gallenmüller, Sebastian; Carle, Georg
Upcoming communication networks, such as 6G,&#13;
require both high performance and reliability, while service updates&#13;
typically introduce service downtimes. This study explores&#13;
dynamic network function updates using libmoon, a DPDK-based&#13;
high-performance packet processing framework. The approach&#13;
enables seamless, on-the-fly updates of network functions. By&#13;
leveraging LuaJIT, we profit from just-in-time (JIT) compilation,&#13;
allowing for efficient per-flow function updates. Our evaluation&#13;
demonstrates the feasibility of runtime re-programmability in&#13;
network data planes. We show the induced latencies of runtime&#13;
changes and examine cross-flow and cross-core influences. Moreover,&#13;
we investigate the effects of JIT compilation and show the&#13;
significance of JIT compilation for long-term performance.
</summary>
<dc:date>2025-04-03T00:00:00Z</dc:date>
</entry>
<entry>
<title>Enhancing Spatiotemporal Networks with xLSTM: A Scalar LSTM Approach for 5G Traffic Forecasting</title>
<link href="http://hdl.handle.net/10900/163769" rel="alternate"/>
<author>
<name>Bettouche, Zineddine</name>
</author>
<author>
<name>Ali, Khalid</name>
</author>
<author>
<name>Fischer, Andreas</name>
</author>
<author>
<name>Kassler, Andreas</name>
</author>
<id>http://hdl.handle.net/10900/163769</id>
<updated>2025-04-04T01:02:26Z</updated>
<published>2025-04-03T00:00:00Z</published>
<summary type="text">Enhancing Spatiotemporal Networks with xLSTM: A Scalar LSTM Approach for 5G Traffic Forecasting
Bettouche, Zineddine; Ali, Khalid; Fischer, Andreas; Kassler, Andreas
Accurate spatiotemporal traffic forecasting is vital&#13;
for optimizing 5G networks. Traditional LSTM models struggle&#13;
with capturing complex spatiotemporal dependencies, limiting&#13;
predictive performance. To address this, we propose an enhanced&#13;
Spatiotemporal Network (STN) integrating Scalar LSTM&#13;
(sLSTM), a more efficient variant designed to improve temporal&#13;
modeling while reducing computational complexity. Our dualpath&#13;
STN processes the input through an sLSTM for sequential&#13;
feature extraction and a three-layer Conv3D path for spatial feature&#13;
learning, with both outputs fused in a dedicated fusion layer&#13;
for enhanced spatiotemporal representation. By incorporating&#13;
sLSTM, our model stabilizes gradients, accelerates convergence,&#13;
and enhances accuracy. Experiments on real-world mobile traffic&#13;
datasets show a 23% MAE reduction over ConvLSTM, with&#13;
a 30% improvement on unseen data, demonstrating superior&#13;
generalization for 5G traffic prediction.
</summary>
<dc:date>2025-04-03T00:00:00Z</dc:date>
</entry>
</feed>
