diff -pruN 1.4.4-2/CMakeLists.txt 2.0.2-1/CMakeLists.txt
--- 1.4.4-2/CMakeLists.txt	2025-03-17 19:48:01.000000000 +0000
+++ 2.0.2-1/CMakeLists.txt	2025-05-12 20:50:59.000000000 +0000
@@ -30,9 +30,9 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
 PROJECT(bibtexconv LANGUAGES C CXX)
 
-SET(BUILD_MAJOR "1")
-SET(BUILD_MINOR "4")
-SET(BUILD_PATCH "4")
+SET(BUILD_MAJOR "2")
+SET(BUILD_MINOR "0")
+SET(BUILD_PATCH "2")
 SET(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_PATCH})
 
 
diff -pruN 1.4.4-2/ChangeLog 2.0.2-1/ChangeLog
--- 1.4.4-2/ChangeLog	2025-03-17 19:48:06.000000000 +0000
+++ 2.0.2-1/ChangeLog	2025-05-12 20:51:02.000000000 +0000
@@ -1,3 +1,718 @@
+commit a1cd229d2b80b8db565aa8f1e334e60e7684da4d
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sat May 10 23:23:25 2025 +0200
+
+    Further updates of the examples.
+
+commit 8cc20718847ce178aacc374a3acbf9336b14edb6
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sat May 10 22:41:04 2025 +0200
+
+    Improved example export scripts.
+
+commit 742152d3515c98d05d987c1adaa1a73f141380c4
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sat May 10 12:22:57 2025 +0200
+
+    Updated web examples.
+
+commit fb247f89f47d2922305ef7941412aa248f42851b
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sat May 10 12:05:25 2025 +0200
+
+    BibTeXConv-ODT: Using zip's replace mode to put generated content.xml into ODT file.
+
+commit 09f218453ad032567f8c6df4ae5a2e1b3feccbcd
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sat May 10 12:01:48 2025 +0200
+
+    BibTeX-ODT: Using trap to remove temporary directory used for ODT creation.
+
+commit 6fed7ac9a83d013ce335d4e4faf8d174fb45f442
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sat May 10 11:54:41 2025 +0200
+
+    Shell completion updates.
+
+commit 28fd7fd7f2c84aad486529a388b33a4b0cfe6fd1
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Wed May 7 22:30:38 2025 +0200
+
+    Improved examples.
+
+commit 2592a4e5e15ff2cabf58ad30f57da8f1f59e1e8b
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun May 4 13:13:21 2025 +0200
+
+    Bugfix: LaTeX escapes "#" by "\#" => HTML output needs conversion.
+
+commit 3ab44aea323ad540cb8d2ae566da92e65c23ce67
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sat May 3 21:37:59 2025 +0200
+
+    BibTeXConv: Using quiet mode for BibTeXConv call.
+
+commit 054ab9e30ec7fd8c830e0c99e3f8c4a8b98d0c2a
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sat May 3 18:58:30 2025 +0200
+
+    Added test script.
+
+commit 8f3961a9718a0cbea714529a0483a9ab7f4a6612
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sat May 3 13:24:47 2025 +0200
+
+    Minor ODT export update.
+
+commit ab2e9f1fdba457cfac81e1f511f4e27ffa24a2c1
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sat May 3 12:48:29 2025 +0200
+
+    Minor update of the ODT example.
+
+commit ce97b6be2206ec9650bccef3098e609a0465113f
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sat May 3 12:37:36 2025 +0200
+
+    Small improvements for the templates.
+
+commit 5faa6b5bf5aa63c127c62b1238184a3b7ca3883d
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sat May 3 12:22:49 2025 +0200
+
+    Updated test.
+
+commit 28df3eaea0278ae44b346ad2c7655e272f462607
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sat May 3 12:22:21 2025 +0200
+
+    Improved ODT template.
+
+commit ee0f3165b66167555aa0cc77cb6f78f8ff848eb5
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sat May 3 12:07:19 2025 +0200
+
+    Some clean-ups.
+
+commit 9b9c0bff67423780b32931634bf27d5fabaa80f3
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sat May 3 11:45:05 2025 +0200
+
+    BibTeXConv-ODT: Using quiet mode for "zip" calls, to avoid useless output when processing ODT files.
+
+commit bcc2e6fa4910637db0e54c8a99d9811df7de4e06
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sat May 3 11:43:30 2025 +0200
+
+    Improved ODT example.
+
+commit 179eafcb57e81a740ffd89c7f19944a9a6956706
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sat May 3 08:33:00 2025 +0200
+
+    Improved examples.
+
+commit a27dcb701cbfd413f10289607bf731dce9428881
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Tue Apr 29 22:01:27 2025 +0200
+
+    FreeBSD port update.
+
+commit 6dcc113f9f097fa39e9cdd876d4f4579da2bea01
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Tue Apr 29 21:39:08 2025 +0200
+
+    New release bibtexconv-2.0.1.
+
+commit 2b1da8778e6d48e32e7e523b76d9d62dc8b26718
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Tue Apr 29 21:38:43 2025 +0200
+
+    Improved manpage formatting by adding hyphenation hints.
+
+commit 7e2c159a3796dd9ce701a2e84a5bb2c8074c417f
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Tue Apr 29 21:21:08 2025 +0200
+
+    Fixed spelling error in manpage.
+
+commit db29888e381e639c91c0f4a83839af658d6bf050
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Tue Apr 29 21:20:30 2025 +0200
+
+    Updated copyright string in debian/copyright.
+
+commit 38e1d886d8dd4797d049692e3775113a37ee0205
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 27 20:23:21 2025 +0200
+
+    Updated FreeBSD port.
+
+commit 30ced72310f1e43945fd35a5f8e48b293c7bda28
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 27 19:53:37 2025 +0200
+
+    New release bibtexconv-2.0.0.
+
+commit ebdca91e56843998a6b996cc75c63555f9e8c647
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 27 19:52:47 2025 +0200
+
+    Yet another example update.
+
+commit e42c7cf3b14696a0937f06c84f4164ebe4064e29
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 27 19:49:12 2025 +0200
+
+    Improved example.
+
+commit 77f9a6c46728b6ac154d6e0ec6a369ffbf64fd16
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 27 19:37:58 2025 +0200
+
+    Improved manpage.
+
+commit 1318c84418a4b6943ba52b75bcddca4cb09127e0
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 27 19:13:16 2025 +0200
+
+    Fixed renamed file name in test script.
+
+commit 97b725f431235bb6546b065ca4edae80942d7706
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 27 18:53:58 2025 +0200
+
+    Manpage update.
+
+commit f7517a3bb63e8f804b62dfc1743f17dd865978f3
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 27 16:44:50 2025 +0200
+
+    Improved manpages.
+
+commit 952852e10b24005cebd7d635255078b7f1bcf30a
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 27 16:08:46 2025 +0200
+
+    Further manpage improvements.
+
+commit 8b4a5aabea4446bde57d30967f8ff348ed9eca35
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 27 16:01:23 2025 +0200
+
+    Further manpage improvements.
+
+commit 21ed7e3feb97dc385cbedb47479bae6b14b87c26
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 27 15:52:45 2025 +0200
+
+    Options handling fix.
+
+commit b557349796d3a0bd5799a8c8ba5e3c05870426a1
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 27 15:15:42 2025 +0200
+
+    Improved manpage.
+
+commit 8e3654ac80510d23505941a1b6b0570f04d976d4
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Tue Apr 22 21:19:19 2025 +0200
+
+    Updated test script.
+
+commit d62a5875e6b5ff8a8b9819100e19d70e37306240
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Tue Apr 22 21:17:39 2025 +0200
+
+    Improved examples installation.
+
+commit fa9114d4556b20fc73e19abc1e49e54fc8750848
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 21:43:19 2025 +0200
+
+    Updated test.
+
+commit 7162de2341a7677525b655f56e05e8c8be9ca5fa
+Merge: 42c4b3b daded7d
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 21:41:03 2025 +0200
+
+    Merge branch 'master' into dreibh/mappings
+
+commit daded7d9e19b0c090a6f3002a57dc791d17e5c9f
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 21:40:40 2025 +0200
+
+    Improved script.
+
+commit d33e99139229c9a47adf18da6580735b63ac2887
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 20:37:44 2025 +0200
+
+    New release bibtexconv-1.4.5.
+
+commit c5f63b370215462147af4a6c6fbd50757e75e441
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 20:24:22 2025 +0200
+
+    Updated example BibTeX file.
+
+commit 42c4b3be583033266a7981236f7bc1dd139af3ba
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 20:13:15 2025 +0200
+
+    Improved mapping example and test.
+
+commit 849fc812ed62e1468dfdc54dbeadb688c9725889
+Merge: 0d04e72 3566687
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 20:04:55 2025 +0200
+
+    Merge branch 'master' into dreibh/mappings
+
+commit 356668782f4ab99a78a7052e5eba232459d8ee21
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 20:04:37 2025 +0200
+
+    Typo fix.
+
+commit c7c3dd55d44dcadaf72151799e3782847ebe6bcf
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 20:04:28 2025 +0200
+
+    Error message fix.
+
+commit 0d04e72d31d9637b93f93c9f36e07116bb04819f
+Merge: 661cecd 3a547ba
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 19:53:38 2025 +0200
+
+    Merge branch 'master' into dreibh/mappings
+
+commit 3a547ba968f488984ddd942f36528ea140eb4b09
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 19:52:29 2025 +0200
+
+    Added YAML test.
+
+commit c68ab90e761748bef0cd4c86f3592ce7fdd03639
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 18:26:28 2025 +0200
+
+    Removed obsolete test.
+
+commit 661cecd6f1a5a4c8ee7c1deeba90cc646ee38195
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 18:24:18 2025 +0200
+
+    Re-added legacy shortcut, since the conversion script did not cover replacement.
+
+commit 19f8a0ded342e132c246e626b3f5d2cd4120f292
+Merge: 365bf9f 5cea389
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 18:23:21 2025 +0200
+
+    Merge branch 'master' into dreibh/mappings
+
+commit 5cea3892fe1ad1ea7bc7c2e15fade1ac0ba48dfa
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 18:20:47 2025 +0200
+
+    Improved test.
+
+commit 6d78d1a457b4c8382a81dbfcd8d86c7bb402d546
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 18:07:21 2025 +0200
+
+    Updated RSerPool web test.
+
+commit cd24e325700cc38fe5154376f7808c2e3cfee042
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 18:07:14 2025 +0200
+
+    Updated test.
+
+commit 575f64dcdd79b4e2d41e13e6854df564c63e5ca1
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 18:05:36 2025 +0200
+
+    Added another simple test.
+
+commit 790ad392e804e5383bc10637de23c71df4be7146
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 17:45:49 2025 +0200
+
+    Further improvements of the examples.
+
+commit b7d29bbff1a1924906f572fc7fe799ffb5b795ea
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 17:17:25 2025 +0200
+
+    Improved examples.
+
+commit 365bf9f6fadb757c789ac16bfff866c7ad42f9eb
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 16:55:46 2025 +0200
+
+    Updated example.
+
+commit 1a0ba51fa4fa08e3ced7c6da78107e05b4ed7d34
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 16:54:57 2025 +0200
+
+    Merge fix.
+
+commit 1750b191540208aea15e9b62ee2a577779ed0c66
+Merge: 87d7c88 d939872
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 16:54:25 2025 +0200
+
+    Merge branch 'master' into dreibh/mappings
+
+commit d9398720b170145a2f0eb39498accee25eaab5db
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 16:53:23 2025 +0200
+
+    Improved examples.
+
+commit 87d7c88f385f841f9f8f0ca602011d7f07745efd
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 16:33:42 2025 +0200
+
+    Improved example.
+
+commit 10845846f971f7e9e3964a911a12b911ba281fd5
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 16:33:34 2025 +0200
+
+    Another update.
+
+commit 61848fc62ab09784703cba815f3a3367770add92
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 16:31:06 2025 +0200
+
+    Further improvements of the example.
+
+commit 316ef30de1b62937701ff97890ba9e62a111e302
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 16:20:49 2025 +0200
+
+    Improved example.
+
+commit cbf6d99bdcb6ca47fae562bdc120ed5ac5ed5ec0
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 13:45:12 2025 +0200
+
+    Updated tests.
+
+commit a3df886d08192e2a5f5da6676d8d30553dbc7e1d
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 13:36:44 2025 +0200
+
+    Improved quiet mode.
+
+commit 17802caf90ea848a55493d5bc7fb1a7f1e81194d
+Merge: 98f71e1 0ba3402
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 13:34:09 2025 +0200
+
+    Merge branch 'master' into dreibh/mappings
+
+commit 0ba34021ea43ef237ba129a51408dbd1b80f2729
+Merge: 502b4ca fcb8c5e
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 13:29:41 2025 +0200
+
+    Merge branch 'dreibh/tests'
+
+commit fcb8c5eda76dcb28cecbc4d61aadec565e34e27e
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 13:29:19 2025 +0200
+
+    Improved tests.
+
+commit 502b4caacf084985cfe941dc6894b70d0bf65208
+Merge: 3fc6f1b 4c7e6ae
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 13:25:36 2025 +0200
+
+    Merge branch 'dreibh/tests'
+
+commit 4c7e6ae12ec6be794a65378ed7ff64ec0578f4eb
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 13:24:09 2025 +0200
+
+    Fixed URL.
+
+commit 98f71e158f75ac6e99dccb5fa8fbc9d90a9ea628
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 13:18:26 2025 +0200
+
+    Updated manpage.
+
+commit 4aca3a182a702c2f327c8b08104fa1d270de9dbf
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 13:15:54 2025 +0200
+
+    Added quiet mode.
+
+commit e7670e5493e8a4361732fb51388e3a6d47f3887a
+Merge: f1d6db0 3fc6f1b
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 11:56:25 2025 +0200
+
+    Removed long-time deprecated one-character shortcuts for actions.
+
+commit 3fc6f1b95a1f3304b4355b14c020b296383d10c2
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 11:33:42 2025 +0200
+
+    A small fix: "nbsp" may be empty in some cases, e.g. for URLs.
+
+commit 68ddb70a24693b83020ac9f1a5ca5cf794e27f1c
+Merge: 3518dc7 ebf3f5f
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 11:25:20 2025 +0200
+
+    Merge branch 'dreibh/tests'
+
+commit ebf3f5f768dd7056b090b6823f77df869789e201
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 11:24:25 2025 +0200
+
+    Improved tests.
+
+commit 2cc5c2b0d1011e4c9e769c813c08739ac3922c7f
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 11:16:14 2025 +0200
+
+    Improved test script.
+
+commit b52112ae44f95d5bc48f24815dfead5e4e733b71
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Apr 21 11:06:44 2025 +0200
+
+    Added test script.
+
+commit f1d6db0411cf4816d84b5cc54573434109185f27
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 18:13:14 2025 +0200
+
+    Improved example.
+
+commit 3518dc7b5cde199b6263c90bf8a8d495532f656b
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 17:27:19 2025 +0200
+
+    Improved string2utf8() performance and some fixes.
+
+commit 1b52874375cec9e5f54ebe734861fb01c0459be1
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 17:27:19 2025 +0200
+
+    Improved string2utf8() performance and some fixes.
+
+commit 7e256f1c07d3af971d21ccb75eb7fc46adf2666e
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 14:47:59 2025 +0200
+
+    Minor clean-up.
+
+commit 0903d2c9ed8704640a736efc02040ed570d3c1e2
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 14:44:18 2025 +0200
+
+    First version with working processing of mapping.
+
+commit 9781c72439bde0f0eeb12d49b3afdda8b5b85923
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 13:36:40 2025 +0200
+
+    Minor clean-up.
+
+commit 478d96b16c7a1174b7bfcd33ce9041b698d09960
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 13:36:14 2025 +0200
+
+    Some progress.
+
+commit a5e661540c49b51e7bf2c3adbb87753e85fafa3a
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 13:24:25 2025 +0200
+
+    Updated shell completion.
+
+commit 34e3d12a99654c0fe1a9f9ff7504d27d66d7869b
+Merge: daa772a 884c4ae
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 13:12:34 2025 +0200
+
+    Merge branch 'master' into dreibh/mappings
+
+commit 884c4ae1f7138af83bc301a5b81c6eda11aaf07d
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 13:11:58 2025 +0200
+
+    Bugfix: Added work-around for lower-case first character in name from IETF metadata XML.
+
+commit 6e715881c9e5c3b51966c3af73bc83309aaca55e
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 13:00:38 2025 +0200
+
+    Bugfix: Fixed the previous null-pointer dereference fix. Now, it should work properly.
+
+commit daa772a4b8b485911edceef2a2a5aed5ce8728ae
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 12:53:55 2025 +0200
+
+    Improved script.
+
+commit 88707db1709ef6ffb22e56cb71aa9f17177e9d43
+Merge: 6c1ca69 db18260
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 11:51:15 2025 +0200
+
+    Merge branch 'master' into dreibh/mappings
+
+commit db182600b76857fb701b49fa6014f454ced3007f
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 11:50:44 2025 +0200
+
+    Bugfix: Fix for possible null-pointer dereference.
+
+commit 482cce207ce08247ef5525dce17e23c0cc5e5866
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 11:50:07 2025 +0200
+
+    Some ShellCheck clean-ups.
+
+commit 6c1ca6964e64db2fe1424c6aab28138fb55226c6
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 11:12:25 2025 +0200
+
+    Some clean-ups.
+
+commit f1fb706933718479b2c81f24b45a56b3e34f9783
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 11:02:02 2025 +0200
+
+    Modernised C++ code: NULL -> nullptr.
+
+commit 34bd03c4100159cf01274c604b3884b37faa0bda
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 10:56:30 2025 +0200
+
+    * POSIX-compliant parameter handling by using getopt_long().
+    * Updated and improved manpage.
+
+commit 86836c7b93f27f8c86ff2911a09ca83da6523e75
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 10:02:19 2025 +0200
+
+    Added version file generation.
+
+commit ffb9a6a8e62b3a2d7082a12a6c12fc1689f84611
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 09:54:54 2025 +0200
+
+    Updated examples.
+
+commit c065f9d7cfd31204433c030a020fb20faf95391b
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 09:54:44 2025 +0200
+
+    Added mapping parameter handling.
+
+commit 25a7ef69056b360d111207d21f5c7b4fd86c0f56
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 09:54:27 2025 +0200
+
+    Added string splitting function.
+
+commit 3fd10db75a1bfd9c4b6c359f1908dc5e84e30349
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 09:43:46 2025 +0200
+
+    Removed debug code.
+
+commit 3c09dd9bfb88aae6dd69ab48a1f7de6ca38b7a58
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Sun Apr 20 09:43:35 2025 +0200
+
+    Some testing.
+
+commit 6c9abc6cd40af9e0a2ab1ef3139053c7c0412a40
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Fri Apr 18 18:21:48 2025 +0200
+
+    Some progress.
+
+commit cbeedc52e079f0db4fe35e31012cb68cdf743374
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Fri Apr 18 18:06:53 2025 +0200
+
+    Minor clean-up.
+
+commit 442314be6ecde2af1ad27412c1e7a9c9edd09ca0
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Fri Apr 18 17:50:59 2025 +0200
+
+    Removed unnecessary #includes.
+
+commit 968a8b6e83998051d2596fdfeeed804d051a17ea
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Fri Apr 18 17:43:49 2025 +0200
+
+    Some clean-ups.
+
+commit 737ecde815f74d837dc5813fd2554f2f13f544dc
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Fri Apr 18 17:39:28 2025 +0200
+
+    Further progress.
+
+commit 9cc32f55f63332bb13fe75a9623ea394c3a6a164
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Fri Apr 18 16:49:32 2025 +0200
+
+    Some progress.
+
+commit 22c7ff419526a1e1e2d5024705282af73e1a4f00
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Fri Apr 18 13:02:40 2025 +0200
+
+    Some testing.
+
+commit 6c37de055fdfa4fd36c57a65bc2dc224dd36ffc9
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Fri Apr 18 11:42:43 2025 +0200
+
+    Updated CI configuration
+
+commit 8d84f7a94f5e252ca0c598f0daf8080dd9fdc05c
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Fri Apr 18 11:42:37 2025 +0200
+
+    Updated CI scripts
+
+commit 81c095b24d9c2bb4346c0d2dac7ab20c497d9ef0
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Tue Mar 18 10:26:21 2025 +0100
+
+    Fixed test dependencies.
+
+commit d9bc9ebbb4c32507063e297bece1b0ba0763d962
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Mar 17 21:02:32 2025 +0100
+
+    Updated distinfo.
+
+commit e95ee8a77ee76e998971c0873d56f3f8c1667598
+Author: Thomas Dreibholz <dreibh@simula.no>
+Date:   Mon Mar 17 20:48:07 2025 +0100
+
+    New release bibtexconv-1.4.4.
+
 commit 1f228022076e844f923cca2202ba1cebf52a5d04
 Author: Thomas Dreibholz <dreibh@simula.no>
 Date:   Mon Mar 17 18:53:52 2025 +0100
diff -pruN 1.4.4-2/README.md 2.0.2-1/README.md
--- 1.4.4-2/README.md	2025-03-05 17:23:30.000000000 +0000
+++ 2.0.2-1/README.md	2025-04-27 18:20:15.000000000 +0000
@@ -14,27 +14,39 @@ Have a look into /usr/share/doc/bibtexco
 
 - Check URLs of all entries in [ExampleReferences.bib](src/ExampleReferences.bib), add MD5, size and MIME type items and write the results to UpdatedReferences.bib:
   ```
-  bibtexconv ExampleReferences.bib -export-to-bibtex=UpdatedReferences.bib -check-urls -only-check-new-urls -non-interactive
+  bibtexconv ExampleReferences.bib --export-to-bibtex=UpdatedReferences.bib --check-urls --only-check-new-urls --non-interactive
   ```
-- Use the export script [web-example.export](src/web-example.export) to export references from [ExampleReferences.bib](src/ExampleReferences.bib) to MyPublications.html as XHTML 1.1. [ExampleReferences.bib](src/ExampleReferences.bib) references the script [get-author-url](src/get-author-url) and the list [authors.list](src/authors.list) to obtain the authors' website URLs.
+- Use the export script [web-example1.export](src/web-example1.export) to export references from [ExampleReferences.bib](src/ExampleReferences.bib) to MyPublications.html as XHTML 1.1. [ExampleReferences.bib](src/ExampleReferences.bib) references the script [get-author-url](src/get-author-url) and the list [authors.list](src/authors.list) to obtain the authors' website URLs.
   ```
-  bibtexconv ExampleReferences.bib <web-example.export >MyPublications.html
+  bibtexconv ExampleReferences.bib <web-example1.export >MyPublications.html
   ```
+Note that using a script is slow, and may introduce a security issue when running export scripts from untrusted sources! The preferred way for mappings is to use mapping files, which is demonstrated by the next example.
+
+- Use the export script [web-example2.export](src/web-example2.export) to export references from [ExampleReferences.bib](src/ExampleReferences.bib) to MyPublications.html as XHTML 1.1. Unlike the example above, it reads [authors.list](src/authors.list) as a mapping file, and uses the fields *Name* and *URL* to map authors to URLs.
+  ```
+  bibtexconv ExampleReferences.bib --mapping=author-url:authors.list:Name:URL <web-example2.export >MyPublications.html
+  ```
+ Mapping files have been introduced in BibTeXConv&nbsp;2.0.
+
 - Use export script [text-example.export](src/text-example.export) to export references from [ExampleReferences.bib](src/ExampleReferences.bib) to MyPublications.txt as plain text:
   ```
   bibtexconv ExampleReferences.bib <text-example.export >MyPublications.txt
   ```
+- Use export script [yaml-example.export](src/yaml-example.export) to export references from [ExampleReferences.bib](src/ExampleReferences.bib) to MyPublications.yaml as YAML file according to [Debian Upstream MEtadata GAthered with YAml&nbsp;(UMEGAYA)](https://wiki.debian.org/UpstreamMetadata) format:
+  ```
+  bibtexconv ExampleReferences.bib <yaml-example.export >MyPublications.yaml
+  ```
 - Convert all references in [ExampleReferences.bib](src/ExampleReferences.bib) to XML references to be includable in IETF Internet Drafts. For each reference, an own file is generated, named with the prefix "reference." (for example: reference.Globecom2010.xml for the reference Globecom2010):
   ```
-  bibtexconv ExampleReferences.bib -export-to-separate-xmls=reference. -non-interactive
+  bibtexconv ExampleReferences.bib --export-to-separate-xmls=reference. --non-interactive
   ```
 - Convert all references in [ExampleReferences.bib](src/ExampleReferences.bib) to BibTeX references. For each reference, an own file is generated, named with the prefix "" (here: no prefix; for example: Globecom2010.bib for the reference Globecom2010):
   ```
-  bibtexconv ExampleReferences.bib -non-interactive -export-to-separate-bibtexs=
+  bibtexconv ExampleReferences.bib --non-interactive --export-to-separate-bibtexs=
   ```
 - Download all references in [ExampleReferences.bib](src/ExampleReferences.bib) providing an "url" entry to directory Downloads. If the corresponding file is already existing, a download is skipped. That is, the command can be run regularly to maintain an up-to-date publications directory. Updated references (including length, type and MD5 sum of the downloaded entries) are written to UpdatedReferences.bib:
   ```
-  bibtexconv ExampleReferences.bib -export-to-bibtex=UpdatedReferences.bib -check-urls -store-downloads=Downloads -non-interactive
+  bibtexconv ExampleReferences.bib --export-to-bibtex=UpdatedReferences.bib --check-urls --store-downloads=Downloads --non-interactive
   ```
 - Use export script [odt-example.export](src/odt-example.export) to export references from [ExampleReferences.bib](src/ExampleReferences.bib) to MyPublications.odt as [OpenDocument](https://www.adobe.com/uk/acrobat/resources/document-files/open-doc.html) Text (ODT), according to the template ODT file [ODT-Template.odt](src/ODT-Template.odt):
   ```
diff -pruN 1.4.4-2/ci/ci-build 2.0.2-1/ci/ci-build
--- 1.4.4-2/ci/ci-build	2025-03-16 21:33:05.000000000 +0000
+++ 2.0.2-1/ci/ci-build	2025-04-21 11:29:35.000000000 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #
 # GitHub Actions Scripts
-# Copyright (C) 2021-2024 by Thomas Dreibholz
+# Copyright (C) 2021-2025 by Thomas Dreibholz
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -pruN 1.4.4-2/ci/ci-install 2.0.2-1/ci/ci-install
--- 1.4.4-2/ci/ci-install	2025-03-16 21:33:05.000000000 +0000
+++ 2.0.2-1/ci/ci-install	2025-04-21 11:29:35.000000000 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #
 # GitHub Actions Scripts
-# Copyright (C) 2021-2024 by Thomas Dreibholz
+# Copyright (C) 2021-2025 by Thomas Dreibholz
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -pruN 1.4.4-2/ci/ci-setup 2.0.2-1/ci/ci-setup
--- 1.4.4-2/ci/ci-setup	2025-03-16 21:33:05.000000000 +0000
+++ 2.0.2-1/ci/ci-setup	2025-04-21 11:29:35.000000000 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #
 # GitHub Actions Scripts
-# Copyright (C) 2021-2024 by Thomas Dreibholz
+# Copyright (C) 2021-2025 by Thomas Dreibholz
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -pruN 1.4.4-2/ci/ci-test 2.0.2-1/ci/ci-test
--- 1.4.4-2/ci/ci-test	2025-03-16 21:33:05.000000000 +0000
+++ 2.0.2-1/ci/ci-test	2025-04-21 11:29:35.000000000 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #
 # GitHub Actions Scripts
-# Copyright (C) 2021-2024 by Thomas Dreibholz
+# Copyright (C) 2021-2025 by Thomas Dreibholz
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -pruN 1.4.4-2/debian/bibtexconv.examples 2.0.2-1/debian/bibtexconv.examples
--- 1.4.4-2/debian/bibtexconv.examples	2025-01-31 22:18:42.000000000 +0000
+++ 2.0.2-1/debian/bibtexconv.examples	2025-04-27 18:20:15.000000000 +0000
@@ -1,10 +1,13 @@
 usr/share/doc/bibtexconv/examples/ExampleReferences.bib
 usr/share/doc/bibtexconv/examples/Images/
 usr/share/doc/bibtexconv/examples/ODT-Template.odt
+usr/share/doc/bibtexconv/examples/RSerPool.bib
 usr/share/doc/bibtexconv/examples/authors.list
 usr/share/doc/bibtexconv/examples/get-author-url
 usr/share/doc/bibtexconv/examples/odt-example.export
 usr/share/doc/bibtexconv/examples/publication-list-treeview.js
 usr/share/doc/bibtexconv/examples/text-example.export
-usr/share/doc/bibtexconv/examples/web-example.export
+usr/share/doc/bibtexconv/examples/web-example1.export
+usr/share/doc/bibtexconv/examples/web-example2.export
+usr/share/doc/bibtexconv/examples/web-rserpool.export
 usr/share/doc/bibtexconv/examples/yaml-example.export
diff -pruN 1.4.4-2/debian/bibtexconv.install 2.0.2-1/debian/bibtexconv.install
--- 1.4.4-2/debian/bibtexconv.install	2025-03-16 21:30:15.000000000 +0000
+++ 2.0.2-1/debian/bibtexconv.install	2025-04-27 18:20:15.000000000 +0000
@@ -2,4 +2,3 @@ usr/bin/bibtexconv
 usr/bin/bibtexconv-odt
 usr/share/bash-completion/completions/bibtexconv
 usr/share/bash-completion/completions/bibtexconv-odt
-
diff -pruN 1.4.4-2/debian/changelog 2.0.2-1/debian/changelog
--- 1.4.4-2/debian/changelog	2025-03-18 09:25:31.000000000 +0000
+++ 2.0.2-1/debian/changelog	2025-05-12 20:50:59.000000000 +0000
@@ -1,3 +1,9 @@
+bibtexconv (2.0.2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Thomas Dreibholz <thomas.dreibholz@gmail.com>  Mon, 12 May 2025 22:50:59 +0200
+
 bibtexconv (1.4.4-2) unstable; urgency=low
 
   * debian/tests: Fixed test dependencies.
diff -pruN 1.4.4-2/debian/copyright 2.0.2-1/debian/copyright
--- 1.4.4-2/debian/copyright	2025-03-16 21:30:15.000000000 +0000
+++ 2.0.2-1/debian/copyright	2025-05-03 09:50:55.000000000 +0000
@@ -4,7 +4,7 @@ Upstream-Contact: Thomas Dreibholz <thom
 Source: https://www.nntb.no/~dreibh/bibtexconv/
 
 Files: *
-Copyright: Copyright (C) 2010-2019 Thomas Dreibholz
+Copyright: Copyright (C) 2010-2025 Thomas Dreibholz
 License: GPL-3+
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
diff -pruN 1.4.4-2/debian/tests/10-bibtexconv-html 2.0.2-1/debian/tests/10-bibtexconv-html
--- 1.4.4-2/debian/tests/10-bibtexconv-html	2024-12-13 18:12:42.000000000 +0000
+++ 2.0.2-1/debian/tests/10-bibtexconv-html	2025-04-27 18:20:15.000000000 +0000
@@ -33,7 +33,7 @@ set -eu
 
 cd /usr/share/doc/bibtexconv/examples
 bibtexconv /usr/share/doc/bibtexconv/examples/ExampleReferences.bib \
-   <web-example.export \
+   <web-example1.export \
    >/tmp/ExampleReferences.html
 tidy -q -o /dev/null /tmp/ExampleReferences.html
 
diff -pruN 1.4.4-2/debian/tests/control 2.0.2-1/debian/tests/control
--- 1.4.4-2/debian/tests/control	2024-12-13 18:12:42.000000000 +0000
+++ 2.0.2-1/debian/tests/control	2025-04-27 18:20:15.000000000 +0000
@@ -1,6 +1,8 @@
 Tests: 10-bibtexconv-html
 Restrictions: allow-stderr
-Depends: bibtexconv, tidy
+Depends: bibtexconv,
+         python3-minimal,
+         tidy
 
 Tests: 11-bibtexconv-txt
 Restrictions: allow-stderr
diff -pruN 1.4.4-2/freebsd/bibtexconv/Makefile 2.0.2-1/freebsd/bibtexconv/Makefile
--- 1.4.4-2/freebsd/bibtexconv/Makefile	2025-03-17 19:48:01.000000000 +0000
+++ 2.0.2-1/freebsd/bibtexconv/Makefile	2025-05-12 20:50:59.000000000 +0000
@@ -1,5 +1,5 @@
 PORTNAME=	bibtexconv
-DISTVERSION=	1.4.4
+DISTVERSION=	2.0.2
 CATEGORIES=	converters
 MASTER_SITES=	https://www.nntb.no/~dreibh/bibtexconv/download/
 
diff -pruN 1.4.4-2/freebsd/bibtexconv/distinfo 2.0.2-1/freebsd/bibtexconv/distinfo
--- 1.4.4-2/freebsd/bibtexconv/distinfo	2025-03-05 17:23:30.000000000 +0000
+++ 2.0.2-1/freebsd/bibtexconv/distinfo	2025-05-03 09:50:55.000000000 +0000
@@ -1,3 +1,3 @@
-TIMESTAMP = 1741118395
-SHA256 (bibtexconv-1.4.3.tar.xz) = bcc3fedb7f28511d231c81d21c2a6efb3fadd52b3101aa87f09b6a1b0ca9957b
-SIZE (bibtexconv-1.4.3.tar.xz) = 274808
+TIMESTAMP = 1745956876
+SHA256 (bibtexconv-2.0.1.tar.xz) = bbe784818dbf597792a7ae30e6ccf39564cb124f1d89acbf07ee5035a6c6fec8
+SIZE (bibtexconv-2.0.1.tar.xz) = 342524
diff -pruN 1.4.4-2/freebsd/bibtexconv/pkg-plist 2.0.2-1/freebsd/bibtexconv/pkg-plist
--- 1.4.4-2/freebsd/bibtexconv/pkg-plist	2024-12-20 19:02:34.000000000 +0000
+++ 2.0.2-1/freebsd/bibtexconv/pkg-plist	2025-05-03 09:50:55.000000000 +0000
@@ -11,13 +11,16 @@ share/bash-completion/completions/ietf2b
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Images/ListItem-Expanded.svg
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Images/make-images
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ODT-Template.odt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RSerPool.bib
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/authors-fix.list
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/authors.list
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/get-author-url
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/odt-example.export
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/publication-list-treeview.js
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/text-example.export
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/web-example.export
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/web-example1.export
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/web-example2.export
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/web-rserpool.export
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yaml-example.export
 share/man/man1/bibtexconv-odt.1.gz
 share/man/man1/bibtexconv.1.gz
diff -pruN 1.4.4-2/rpm/bibtexconv.spec 2.0.2-1/rpm/bibtexconv.spec
--- 1.4.4-2/rpm/bibtexconv.spec	2025-03-17 19:48:01.000000000 +0000
+++ 2.0.2-1/rpm/bibtexconv.spec	2025-05-12 20:50:59.000000000 +0000
@@ -1,5 +1,5 @@
 Name: bibtexconv
-Version: 1.4.4
+Version: 2.0.2
 Release: 1
 Summary: BibTeX converter
 Group: Applications/Databases
@@ -46,9 +46,12 @@ BibTeXConv is a BibTeX file converter wh
 %{_datadir}/doc/bibtexconv/examples/publication-list-treeview.js
 %{_datadir}/doc/bibtexconv/examples/ExampleReferences.bib
 %{_datadir}/doc/bibtexconv/examples/ODT-Template.odt
+%{_datadir}/doc/bibtexconv/examples/RSerPool.bib
 %{_datadir}/doc/bibtexconv/examples/odt-example.export
 %{_datadir}/doc/bibtexconv/examples/text-example.export
-%{_datadir}/doc/bibtexconv/examples/web-example.export
+%{_datadir}/doc/bibtexconv/examples/web-example1.export
+%{_datadir}/doc/bibtexconv/examples/web-example2.export
+%{_datadir}/doc/bibtexconv/examples/web-rserpool.export
 %{_datadir}/doc/bibtexconv/examples/yaml-example.export
 %{_datadir}/doc/bibtexconv/examples/Images/ListItem-Collapsed.dia
 %{_datadir}/doc/bibtexconv/examples/Images/ListItem-Collapsed.svg
@@ -74,6 +77,14 @@ references and the actual document.
 
 
 %changelog
+* Mon May 12 2025 Thomas Dreibholz <thomas.dreibholz@gmail.com> - 2.0.2
+- New upstream release.
+* Tue Apr 29 2025 Thomas Dreibholz <thomas.dreibholz@gmail.com> - 2.0.1
+- New upstream release.
+* Sun Apr 27 2025 Thomas Dreibholz <thomas.dreibholz@gmail.com> - 2.0.0
+- New upstream release.
+* Mon Apr 21 2025 Thomas Dreibholz <thomas.dreibholz@gmail.com> - 1.4.5
+- New upstream release.
 * Mon Mar 17 2025 Thomas Dreibholz <thomas.dreibholz@gmail.com> - 1.4.4
 - New upstream release.
 * Tue Mar 04 2025 Thomas Dreibholz <thomas.dreibholz@gmail.com> - 1.4.3
diff -pruN 1.4.4-2/src/CMakeLists.txt 2.0.2-1/src/CMakeLists.txt
--- 1.4.4-2/src/CMakeLists.txt	2024-12-13 18:12:42.000000000 +0000
+++ 2.0.2-1/src/CMakeLists.txt	2025-04-27 18:20:15.000000000 +0000
@@ -34,6 +34,17 @@ INCLUDE_DIRECTORIES(${OPENSSL_INCLUDE_DI
 
 
 #############################################################################
+#### VERSION FILE                                                        ####
+#############################################################################
+
+CONFIGURE_FILE (
+   "${CMAKE_CURRENT_SOURCE_DIR}/package-version.h.in"
+   "${CMAKE_CURRENT_BINARY_DIR}/package-version.h"
+)
+INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
+
+
+#############################################################################
 #### PROGRAMS                                                            ####
 #############################################################################
 
@@ -41,6 +52,7 @@ BISON_TARGET(grammar grammar.yy ${CMAKE_
 FLEX_TARGET( scanner scanner.ll ${CMAKE_CURRENT_BINARY_DIR}/scanner.cc)
 ADD_EXECUTABLE(bibtexconv
    bibtexconv.cc
+   mappings.cc
    node.cc
    publicationset.cc
    stringhandling.cc
@@ -75,6 +87,10 @@ INSTALL(FILES       ietf2bibtex.bash-com
         RENAME      ietf2bibtex)
 
 
+# TEST ONLY:
+# ADD_EXECUTABLE(t1 t1.cc mappings.cc stringhandling.cc)
+
+
 #############################################################################
 #### EXAMPLES                                                            ####
 #############################################################################
@@ -85,8 +101,11 @@ INSTALL(FILES authors-fix.list
               odt-example.export
               ODT-Template.odt
               publication-list-treeview.js
+              RSerPool.bib
               text-example.export
-              web-example.export
+              web-example1.export
+              web-example2.export
+              web-rserpool.export
               yaml-example.export
         DESTINATION ${CMAKE_INSTALL_DOCDIR}/examples)
 INSTALL(PROGRAMS get-author-url
diff -pruN 1.4.4-2/src/ExampleReferences.bib 2.0.2-1/src/ExampleReferences.bib
--- 1.4.4-2/src/ExampleReferences.bib	2025-03-03 18:35:18.000000000 +0000
+++ 2.0.2-1/src/ExampleReferences.bib	2025-05-03 08:48:34.000000000 +0000
@@ -4398,7 +4398,7 @@ In this paper, we propose a proof-of-con
 	issn = "2079-9292",
 	doi = "10.3390/electronics10161942",
 	abstract = "{With the increasing deployment of the Multi-Path Transmission Control Protocol (MPTCP) in heterogeneous network setups, there is a need to understand how its performance is affected in practice both by traditional factors such as round-trip time measurements, buffer predictive modelling and by calculating the impact factors of network subflows. Studies have shown that path management and packet scheduling have a large effect on overall performance and required limited resources with different congestion control parameters. Unfortunately, most of the previous studies have focused almost exclusively on the improvement of a single parameter, without a holistic view. To deal with this issue effectively, this paper puts forward a Multi-Parameter Comprehensive Optimized Algorithm (MPCOA), which can find the smaller buffer size and select the appropriate congestion control and path management algorithm on the premise of ensuring larger throughput. Experiments of three scenarios show that MPCOA can save the buffer space and subflow resources, and achieve high throughput. Meanwhile, a set of quantitative improvement results given by MPCOA is convenient for us to evaluate the quality of MPTCP network, and provide reference for our ongoing future work, like for 4G/5G, Internet of Things and Star Link networks.}",
-	url = "https://www.mdpi.com/2079-9292/10/16/1942/pdf",
+	url = "https://mdpi-res.com/d_attachment/electronics/electronics-10-01942/article_deploy/electronics-10-01942.pdf?version=1628757855",
 	url.size = "3398801",
 	url.md5 = "34590aec90bbbe3ea255e733f437bd7f",
 	url.mime = "application/pdf",
@@ -5076,12 +5076,15 @@ As part of this paper, first the network
 	author = "Thomas Dreibholz and Somnath Mazumdar",
 	title = "{HiPerConTracer~3.0: Transport-level Packet Routing Analysis Tool}",
 	booktitle = "{Proceedings of the 33rd Euromicro International Conference on Parallel, Distributed and Network-Based Processing~(PDP)}",
+	pages = "33--41",
 	numpages = "9",
 	day = "14",
 	month = mar,
 	year = "2025",
 	address = "Torino, Piemonte/Italy",
 	language = "english",
+	isbn = "979-8-3315-2493-7",
+	doi = "10.1109/PDP66500.2025.00014",
 	keywords = "Long-Term Analysis, Network, Packets, Routing, Round-Trip Time, Traceroute",
 	abstract = "{Applications rely on the network to reliably forward packets between nodes. The way packets are forwarded has a significant impact on latency-sensitive applications. It is important to gain a better understanding of the routes the packets take, to adapt an application's communication to network performance, and to achieve good quality of experience~(QoE) for the user. Continuous, long-term evaluation is required to obtain detailed insights into network performance.
 Here, we present HiPerConTracer~3.0 for tracing routes between senders and receivers in public and private networks. This open-source tool for large-scale IP trace analysis performs traceroute/ping measurements to provide detailed insights into packet routes and packet timing. In this paper, we have demonstrated the intuitive route visualization capability of the proposed tool by verifying some known network behaviors.}",
Binary files 1.4.4-2/src/ODT-Template.odt and 2.0.2-1/src/ODT-Template.odt differ
diff -pruN 1.4.4-2/src/RSerPool.bib 2.0.2-1/src/RSerPool.bib
--- 1.4.4-2/src/RSerPool.bib	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/RSerPool.bib	2025-04-21 16:21:30.000000000 +0000
@@ -0,0 +1,450 @@
+@TechReport{ draft-dreibholz-rserpool-applic-distcomp,
+	author = "Thomas Dreibholz",
+	title = "{Applicability of Reliable Server Pooling for Real-Time Distributed Computing}",
+	type = "Internet Draft",
+	number = "draft-dreibholz-rserpool-applic-distcomp-38",
+	day = "30",
+	month = mar,
+	year = "2025",
+	institution = "IETF, Individual Submission",
+	language = "english",
+	abstract = "{This document describes the applicability of the Reliable Server Pooling architecture to manage real-time distributed computing pools and access the resources of such pools.}",
+	url = "https://tools.ietf.org/id/draft-dreibholz-rserpool-applic-distcomp-38.txt",
+	url.size = "18925",
+	url.md5 = "beb63ef1fbdf5cb19b3eb03f699dcfa5",
+	url.mime = "text/plain",
+	url.checked = "2025-04-01 08:37:55 CEST"
+}
+
+@TechReport{ draft-dreibholz-rserpool-applic-mobility,
+	author = "Thomas Dreibholz and Jobin Pulinthanath",
+	title = "{Applicability of Reliable Server Pooling for SCTP-Based Endpoint Mobility}",
+	type = "Internet Draft",
+	number = "draft-dreibholz-rserpool-applic-mobility-37",
+	day = "30",
+	month = mar,
+	year = "2025",
+	institution = "IETF, Individual Submission",
+	language = "english",
+	abstract = "{This document describes a novel mobility concept based on a combination of SCTP with Dynamic Address Reconfiguration extension and Reliable Server Pooling~(RSerPool).}",
+	url = "https://tools.ietf.org/id/draft-dreibholz-rserpool-applic-mobility-37.txt",
+	url.size = "16389",
+	url.md5 = "dd82eef5b846438f980c2077cec33bee",
+	url.mime = "text/plain",
+	url.checked = "2025-04-01 08:37:55 CEST"
+}
+
+@TechReport{ draft-dreibholz-rserpool-delay,
+	author = "Thomas Dreibholz and Xing Zhou",
+	title = "{Definition of a Delay Measurement Infrastructure and Delay-Sensitive Least-Used Policy for Reliable Server Pooling}",
+	type = "Internet Draft",
+	number = "draft-dreibholz-rserpool-delay-35",
+	day = "30",
+	month = mar,
+	year = "2025",
+	institution = "IETF, Individual Submission",
+	language = "english",
+	abstract = "{This document contains the definition of a delay measurement infrastructure and a delay-sensitive Least-Used policy for Reliable Server Pooling.}",
+	url = "https://tools.ietf.org/id/draft-dreibholz-rserpool-delay-35.txt",
+	url.size = "17572",
+	url.md5 = "9929a103fa809cfbf3a3a6db88814dbb",
+	url.mime = "text/plain",
+	url.checked = "2025-04-01 08:37:55 CEST"
+}
+
+@TechReport{ draft-dreibholz-rserpool-asap-hropt,
+	author = "Thomas Dreibholz",
+	title = "{Handle Resolution Option for ASAP}",
+	type = "Internet Draft",
+	number = "draft-dreibholz-rserpool-asap-hropt-36",
+	day = "30",
+	month = mar,
+	year = "2025",
+	institution = "IETF, Individual Submission",
+	language = "english",
+	abstract = "{This document describes the Handle Resolution option for the ASAP protocol.}",
+	url = "https://tools.ietf.org/id/draft-dreibholz-rserpool-asap-hropt-36.txt",
+	url.size = "13230",
+	url.md5 = "e277e1868bde45cfd0977fe02d8120d7",
+	url.mime = "text/plain",
+	url.checked = "2025-04-01 08:37:55 CEST"
+}
+
+@TechReport{ draft-dreibholz-rserpool-nextgen-ideas,
+	author = "Thomas Dreibholz",
+	title = "{Ideas for a Next Generation of the Reliable Server Pooling Framework}",
+	type = "Internet Draft",
+	number = "draft-dreibholz-rserpool-nextgen-ideas-23",
+	day = "30",
+	month = mar,
+	year = "2025",
+	institution = "IETF, Individual Submission",
+	language = "english",
+	abstract = "{This document collects some idea for a next generation of the Reliable Server Pooling framework.}",
+	url = "https://tools.ietf.org/id/draft-dreibholz-rserpool-nextgen-ideas-23.txt",
+	url.size = "15585",
+	url.md5 = "1d19e22e0f08b8e0b40b231c50bf61e4",
+	url.mime = "text/plain",
+	url.checked = "2025-04-01 08:37:55 CEST"
+}
+
+@TechReport{ draft-dreibholz-rserpool-score,
+	author = "Thomas Dreibholz and Michael Tüxen",
+	title = "{Reliable Server Pooling~(RSerPool) Bakeoff Scoring}",
+	type = "Internet Draft",
+	number = "draft-dreibholz-rserpool-score-36",
+	day = "30",
+	month = mar,
+	year = "2025",
+	institution = "IETF, Individual Submission",
+	language = "english",
+	abstract = "{This memo describes some of the scoring to be used in the testing of Reliable Server Pooling protocols ASAP and ENRP at upcoming bakeoffs.}",
+	url = "https://tools.ietf.org/id/draft-dreibholz-rserpool-score-36.txt",
+	url.size = "18937",
+	url.md5 = "71d77867d1201e758b5ae9cd83f3505d",
+	url.mime = "text/plain",
+	url.checked = "2025-04-01 08:37:55 CEST"
+}
+
+@TechReport{ draft-dreibholz-rserpool-enrp-takeover,
+	author = "Thomas Dreibholz and Xing Zhou",
+	title = "{Takeover Suggestion Flag for the ENRP Handle Update Message}",
+	type = "Internet Draft",
+	number = "draft-dreibholz-rserpool-enrp-takeover-33",
+	day = "30",
+	month = mar,
+	year = "2025",
+	institution = "IETF, Individual Submission",
+	language = "english",
+	abstract = "{This document describes the Takeover Suggestion Flag for the ENRP_HANDLE_UPDATE message of the ENRP protocol.}",
+	url = "https://tools.ietf.org/id/draft-dreibholz-rserpool-enrp-takeover-33.txt",
+	url.size = "14123",
+	url.md5 = "bdcd732cd5b76b8d142a0fc420741f7c",
+	url.mime = "text/plain",
+	url.checked = "2025-04-01 08:37:55 CEST"
+}
+
+@TechReport{ draft-coene-rserpool-applic-ipfix,
+	author = "Thomas Dreibholz and Lode Coene and Phillip~T. Conrad",
+	title = "{Reliable Server Pooling Applicability for IP Flow Information Exchange}",
+	type = "Internet Draft",
+	number = "draft-coene-rserpool-applic-ipfix-20",
+	day = "25",
+	month = mar,
+	year = "2023",
+	institution = "IETF, Individual Submission",
+	language = "english",
+	abstract = "{This document describes the applicability of the Reliable Server Pooling architecture to the IP Flow Information Exchange using the Aggregate Server Access Protocol~(ASAP) functionality of RSerPool only. Data exchange in IPFIX between the router and the data collector can be provided by a limited retransmission protocol.}",
+	url = "https://tools.ietf.org/id/draft-coene-rserpool-applic-ipfix-20.txt",
+	url.size = "15413",
+	url.md5 = "65ad43cb7053bce7af69f746b66a7409",
+	url.mime = "text/plain",
+	url.checked = "2025-04-01 08:37:55 CEST"
+}
+
+@TechReport{ draft-dreibholz-vnfpool-rserpool-applic,
+	author = "Thomas Dreibholz and Michael Tüxen and Melinda Shore and Ning Zong",
+	title = "{The Applicability of Reliable Server Pooling~(RSerPool) for Virtual Network Function Resource Pooling~(VNFPOOL)}",
+	type = "Internet Draft",
+	number = "draft-dreibholz-vnfpool-rserpool-applic-09",
+	day = "11",
+	month = sep,
+	year = "2019",
+	institution = "IETF, Individual Submission",
+	language = "english",
+	abstract = "{This draft describes the application of Reliable Server Pooling~(RSerPool) for Virtual Network Function Resource Pooling~(VNFPOOL).}",
+	url = "https://tools.ietf.org/id/draft-dreibholz-vnfpool-rserpool-applic-09.txt",
+	url.size = "35756",
+	url.md5 = "0bb6e37a9e2bdfc8ef26944f8871b28b",
+	url.mime = "text/plain",
+	url.checked = "2025-04-01 08:37:55 CEST"
+}
+
+@TechReport{ rfc-rserpool-mib,
+	author = "Thomas Dreibholz and Jaiwant Mulik",
+	title = "{Reliable Server Pooling MIB Module Definition}",
+	type = "RFC",
+	number = "5525",
+	day = "22",
+	month = apr,
+	year = "2009",
+	institution = "IETF",
+	language = "english",
+	issn = "2070-1721",
+	doi = "10.17487/RFC5525",
+	abstract = "{Reliable Server Pooling~(RSerPool) is a framework to provide reliable server pooling. The RSerPool framework consists of two protocols: ASAP~(Aggregate Server Access Protocol) and ENRP~(Endpoint Handlespace Redundancy Protocol). This document defines an SMIv2-compliant~(Structure of Management Information Version 2) Management Information Base~(MIB) module providing access to managed objects in an RSerPool implementation. This memo defines an Experimental Protocol for the Internet community.}",
+	url = "https://www.ietf.org/rfc/rfc5525.txt",
+	url.size = "85897",
+	url.md5 = "0a97f3889ba2b726d4e738e9c4c77ee6",
+	url.mime = "text/plain",
+	url.checked = "2014-04-02 17:24:31 CEST"
+}
+
+@TechReport{ rfc-rserpool-asap,
+	author = "Randall~R. Stewart and Qiaobing Xie and Maureen Stillman and Michael Tüxen",
+	title = "{Aggregate Server Access Protcol~(ASAP)}",
+	type = "RFC",
+	number = "5352",
+	day = "30",
+	month = sep,
+	year = "2008",
+	institution = "IETF",
+	language = "english",
+	issn = "2070-1721",
+	doi = "10.17487/RFC5352",
+	abstract = "{Aggregate Server Access Protocol~(ASAP, RFC 5352), in conjunction with the Endpoint Handlespace Redundancy Protocol~(ENRP, RFC 5353), provides a high-availability data transfer mechanism over IP networks. ASAP uses a handle-based addressing model that isolates a logical communication endpoint from its IP address(es), thus effectively eliminating the binding between the communication endpoint and its physical IP address(es), which normally constitutes a single point of failure.
+ In addition, ASAP defines each logical communication destination as a pool, providing full transparent support for server pooling and load sharing. It also allows dynamic system scalability -- members of a server pool can be added or removed at any time without interrupting the service.
+ ASAP is designed to take full advantage of the network level redundancy provided by the Stream Transmission Control Protocol~(SCTP, RFC 4960). Each transport protocol, other than SCTP, MUST have an accompanying transport mapping document. It should be noted that ASAP messages passed between Pool Elements~(PEs) and ENRP servers MUST use the SCTP transport protocol.
+ The high-availability server pooling is gained by combining two protocols, namely ASAP and ENRP, in which ASAP provides the user interface for Pool Handle to address translation, load sharing management, and fault management, while ENRP defines the high- availability Pool Handle translation service. This memo defines an Experimental Protocol for the Internet community.}",
+	url = "https://www.ietf.org/rfc/rfc5352.txt",
+	url.size = "118712",
+	url.md5 = "0e0bdb9ae5d2dda80f4d26a647a711ad",
+	url.mime = "text/plain",
+	url.checked = "2014-04-02 17:24:28 CEST"
+}
+
+@TechReport{ rfc-rserpool-common-param,
+	author = "Randall~R. Stewart and Qiaobing Xie and Maureen Stillman and Michael Tüxen",
+	title = "{Aggregate Server Access Protocol~(ASAP) and Endpoint Handlespace Redundancy Protocol~(ENRP) Parameters}",
+	type = "RFC",
+	number = "5354",
+	day = "30",
+	month = sep,
+	year = "2008",
+	institution = "IETF",
+	language = "english",
+	issn = "2070-1721",
+	doi = "10.17487/RFC5354",
+	abstract = "{This document details the parameters of the Aggregate Server Access Protocol~(ASAP) and Endpoint Handlespace Redundancy Protocol~(ENRP) defined within the Reliable Server Pooling~(RSerPool) architecture. This memo defines an Experimental Protocol for the Internet community.}",
+	url = "https://www.ietf.org/rfc/rfc5354.txt",
+	url.size = "50217",
+	url.md5 = "eba7648c6885600e5396de7a50da6e82",
+	url.mime = "text/plain",
+	url.checked = "2014-04-02 17:24:30 CEST"
+}
+
+@TechReport{ rfc-rserpool-overview,
+	author = "Peter Lei and Lyndon Ong and Michael Tüxen and Thomas Dreibholz",
+	title = "{An Overview of Reliable Server Pooling Protocols}",
+	type = "Informational RFC",
+	number = "5351",
+	day = "30",
+	month = sep,
+	year = "2008",
+	institution = "IETF",
+	language = "english",
+	issn = "2070-1721",
+	doi = "10.17487/RFC5351",
+	abstract = "{The Reliable Server Pooling effort~(abbreviated "RSerPool") provides an application-independent set of services and protocols for building fault-tolerant and highly available client/server applications. This document provides an overview of the protocols and mechanisms in the Reliable Server Pooling suite. This memo provides information for the Internet community.}",
+	url = "https://www.ietf.org/rfc/rfc5351.txt",
+	url.size = "33062",
+	url.md5 = "ef2740924a7fd7e776672161b88ab7fa",
+	url.mime = "text/plain",
+	url.checked = "2014-04-02 17:24:27 CEST"
+}
+
+@TechReport{ rfc-rserpool-enrp,
+	author = "Qiaobing Xie and Randall~R. Stewart and Maureen Stillman and Michael Tüxen and Aron~J. Silverton",
+	title = "{Endpoint Handlespace Redundancy Protocol~(ENRP)}",
+	type = "RFC",
+	number = "5353",
+	day = "30",
+	month = sep,
+	year = "2008",
+	institution = "IETF",
+	language = "english",
+	issn = "2070-1721",
+	doi = "10.17487/RFC5353",
+	abstract = "{The Endpoint Handlespace Redundancy Protocol~(ENRP) is designed to work in conjunction with the Aggregate Server Access Protocol~(ASAP) to accomplish the functionality of the Reliable Server Pooling~(RSerPool) requirements and architecture. Within the operational scope of RSerPool, ENRP defines the procedures and message formats of a distributed, fault-tolerant registry service for storing, bookkeeping, retrieving, and distributing pool operation and membership information. This memo defines an Experimental Protocol for the Internet community.}",
+	url = "https://www.ietf.org/rfc/rfc5353.txt",
+	url.size = "83657",
+	url.md5 = "72c92bd4050e9e26fa97abeeebafd3e4",
+	url.mime = "text/plain",
+	url.checked = "2014-04-02 17:24:29 CEST"
+}
+
+@TechReport{ rfc-rserpool-policies,
+	author = "Thomas Dreibholz and Michael Tüxen",
+	title = "{Reliable Server Pooling Policies}",
+	type = "RFC",
+	number = "5356",
+	day = "30",
+	month = sep,
+	year = "2008",
+	institution = "IETF",
+	language = "english",
+	issn = "2070-1721",
+	doi = "10.17487/RFC5356",
+	abstract = "{This document describes server pool policies for Reliable Server Pooling~(RSerPool) including considerations for implementing them at Endpoint Handlespace Redundancy Protocol~(ENRP) servers and pool users. This memo defines an Experimental Protocol for the Internet community.}",
+	url = "https://www.ietf.org/rfc/rfc5356.txt",
+	url.size = "33394",
+	url.md5 = "b3865e8c10685a43bd16cc90ecf4df29",
+	url.mime = "text/plain",
+	url.checked = "2014-04-02 17:24:30 CEST"
+}
+
+@TechReport{ rfc-rserpool-threats,
+	author = "Maureen Stillman and Ram Gopal and Erik Guttman and Matt Holdrege and Senthil Sengodan",
+	title = "{Threats Introduced by RSerPool and Requirements for Security}",
+	type = "RFC",
+	number = "5355",
+	day = "30",
+	month = sep,
+	year = "2008",
+	institution = "IETF",
+	language = "english",
+	issn = "2070-1721",
+	doi = "10.17487/RFC5355",
+	abstract = "{Reliable Server Pooling~(RSerPool) is an architecture and set of protocols for the management and access to server pools supporting highly reliable applications and for client access mechanisms to a server pool. This document describes security threats to the RSerPool architecture and presents requirements for security to thwart these threats. This memo provides information for the Internet community.}",
+	url = "https://www.ietf.org/rfc/rfc5355.txt",
+	url.size = "38042",
+	url.md5 = "e7a6fa1d9b8690b3113eab649ed4eaed",
+	url.mime = "text/plain",
+	url.checked = "2014-04-02 17:24:30 CEST"
+}
+
+@TechReport{ draft-ietf-rserpool-comp,
+	author = "John Loughney and Aron~J. Silverton and Maureen Stillman and Qiaobing Xie and Randall~R. Stewart",
+	title = "{Comparison of Protocols for Reliable Server Pooling}",
+	type = "Internet Draft",
+	number = "draft-ietf-rserpool-comp-11",
+	day = "16",
+	month = nov,
+	year = "2006",
+	institution = "IETF",
+	language = "english",
+	abstract = "{This document compares protocols that may be applicable for the Reliable Server Pooling problem space. This document discusses the usage and applicability of these protocols for the Reliable Server Pooling architecture.}",
+	url = "https://tools.ietf.org/id/draft-ietf-rserpool-comp-11.txt",
+	url.size = "56040",
+	url.md5 = "d77b871d9a10e1bd3efbdf29f848e3b4",
+	url.mime = "text/plain",
+	url.checked = "2014-04-25 13:31:11 CEST"
+}
+
+@TechReport{ draft-ietf-rserpool-arch,
+	author = "Michael Tüxen and Qiaobing Xie and Randall~R. Stewart and Melinda Shore and John Loughney and Aron~J. Silverton",
+	title = "{Architecture for Reliable Server Pooling}",
+	type = "Internet Draft",
+	number = "draft-ietf-rserpool-arch-12",
+	day = "14",
+	month = nov,
+	year = "2006",
+	institution = "IETF",
+	language = "english",
+	abstract = "{This document describes an architecture and protocols for the management and operation of server pools supporting highly reliable applications, and for client access mechanisms to a server pool.}",
+	url = "https://tools.ietf.org/id/draft-ietf-rserpool-arch-12.txt",
+	url.size = "59187",
+	url.md5 = "e6aed2ee44f62d9751245c0318854a77",
+	url.mime = "text/plain",
+	url.checked = "2014-04-25 13:31:11 CEST"
+}
+
+@TechReport{ draft-ietf-rserpool-api,
+	author = "Aron~J. Silverton and Qiaobing Xie and Michael Tüxen and Thomas Dreibholz",
+	title = "{Reliable Server Pooling Sockets API Extensions}",
+	type = "Internet Draft",
+	number = "draft-ietf-rserpool-api-00",
+	day = "17",
+	month = oct,
+	year = "2005",
+	institution = "IETF",
+	language = "english",
+	abstract = "{This document describes a sockets-like API for the Reliable Server Pooling~(RSerPool) protocol suite. This API provides applications within an RSerPool enabled system with a reliable communications layer via a highly-available socket interface~(rsp_socket).}",
+	url = "https://tools.ietf.org/id/draft-ietf-rserpool-api-00.txt",
+	url.size = "18779",
+	url.md5 = "d9fb76046a89ae415ba233da5a220903",
+	url.mime = "text/plain",
+	url.checked = "2014-04-12 19:18:33 CEST"
+}
+
+@TechReport{ draft-ietf-rserpool-service,
+	author = "Phillip~T. Conrad and Peter Lei",
+	title = "{Services Provided By Reliable Server Pooling}",
+	type = "Internet Draft",
+	number = "draft-ietf-rserpool-service-02",
+	day = "6",
+	month = oct,
+	year = "2005",
+	institution = "IETF",
+	language = "english",
+	abstract = "{The Reliable Server Pooling architecture~(abbreviated "RSerPool", and defined in [3]), provides a set of services and protocols for building fault tolerant and highly available client/server applications. This memo describes the semantics of the services that RSerPool provides to upper layer protocols.}",
+	url = "https://tools.ietf.org/id/draft-ietf-rserpool-service-02.txt",
+	url.size = "39924",
+	url.md5 = "da1a37baab6a3034e503d2751a39ac15",
+	url.mime = "text/plain",
+	url.checked = "2025-04-01 08:37:56 CEST"
+}
+
+@TechReport{ draft-ietf-rserpool-tcpmapping,
+	author = "Peter Lei and Phillip~T. Conrad",
+	title = "{TCP Mapping for Reliable Server Pooling Enhanced Mode}",
+	type = "Internet Draft",
+	number = "draft-ietf-rserpool-tcpmapping-03",
+	day = "6",
+	month = oct,
+	year = "2005",
+	institution = "IETF",
+	language = "english",
+	abstract = "{This memo defines the shim protocol that maps the requirements of the ASAP protocol [5] to the capabilities of the TCP protocol [3]. In particular, this shim protocol adds the following capabilties that are required by ASAP, but not provided by TCP:~(1) message orientation,~(2) heartbeat messages,~(3) multiple streams, and~(4) undelivered message retrieval~(if provided).}",
+	url = "https://tools.ietf.org/id/draft-ietf-rserpool-tcpmapping-03.txt",
+	url.size = "39446",
+	url.md5 = "d7e567330f6944b87e22100373481995",
+	url.mime = "text/plain",
+	url.checked = "2014-04-25 13:31:12 CEST"
+}
+
+@TechReport{ draft-xie-rserpool-redundancy-model,
+	author = "Qiaobing Xie",
+	title = "{RSerPool Redundancy-model Policy}",
+	type = "Internet Draft",
+	number = "draft-xie-rserpool-redundancy-model-03",
+	day = "8",
+	month = nov,
+	year = "2004",
+	institution = "IETF, Individual Submission",
+	language = "english",
+	abstract = "{This document defines RSERPOOL Redundancy-model Member Selection Policy parameter and the related procedures. This policy is designed to be flexible and capable of supporting a wide range of advanced redundancy models found in some high availability systems. The design uses the extensibility in RSERPOOL pool load sharing policy.}",
+	url = "https://tools.ietf.org/id/draft-xie-rserpool-redundancy-model-03.txt",
+	url.size = "18012",
+	url.md5 = "a4d778450a680c54e3a77024f102bb71",
+	url.mime = "text/plain",
+	url.checked = "2025-04-01 08:37:56 CEST"
+}
+
+@TechReport{ draft-ietf-rserpool-applic,
+	author = "Lode Coene and Phillip~T. Conrad and Peter Lei",
+	title = "{Reliable Server Pool Applicability Statement}",
+	type = "Internet Draft",
+	number = "draft-ietf-rserpool-applic-02",
+	day = "18",
+	month = jul,
+	year = "2004",
+	institution = "IETF",
+	language = "english",
+	abstract = "{This document describes the applicability of the reliable server pool architecture and protocols to applications which want to have High avialebility services. This is accomplished by using redundant servers and failover between servers of the same pool in case of server failure. Processing load in a pool may de distributed/shared between the members of the pool according to a certain policy. Also some guidance is given on the choice of underlying transport protocol~(and corresponding transport protocol mapping) for transporting application data and Rserpool specific control data.}",
+	url = "https://tools.ietf.org/id/draft-ietf-rserpool-applic-02.txt",
+	url.size = "28242",
+	url.md5 = "f88b529df260abab9f63364880c44e94",
+	url.mime = "text/plain",
+	url.checked = "2014-04-25 13:31:12 CEST"
+}
+
+@TechReport{ RFC3237,
+	author = "Michael Tüxen and Qiaobing Xie and Randall~R. Stewart and Melinda Shore and Lyndon Ong and John~A. Loughney and Maureen Stillman",
+	title = "{Requirements for Reliable Server Pooling}",
+	type = "Informational RFC",
+	number = "3237",
+	month = jan,
+	year = "2002",
+	institution = "IETF",
+	language = "english",
+	issn = "2070-1721",
+	doi = "10.17487/RFC3237",
+	abstract = "{This document defines a basic set of requirements for reliable server pooling. This memo provides information for the Internet community.}",
+	url = "https://www.rfc-editor.org/rfc/rfc3237.txt",
+	url.size = "16986",
+	url.md5 = "f95d2fdfe28590dbf1b5967747b7d7ca",
+	url.mime = "text/plain",
+	url.checked = "2025-04-01 08:37:54 CEST"
+}
+
diff -pruN 1.4.4-2/src/bibtexconv-odt 2.0.2-1/src/bibtexconv-odt
--- 1.4.4-2/src/bibtexconv-odt	2024-11-13 17:22:39.000000000 +0000
+++ 2.0.2-1/src/bibtexconv-odt	2025-05-10 10:04:48.000000000 +0000
@@ -30,22 +30,27 @@
 
 set -eu
 
+# ====== Handle arguments ===================================================
 if [ $# -ne 4 ] ; then
    echo >&2 "Usage: $0 Template_ODT Output_ODT BibTeX_File Export_Script"
    exit 1
 fi
-
 TEMPLATE_ODT="$1"
 OUTPUT_ODT="$2"
 BIBTEX_FILE="$3"
 EXPORT_SCRIPT="$4"
-TEMP_ZIP="$(mktemp -d)"
 
-bibtexconv "$BIBTEX_FILE" <"$EXPORT_SCRIPT" >"$TEMP_ZIP/content.xml"
-cp "$TEMPLATE_ODT" "$TEMP_ZIP/template.odt"
-( cd "$TEMP_ZIP"
-  zip template.odt --out output.odt -x content.xml
-  zip output.odt content.xml )
-mv "$TEMP_ZIP/output.odt" "$OUTPUT_ODT"
+# ====== Prepare temporary directory ========================================
+TEMP_DIRECTORY="$(mktemp -d)"
+trap 'rm -rf -- $TEMP_DIRECTORY' EXIT
+
+# ====== Generate content.xml for ODT file ==================================
+bibtexconv "$BIBTEX_FILE" --quiet <"$EXPORT_SCRIPT" >"$TEMP_DIRECTORY/content.xml"
 
-rm -rf "$TEMP_ZIP" || true
+# ====== Generate new ODT from template ODT with generated content.xml ======
+cp "$TEMPLATE_ODT" "$TEMP_DIRECTORY/template.odt"
+(
+  cd "$TEMP_DIRECTORY"
+  zip -q template.odt --out output.odt -r content.xml content.xml
+)
+mv "$TEMP_DIRECTORY/output.odt" "$OUTPUT_ODT"
diff -pruN 1.4.4-2/src/bibtexconv-odt.1 2.0.2-1/src/bibtexconv-odt.1
--- 1.4.4-2/src/bibtexconv-odt.1	2025-03-17 17:54:05.000000000 +0000
+++ 2.0.2-1/src/bibtexconv-odt.1	2025-04-27 18:20:15.000000000 +0000
@@ -28,7 +28,7 @@
 .\" Contact: thomas.dreibholz@gmail.com
 .\"
 .\" ###### Setup ############################################################
-.Dd March 17, 2025
+.Dd April 27, 2025
 .Dt bibtexconv-odt 1
 .Os bibtexconv-odt
 .\" ###### Name #############################################################
diff -pruN 1.4.4-2/src/bibtexconv-odt.bash-completion 2.0.2-1/src/bibtexconv-odt.bash-completion
--- 1.4.4-2/src/bibtexconv-odt.bash-completion	2024-11-13 17:22:39.000000000 +0000
+++ 2.0.2-1/src/bibtexconv-odt.bash-completion	2025-05-10 09:54:20.000000000 +0000
@@ -35,9 +35,9 @@ _bibtexconv_odt()
    # Based on: https://www.benningtons.net/index.php/bash-completion/
    local cur prev words cword
    if type -t _comp_initialize >/dev/null; then
-      _comp_initialize -n = || return
+      _comp_initialize || return
    elif type -t _init_completion >/dev/null; then
-      _init_completion -n = || return
+      _init_completion || return
    else
       # Manual initialization for older bash completion versions:
       COMPREPLY=()
@@ -73,10 +73,7 @@ _bibtexconv_odt()
    local opts2="
 "
    # shellcheck disable=SC2207
-   COMPREPLY=( $( compgen -W "${opts1}"        -- "${cur}" )
-               $( compgen -W "${opts2}" -S "=" -- "${cur}" ) )
-   [[ ${COMPREPLY-} == *= ]] && compopt -o nospace
-
+   COMPREPLY=( $( compgen -W "${opts}" -- "${cur}" ) )
    return 0
 }
 
diff -pruN 1.4.4-2/src/bibtexconv-test 2.0.2-1/src/bibtexconv-test
--- 1.4.4-2/src/bibtexconv-test	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/bibtexconv-test	2025-04-27 18:20:15.000000000 +0000
@@ -0,0 +1,126 @@
+#!/usr/bin/env bash
+# ==========================================================================
+#                ____  _ _   _____   __  ______
+#                | __ )(_) |_|_   _|__\ \/ / ___|___  _ ____   __
+#                |  _ \| | '_ \| |/ _ \  / |   / _ \| '_ \ \ / /
+#                | |_) | | |_) | |  __//  \ |__| (_) | | | \ V /
+#                |____/|_|_.__/|_|\___/_/\_\____\___/|_| |_|\_/
+#
+#                          ---  BibTeX Converter  ---
+#                   https://www.nntb.no/~dreibh/bibtexconv/
+# ==========================================================================
+#
+# BibTeX Converter
+# Copyright (C) 2010-2025 by Thomas Dreibholz
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Contact: thomas.dreibholz@gmail.com
+
+set -eu
+
+RUN=""
+# RUN="valgrind "
+
+make bibtexconv
+bibTeXFile="ExampleReferences.bib"
+downloadsDirectory="${HOME}/tmp/BibTeXConv"
+mkdir -p "${downloadsDirectory}"
+
+failures=0
+# Tests: test1 test2 test3 bibtex-example1 bibtex-example2 bibtex-example3 xml-example yaml-example text-example web-example1 web-example2 web-rserpool odt-example
+for test in test1 test2 test3 bibtex-example1 bibtex-example2 bibtex-example3 xml-example yaml-example text-example web-example1 web-example2 web-rserpool odt-example ; do
+
+   # ====== Prepare test run =======================================
+   print-utf8 -x 86 -s "\x1b[34m###### Testing: ${test} " "#" "#\x1b[0m   " >&2
+   echo ""
+
+   # ------ Default parameters -------------------------------------
+   exportFile="${test}.export"
+   outputDirectory="bibtexconv-tests"
+   outputFile="${outputDirectory}/${test}"
+   goodFile="${outputDirectory}/${test}.good"
+   badFile="${outputDirectory}/${test}.bad"
+   rm -f "${badFile}"
+
+   # ====== Perform the test run ===================================
+   if [ "${test}" == "bibtex-example1" ] ; then
+      outputFile="${outputFile}.bib"
+      command="${RUN} ./bibtexconv ${bibTeXFile} -q --export-to-bibtex=${outputFile} --check-urls --only-check-new-urls --non-interactive"
+   elif [ "${test}" == "bibtex-example2" ] ; then
+      outputFile="${outputFile}.bib"
+      command="${RUN} ./bibtexconv ${bibTeXFile} -q --export-to-bibtex=${outputFile} --check-urls --store-downloads=${downloadsDirectory} --non-interactive"
+   elif [ "${test}" == "bibtex-example3" ] ; then
+      outputFile="${outputFile}.out"
+      command="${RUN} ./bibtexconv ${bibTeXFile} --non-interactive --export-to-separate-bibtexs=${outputDirectory}/ >${outputFile}"
+      touch "${goodFile}"   # Empty!
+   elif [ "${test}" == "xml-example" ] ; then
+      outputFile="${outputFile}.out"
+      command="${RUN} ./bibtexconv ${bibTeXFile} --non-interactive --export-to-separate-xmls=${outputDirectory}/reference. >${outputFile}"
+      touch "${goodFile}"   # Empty!
+   elif [ "${test}" == "web-example2" ] ; then
+      outputFile="${outputFile}.html"
+      command="${RUN} ./bibtexconv ${bibTeXFile} -q --mapping=author-url:authors.list:Name:URL <${exportFile} >${outputFile}"
+   elif [ "${test}" == "web-rserpool" ] ; then
+      outputFile="${outputFile}.html"
+      # FIXME! ${bibTeXFile}
+      command="${RUN} ./bibtexconv RSerPool.bib <${exportFile} >${outputFile}"
+   else
+      if [[ "${test}" =~ ^odt- ]] ; then
+         outputFile="${outputFile}.xml"
+      elif [[ "${test}" =~ ^te[sx]t ]] ; then
+         outputFile="${outputFile}.txt"
+      elif [[ "${test}" =~ ^yaml ]] ; then
+         outputFile="${outputFile}.yaml"
+      else
+         outputFile="${outputFile}.html"
+      fi
+      command="${RUN} ./bibtexconv ${bibTeXFile} <${exportFile} >${outputFile}"
+   fi
+   bash -c "${command}"
+
+   # ====== Check results ==========================================
+   if [ -e "${goodFile}" ] ; then
+      if ! diff -q "${goodFile}" "${outputFile}" >/dev/null ; then
+         failures=$((failures+1))
+         (
+            echo ""
+            print-utf8 -n -s "\e[1;31;5m█" "▀" "█\e[0m" ;
+            echo "TEST FAILED!" | figlet -w 64 | print-utf8 -n -C "\e[1;31;5m█\e[25m" "\e[5m█\e[0m" ;
+            print-utf8 -n -s "\e[1;31;5m█" "▄" "█\e[0m"
+            echo "Failure #${failures}:"
+            echo "Command:${command}"
+            echo ""
+            print-utf8 -x 78 -n -s  "\x1b[33m------ Good ($(basename "${goodFile}")) " "-" "-\x1b[0m"
+            ls -l "${goodFile}"
+            # cat "${goodFile}"
+            # echo ""
+            print-utf8 -x 78 -n -s  "\x1b[35m------ Output ($(basename "${outputFile}")) " "-" "-\x1b[0m"
+            ls -l "${outputFile}"
+            # cat "${outputFile}"
+            # echo ""
+            print-utf8 -x 78 -n -s  "\x1b[31m------ Differences: " "-" "-\x1b[0m"
+            diff --color "${goodFile}" "${outputFile}" || true
+            echo ""
+            cp "${outputFile}" "${badFile}"
+         ) >&2
+         exit 1
+      else
+         echo -e "\x1b[33mOKAY!\x1b[0m"
+      fi
+   else
+      echo -e "\x1b[35mN/A!\x1b[0m"
+      echo "*** No good file for $(basename "${outputFile}")! ***"
+   fi
+done
diff -pruN 1.4.4-2/src/bibtexconv-tests/bibtex-example1.good 2.0.2-1/src/bibtexconv-tests/bibtex-example1.good
--- 1.4.4-2/src/bibtexconv-tests/bibtex-example1.good	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/bibtexconv-tests/bibtex-example1.good	2025-04-21 19:41:03.000000000 +0000
@@ -0,0 +1,5098 @@
+@PhDThesis{ Dre2012,
+	author = "Thomas Dreibholz",
+	title = "{Evaluation and Optimisation of Multi-Path Transport using the Stream Control Transmission Protocol}",
+	type = "Habilitation Treatise",
+	numpages = "264",
+	day = "13",
+	month = mar,
+	year = "2012",
+	school = "University of Duisburg-Essen, Faculty of Economics, Institute for Computer Science and Business Information Systems",
+	language = "english",
+	urn = "urn:nbn:de:hbz:464-20120315-103208-1",
+	keywords = "Stream Control Transmission Protocol~(SCTP), Multi-Path Transport, Dissimilar Paths, Fairness, Evaluation, Optimisation",
+	abstract = "{The Stream Control Transmission Protocol~(SCTP) as defined in RFC~4960 is an advanced Transport Layer protocol that provides support for multi-homing. That is, SCTP endpoints may simultaneously use multiple Network Layer addresses, which allows to connect the endpoints to multiple networks for redundancy purposes. However, for the transfer of user data, only one of the possible paths is currently used at a time. All other paths remain as backup and are only used for retransmissions.
+Clearly, the existence of multiple paths has led to the idea of applying load sharing among the paths. An extension to SCTP -- denoted as Concurrent Multipath Transfer~(CMT) -- realises this load sharing functionality. While this approach works well for similar paths, i.e.\ paths having similar characteristics regarding bandwidths, bit error rates and delays, the use of dissimilar paths does not work that neatly.
+In this thesis, the issues of dissimilar paths for CMT-based load sharing will be demonstrated first. The reasons for these issues will be identified and solutions proposed. These solutions will be evaluated in simulations, as well as partially also in a real-world Internet testbed setup, in order to show their effectiveness. In particular, it will be shown that a combination of multiple mechanisms is necessary to make CMT work as expected under a wide range of network and system parameters.
+Furthermore, the fairness of CMT-based transport -- in concurrency to classic non-CMT flows -- will be analysed. The usage of plain CMT leads to an overly aggressive bandwidth occupation on so-called shared bottlenecks. As a countermeasure, the idea of Resource Pooling will be utilised. For this purpose, two new and one adapted congestion control approach -- all based on the Resource Pooling principle -- will be introduced and examined in similar as well as dissimilar path setups, in order to show how to fairly deploy CMT transport in the Internet.
+The results of this work have also been contributed to the ongoing IETF~standardisation process of SCTP and its extensions.}",
+	url = "https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029737/Dre2012_final.pdf",
+	url.size = "37661345",
+	url.md5 = "add34f0b780cb35b7ee1f963ea85e59c",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2015-05-06 22:13:53 CEST"
+}
+
+@Misc{ Dre2012-FutureInternet,
+	author = "Thomas Dreibholz",
+	title = "{Konzepte für das Future Internet aus der Netzperspektive}",
+	howpublished = "Habilitation Talk",
+	numpages = "49",
+	day = "13",
+	month = mar,
+	year = "2012",
+	school = "University of Duisburg-Essen, Faculty of Economics, Institute for Computer Science and Business Information Systems",
+	language = "german",
+	urn = "urn:nbn:de:hbz:464-20120404-135350-0",
+	keywords = "Future Internet, Habilitationsvortrag",
+	abstract = "{Vielen seiner Benutzer erscheint das Internet als neuartig und hochmodern. Seine Grundlagen jedoch sind keineswegs neu, sondern basieren auf mittlerweile fast 40~Jahre alten Ideen. Dienste werden mittels eines geschichteten, hierarchischen Protokollstacks realisiert, bei welchem eine Interaktion nicht-benachbarter Schichten nicht vorgesehen ist. Dieser starre Aufbau macht bereits das Anpassen der Internet-Architektur an die Anforderungen der heutigen Anwendungen – wie etwa File Sharing, Videotelefonie und mobile Endgeräte – kompliziert. Die großen Herausforderungen des zukünftigen Internets – welches als das Future Internet bezeichnet wird – mit Anwendungsszenarien wie Cloud Computing, Internet of Things, Sensornetzwerken und vielen weiteren – erfordern jedoch noch weitaus umfangreichere Anpassungen. Zudem ist eine große Flexibilität erforderlich, um auch weiteren – heute noch nicht absehbaren – Anforderungen gerecht zu werden.
+Im Rahmen dieses Habilitationsvortrages wird zunächst kurz auf die Probleme des aktuellen Internets eingegangen sowie die Herausforderungen des Future Internets vorgestellt. Im Anschluss daran wird eine Auswahl der für den Übergang zum Future Internet möglichen evolutionären sowie revolutionären Ansätze vorgestellt. Der Schwerpunkt liegt hierbei auf den noch relativ neuen – und in der Forschung momentan sehr aktiv diskutierten – revolutionären Ansätzen, welche mit der Idee des sogenannten Clean Slate einen vollständigen Neuansatz anstreben. Hierbei werden die Ansätze der Funktionalen Komposition, des Content-Centric Networking sowie der Virtualisierung von Netzwerken vorgestellt. Zum Schluss wird dann auf die Frage eingegangen, wie eine Nutzung der vorgestellten Ansätze in der Praxis möglich ist und welche der aktuell in Diskussion befindlichen Ansätze sich in Zukunft voraussichtlich durchsetzen werden.}",
+	url = "https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029756/Habilitationsvortrag.pdf",
+	url.size = "5915045",
+	url.md5 = "bd09fd9172fccb9edd4ee88299038f47",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 540 pts",
+	url.checked = "2023-04-14 13:06:16 CEST"
+}
+
+@PhDThesis{ Dre2006,
+	author = "Thomas Dreibholz",
+	title = "{Reliable Server Pooling -- Evaluation, Optimization and Extension of a Novel IETF Architecture}",
+	numpages = "267",
+	day = "7",
+	month = mar,
+	year = "2007",
+	school = "University of Duisburg-Essen, Faculty of Economics, Institute for Computer Science and Business Information Systems",
+	language = "english",
+	urn = "urn:nbn:de:hbz:465-20070308-164527-0",
+	keywords = "Reliable Server Pooling~(RSerPool), Evaluation, Optimization, Extension",
+	abstract = "{The Reliable Server Pooling (RSerPool) architecture currently under standardization by the IETF RSerPool Working Group is an overlay network framework to provide server replication and session failover capabilities to applications using it. These functionalities as such are not new, but their combination into one generic, application-independent framework is.
+Initial goal of this thesis is to gain insight into the complex RSerPool mechanisms by performing experimental and simulative proof-of-concept tests. The further goals are to systematically validate the RSerPool architecture and its protocols, provide improvements and optimizations where necessary and propose extensions if useful. Based on these evaluations, recommendations to implementers and users of RSerPool should be provided, giving guidelines for the tuning of system parameters and the appropriate configuration of application scenarios. In particular, it is also a goal to transfer insights, optimizations and extensions of the RSerPool protocols from simulation to reality and also to bring the achievements from research into application by supporting and contributing relevant results to the IETF's ongoing RSerPool standardization process.
+To achieve the described goals, a prototype implementation as well as a simulation model are designed and realized at first. Using a generic application model and appropriate performance metrics, the performance of RSerPool systems in failure-free and server failure scenarios is systematically evaluated in order to identify critical parameter ranges and problematic protocol behaviour. Improvements developed as result of these performance analyses are evaluated and finally contributed into the standardization process of RSerPool.}",
+	url = "https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00016326/Dre2006_final.pdf",
+	url.size = "9297866",
+	url.md5 = "acdd102ebd0775ca5de523ec5710d800",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2023-04-14 13:06:16 CEST"
+}
+
+@MastersThesis{ Dre2001,
+	author = "Thomas Dreibholz",
+	title = "{Management of Layered Variable Bitrate Multimedia Streams over DiffServ with Apriori Knowledge}",
+	type = "Masters Thesis",
+	numpages = "204",
+	day = "20",
+	month = feb,
+	year = "2001",
+	school = "University of Bonn, Institute for Computer Science",
+	language = "english",
+	urn = "urn:nbn:de:hbz:464-20120416-095753-8",
+	keywords = "Multimedia, Quality of Service, Layered Transmission, DiffServ, A Priori Knowledge",
+	abstract = "{The Internet is developing with a very high speed. Just a few years ago, its main applications were file transfer and e-mail access, all based on the best effort TCP/IP service over quite slow links. With the quickly growing deployment of high-speed Internet accesses, there is a growing demand for also using the Internet in application scenarios like real-time multimedia streaming, particularly for audio and video on demand services. However, such multimedia applications do not only require sufficient bandwidth. They have stricter quality of service demands, like e.g.\ an upper bound on the transfer delay to ensure interactivity for their users.
+In the context of this thesis, a system for the cost-efficient transfer of variable bitrate multimedia streams over Differentiated Services~(DiffServ) is presented and evaluated. This system supports layered transmission, i.e.\ streams may be partitioned into sub-streams denoted as layers (e.g.\ a video layer and an audio layer). Distinct layers may have different priorities as well as quality of service requirements and may therefore use different DiffServ classes for data transmission. Also, the streams may be scalable, i.e.\ the quality of the transferred media may be decreased in order to reduce the bandwidth requirements when bandwidth becomes scarce. Particularly, the system makes use of the fact that media files in e.g.\ a video on demand library can be analyzed a priorily. The information that is computed during the offline analysis is used to realize a dynamic and cost-efficient transport of layer data over different DiffServ classes. Furthermore, the system applies an adaptive buffering to smooth the flows -- in order to save bandwidth -- while also taking care of the delay constraints.}",
+	url = "https://duepublico.uni-duisburg-essen.de/servlets/DerivateServlet/Derivate-29936/Dre2001.pdf",
+	url.size = "62044170",
+	url.md5 = "479cc723184d88dbce6864ab93f9b6c0",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2015-05-06 22:14:24 CEST"
+}
+
+@TechReport{ DSV00,
+	author = "Thomas Dreibholz and Jan Selzer and Simon Vey",
+	title = "{Echtzeit-Audioübertragung mit QoS-Management in einem DiffServ-Szenario}",
+	type = "Projektseminararbeit",
+	numpages = "171",
+	day = "14",
+	month = aug,
+	year = "2000",
+	institution = "Universität Bonn, Institut für Informatik",
+	language = "german",
+	keywords = "Quality of Service~(QoS), Real-Time, Audio, DiffServ, RTP Audio",
+	url = "https://www.nntb.no/~dreibh/rn/DSV00.pdf",
+	url.size = "4425350",
+	url.md5 = "9aed1f5be5c1badcd41efe3e414614c0",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2014-04-02 17:29:08 CEST"
+}
+
+@InProceedings{ LCN2002,
+	author = "Thomas Dreibholz",
+	title = "{An Efficient Approach for State Sharing in Server Pools}",
+	booktitle = "{Proceedings of the 27th IEEE Local Computer Networks Conference~(LCN)}",
+	pages = "348--349",
+	numpages = "2",
+	day = "8",
+	month = nov,
+	year = "2002",
+	address = "Tampa, Florida/U.S.A.",
+	language = "english",
+	isbn = "0-7695-1591-6",
+	doi = "10.1109/LCN.2002.1181806",
+	keywords = "Reliable Server Pooling~(RSerPool), Server Pooling, State Sharing, Client-Based State Sharing, State Cookies",
+	abstract = "{Many Internet services require high availability. Server pooling provides a high availability solution using redundant servers. If one server fails, the service is continued by another one. A challenge for server pooling is efficient state sharing: The new server requires the old one's state to continue service. This paper proposes a simple, efficient and scalable solution, usable for a large subset of applications.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/StateSharing-Paper-ShortVersion.pdf",
+	url.size = "113237",
+	url.md5 = "f1f40c62426deb84eb7dbe5a0d1d75c9",
+	url.mime = "application/pdf",
+	url.pagesize = "595 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:08:16 CEST"
+}
+
+@InProceedings{ LCA2003,
+	author = "Thomas Dreibholz and Michael Tüxen",
+	title = "{High Availability using Reliable Server Pooling}",
+	booktitle = "{Proceedings of the Linux Conference Australia~(LCA)}",
+	numpages = "11",
+	day = "24",
+	month = jan,
+	year = "2003",
+	address = "Perth, Western Australia/Australia",
+	language = "english",
+	keywords = "Reliable Server Pooling~(RSerPool), Server Pooling, RSPLIB",
+	abstract = "{Providing fault tolerancy is crucial for a growing number of IP-based applications. There exist a lot of proprietary solutions for this problem, but free alternatives are rare.
+Currently, the IETF RSerPool working group is standardizing a protocol suite for Reliable Server Pooling, which copes with the challenge of providing high availability by using redundant servers. Servers for the same service are grouped into a server pool. A server in a pool is called pool element (PE), a user of a pool is called pool user (PU). When a PE fails, its PUs simply select another one from the pool and initiates an application-specific failover procedure. This fail-over is supported by the RSerPool protocol suite. Each PE registers at a name server and is then continously supervised by that specific name server. All name servers of an operational scope provide a redundant system for name resolution from pool handles to transport addresses of pool elements to pool users. RSerPool uses SCTP to provide network fault tolerance and address scoping functionality.
+The RSPLIB is a prototype implementation of the RSerPool protocol suite, developed under the GNU Public License in cooperation between Siemens and the Computer Networking Technology Group of the University of Essen. It currently runs under Linux, FreeBSD and Darwin.
+Our paper covers aspects of designing and implementing highly available applications using RSerPool with our RSPLIB implementation. First, we will give an introduction to the RSerPool protocol suite and an overview of the RSPLIB components. Then, we describe the RSPLIB API, especially focussing on the implementation of pool element and pool user programs to provide high reliability. Furthermore, we show our current implementation status and future plans. This will be followed by a short look on the problems that can arise when the RSerPool architecture is used. Finally, we give an example how RSerPool can be used to realize highly available services. And last but not least, we show how distributed computing architectures can make use of the RSerPool architecture.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RSerPool-Paper.pdf",
+	url.size = "80645",
+	url.md5 = "eac12b5e0912b99b881727f2fc096970",
+	url.mime = "application/pdf",
+	url.pagesize = "595 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:08:16 CEST"
+}
+
+@InProceedings{ ICT2003,
+	author = "Thomas Dreibholz and Avril~J. Smith and John~L. Adams",
+	title = "{Realizing a Scalable Edge Device to Meet QoS Requirements for Real-Time Content Delivered to IP Broadband Customers}",
+	booktitle = "{Proceedings of the 10th IEEE International Conference on Telecommunications~(ICT)}",
+	volume = "2",
+	pages = "1133--1139",
+	numpages = "7",
+	day = "26",
+	month = feb,
+	year = "2003",
+	address = "Papeete/French Polynesia",
+	language = "english",
+	isbn = "0-7803-7661-7",
+	doi = "10.1109/ICTEL.2003.1191595",
+	keywords = "Quality of Service~(QoS), Bandwidth Guarantee, Admission Control, Congestion Control, Intelligent Packet Dropping, Edge Node, Security, Implementation Considerations",
+	abstract = "{With DSL technology becoming widespread, more and more customers have access to high-speed Internet backbones. Such links not only speed up classical best effort applications but also make new applications like video and audio on demand possible. Unlike best effort applications, these new applications have more requirements for network quality of service, especially an assured bandwidth.
+Under the assumption that the link to the customer is the main bottleneck, this paper presents a new simple, scalable edge node approach that has been developed in a cooperation between the University of Essen and British Telecom~(BT). It provides a solution to guaranteeing certain flows, while making others the subject of focused packet discards. While the performance aspect of this new device is currently under research, this paper lays its focus on implementability and especially provides a security concept.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/EdgeDevice-Paper.pdf",
+	url.size = "114142",
+	url.md5 = "7c37d41dd417062ba4fd17063d846939",
+	url.mime = "application/pdf",
+	url.pagesize = "595 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:08:16 CEST"
+}
+
+@InProceedings{ HETNET2004,
+	author = "Thomas Dreibholz and Avril~J. IJsselmuiden and John~L. Adams",
+	title = "{Simulation of an Advanced QoS Protocol for Mass Content}",
+	booktitle = "{Proceedings of the 2nd International Conference on Performance Modelling and Evaluation of Heterogeneous Networks~(HET-NETs)}",
+	numpages = "7",
+	day = "26",
+	month = jul,
+	year = "2004",
+	address = "Ikley, West Yorkshire/United Kingdom",
+	language = "english",
+	keywords = "Quality of Service~(QoS), Signalling Protocols, Telecommunication Congestion Control, Telecommunication Traffic",
+	abstract = "{This paper describes a new network device to be located in network edge nodes. The device can deal with congestion conditions that may arise when, for example, a home or SME customer requests too many simultaneous flows to be forwarded down a DSL link or other access technology. It provides a solution to guaranteeing certain flows that are forwarded along one or more congested links, by making others (typically the latest flow, or another flow selected because of policy reasons), the subject of focused packet discards. The functionality of the device is described, and results from a fast-track simulation model implementing a lightweight version of the device, developed in LISP, are presented here.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/HET-NET2004-Paper.pdf",
+	url.size = "253420",
+	url.md5 = "1e3573935ab2e0b86e9d3288dbc7109d",
+	url.mime = "application/pdf",
+	url.pagesize = "595 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:08:16 CEST"
+}
+
+@InProceedings{ LCN2003,
+	author = "Thomas Dreibholz and Andreas Jungmaier and Michael Tüxen",
+	title = "{A New Scheme for IP-based Internet Mobility}",
+	booktitle = "{Proceedings of the 28th IEEE Local Computer Networks Conference~(LCN)}",
+	pages = "99--108",
+	numpages = "10",
+	day = "22",
+	month = oct,
+	year = "2003",
+	address = "Königswinter, Nordrhein-Westfalen/Germany",
+	language = "english",
+	isbn = "0-7695-2037-5",
+	doi = "10.1109/LCN.2003.1243117",
+	keywords = "Internet, Cellular Radio, Transport Protocols, Stream Control Transmission Protocol~(SCTP), Reliable Server Pooling~(RSerPool)",
+	abstract = "{In this contribution we present a new type of mobility management for IP-based networks that, contrary to conventional approaches, does not focus on the network layer, but on the transport and session layers.
+At the heart of this new mobility concept is the reliable transport protocol SCTP, with an enhancement for dynamic address reconfiguration. This is described in this paper. A session layer based on the reliable server pooling (RSerPool) protocol suite provides for sessionmonitoring and control. The suggested solution is transparent for applications,requires no changes in the network infrastructure, and is evaluated with a real-world implementation.
+Finally, we present first results from the application of this mobility concept to different mobility scenarios. These were obtained from working SCTP and RSerPool implementations that have been developed within our group.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2003.pdf",
+	url.size = "214280",
+	url.md5 = "7b3fdad55551f9a7c57d8f92340ab14a",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2014-04-02 17:08:16 CEST"
+}
+
+@InProceedings{ MSN2004,
+	author = "Thomas Dreibholz",
+	title = "{Policy Management in the Reliable Server Pooling Architecture}",
+	booktitle = "{Proceedings of the Multi-Service Networks Conference~(MSN, Coseners)}",
+	numpages = "17",
+	day = "8",
+	month = jul,
+	year = "2004",
+	address = "Abingdon, Oxfordshire/United Kingdom",
+	language = "english",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/MSN2004-Final-with-Examples.pdf",
+	url.size = "5047827",
+	url.md5 = "0bfcc62620e0a0abd20ad6d18e2c4ce1",
+	url.mime = "application/pdf",
+	url.pagesize = "780 x 540 pts",
+	url.checked = "2014-04-02 17:08:17 CEST",
+	url.keywords = "RSerPool, Policies, Namespace Management"
+}
+
+@InProceedings{ IETF60,
+	author = "Thomas Dreibholz",
+	title = "{Member Selection Policies for the Reliable Server Pooling Protocol Suite}",
+	booktitle = "{Proceedings of the 60th IETF Meeting}",
+	numpages = "11",
+	day = "5",
+	month = aug,
+	year = "2004",
+	address = "San Diego, California/U.S.A.",
+	language = "english",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF60.pdf",
+	url.size = "3377203",
+	url.md5 = "df00a537e3bf39fca4e5e7ba2ba2e0b4",
+	url.mime = "application/pdf",
+	url.pagesize = "780 x 540 pts",
+	url.checked = "2014-04-02 17:08:17 CEST",
+	url.keywords = "RSerPool, Policies, Namespace Management"
+}
+
+@InProceedings{ ICNP2004,
+	author = "Thomas Dreibholz",
+	title = "{An Overview of the Reliable Server Pooling Architecture}",
+	booktitle = "{Proceedings of the 12th IEEE International Conference on Network Protocols~(ICNP)}",
+	numpages = "2",
+	day = "7",
+	month = oct,
+	year = "2004",
+	address = "Berlin/Germany",
+	language = "english",
+	note = "Poster Presentation",
+	keywords = "Reliable Server Pooling~(RSerPool), Overview, Implementation, RSPLIB",
+	abstract = "{The convergence of classical PSTN and IP networks requires the transport of SS7 signalling over IP. Since SS7 has very strict availability requirements to the signalling components, redundancy is mandatory. The goal of the IETF RSerPool working group is to define a lightweight, flexible and realtime redundancy concept to fulfil the availability requirements of SS7: Reliable Server Pooling~(RSerPool). RSerPool is currently under standardization, its functionality and improvement are subject of our research.
+Our poster presents our RSerPool proof-of-concept implementation and a research oriented, discrete event based simulation model. We provide some simulation results showing problems of the server selection procedures defined in the standards and how we solved them. These improvements are now going into standardization by the IETF. Furthermore, we present some of our important results on efficient algorithms and data structures for pool management. The poster concludes with an outlook on our currently progressing examinations of service reliablity in failure scenarios.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICNP2004.pdf",
+	url.size = "66859",
+	url.md5 = "fa721e916781e49ca93719c3c7314dfe",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:17 CEST"
+}
+
+@InProceedings{ IETF63,
+	author = "Thomas Dreibholz",
+	title = "{draft-ietf-rserpool-mib-01.txt -- Management Information Base Definition for Reliable Server Pooling}",
+	booktitle = "{Proceedings of the 63rd IETF Meeting}",
+	numpages = "8",
+	day = "1",
+	month = aug,
+	year = "2005",
+	address = "Paris/France",
+	language = "english",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF63.pdf",
+	url.size = "2302359",
+	url.md5 = "d258fb6d483b6d6b69ed97578a489b59",
+	url.mime = "application/pdf",
+	url.pagesize = "780 x 540 pts",
+	url.checked = "2014-04-02 17:08:17 CEST",
+	url.keywords = "RSerPool, MIB, Draft"
+}
+
+@InProceedings{ IETF61,
+	author = "Thomas Dreibholz",
+	title = "{draft-ietf-rserpool-policies-00.txt -- Definition of Member Selection Policies}",
+	booktitle = "{Proceedings of the 61st IETF Meeting}",
+	numpages = "10",
+	day = "8",
+	month = nov,
+	year = "2004",
+	address = "Washington, DC/U.S.A.",
+	language = "english",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF61.pdf",
+	url.size = "2793573",
+	url.md5 = "ef7ef8851a803cd89032050749078808",
+	url.mime = "application/pdf",
+	url.pagesize = "780 x 540 pts",
+	url.checked = "2014-04-02 17:08:17 CEST",
+	url.keywords = "RSerPool, Policies, Draft"
+}
+
+@InProceedings{ ICN2005,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb and Michael Tüxen",
+	title = "{Load Distribution Performance of the Reliable Server Pooling Framework}",
+	booktitle = "{Proceedings of the 4th IEEE International Conference on Networking~(ICN)}",
+	series = "{Lecture Notes in Computer Science}",
+	volume = "3421",
+	pages = "564--574",
+	numpages = "11",
+	day = "21",
+	month = apr,
+	year = "2005",
+	publisher = "Springer",
+	address = "Saint Gilles Les Bains/Reunion Island",
+	language = "english",
+	isbn = "3-540-25338-6",
+	doi = "10.1007/978-3-540-31957-3_65",
+	keywords = "RSerPool, Server Pooling, Load Distribution, Performance Analysis",
+	abstract = "{The Reliable Server Pooling~(RSerPool) protocol suite currently under standardization by the IETF is designed to build systems providing highly available services by providing mechanisms and protocols for establishing, configuring, accessing and monitoring pools of server resources.
+While availability is one main aspect of RSerPool, load distribution is another. Since most of the time a server pool system runs without component failures, optimal performance is an extremely important issue for the productivity and cost-efficiency of the system. In this paper, we therefore focus especially on the load distribution performance of RSerPool in scenarios without failures, presenting a quantitative performance comparison of the different load distribution strategies (called pool policies) defined in the RSerPool specifications. Based on the results, we propose some new pool policies providing significant performance enhancements compared to those currently defined in the standards documents.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICN2005.pdf",
+	url.size = "224003",
+	url.md5 = "8b341ae8ee042fbdd1f44392f1672b4e",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2014-04-02 17:08:17 CEST"
+}
+
+@InProceedings{ Infocom2005,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{An Application Demonstration of the Reliable Server Pooling Framework}",
+	booktitle = "{Proceedings of the 24th IEEE International Conference on Computer Communications~(INFOCOM)}",
+	numpages = "3",
+	day = "16",
+	month = mar,
+	year = "2005",
+	address = "Miami, Florida/U.S.A.",
+	language = "english",
+	note = "Demonstration and Poster Presentation",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Infocom2005.pdf",
+	url.size = "337447",
+	url.md5 = "c9f22eb5c5bb8490a769e5b0d5af6766",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:17 CEST"
+}
+
+@InProceedings{ Contel2005,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{Implementing the Reliable Server Pooling Framework}",
+	booktitle = "{Proceedings of the 8th IEEE International Conference on Telecommunications~(ConTEL)}",
+	volume = "1",
+	pages = "21--28",
+	numpages = "8",
+	day = "15",
+	month = jun,
+	year = "2005",
+	address = "Zagreb, Središnja Hrvatska/Croatia",
+	language = "english",
+	isbn = "953-184-081-4",
+	keywords = "Internet Applications, IPv6 Deployment and Applications, SS7, Server Pools",
+	abstract = "{The Reliable Server Pooling~(RSerPool) protocol suite currently under standardization by the IETF is designed to build systems providing highly available services by mechanisms and protocols for establishing, configuring, accessing and monitoring pools of server resources. But RSerPool is not only able to manage pools of redundant servers and facilitate service failover between servers: it also includes sophisticated mechanisms for server selections within the pools. These mechanisms make RSerPool useful for the application in load balancing and distributed computing scenarios.
+As part of our RSerPool research and to verify results of our simulation model in real-life scenarios, we have created a complete implementation prototype of the RSerPool framework. In this paper, we will give a detailed description of the concepts, ideas and realizations of our prototype. Furthermore, we will show performance issues raised by the management of large servers pools, as it is necessary for load balancing or distributed computing scenarios. We will explain the algorithms and data structures we designed to solve these challenges and finally present a rough performance evaluation that verifies our concept.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Contel2005.pdf",
+	url.size = "478022",
+	url.md5 = "31d96cdd656dec8bf3febad099c5cc70",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:17 CEST"
+}
+
+@InProceedings{ LinuxTag2005,
+	author = "Thomas Dreibholz",
+	title = "{Das rsplib--Projekt -- Hochverfügbarkeit mit Reliable Server Pooling}",
+	booktitle = "{Proceedings of the LinuxTag}",
+	numpages = "19",
+	day = "24",
+	month = jun,
+	year = "2005",
+	address = "Karlsruhe, Baden-Württemberg/Germany",
+	language = "german",
+	keywords = "Reliable Server Pooling~(RSerPool)",
+	abstract = "{In unserem Paper geben wir zunächst eine Einführung zu Reliable Server Pooling~(RSerPool), danach stellen wir unsere Implementation vor -- das rsplib-Projekt. Im Anschluß daran zeigen wir, wie basierend auf unserer Implementation eigene, hochverfügbare Anwendungen mit RSerPool entwickelt werden können -- begleitet durch Code-Beispiele. Zum Abschluß stellen wir noch eine unserer Beispielanwendungen vor.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2005.pdf",
+	url.size = "1181504",
+	url.md5 = "7e2afb7bb1cc82c458c4ac8217d3f8d0",
+	url.mime = "application/pdf",
+	url.pagesize = "595 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:08:17 CEST"
+}
+
+@InProceedings{ Euromicro2005,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{RSerPool -- Providing Highly Available Services using Unreliable Servers}",
+	booktitle = "{Proceedings of the 31st IEEE EuroMirco Conference on Software Engineering and Advanced Applications}",
+	pages = "396--403",
+	numpages = "8",
+	day = "2",
+	month = sep,
+	year = "2005",
+	address = "Porto/Portugal",
+	language = "english",
+	isbn = "0-7695-2431-1",
+	doi = "10.1109/EUROMICRO.2005.50",
+	keywords = "Reliable Server Pooling~(RSerPool), Server Pooling, Load Distribution, Performance Analysis",
+	abstract = "{The Reliable Server Pooling~(RSerPool) protocol suite currently under standardization by the IETF is designed to build systems providing highly available services by mechanisms and protocols for establishing, configuring, accessing and monitoring pools of server resources. Using RSerPool, critical infrastructure services like SS7 telecommunication systems, e-commerce transaction processing or distributed computing can be provided highly available using pools of unreliable servers.
+In this paper, we first give an overview of the RSerPool framework. In the following, we quantitatively show performance impacts of varying RSerPool parameters to failover handling, server selection efficiency and overhead traffic under server failure conditions.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2005.pdf",
+	url.size = "438731",
+	url.md5 = "79a941c68a985c70e1ff7ea52ab4d344",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:17 CEST"
+}
+
+@InProceedings{ LCN2005-EdgeDevice,
+	author = "Thomas Dreibholz and Avril~J. IJsselmuiden and John~L. Adams",
+	title = "{An Advanced QoS Protocol for Mass Content}",
+	booktitle = "{Proceedings of the IEEE Conference on Local Computer Networks~(LCN) 30th Anniversary}",
+	pages = "517--518",
+	numpages = "2",
+	day = "17",
+	month = nov,
+	year = "2005",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	isbn = "0-7695-2421-4",
+	doi = "10.1109/LCN.2005.25",
+	keywords = "Quality of Service~(QoS), Signalling Protocols, Telecommunication Congestion Control, Telecommunication Traffic",
+	abstract = "{This paper presents a novel network device being located in network edge nodes. It provides a solution for QoS guarantees to certain flows on a congested link by focussing packet discard on selected flows. Unlike IntServ solutions like RSVP, our approach only requires minimal signalling and provides both efficiency and scalability.
+In this paper, we first describe the ideas of our QoS device and then provide first results from a fast-track simulation model implementing a lightweight version of our approach.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2005-EdgeDevice.pdf",
+	url.size = "115300",
+	url.md5 = "081882106105904aa7f496def9022c4e",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2014-04-02 17:08:17 CEST"
+}
+
+@InProceedings{ LCN2005,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{On the Performance of Reliable Server Pooling Systems}",
+	booktitle = "{Proceedings of the IEEE Conference on Local Computer Networks~(LCN) 30th Anniversary}",
+	pages = "200--208",
+	numpages = "9",
+	day = "16",
+	month = nov,
+	year = "2005",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	isbn = "0-7695-2421-4",
+	doi = "10.1109/LCN.2005.98",
+	keywords = "Reliable Server Pooling~(RSerPool), Server Pooling, Load Distribution, Performance Analysis, Parameter Sensitivity",
+	abstract = "{Reliable Server Pooling (RSerPool) is a protocol framework for server redundancy and session failover, currently under standardization by the IETF RSerPool WG. While the basic ideas of RSerPool are not new, their combination into one architecture is. Some research into the performance of RSerPool for certain specific applications has been made, but a detailed, application-independent sensitivity analysis of the system parameters is still missing.
+The goal of this paper, after an application-independent, generic quantification of RSerPool systems and definition of performance metrics for both service provider and user, is to systematically investigate RSerPool's behavior on changes of workload and system parameters to give basic guidelines on designing efficient RSerPool systems.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2005.pdf",
+	url.size = "688273",
+	url.md5 = "a3b7091b716b5770343ca3e9bf205597",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2014-04-02 17:08:17 CEST"
+}
+
+@InProceedings{ Tencon2005,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{The Performance of Reliable Server Pooling Systems in Different Server Capacity Scenarios}",
+	booktitle = "{Proceedings of the IEEE TENCON}",
+	numpages = "6",
+	day = "22",
+	month = nov,
+	year = "2005",
+	address = "Melbourne, Victoria/Australia",
+	language = "english",
+	isbn = "0-7803-9312-0",
+	doi = "10.1109/TENCON.2005.300939",
+	keywords = "Reliable Server Pooling~(RSerPool), Server Pooling, Load Distribution, Performance Analysis, Parameter Sensitivity",
+	abstract = "{Reliable Server Pooling~(RSerPool) is a protocol framework for server pool management and session failover, currently under standardization by the IETF RSerPool WG. While the basic ideas of RSerPool are not new, their combination into one architecture is. Some research into the performance of RSerPool for certain specific applications has been made, but a detailed, application-independent sensitivity analysis of the system parameters is still missing.
+The goal of this paper is to systematically investigate RSerPool's load distribution behaviour on changes of workload and system parameters, to determine basic guidelines on designing efficient RSerPool systems. In this paper, we focus particularly on scenarios of server pools consisting of servers with unequal capacities.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Tencon2005.pdf",
+	url.size = "694917",
+	url.md5 = "ca8319c2b0fa4a6edd7e8bbedd1c4e3e",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:17 CEST"
+}
+
+@InProceedings{ Linuxtage2006,
+	author = "Thomas Dreibholz",
+	title = "{RSPLIB -- Eine Open Source Implementation von Reliable Server Pooling}",
+	booktitle = "{Proceedings of the Linuxtage in Essen}",
+	numpages = "28",
+	day = "9",
+	month = sep,
+	year = "2006",
+	address = "Essen, Nordrhein-Westfalen/Germany",
+	language = "german",
+	keywords = "Reliable Server Pooling~(RSerPool), Hochverfügbarkeit, Redundanz, Überblick, Implementierung, RSPLIB",
+	abstract = "{In unserem Vortrag geben wir zunächst eine kurze Einführung zu RSerPool. Dabei wollen wir insbesondere auch die Merkmale verdeutlichen, die RSerPool von existierenden Lösungen -- wie Linux Virtual Server (LVS) oder dem kommerziellen Cisco Distributed Director -- unterscheiden. Außerdem wollen wir vorstellen, welche speziellen Funktionalitäten RSerPool bietet um den Nutzen eines Serverpools sowohl für dessen Betreiber als auch für den Anwender zu optimieren: die Möglichkeit zur vollautomatischen Konfiguration von Komponenten und die Festlegung pool-spezifischer Serverauswahlregeln. Diese Funktionalitäten werden wir am Beispiel der Anwendung von RSerPool für Real-Time Distributed Computing verdeutlichen.
+Im zweiten Teil unseres Vortrages werden wir auf unsere Open Source Implementation rsplib eingehen. Neben dem Aufbau der einzelnen Komponenten werden wir insbesondere auch interessante Details der Implementation vorstellen und beschreiben, wie wir auftretende Probleme erfolgreich lösen konnten. Insbesondere wollen wir dabei auch unsere gesammelten Erfahrungen beim Erstellen von auf unterschiedlichen Betriebssystemen und Hardware lauffähiger Software vorstellen. Im Anschluß daran wenden wir uns kurz dem API der rsplib zu und zeigen, wie eigene Programme mit dessen Hilfe hochverfügbar gemacht werden können. Neben neuer, direkt auf RSerPool basierender Software, berücksichtigen wir dabei insbesondere auch die Anpassung bestehender Applikationen und stellen Möglichkeiten zur Migration vor. Zum besseren Verständnis werden sämtliche Beschreibungen von Code-Beispielen begleitet.
+Zum Abschluß stellen wir noch unsere Beispielanwendung vor, ein System zum verteilten Berechnen von Fraktalgrafiken. Mit diesem System lassen sich die grundlegenden Eigenschaften von RSerPool – welche im ersten Teil des Vortrages vorgestellt wurden -- sehr anschaulich demonstrieren: die Verwaltung dynamischer Pools, Lastverteilung und Failover bei PE-Ausfall. Selbstverständlich werden wir unser Beispielsystem beim Vortrag auch praktisch demonstrieren.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2006.pdf",
+	url.size = "8056603",
+	url.md5 = "c46a9dddc3e7d30f4ab0a8f5372d405b",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2014-04-02 17:08:18 CEST"
+}
+
+@InProceedings{ KiVS2007,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{On Improving the Performance of Reliable Server Pooling Systems for Distance-Sensitive Distributed Applications}",
+	booktitle = "{Proceedings of the 15.~ITG/GI Fachtagung Kommunikation in Verteilten Systemen~(KiVS)}",
+	series = "{Informatik aktuell}",
+	pages = "39--50",
+	numpages = "12",
+	day = "28",
+	month = feb,
+	year = "2007",
+	publisher = "Springer",
+	address = "Bern/Switzerland",
+	language = "english",
+	isbn = "978-3-540-69962-0",
+	doi = "10.1007/978-3-540-69962-0_4",
+	keywords = "Reliable Server Pooling~(RSerPool), Server Selection, Load Distribution",
+	abstract = "{Reliable Server Pooling~(RSerPool) is a protocol framework for server redundancy and session failover, currently under standardization by the IETF RSerPool WG. While the basic ideas of RSerPool are not new, their combination into a single, unified architecture is. Server pooling becomes increasingly important, because there is a growing amount of availability-critical applications. For a service to survive localized disasters, it is useful to place the servers of a pool at different locations. However, the current version of RSerPool does not incorporate the aspect of component distances in its server selection decisions.
+In our paper, we present an approach to add distance-awareness to the RSerPool architecture, based on features of the SCTP transport protocol. This approach is examined and evaluated by simulations. But to also show its usefulness in real life, we furthermore validate our proposed extension by measurements in a PlanetLab-based Internet scenario.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2007.pdf",
+	url.size = "401637",
+	url.md5 = "724469ef1a2389ca1d3b3c4e96de5c89",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:18 CEST"
+}
+
+@InProceedings{ Euromicro2007,
+	author = "Thomas Dreibholz and Xing Zhou and Erwin Paul Rathgeb",
+	title = "{A Performance Evaluation of RSerPool Server Selection Policies in Varying Heterogeneous Capacity Scenarios}",
+	booktitle = "{Proceedings of the 33rd IEEE EuroMirco Conference on Software Engineering and Advanced Applications}",
+	pages = "157--164",
+	numpages = "8",
+	day = "29",
+	month = aug,
+	year = "2007",
+	address = "Lübeck, Schleswig-Holstein/Germany",
+	language = "english",
+	isbn = "0-7695-2977-1",
+	doi = "10.1109/EUROMICRO.2007.9",
+	keywords = "RSerPool, Redundancy, Server Selection, Heterogeneous Pools, Performance Analysis",
+	abstract = "{Reliable Server Pooling~(RSerPool) is a protocol framework for server redundancy and session failover, currently still under standardization by the IETF RSerPool WG. Server redundancy influences load distribution and load balancing, which both are important for the performance of RSerPool systems. Especially, a good load balancing strategy is crucial if the servers of a pool are heterogeneous. Some research on this subject has already been performed, but a detailed analysis on the question of how to make best use of additional capacity in dynamic pools is still open.
+Therefore, the aim of this paper is, after an outline of the RSerPool framework, to simulatively examine the performance of RSerPool server selection strategies in scenarios of pools with varying server heterogeneity. In particular, this paper examines and evaluates a simple but very effective new policy, achieving a significant performance improvement in such situations.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2007.pdf",
+	url.size = "391426",
+	url.md5 = "b95e9d21968c88bc50bd4d79ea7aac98",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2014-04-02 17:08:18 CEST"
+}
+
+@InProceedings{ EuroView2007,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{Towards the Future Internet -- A Survey of Challenges and Solutions in Research and Standardization}",
+	booktitle = "{Proceedings of the 7th Joint EuroFGI and ITG Workshop on Visions of Future Network Generations~(EuroView)}",
+	numpages = "2",
+	day = "23",
+	month = jul,
+	year = "2007",
+	address = "Würzburg, Bayern/Germany",
+	language = "english",
+	note = "Poster Presentation",
+	keywords = "Reliable Server Pooling, SCTP, IPv6, Future Internet",
+	abstract = "{The basic intention for the development of the Internet has been the simple and inexpensive interconnection of nodes to provide services like file download or e-mail. However, due to its huge growth and popularity, the classical protocols -- which still constitute the basis of today's Internet -- have reached their limits of scalability and functionality. Lots of research has been performed in order to overcome these restrictions. On our poster, we would like to give a survey of the challenges on Network, Transport, Session and Application Layer, as well as an outline of solutions which will constitute -- from the current perspective in~2007 and with regard to the standardization progress of the IETF -- the basis of the Internet in~2022.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroView2007.pdf",
+	url.size = "1708229",
+	url.md5 = "b8be1e85ccd586b858f2b5098a599968",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:18 CEST"
+}
+
+@InProceedings{ AINTEC2007,
+	author = "Xing Zhou and Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{Improving the Load Balancing Performance of Reliable Server Pooling in Heterogeneous Capacity Environments}",
+	booktitle = "{Proceedings of the 3rd Asian Internet Engineering Conference~(AINTEC)}",
+	series = "{Lecture Notes in Computer Science}",
+	volume = "4866",
+	pages = "125--140",
+	numpages = "16",
+	day = "28",
+	month = nov,
+	year = "2007",
+	publisher = "Springer",
+	language = "english",
+	isbn = "978-3-540-76808-1",
+	doi = "10.1007/978-3-540-76809-8_12",
+	keywords = "Reliable Server Pooling~(RSerPool), Redundancy, Load Balancing, Heterogeneous Pools, Performance Evaluation",
+	abstract = "{The IETF is currently standardizing a light-weight protocol framework for server redundancy and session failover: Reliable Server Pooling~(RSerPool). It is the novel combination of ideas from different research areas into a single, resource-efficient and unified architecture. Server redundancy directly leads to the issues of load distribution and load balancing. Both are important and have to be considered for the performance of RSerPool systems. While there has already been some research on the server selection policies of RSerPool, an interesting question is still open: Is it possible to further improve the load balancing performance of the standard policies without modifying the policies -- which are well-known and widely supported -- themselves? Our approach places its focus on the session layer rather than the policies and simply lets servers reject inappropriately scheduled requests. But is this approach useful -- in particular if the server capacities increase in terms of a heterogeneous capacity distribution? Applying failover handling mechanisms of RSerPool, in this case, could choose a more appropriate server instead.
+In this paper, we first present a short outline of the RSerPool framework. Afterwards, we analyse and evaluate the performance of our new approach for different server capacity distributions. Especially, we are also going to analyse the impact of RSerPool protocol and system parameters on the performance of the server selection functionalities as well as on the overhead.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINTEC2007.pdf",
+	url.size = "417206",
+	url.md5 = "a3252db5751ad15acf01794460125589",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2014-04-02 17:08:18 CEST"
+}
+
+@InProceedings{ FGCN2007-HsMgt,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{An Evaluation of the Pool Maintenance Overhead in Reliable Server Pooling Systems}",
+	booktitle = "{Proceedings of the IEEE International Conference on Future Generation Communication and Networking~(FGCN)}",
+	volume = "1",
+	pages = "136--143",
+	numpages = "8",
+	day = "6",
+	month = dec,
+	year = "2007",
+	address = "Jeju Island/South Korea",
+	language = "english",
+	isbn = "0-7695-3048-6",
+	doi = "10.1109/FGCN.2007.62",
+	keywords = "Reliable Server Pooling~(RSerPool), Server Pools, Handlespace Management, SCTP, Performance",
+	abstract = "{Reliable Server Pooling~(RSerPool) is a protocol framework for server redundancy and session failover, currently still under standardization by the IETF RSerPool~WG. An important property of RSerPool is its lightweight architecture: server pool and session management can be realized with small CPU power and memory requirements. That is, RSerPool-based services can also be managed and provided by embedded systems. Currently, there has already been some research on the performance of the data structures managing server pools. But a generic, application-independent performance analysis -- in particular also including measurements in real system setups -- is still missing.
+Therefore, the aim of this paper is -- after an outline of the RSerPool framework, an introduction to the pool management procedures and a description of our pool management approach -- to first provide a detailed performance evaluation of the pool management structures themselves. Afterwards, the performance of a prototype implementation is analysed in order to evaluate its applicability under real network conditions.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-HsMgt.pdf",
+	url.size = "492902",
+	url.md5 = "3f06ad92c93f4dcde961912cfe251b11",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:18 CEST"
+}
+
+@InProceedings{ FGCN2007-LoadBalancing,
+	author = "Xing Zhou and Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{Evaluation of a Simple Load Balancing Improvement for Reliable Server Pooling with Heterogeneous Server Pools}",
+	booktitle = "{Proceedings of the IEEE International Conference on Future Generation Communication and Networking~(FGCN)}",
+	volume = "1",
+	pages = "173--180",
+	numpages = "8",
+	day = "8",
+	month = dec,
+	year = "2007",
+	address = "Jeju Island/South Korea",
+	language = "english",
+	isbn = "0-7695-3048-6",
+	doi = "10.1109/FGCN.2007.119",
+	keywords = "Reliable Server Pooling~(RSerPool), Redundancy, Load Balancing, Heterogeneous Pools, Performance Evaluation",
+	abstract = "{The IETF is currently standardizing a light-weight protocol framework for server redundancy and session failover: Reliable Server Pooling~(RSerPool). It is the novel combination of ideas from different research areas into a single, resource-efficient and unified architecture. Server redundancy directly leads to the issues of load distribution and load balancing. Both are important and have to be considered for the performance of RSerPool systems. While there has already been some research on the server selection policies of RSerPool, an interesting question is still open: Is it possible to further improve the load balancing performance of the standard policies without modifying the policies -- which are well-known and widely supported -- themselves? Our approach places its focus on the session layer rather than the policies and simply lets servers reject inappropriately scheduled requests. Applying failover handling mechanisms of RSerPool, in this case, could choose a more appropriate server instead. In~[26], we have already shown that our approach is useful for homogeneous server pools. But is it also useful for heterogeneous pools?
+In this paper, we first present a short outline of the RSerPool framework. Afterwards, we analyse and evaluate the performance of our new approach for different server capacity distributions. Especially, we are also going to analyse the impact of RSerPool protocol and system parameters on the performance of the server selection functionalities as well as on the overhead.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-LoadBalancing.pdf",
+	url.size = "466524",
+	url.md5 = "6967acc9a600841ae38313c55605d36c",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:18 CEST"
+}
+
+@InProceedings{ ADCOM2007,
+	author = "Xing Zhou and Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{A New Approach of Performance Improvement for Server Selection in Reliable Server Pooling Systems}",
+	booktitle = "{Proceedings of the 15th IEEE International Conference on Advanced Computing and Communication~(ADCOM)}",
+	pages = "117--121",
+	numpages = "5",
+	day = "19",
+	month = dec,
+	year = "2007",
+	address = "Guwahati/India",
+	language = "english",
+	isbn = "0-7695-3059-1",
+	doi = "10.1109/ADCOM.2007.19",
+	keywords = "Reliable Server Pooling~(RSerPool), Redundancy, Load Balancing, Performance Evaluation",
+	abstract = "{Reliable Server Pooling~(RSerPool) is a light-weight protocol framework for server redundancy and session failover, currently still under standardization by the IETF RSerPool WG. While the basic ideas of RSerPool are not completely new, their combination into a single, resource-efficient and unified architecture is. Server redundancy directly leads to the issues of load distribution and load balancing, which are both important for the performance of RSerPool systems.
+While there has already been some research on the server selection policies of RSerPool, an interesting question still remains open: Is it possible to further improve the load balancing performance of certain policies by simply letting servers reject inappropriately scheduled requests? In this case, the failover handling mechanisms of RSerPool could choose a possibly better server instead.
+The purpose of this paper is, after presenting an outline of the RSerPool framework, to analyse and evaluate the performance of our new approach. In particular, we will also analyse the impact of RSerPool protocol parameters on the performance of the server selection functionalities as well as on the overhead.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ADCOM2007.pdf",
+	url.size = "10383819",
+	url.md5 = "8e50985edbad8e96e04a1066c7ccd780",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:18 CEST"
+}
+
+@InProceedings{ Linuxtage2007,
+	author = "Thomas Dreibholz",
+	title = "{Hochverfügbarkeit mit Reliable Server Pooling}",
+	booktitle = "{Proceedings of the Linuxtage in Essen}",
+	numpages = "23",
+	day = "10",
+	month = nov,
+	year = "2007",
+	address = "Essen, Nordrhein-Westfalen/Germany",
+	language = "german",
+	keywords = "Reliable Server Pooling~(RSerPool), Hochverfügbarkeit, Redundanz, Überblick, Implementierung, RSPLIB",
+	abstract = "{Mit der ständig wachsenden Verbreitung von Internetzugängen nimmt auch die Anzahl an verfügbarkeits-kritischen Diensten im Netz zu. Ausfälle von z.B. VoIP-Vermittlungsanlagen zur Weiterleitung von Notrufen oder e-Commerce-Anwendungen sind nicht akzeptabel. Zur Sicherstellung der Verfügbarkeit von Diensten bei Geräte- und Netzwerkausfällen müssen diese Komponenten redundant ausgelegt sein. Spezialisierte Redundanzlösungen – insbesondere z.B. für Web-Server – gibt es zwar viele, eine einheitliche, für viele Dienste nutzbare Lösung fehlte jedoch noch. Reliable Server Pooling, abgekürzt RSerPool, ist ein Rahmenwerk zur Bereitstellung hochverfügbarer Anwendungen durch redundante Server, es befindet sich zur Zeit in der Standardisierung durch die IETF RSerPool-Arbeitsgruppe. Im RSerPool-Konzept werden Server, welche den gleichen Dienst anbieten, zu einem Pool zusammengefaßt. Neben der Hauptaufgabe – der Verfügbarkeit von Diensten – ist insbesondere auch die Lastverteilung ein wichtiges Anwendungsgebiet von RSerPool.
+Im Rahmen eines Forschungsprojektes haben wir -- die Arbeitsgruppe Technik der Rechnernetze am Institut für Experimentelle Mathematik der Universität Duisburg-Essen -- im Jahre 2002 damit begonnen, einen plattformunabhängigen RSerPool-Prototypen als Open Source unter GPL-Lizenz zu entwickeln. Mittlerweile wird unser Projekt durch die Deutsche Forschungsgemeinschaft (DFG) gefördert. Unser System läuft zur Zeit unter Linux, FreeBSD, Darwin (MacOS X) und Solaris, wobei die Unterstützung für weitere Plattformen – insbesondere auch für Embedded-Systeme – geplant ist. Als einzige vollständige Implementierung des zukünftigen RSerPool-Standards sind wir Referenzimplementierung der IETF RSerPool-Arbeitsgruppe und wirken mit Tests und Forschungsarbeiten aktiv in der Standardisierung mit.
+In unserem Vortrag geben wir zunächst eine kurze Einführung zu RSerPool. Dabei wollen wir insbesondere auch die Merkmale verdeutlichen, die RSerPool von existierenden Lösungen – wie Linux Virtual Server (LVS) oder dem kommerziellen Cisco Distributed Director – unterscheiden. Außerdem wollen wir zeigen, welche speziellen Funktionalitäten RSerPool bietet um den Nutzen eines Serverpools sowohl für dessen Betreiber als auch für den Anwender zu optimieren: die Möglichkeit zur vollautomatischen Konfiguration von Komponenten und die Festlegung pool-spezifischer Serverauswahlregeln. Diese Funktionalitäten werden wir am Beispiel einer Anwendung von RSerPool für Real-Time Distributed Computing verdeutlichen.
+Im zweiten Teil unseres Vortrags werden wir auf unsere Open Source Implementierung rsplib eingehen. Neben dem Aufbau der einzelnen Komponenten werden wir insbesondere auch interessante Details der Implementierung vorstellen und beschreiben, wie wir auftretende Probleme erfolgreich lösen konnten. Insbesondere wollen wir dabei auch unsere gesammelten Erfahrungen beim Erstellen von auf unterschiedlichen Betriebssystemen (Linux, FreeBSD, MacOS X, Solaris) und Hardware (x86, x64, PPC) lauffähiger Software vorstellen. Im Anschluß daran zeigen wir, wie das RSerPool-API dazu genutzt werden kann, eigene Anwendungen hochverfügbar zu machen und die Möglichkeiten zur Lastverteilung im Pool verwendet werden können. Ein Schwerpunkt dieser Einführung wird dabei insbesondere die einfache und effiziente Realisierung des Failover-Mechanisms sein, d.h. des Verfahrens zur Wiederherstellung eines Sitzungszustandes auf einem neuen Server nach Ausfall des alten. Im Besonderen werden wir dabei zeigen, welche Fähigkeiten RSerPool und sein API mitbringen um dieses – teilweise recht komplexe Thema – in vielen Fällen übersichtlich und mit wenigen Zeilen Programmcode zu lösen: Hochverfügbarkeit für eigene Anwendungen muß nicht kompliziert sein!
+Zum Abschluß stellen wir noch unsere Beispielanwendung vor, ein System zum verteilten Berechnen von Fraktalgrafiken. Mit diesem System lassen sich die grundlegenden Eigenschaften von RSerPool – welche im Vortrag vorgestellt wurden – sehr anschaulich demonstrieren: die Verwaltung dynamischer Pools, Lastverteilung und Failover bei Serverausfall. Selbstverständlich werden wir unser Beispielsystem beim Vortrag auch in der Praxis demonstrieren, bei Vorhandensein eines Internetzugangs sogar mit einem Szenario aus weltweit verteilten Ressourcen.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2007.pdf",
+	url.size = "7925544",
+	url.md5 = "7882ef3b335f592778b19b6d3f3c0796",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@Misc{ HaikouTalk2007,
+	author = "Thomas Dreibholz",
+	title = "{An Introduction to Reliable Server Pooling and the RSPLIB Implementation}",
+	howpublished = "Invited Talk at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "23",
+	day = "2",
+	month = dec,
+	year = "2007",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/HaikouTalk2007.pdf",
+	url.size = "7921188",
+	url.md5 = "bc192125b5728d9da4b0996a75d19f5e",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2014-04-02 17:08:19 CEST",
+	url.keywords = "RSerPool, RSPLIB, Introduction"
+}
+
+@InProceedings{ ICDS2008-Failover,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{Reliable Server Pooling -- A Novel IETF Architecture for Availability-Sensitive Services}",
+	booktitle = "{Proceedings of the 2nd IEEE International Conference on Digital Society~(ICDS)}",
+	pages = "150--156",
+	numpages = "7",
+	day = "14",
+	month = feb,
+	year = "2008",
+	address = "Sainte Luce/Martinique",
+	language = "english",
+	isbn = "978-0-7695-3087-1",
+	doi = "10.1109/ICDS.2008.11",
+	keywords = "Reliable Server Pooling~(RSerPool), Availability, Redundancy, Failover, Server Selection",
+	abstract = "{Reliable Server Pooling~(RSerPool) is a light-weight protocol framework for server redundancy and session failover, currently still under standardization by the IETF RSerPool~WG. While the basic ideas of RSerPool are not new, their combination into a single, resource-efficient and unified architecture is. Server redundancy directly leads to the issues of load distribution and load balancing, which are both important for the performance of RSerPool systems. Therefore, it is crucial to evaluate the performance of such systems with respect to the load balancing strategy required by the application.
+The goal of our paper is -- after presenting a short overview of the RSerPool architecture and its application cases -- to provide a quantitative, application-independent performance analysis of RSerPool's server failure handling capabilities with respect to important adaptive and non-adaptive load balancing strategies. We will also analyse the impact of RSerPool protocol parameters on the performance of the server failure handling functionalities and the network overhead.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-Failover.pdf",
+	url.size = "515395",
+	url.md5 = "2b0abbad0f9f40af03022525c2a8c184",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@InProceedings{ ICDS2008-LUD,
+	author = "Xing Zhou and Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{A New Server Selection Strategy for Reliable Server Pooling in Widely Distributed Environments}",
+	booktitle = "{Proceedings of the 2nd IEEE International Conference on Digital Society~(ICDS)}",
+	pages = "171--177",
+	numpages = "7",
+	day = "14",
+	month = feb,
+	year = "2008",
+	address = "Sainte Luce/Martinique",
+	language = "english",
+	isbn = "978-0-7695-3087-1",
+	doi = "10.1109/ICDS.2008.12",
+	keywords = "Reliable Server Pooling~(RSerPool), Load Balancing, Least-Used Selection, Latency",
+	abstract = "{In order to provide a generic, application-independent and resource-efficient framework for server redundancy and session failover, the IETF RSerPool~WG is currently standardizing the Reliable Server Pooling~(RSerPool) framework. Server redundancy has to take load distribution and load balancing into consideration since these issues are crucial for the system performance.
+There has already been some research on the server selection strategies of RSerPool for different application scenarios. In particular, it has been shown that the adaptive Least Used selection usually provides the best performance. This strategy requires up-to-date load information of the services, which has to be propagated among distributed pool management components. But network delay (which is realistic for systems being widely distributed to achieve availability in case of regional servers failures) as well as caching of information may both lead to obsolete load information. Therefore, the purpose of this paper is to analyse and evaluate the performance of a new server selection rule to cope with update latencies. Especially, we will also analyse the impact of different workload parameters on the performance of the new server selection strategy.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-LUD.pdf",
+	url.size = "454527",
+	url.md5 = "8e1fe5960264a82415c27b389278d35c",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@InProceedings{ OMNeT++Workshop2008,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{A Powerful Tool-Chain for Setup, Distributed Processing, Analysis and Debugging of OMNeT++ Simulations}",
+	booktitle = "{Proceedings of the 1st ACM/ICST International Workshop on OMNeT++}",
+	numpages = "8",
+	day = "7",
+	month = mar,
+	year = "2008",
+	address = "Marseille, Bouches-du-Rhône/France",
+	language = "english",
+	isbn = "978-963-9799-20-2",
+	doi = "10.4108/ICST.SIMUTOOLS2008.2990",
+	keywords = "SimProcTC, Simulation Model, Parametrization, Simulation Run Distribution, Plotting, Analysis",
+	abstract = "{In this paper, we introduce our Open Source tool-chain providing the parametrization, distributed execution, results post-processing and debugging for
+OMNeT++-based simulations. While the initial motivation of these tools has been the support of our simulation model of the Reliable Server Pooling~(RSerPool) framework, it has been particularly designed with model-independence in mind. That is, it can be easily adapted to other simulation models and therefore may be useful for other users of
+OMNeT++-based simulation models as well.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeTWorkshop2008.pdf",
+	url.size = "570674",
+	url.md5 = "23f563d708ab1eb3f55d6dd21ef4eee4",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@Article{ IJHIT2008,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{An Evaluation of the Pool Maintenance Overhead in Reliable Server Pooling Systems}",
+	journal = "{SERSC International Journal on Hybrid Information Technology~(IJHIT)}",
+	volume = "1",
+	number = "2",
+	pages = "17--32",
+	numpages = "16",
+	month = apr,
+	year = "2008",
+	language = "english",
+	issn = "1738-9968",
+	keywords = "Reliable Server Pooling~(RSerPool), Server Pools, Handlespace Management, Stream Control Transmission Protocol~(SCTP), Performance, Measurements",
+	abstract = "{Currently, the IETF RSerPool~WG is standardizing a generic protocol framework for server redundancy and session failover: Reliable Server Pooling~(RSerPool). An important property of RSerPool is its lightweight architecture: server pool and session management can be realized with small CPU power and memory requirements. That is, RSerPool-based services can also be managed and provided by embedded systems. Up to now, there has already been some research on the performance of the data structures managing server pools. But a generic, application-independent performance analysis -- in particular also including measurements in real system setups -- is still missing.
+The aim of this article is therefore -- after giving an outline of the RSerPool framework, an introduction to the pool management procedures and a description of our pool management approach -- to first provide a detailed performance evaluation of the pool management structures themselves. Afterwards, the performance of a prototype implementation is analysed in order to evaluate its applicability in a real network setup.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJHIT2008.pdf",
+	url.size = "3367196",
+	url.md5 = "175a230c33b66aa474020607da51b8c4",
+	url.mime = "application/pdf",
+	url.pagesize = "595 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@InProceedings{ Networking2008,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb and Xing Zhou",
+	title = "{On Robustness and Countermeasures of Reliable Server Pooling Systems against Denial of Service Attacks}",
+	booktitle = "{Proceedings of the 7th International IFIP Networking Conference}",
+	series = "{Lecture Notes in Computer Science}",
+	volume = "4982",
+	pages = "586--598",
+	numpages = "13",
+	day = "7",
+	month = may,
+	year = "2008",
+	publisher = "Springer",
+	address = "Singapore",
+	language = "english",
+	isbn = "978-3-540-79548-3",
+	doi = "10.1007/978-3-540-79549-0_51",
+	keywords = "Reliable Server Pooling, Attacks, Denial of Service, Robustness, Countermeasures",
+	abstract = "{The Reliable Server Pooling~(RSerPool) architecture is the IETF's novel approach to standardize a light-weight protocol framework for server redundancy and session failover. It combines ideas from different research areas into a single, resource-efficient and unified architecture. While there have already been a number of contributions on the performance of RSerPool for its main tasks -- pool management, load distribution and failover handling -- the robustness of the protocol framework has not yet been evaluated against intentional attacks.
+The first goal of this paper is to provide a robustness analysis. In particular, we would like to outline the attack bandwidth necessary for a significant impact on the service. Furthermore, we present and evaluate our countermeasure approach to significantly reduce the impact of attacks.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Networking2008.pdf",
+	url.size = "490453",
+	url.md5 = "185b4404904fcb988d4c237634f2c1aa",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@Misc{ HaikouTalk2008,
+	author = "Thomas Dreibholz and Xing Zhou",
+	title = "{SCTP and RSerPool: Architectures and Protocols for the Future Internet}",
+	howpublished = "Invited Talk at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "22",
+	day = "26",
+	month = sep,
+	year = "2008",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Haikou2008-English.pdf",
+	url.size = "2309884",
+	url.md5 = "ff7675477fc736d4f43908249ea7861b",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2014-04-02 17:08:19 CEST",
+	url.keywords = "RSerPool, RSPLIB, Introduction"
+}
+
+@InProceedings{ LCN2008-RSerPool,
+	author = "Pascal Schöttle and Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{On the Application of Anomaly Detection in Reliable Server Pooling Systems for Improved Robustness against Denial of Service Attacks}",
+	booktitle = "{Proceedings of the 33rd IEEE Conference on Local Computer Networks~(LCN)}",
+	pages = "207--214",
+	numpages = "8",
+	day = "16",
+	month = oct,
+	year = "2008",
+	address = "Montr{\'e}al, Qu{\'e}bec/Canada",
+	language = "english",
+	isbn = "978-1-4244-2413-9",
+	doi = "10.1109/LCN.2008.4664171",
+	keywords = "Reliable Server Pooling~(RSerPool), Anomaly Detection, Attacks, Robustness, Denial of Service",
+	abstract = "{The Reliable Server Pooling~(RSerPool) architecture is the IETF's upcoming standard of a light-weight server redundancy and session failover framework for availability-critical applications. RSerPool combines the ideas from different research areas into a single, resource-efficient and unified architecture. Although there have already been a number of research papers on the pool management, load distribution and failover handling performance of RSerPool, the robustness against intentional attacks has not been intensively addressed yet.
+Therefore, the first goal of this paper is to provide a robustness analysis in order to outline the attack bandwidth necessary for a significant impact on RSerPool-based services. After that, we present our anomaly detection approach that has been designed to protect RSerPool systems against attacks. We also show the effectiveness of this approach by simulations.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2008.pdf",
+	url.size = "576017",
+	url.md5 = "8a883302aadb660fba4af49c65573c12",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@InProceedings{ LCN2008-EdgeDevice,
+	author = "Wenyu Zhu and Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{Analysis and Evaluation of a Scalable QoS Device for Broadband Access to Multimedia Services}",
+	booktitle = "{Proceedings of the 33rd IEEE Conference on Local Computer Networks~(LCN)}",
+	pages = "504--505",
+	numpages = "2",
+	day = "15",
+	month = oct,
+	year = "2008",
+	address = "Montr{\'e}al, Qu{\'e}bec/Canada",
+	language = "english",
+	isbn = "978-1-4244-2413-9",
+	doi = "10.1109/LCN.2008.4664212",
+	keywords = "Quality of Service~(QoS), Broadband Internet, Flow Routing, Multimedia, Intelligent Packet Discard",
+	abstract = "{This paper presents the initial evaluation of a novel network device being located in edge nodes. It provides relaxed QoS guarantees to certain flows on a congested link by focussing packet discard on selected flows. In contrast to classical IntServ solutions, our approach requires minimal signalling and therefore provides both efficiency and scalability. In this paper, we first describe the ideas of our QoS device and then provide first results of our ongoing simulative performance evaluation and optimization.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2008-FlowRouting.pdf",
+	url.size = "168995",
+	url.md5 = "4b24ce40f15989ca57ccb44bdbdf4d82",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@InProceedings{ FGCN2008,
+	author = "Wenyu Zhu and Thomas Dreibholz and Erwin Paul Rathgeb and Xing Zhou",
+	title = "{A Scalable QoS Device for Broadband Access to Multimedia Services}",
+	booktitle = "{Proceedings of the IEEE International Conference on Future Generation Communication and Networking~(FGCN)}",
+	volume = "1",
+	pages = "343--348",
+	numpages = "6",
+	day = "13",
+	month = dec,
+	year = "2008",
+	address = "Sanya, Hainan/People's Republic of China",
+	language = "english",
+	isbn = "978-0-7695-3431-2",
+	doi = "10.1109/FGCN.2008.124",
+	keywords = "Quality of Service~(QoS), Broadband Internet, Flow Routing, Multimedia, Intelligent Packet Discard",
+	abstract = "{This paper presents the performance evaluation of a novel network device being located in network edge nodes. It provides a solution for relaxed QoS guarantees to certain flows on a congested link by focussing packet discard on selected flows. However, unlike IntServ solutions -- e.g.\ RSVP -- our approach only requires minimal signalling and therefore provides both efficiency and scalability.
+In this paper, we first describe the ideas of our QoS device and then provide a simulative performance analysis for different multimedia flow scenarios.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/FGCN2008.pdf",
+	url.size = "520560",
+	url.md5 = "4aeb2680d2d15cb85f53961ff16c707c",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@InProceedings{ FutureInternet2008,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{Towards the Future Internet -- An Overview of Challenges and Solutions in Research and Standardization}",
+	booktitle = "{Proceedings of the 2nd GI/ITG KuVS Workshop on the Future Internet}",
+	numpages = "3",
+	day = "11",
+	month = nov,
+	year = "2008",
+	address = "Karlsruhe, Baden-Württemberg/Germany",
+	language = "english",
+	keywords = "Reliable Server Pooling~(RSerPool), Stream Control Transmission Protocol~(SCTP), IPv6, Future Internet",
+	abstract = "{The basic intention for the development of the Internet has been the simple and inexpensive interconnection of nodes to provide services like file download or e-mail. However, due to its huge growth and popularity, the classical protocols -- which still constitute the basis of today's Internet -- have reached their limits of scalability and functionality. Lots of research has been performed in order to overcome these restrictions. In our presentation, we would like to give a survey of the challenges on Network, Transport, Session and Application Layer, as well as an outline of solutions which will constitute -- from the current perspective in~2008 and with regard to the standardization progress of the IETF -- the basis of the Internet in the year~2020.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FutureInternet2008.pdf",
+	url.size = "1682121",
+	url.md5 = "087b79294d286a6ad2ac31b62a86f8a9",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@InProceedings{ KiVS2009,
+	author = "Xing Zhou and Thomas Dreibholz and Wencai Du and Erwin Paul Rathgeb",
+	title = "{Evaluation of Attack Countermeasures to Improve the DoS Robustness of RSerPool Systems by Simulations and Measurements}",
+	booktitle = "{Proceedings of the 16.~ITG/GI Fachtagung Kommunikation in Verteilten Systemen~(KiVS)}",
+	series = "{Informatik aktuell}",
+	pages = "217--228",
+	numpages = "12",
+	day = "5",
+	month = mar,
+	year = "2009",
+	publisher = "Springer",
+	address = "Kassel, Hessen/Germany",
+	language = "english",
+	isbn = "978-3-540-92665-8",
+	doi = "10.1007/978-3-540-92666-5_18",
+	keywords = "Reliable Server Pooling~(RSerPool), Security, Attacks, Denial of Service, Robustness, Performance Analysis",
+	abstract = "{The Reliable Server Pooling~(RSerPool) architecture is the IETF's new standard for a lightweight server redundancy and session failover framework to support availability-critical applications. RSerPool combines the ideas from different research areas into a single, resource-efficient and unified architecture. While there have already been a number of research papers on its performance in general, the robustness against intentional attacks has not been intensively addressed yet. In particular, there have not been any analyses for real setups.
+Therefore, the goal of this paper is to provide a robustness analysis in order to outline the attack bandwidth which is necessary for a significant impact on RSerPool-based services. This analysis is based on lab measurements -- using a real RSerPool system setup -- as well as on measurements for comparison and validation. Furthermore, we present and evaluate countermeasure approaches to significantly reduce the impact of attacks.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2009.pdf",
+	url.size = "481488",
+	url.md5 = "75e82d6388aaef304f99eba50e33f69f",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@InProceedings{ OMNeT++Workshop2009,
+	author = "Thomas Dreibholz and Xing Zhou and Erwin Paul Rathgeb",
+	title = "{SimProcTC -- The Design and Realization of a Powerful Tool-Chain for OMNeT++ Simulations}",
+	booktitle = "{Proceedings of the 2nd ACM/ICST International Workshop on OMNeT++}",
+	pages = "1--8",
+	numpages = "8",
+	day = "6",
+	month = mar,
+	year = "2009",
+	address = "Rome/Italy",
+	language = "english",
+	isbn = "978-963-9799-45-5",
+	doi = "10.4108/ICST.SIMUTOOLS2009.5517",
+	keywords = "SimProcTC, Simulation, Parametrization, Run Distribution, Results Visualization",
+	abstract = "{In this paper, we introduce our Open Source simulation tool-chain for OMNeT++ simulations: SimProcTC. This model-independent tool-chain has been designed to perform the common and frequently recurring tasks of simulation work -- which are the parametrization of runs, the distributed run processing and the results visualization -- in an efficient and easy to use manner. It is already successfully deployed for several OMNeT++-based research projects.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeT__Workshop2009.pdf",
+	url.size = "564894",
+	url.md5 = "1ec4aec2824e6f4d11f1e1af9a8d3991",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:20 CEST"
+}
+
+@InProceedings{ AINA2009,
+	author = "Xing Zhou and Thomas Dreibholz and Fa Fu and Wencai Du and Erwin Paul Rathgeb",
+	title = "{Evaluation and Optimization of the Registrar Redundancy Handling in Reliable Server Pooling Systems}",
+	booktitle = "{Proceedings of the IEEE 23rd International Conference on Advanced Information Networking and Applications~(AINA)}",
+	pages = "256--262",
+	numpages = "7",
+	day = "26",
+	month = may,
+	year = "2009",
+	address = "Bradford, West Yorkshire/United Kingdom",
+	language = "english",
+	isbn = "978-0-7695-3638-5",
+	doi = "10.1109/AINA.2009.25",
+	keywords = "Reliable Server Pooling~(RSerPool), Redundancy, Takeover, Handlespace Management, Performance Analysis",
+	abstract = "{The Reliable Server Pooling~(RSerPool) architecture is the IETF's new standard for a lightweight server redundancy and session failover framework to support availability-critical applications. RSerPool combines the ideas from different research areas into a single, resource-efficient and unified architecture. Server pools are maintained by redundant management components, which are called registrars. Registrars monitor the availability of servers in the pool and remove them in case of failure. Furthermore, they synchronize their view of the pool with other registrars to provide information redundancy.
+In this paper, we first analyse the implications of registrar redundancy on the server pool performance. Furthermore, we present an optimization approach for the server pool management, which improves the system performance in case of registrar problems by hardware failures or Denial of Service attacks.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINA2009.pdf",
+	url.size = "495559",
+	url.md5 = "85883bf586a6c76481c7a3adbd0f20d6",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:20 CEST"
+}
+
+@InProceedings{ SNPD2009,
+	author = "Xing Zhou and Thomas Dreibholz and Erwin Paul Rathgeb and Wencai Du",
+	title = "{Takeover Suggestion -- A Registrar Redundancy Handling Optimization for Reliable Server Pooling Systems}",
+	booktitle = "{Proceedings of the 10th IEEE/ACIS International Conference on Software Engineering, Artificial Intelligence, Networking and Parallel/Distributed Computing~(SNPD)}",
+	pages = "168--173",
+	numpages = "6",
+	day = "27",
+	month = may,
+	year = "2009",
+	address = "Daegu/South Korea",
+	language = "english",
+	isbn = "978-3-642-01202-0",
+	doi = "10.1109/SNPD.2009.17",
+	keywords = "Reliable Server Pooling~(RSerPool), Redundancy, Handlespace Management, Takeover, Performance Analysis",
+	abstract = "{Reliable Server Pooling~(RSerPool) is the IETF's new standard for a common server redundancy and session failover framework to support availability-critical applications. Server pools are maintained by redundant management components denoted as registrars. These registrars monitor the availability of servers in the pool and remove them in case of failure. Furthermore, they synchronize their view of the pool with other registrars to provide information redundancy.
+In this paper, we first illustrate the implications of registrar redundancy on the performance of RSerPool systems. After that, we present an optimization approach for the server pool management, which improves the management performance in case of registrar problems like hardware failures or Denial of Service attacks. The performance of our approach is evaluated in real life using PlanetLab measurements.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SNPD2009.pdf",
+	url.size = "556009",
+	url.md5 = "a9bb30606285c619fb63bfacbd78939a",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:20 CEST"
+}
+
+@InProceedings{ Contel2009,
+	author = "Thomas Dreibholz and Xing Zhou and Erwin Paul Rathgeb and Wencai Du",
+	title = "{A PlanetLab-Based Performance Analysis of RSerPool Security Mechanisms}",
+	booktitle = "{Proceedings of the 10th IEEE International Conference on Telecommunications~(ConTEL)}",
+	pages = "213--220",
+	numpages = "8",
+	day = "8",
+	month = jun,
+	year = "2009",
+	address = "Zagreb, Središnja Hrvatska/Croatia",
+	language = "english",
+	isbn = "978-953-184-131-3",
+	keywords = "Reliable Server Pooling~(RSerPool), Security, Attacks, Denial of Service, Robustness, Performance Analysis",
+	abstract = "{Reliable Server Pooling~(RSerPool) denotes the new IETF standard for a lightweight server redundancy and session failover framework for availability-critical applications. A number of research papers have already addressed the service and pool management performance of RSerPool in general. However, the important topic of security, including the system robustness against intentional attacks, has not yet been intensively addressed. In particular, none of the proposed Denial of Service~(DoS) attack countermeasure mechanisms has been evaluated in a real-world Internet setup.
+For that reason, this paper provides an analysis of the robustness of RSerPool systems against DoS attacks. We will outline the DoS attack bandwidth which is necessary for a significant service degradation. Furthermore, we will present simple but effective DoS attack countermeasure mechanisms to significantly reduce the impact of attacks. Our analysis is based on a real-world Internet setup using the
+PlanetLab. We will furthermore compare the performance measurements against simulation results.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ConTEL2009.pdf",
+	url.size = "738142",
+	url.md5 = "490dda7191b7b3dae11d61785131040d",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:20 CEST"
+}
+
+@Article{ IJMUE2009,
+	author = "Wenyu Zhu and Thomas Dreibholz and Erwin Paul Rathgeb and Xing Zhou",
+	title = "{A Scalable QoS Device for Broadband Access to Multimedia Services}",
+	journal = "{SERSC International Journal of Multimedia and Ubiquitous Engineering~(IJMUE)}",
+	volume = "4",
+	number = "2",
+	pages = "157--172",
+	numpages = "16",
+	day = "30",
+	month = apr,
+	year = "2009",
+	language = "english",
+	issn = "1975-0080",
+	keywords = "Quality of Service~(QoS), Broadband Internet, Flow Routing, Multimedia, Intelligent Packet Discard",
+	abstract = "{Nowadays, an increasing number of users gets high-speed broadband access to the Internet. These broadband connections make new multimedia applications possible. However, such applications also introduce new Quality of Service~(QoS) requirements to the network. Particularly, they require an assured bandwidth even in the case of network overload. The network itself has to provide such bandwidth assurances.
+This article introduces our concept of a novel network QoS device being located in network edge nodes. It provides a solution for relaxed QoS guarantees to certain flows on a congested link by focussing packet discard on selected flows. However, unlike for IntServ solutions like RSVP, our approach only requires minimal signalling and therefore provides both efficiency and scalability. We furthermore provide a quantitative performance evaluation of our QoS device by using simulations.}",
+	url = "https://gvpress.com/journals/IJMUE/vol4_no2/14.pdf",
+	url.size = "1106252",
+	url.md5 = "3a8837e5ef699ddff971bcdfbf98b84b",
+	url.mime = "application/pdf",
+	url.pagesize = "595.22 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:08:22 CEST"
+}
+
+@Article{ IJAIT2009,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{Overview and Evaluation of the Server Redundancy and Session Failover Mechanisms in the Reliable Server Pooling Framework}",
+	journal = "{International Journal on Advances in Internet Technology~(IJAIT)}",
+	volume = "2",
+	number = "1",
+	pages = "1--14",
+	numpages = "14",
+	day = "8",
+	month = jun,
+	year = "2009",
+	language = "english",
+	issn = "1942-2652",
+	keywords = "Reliable Server Pooling~(RSerPool), Service Availability, Redundancy, Session Failover, Server Selection",
+	abstract = "{The number of availability-critical Internet applications is steadily increasing. To support the development and operation of such applications, the IETF has recently defined a new standard for a common server redundancy and session failover framework: Reliable Server Pooling~(RSerPool). The basic ideas of the RSerPool framework are not entirely new, but their combination into a single, resource-efficient and unified architecture is. Service availability achieved by the redundancy of servers directly leads to the issues of load distribution and load balancing, which are both important for the performance of RSerPool systems. Therefore, it is crucial to evaluate the performance of such systems with respect to the load balancing strategy required by the service application.
+In this article -- which is an extended version of our paper~[1] -- we first present an overview of the RSerPool architecture with a focus on the component failure detection and handling mechanisms. We will also shortly introduce the underlying SCTP protocol and its link redundancy features. After that, we will present a quantitative, application-independent performance analysis of the failure detection and session failover mechanisms provided by RSerPool, with respect to important adaptive and non-adaptive load balancing strategies.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJAIT2009.pdf",
+	url.size = "1183747",
+	url.md5 = "d3f66675bd31433a0b788a0cbac7121c",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:22 CEST"
+}
+
+@Article{ E-Teaching2010,
+	author = "Daniel Biella and Dieter Huth and Michael Striewe and Michael Kohnen and Thomas Dreibholz and Martin Becke",
+	title = "{Erfahrungsbericht: Zur Organisation und Implementierung PC-gestützter Prüfungen an der Universität Duisburg-Essen}",
+	journal = "{E-Teaching.org}",
+	numpages = "17",
+	day = "25",
+	month = mar,
+	year = "2010",
+	language = "ngerman",
+	keywords = "L-PLUS, E-Assessment",
+	abstract = "{Dieser Artikel beschreibt die technischen, organisatorischen und inhaltlichen Herausforderungen, die bei der Organisation und Implementierung einer Plattform für PC-gestützte Prüfungen an der Universität Duisburg-Essen zu bewältigen waren. Anhand zweier Szenarien aus dem Wintersemester 2009/10 wird der Umstieg von papiergestützten Prüfungen auf PC-gestützte Prüfungen sowie die Möglichkeit der Prüfung komplexer Aufgabenstellungen beispielhaft erläutert.}",
+	url = "https://www.e-teaching.org/praxis/erfahrungsberichte/10-03-25_PC-Hall_Biella-Huth-Striewe-Kohnen-Dreibholz-Becke.pdf",
+	url.size = "1407513",
+	url.md5 = "52856bad6dd8ce266a244a56ed9272e2",
+	url.mime = "application/pdf",
+	url.pagesize = "594.96 x 842.04 pts (A4)",
+	url.checked = "2017-11-05 19:28:42 CET"
+}
+
+@InProceedings{ OMNeT++Workshop2010-SCTP,
+	author = "Thomas Dreibholz and Martin Becke and Jobin Pulinthanath and Erwin Paul Rathgeb",
+	title = "{Implementation and Evaluation of Concurrent Multipath Transfer for SCTP in the INET Framework}",
+	booktitle = "{Proceedings of the 3rd ACM/ICST International Workshop on OMNeT++}",
+	numpages = "8",
+	day = "19",
+	month = mar,
+	year = "2010",
+	address = "Torremolinos, M{\'a}laga/Spain",
+	language = "english",
+	isbn = "978-963-9799-87-5",
+	doi = "10.4108/ICST.SIMUTOOLS2010.8673",
+	keywords = "INET Framework, SCTP, Concurrent Multipath Transfer, Model, Evaluation",
+	abstract = "{The steadily growing importance of resilience-critical Internet applications leads to a rising number of multi-homed sites and systems. But since the protocols of the classical Internet -- particularly TCP -- assume a single access path only, the number of programs supporting multiple network paths is still small. The Stream Control Transport Protocol~(SCTP), which is an advanced general-purpose transport protocol and the possible successor of TCP, brings the support of multi-homing into the applications.
+For technical reasons, SCTP uses one network path for data transmission and utilizes the other paths for backup only. An extension to support the load balancing of user data onto multiple paths in order to increase the payload throughput is Concurrent Multipath Transfer for SCTP, denoted as CMT-SCTP. In this paper, we describe our CMT-SCTP extension for the SCTP~model provided by the INET framework. By using proof-of-concept simulations, we furthermore demonstrate its usability and configuration parameters.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-SCTP.pdf",
+	url.size = "600864",
+	url.md5 = "910129c4f8742f16aa603347276bcf90",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2014-04-02 17:08:22 CEST"
+}
+
+@InProceedings{ OMNeT++Workshop2010-TCP,
+	author = "Thomas Reschka and Thomas Dreibholz and Martin Becke and Jobin Pulinthanath and Erwin Paul Rathgeb",
+	title = "{Enhancement of the TCP Module in the OMNeT++/INET Framework}",
+	booktitle = "{Proceedings of the 3rd ACM/ICST International Workshop on OMNeT++}",
+	numpages = "5",
+	day = "19",
+	month = mar,
+	year = "2010",
+	address = "Torremolinos, M{\'a}laga/Spain",
+	language = "english",
+	isbn = "978-963-9799-87-5",
+	keywords = "OMNeT++, INET Framework, TCP, Selective Acknowledgement, Flow Control",
+	abstract = "{The INET framework for the simulation tool OMNeT++ provides a TCP module, which can be used for evaluating various Internet applications. However, the implementation of this TCP module has not been state of the art. Some important features of modern TCP implementations -- particularly Selective Acknowledgements~(SACK) and a complete Flow Control -- have been missing.
+In this paper, we first introduce basic TCP mechanisms. After that, we introduce the extensions we have made to the TCP module of INET. Finally, we show some results of our performance evaluation.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-TCP.pdf",
+	url.size = "594971",
+	url.md5 = "53c126fdf4f77d433ef5f7601dea5b60",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2014-04-02 17:08:22 CEST"
+}
+
+@InProceedings{ AINA2010,
+	author = "Thomas Dreibholz and Martin Becke and Jobin Pulinthanath and Erwin Paul Rathgeb",
+	title = "{Applying TCP-Friendly Congestion Control to Concurrent Multipath Transfer}",
+	booktitle = "{Proceedings of the 24th IEEE International Conference on Advanced Information Networking and Applications~(AINA)}",
+	pages = "312--319",
+	numpages = "8",
+	day = "21",
+	month = apr,
+	year = "2010",
+	address = "Perth, Western Australia/Australia",
+	language = "english",
+	isbn = "978-0-7695-4018-4",
+	doi = "10.1109/AINA.2010.117",
+	keywords = "Multi-Homing, Congestion Control, Resource Pooling, Fairness, Proof of Concept",
+	abstract = "{The steadily growing importance of Internet-based applications and their resilience requirements lead to a rising number of multi-homed sites. The idea of Concurrent Multipath Transfer~(CMT) is to exploit the existence of multiple paths among endpoints to increase application data throughput. However, handling the congestion control of each path independently lacks of fairness against non-CMT flows.
+In this paper, we describe our approach of combining CMT with the idea of Resource Pooling~(RP) in order to achieve a performance improvement over non-CMT transfer while still remaining fair to concurrent flows on congested links. Unlike existing approaches which adapt classic TCP to a multi-homed CMT protocol, our approach does not depend on specific characteristics of TCP. Instead, we base on already entrenched functional blocks of CMT transfer, on the example of the CMT-enabled SCTP~(Stream Control Transmission Protocol). In a simulative proof-of-concept analysis, we show that our approach -- while relatively simple -- is already quite effective.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/AINA2010.pdf",
+	url.size = "979616",
+	url.md5 = "11d400faa0a4c994d27fa6a6ebc5f9cc",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:22 CEST"
+}
+
+@InProceedings{ SERA2010,
+	author = "Xing Zhou and Thomas Dreibholz and Martin Becke and Jobin Pulinthanath and Erwin Paul Rathgeb and Wencai Du",
+	title = "{The Software Modeling and Implementation of Reliable Server Pooling and RSPLIB}",
+	booktitle = "{Proceedings of the 8th ACIS Conference on Software Engineering Research, Management and Applications~(SERA)}",
+	pages = "129--136",
+	numpages = "8",
+	day = "24",
+	month = may,
+	year = "2010",
+	address = "Montr{\'e}al, Qu{\'e}bec/Canada",
+	language = "english",
+	isbn = "978-0-7695-4075-7",
+	doi = "10.1109/SERA.2010.26",
+	keywords = "Reliable Server Pooling~(RSerPool), RSPLIB, Service Availability, Software Modeling, Implementation",
+	abstract = "{With the growing complexity of software applications, there is an increasing demand for solutions to distribute workload into server pools. Grid Computing provides powerful -- but also highly complex -- mechanisms to realize such tasks. Also, there is a steadily growing number of downtime-critical applications, requiring redundant servers to ensure service availability in case of component failures.
+To cope with the demand for server redundancy and service availability, the IETF has recently standardized the lightweight Reliable Server Pooling~(RSerPool) framework, which is a common architecture for server pool and session management. In this paper, we first introduce the concept of RSerPool and then present the modeling thoughts of RSPLIB and the underlying general groupware design. Based on RSPLIB, we will illustratively show how to easily develop applications on top of RSerPool. We will also offer an application evaluation example for a proof-of-concept setup to distribute ray-tracing computation workload into a compute pool.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SERA2010.pdf",
+	url.size = "2829345",
+	url.md5 = "889ce62f9c2de4ebe431b604d07a3f30",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:22 CEST"
+}
+
+@InProceedings{ FutureInternet2010,
+	author = "Thomas Dreibholz and Martin Becke and Christian Henke and Erwin Paul Rathgeb",
+	title = "{An Approach for Transferring an End-to-End Transport Service into a Functional Building Block Structure}",
+	booktitle = "{Proceedings of the 5th GI/ITG KuVS Workshop on the Future Internet}",
+	numpages = "3",
+	day = "9",
+	month = jun,
+	year = "2010",
+	address = "Stuttgart, Baden-Württemberg/Germany",
+	language = "english",
+	keywords = "Transport, Multi-Path, Functional Building Blocks, Cross-Layer Optimization, Future Internet",
+	abstract = "{Current network stacks based on the classic OSI layered reference model are restricted and inflexible, which makes the addition and deployment of new features difficult. Operating systems offer an interface for the Transport Layer functionalities to applications. The usage of this interface is very widespread, making it useful to maintain this interface. However, the layered structure should be replaced.
+In this paper, we propose our approach for breaking up the functionalities of the OSI Transport Layer into the concept so called functional building blocks. Each functional building block provides a particular service, which -- in interaction with the other functional building blocks -- is able to provide a service similar to the classic OSI Transport Layer. The concept allows for easy removal, replacement or addition of existing and new functional building blocks to adapt the service to state-of-the-art and future requirements, particularly including multi-path transport and QoS.}",
+	url = "https://web.archive.org/web/20171101093204/http://www.future-internet.org/files/2010/Folien/Abstract_Dreibholz2.pdf",
+	url.size = "152373",
+	url.md5 = "e39b36008b54d24b3dfb391ac8b3eeb5",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2018-06-08 16:39:22 CEST"
+}
+
+@Misc{ EuroView2010-SIGMultipath,
+	author = "Thomas Dreibholz",
+	title = "{Buffer Splitting for Efficient Transport over Asymmetric Paths}",
+	howpublished = "Talk at the SIG Multipath Meeting during the 10th Joint EuroFGI and ITG Workshop on Visions of Future Network Generations~(EuroView)",
+	numpages = "11",
+	day = "4",
+	month = aug,
+	year = "2010",
+	address = "Würzburg, Bayern/Germany",
+	language = "english",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/EuroView2010-SIGMultiPath-SCTP.pdf",
+	url.size = "371177",
+	url.md5 = "af684a42671409244ea97fa6518935f9",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 540 pts",
+	url.checked = "2014-04-02 17:08:23 CEST",
+	url.keywords = "SCTP"
+}
+
+@InProceedings{ Globecom2010,
+	author = "Thomas Dreibholz and Martin Becke and Erwin Paul Rathgeb and Michael Tüxen",
+	title = "{On the Use of Concurrent Multipath Transfer over Asymmetric Paths}",
+	booktitle = "{Proceedings of the IEEE Global Communications Conference~(GLOBECOM)}",
+	numpages = "6",
+	day = "7",
+	month = dec,
+	year = "2010",
+	address = "Miami, Florida/U.S.A.",
+	language = "english",
+	isbn = "978-1-4244-5637-6",
+	doi = "10.1109/GLOCOM.2010.5683579",
+	keywords = "Concurrent Multipath Transfer, Resource Pooling, Asymmetric Paths, Buffer Handling, Performance Analysis",
+	abstract = "{With the deployment of more and more resilience-critical Internet applications, there is a rising demand for multi-homed network sites. This leads to the desire for simultaneously utilising all available access paths to improve application data throughput. This is commonly known as Concurrent Multipath Transfer~(CMT), approaches for several Transport Layer protocols have been proposed. Combined with Resource Pooling~(RP), CMT can also fairly coexist with concurrent non-CMT flows. Current approaches focus on symmetric paths (i.e.\ similar bandwidth, delay and error rate). However, asymmetric paths are much more likely -- particularly for realistic Internet setups -- and efficient CMT usage on such paths is therefore crucial.
+In this paper, we first show the challenges of plain as well as RP-aware CMT data transport over asymmetric paths. After that, we introduce mechanisms for efficient transport over such paths. Finally, we analyse the performance of our approaches by using simulations.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Globecom2010.pdf",
+	url.size = "1060498",
+	url.md5 = "96629a6c95f6882e9fdd54acdee2de5d",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:23 CEST"
+}
+
+@Misc{ Globecom2010-Demo,
+	author = "Thomas Dreibholz and Martin Becke",
+	title = "{The RSPLIB Project -- From Research to Application}",
+	howpublished = "Demo Presentation at the IEEE Global Communications Conference~(GLOBECOM)",
+	numpages = "3",
+	day = "8",
+	month = dec,
+	year = "2010",
+	address = "Miami, Florida/U.S.A.",
+	language = "english",
+	keywords = "Reliable Server Pooling~(RSerPool), RSPLIB, Service Availability, Session Failover, Load Distribution, Demonstration",
+	abstract = "{The goal of the RSPLIB project has been to design and develop an Open Source implementation of Reliable Server Pooling~(RSerPool), the new IETF framework for server pool and session management. While its original intention had been the research on RSerPool optimizations and protocol improvements, it has meanwhile become a production-ready platform which is already used by a couple of applications. In our proposed demo for the IEEE GLOBECOM~2010, we would like to introduce RSerPool and show how applications can benefit from using the features provided by RSPLIB.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Globecom2010-Demo.pdf",
+	url.size = "2155355",
+	url.md5 = "826a0e3f90f875bbae375509b6672d25",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:23 CEST"
+}
+
+@InProceedings{ PFLDNeT2010,
+	author = "Thomas Dreibholz and Robin Seggelmann and Michael Tüxen and Erwin Paul Rathgeb",
+	title = "{Transmission Scheduling Optimizations for Concurrent Multipath Transfer}",
+	booktitle = "{Proceedings of the 8th International Workshop on Protocols for Future, Large-Scale and Diverse Network Transports~(PFLDNeT)}",
+	volume = "8",
+	numpages = "6",
+	day = "29",
+	month = nov,
+	year = "2010",
+	address = "Lancaster, Pennsylvania/U.S.A.",
+	language = "english",
+	issn = "2074-5168",
+	keywords = "Concurrent Multipath Transfer, Scheduling, Optimizations, Analysis",
+	abstract = "{SCTP is a general-purpose Transport Layer protocol with out-of-the-box support for multi-streaming as well as multi-homing. A protocol extension, which is denoted as CMT-SCTP, extends SCTP by supporting Concurrent Multipath Transfer~(CMT). That is, multiple network paths are utilized simultaneously in order to improve the payload data throughput. However, dissimilar paths -- i.e.\ paths having different delays or bandwidths -- are challenging and also very likely in internet setups.
+In this paper, we show how CMT-SCTP data transport performance can be improved by combining multi-streaming with an advanced stream scheduling policy and SCTP API enhancements. The performance benefit of our approach in dissimilar path setups is proven by simulations.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PFLDNeT2010.pdf",
+	url.size = "648086",
+	url.md5 = "18c2a0c4862d943aa53ff719459d7203",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:23 CEST"
+}
+
+@Article{ IJIIDS2010,
+	author = "Thomas Dreibholz and Xing Zhou and Martin Becke and Jobin Pulinthanath and Erwin Paul Rathgeb and Wencai Du",
+	title = "{On the Security of Reliable Server Pooling Systems}",
+	journal = "{International Journal on Intelligent Information and Database Systems~(IJIIDS)}",
+	volume = "4",
+	number = "6",
+	pages = "552--578",
+	numpages = "27",
+	month = dec,
+	year = "2010",
+	language = "english",
+	issn = "1751-5858",
+	doi = "10.1504/IJIIDS.2010.036894",
+	keywords = "Reliable Server Pooling~(RSerPool), Security, Attacks, Robustness, Performance Analysis, PlanetLab",
+	abstract = "{In order to cope with the requirements of availability-critical Internet services, Reliable Server Pooling~(RSerPool) has been developed as the new IETF standard for a lightweight server redundancy and session failover framework. While the service and pool management performance of RSerPool had already been the topic of various research papers, its security has not yet been widely examined. But security for availability-critical systems is crucial, since service outages -- regardless of whether being caused by system failures or intentional Denial of Service~(DoS) attacks -- are not acceptable for the users of such systems.
+In this article, we first introduce RSerPool as well as the underlying SCTP protocol. In an analysis of the attack threats, we will show the possibilities of an attacker to degrade the service provided by an RSerPool system. We will furthermore introduce possible countermeasures, in order to prevent attacks and improve the robustness of the systems. We will finally show the effectiveness of our proposed countermeasures using simulations. In order to validate our simulation results, we furthermore compare them to measurements from a real-world Internet setup using the PlanetLab.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJIIDS2010.pdf",
+	url.size = "552265",
+	url.md5 = "53f11ab53ddfed318568f99ab08ba5aa",
+	url.mime = "application/pdf",
+	url.pagesize = "595 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:08:23 CEST"
+}
+
+@InProceedings{ ICN2011,
+	author = "Martin Becke and Thomas Dreibholz and Erwin Paul Rathgeb and Johannes Formann",
+	title = "{Link Emulation on the Data Link Layer in a Linux-based Future Internet Testbed Environment}",
+	booktitle = "{Proceedings of the 10th International Conference on Networks~(ICN)}",
+	pages = "92--98",
+	numpages = "7",
+	day = "25",
+	month = jan,
+	year = "2011",
+	address = "St.\ Maarten/Netherlands Antilles",
+	language = "english",
+	isbn = "978-1-61208-002-4",
+	keywords = "Link Emulation, Data Link Layer, Future Internet Testbed, NetEm, Dummynet",
+	abstract = "{Protocol design and development is not a straight-forward process. Each approach must be validated for interactions and side-effects in the existing network environments. But the Internet itself is not a good test environment, since its components are not controllable and certain problem situations (like congestion or error conditions) are difficult to reproduce. Various testbeds have been built up to fill this gap. Most of these testbeds also support link emulation, i.e.\ using software to mimic the characteristic behaviour of certain kinds of network links (like bandwidth bottlenecks or error-prone radio transmissions). The most popular link emulation systems are the Linux-based NetEm and Dummynet, which are e.g.\ applied on the IP~layer of Planet-Lab and various other testbeds. However, the restriction to the OSI Network Layer (here:~IP) is insufficient to test new non-IP Future Internet protocols.
+In this paper, we first introduce Dummynet and NetEm. After that, we will present our approach of adapting Dummynet for Linux to support link emulation on the Data Link Layer. Finally, we evaluate the applicability and performance of Dummynet and NetEm for link emulation on the Data Link Layer, in a Planet-Lab-based testbed environment. Our goal is to outline the performance and limitations of both approaches in the context of Planet-Lab-based testbeds, in order to make them applicable for the evaluation of non-IP Future Internet protocols.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICN2011.pdf",
+	url.size = "475146",
+	url.md5 = "7dc2f73a942b21aaf8993354ead8f9e2",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:23 CEST"
+}
+
+@InProceedings{ PAMS2011,
+	author = "Hakim Adhari and Thomas Dreibholz and Martin Becke and Erwin Paul Rathgeb and Michael Tüxen",
+	title = "{Evaluation of Concurrent Multipath Transfer over Dissimilar Paths}",
+	booktitle = "{Proceedings of the 1st International Workshop on Protocols and Applications with Multi-Homing Support~(PAMS)}",
+	pages = "708--714",
+	numpages = "7",
+	day = "22",
+	month = mar,
+	year = "2011",
+	address = "Singapore",
+	language = "english",
+	isbn = "978-0-7695-4338-3",
+	doi = "10.1109/WAINA.2011.92",
+	keywords = "Concurrent Multipath Transfer, Dissimilar Paths, Buffer Handling, Performance Analysis, Experimental Validation",
+	abstract = "{The steadily growing deployment of resilience-critical Internet services is leading to an increasing number of Multi-Homed network sites. Asymmetric Digital Subscriber Lines~(ADSL) are an inexpensive way to add a secondary Internet access connection. With the development of Multi-Path Transport Layer protocols -- like Multipath~TCP~(MPTCP) and the Stream Control Transmission Protocol~(SCTP) furnished by a Concurrent Multipath Transfer~(CMT-SCTP) extension -- there is also a strong interest in utilising all access connections simultaneously to improve the data throughput of the applications. However, combining network paths over ADSL with paths over other access technologies like fibre optic links implies highly dissimilar paths with significantly different bandwidths, delays and queuing behaviours. Efficient Multi-Path transport over such dissimilar paths is a challenging task for the new Transport Layer protocols under development.
+In this paper, we show the difficulties of Multi-Path transport in a real-world dissimilar path setup which consists of a high-speed fibre optic link and an ADSL connection. After that, we present an optimised buffer handling technique which solves the transport efficiency issues in this setup. Our optimisation is first analysed by simulations. Finally, we also show the usefulness of our approach by experimental evaluation in a real Multi-Homed Internet setup.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2011.pdf",
+	url.size = "681374",
+	url.md5 = "a19f952606b97dc19de3870e7af038ca",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:23 CEST"
+}
+
+@InProceedings{ Tridentcom2011,
+	author = "M.~Kleis and J.~Müller and A.~Siddiqui and Martin Becke",
+	title = "{Evaluating a Future Internet Cross-Layer Composition Prototype}",
+	booktitle = "{Proceedings of the 7th International ICST Conference on Testbeds and Research Infrastructures for the Development of Networks and Communities~(TridentCom)}",
+	numpages = "16",
+	day = "18",
+	month = apr,
+	year = "2011",
+	address = "Shanghai/People's Republic of China",
+	language = "english",
+	url = "https://web.archive.org/web/20200229073430/http://dspace.icsy.de:12000/dspace/bitstream/123456789/324/1/2010-09-Measurements.pdf",
+	url.size = "1036121",
+	url.md5 = "4d48dfeb9d5d4898e8564adcd065cdf4",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2014-04-02 17:08:23 CEST"
+}
+
+@InProceedings{ GENIWorkshop2011,
+	author = "Martin Becke and Thomas Dreibholz",
+	title = "{Multi-Path Transport}",
+	booktitle = "{Proceedings of the 1st DFG/NSF Doctoral Consortium}",
+	numpages = "1",
+	day = "13",
+	month = mar,
+	year = "2011",
+	address = "San Juan/Puerto Rico",
+	language = "english",
+	note = "Poster Presentation",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/GENIWorkshop2011.pdf",
+	url.size = "1699006",
+	url.md5 = "7ddf90624d681ac2fd4da0882e5780cc",
+	url.mime = "application/pdf",
+	url.pagesize = "2160 x 2880 pts",
+	url.checked = "2014-04-02 17:08:23 CEST"
+}
+
+@Article{ CommMag2011,
+	author = "Thomas Dreibholz and Irene Rüngeler and Robin Seggelmann and Michael Tüxen and Erwin Paul Rathgeb and Randall~R. Stewart",
+	title = "{Stream Control Transmission Protocol: Past, Current, and Future Standardization Activities}",
+	journal = "{IEEE Communications Magazine}",
+	volume = "49",
+	number = "4",
+	pages = "82--88",
+	numpages = "7",
+	day = "5",
+	month = apr,
+	year = "2011",
+	language = "english",
+	issn = "0163-6804",
+	doi = "10.1109/MCOM.2011.5741151",
+	abstract = "{The Stream Control Transmission Protocol~(SCTP) is a general-purpose transport layer protocol providing a service similar to TCP -- plus a set of advanced features to utilize the enhanced capabilities of modern IP networks and to support increased application requirements. Nowadays, there are SCTP implementations for all major operating systems. While SCTP was standardized as an RFC several years ago, there is still significant ongoing work within the IETF to discuss and standardize further features in the form of protocol extensions. In this article, we first introduce the SCTP base protocol and already standardized extensions. After that, we focus on the ongoing SCTP standardization progress in the IETF and give an overview of activities and challenges in the areas of security and concurrent multipath transport.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/CommMag2011.pdf",
+	url.size = "293278",
+	url.md5 = "51c1a62c2f4dfeb2725b1e0fae3b3d10",
+	url.mime = "application/pdf",
+	url.checked = "2011-06-03 09:44:30 CEST"
+}
+
+@InProceedings{ LinuxTag2011,
+	author = "Thomas Dreibholz",
+	title = "{Server-Redundanz und Lastverteilung einfach in eigene Anwendungen integrieren -- mit Reliable Server Pooling und RSPLIB}",
+	booktitle = "{Proceedings of the LinuxTag}",
+	numpages = "23",
+	day = "12",
+	month = may,
+	year = "2011",
+	address = "Berlin/Germany",
+	language = "german",
+	keywords = "Reliable Server Pooling~(RSerPool), Hochverfügbarkeit, Redundanz, Überblick, Implementierung, RSPLIB",
+	abstract = "{RSPLIB ist die Open-Source-Implementierung von Reliable Server Pooling~(RSerPool), dem noch sehr neuen IETF-Standard für Server-Redundanz und Sitzungsverwaltung. Dieser Artikel soll insbesondere zeigen, wie RSerPool mit RSPLIB in eigenen Anwendungen für Hochverfügbarkeit und Lastverteilung eingesetzt werden kann. Im Rahmen des Vortrags soll zudem eine Beispielanwendung in der Praxis demonstriert werden.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2011.pdf",
+	url.size = "1339942",
+	url.md5 = "7a76c18c786514b2dea9ca272ecc7bbc",
+	url.mime = "application/pdf",
+	url.pagesize = "595 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:08:23 CEST"
+}
+
+@InProceedings{ ConTEL2011,
+	author = "Thomas Dreibholz and Martin Becke and Hakim Adhari and Erwin Paul Rathgeb",
+	title = "{On the Impact of Congestion Control for Concurrent Multipath Transfer on the Transport Layer}",
+	booktitle = "{Proceedings of the 11th IEEE International Conference on Telecommunications~(ConTEL)}",
+	pages = "397--404",
+	numpages = "8",
+	day = "16",
+	month = jun,
+	year = "2011",
+	address = "Graz, Steiermark/Austria",
+	language = "english",
+	isbn = "978-953-184-152-8",
+	keywords = "Concurrent Multipath Transfer, Congestion Control, Resource Sharing, Dissimilar Paths, Performance Analysis",
+	abstract = "{Due to the resilience requirements of a steadily growing number of critical Internet services (like emergency call handling or e-commerce transactions), the deployment of multi-homed network sites becomes more and more common. Having multiple Internet access paths, it seems straightforward to utilise them simultaneously in order to improve payload throughput by so-called Concurrent Multipath Transfer~(CMT). Currently, CMT extensions for the two important Internet Transport Layer protocols -- Multipath-TCP~(MPTCP) for TCP and CMT-SCTP for SCTP -- are in the focus of IETF standardisation. A challenge -- which is currently very actively discussed in the IETF context -- is congestion control for these CMT protocols.
+Based on the idea of Resource Pooling~(RP), two approaches are currently discussed in the IETF: our own approach CMT/RP for CMT-SCTP as well as the MPTCP congestion control for MPTCP. Both approaches only have been roughly tested yet -- mostly in similar path setups, i.e.\ paths having almost the same QoS characteristics, using "their" protocol. Therefore, the goal of this paper is to compare the existing approaches. Particularly, we also analyse more challenging scenarios containing dissimilar paths, i.e.\ paths having differing characteristics. Our goal is to provide insight into the different approaches, to support the IETF standardisation activities on CMT.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ConTEL2011.pdf",
+	url.size = "6653265",
+	url.md5 = "aaf983738968d60f58a9abafc54d4344",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:24 CEST"
+}
+
+@InProceedings{ euroview2011,
+	author = "Michael Kleis and Abbas Siddiqui and Irfan Simsek and Martin Becke and Dirk Hoffstadt and Alexander Marold and Christian Henke and Julius Müller and Cristian Varas and Thomas Magedanz and Paul Müller and Erwin Paul Rathgeb",
+	title = "{Cross-Layer Security and Functional Composition for a Future Internet}",
+	booktitle = "{Proceedings of the Joint ITG and Euro-NF Workshop on Visions of Future Generation Networks~(EuroView2011)}",
+	numpages = "2",
+	day = "2",
+	month = aug,
+	year = "2011",
+	address = "Würzburg, Bayern/Germany",
+	language = "english",
+	note = "Demo Presentation at the G-Lab Status Meeting",
+	url = "https://web.archive.org/web/20231223022714/http://www.euroview2011.com/fileadmin/content/euroview2011/abstracts/abstract_kleis.pdf",
+	url.size = "399717",
+	url.md5 = "396c723405c7931bd3f656a43405ef14",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2025-03-03 19:28:54 CET",
+	url.keywords = "TODO"
+}
+
+@InProceedings{ SoftCOM2011,
+	author = "Thomas Dreibholz and Martin Becke and Hakim Adhari and Erwin Paul Rathgeb",
+	title = "{Evaluation of A New Multipath Congestion Control Scheme using the NetPerfMeter Tool-Chain}",
+	booktitle = "{Proceedings of the 19th IEEE International Conference on Software, Telecommunications and Computer Networks~(SoftCOM)}",
+	pages = "1--6",
+	numpages = "6",
+	day = "16",
+	month = sep,
+	year = "2011",
+	address = "Hvar, Dalmacija/Croatia",
+	language = "english",
+	isbn = "978-953-290-027-9",
+	keywords = "NetPerfMeter Tool-Chain, Concurrent Multipath Transfer, Congestion Control, Dissimilar Paths, Performance Analysis",
+	abstract = "{Multi-homed Internet sites become more and more widespread, due to the rising dispersal of inexpensive Internet access technologies combined with the growing deployment of resilience-critical applications. Concurrent Multipath Transfer~(CMT) denotes the Transport Layer approach to utilise multiple network paths simultaneously, in order to improve application payload throughput. Currently, CMT is a quite hot topic in the IETF -- in form of the Multipath~TCP~(MPTCP) and CMT-SCTP protocol extensions for TCP and SCTP. However, an important issue is still not fully solved: multipath congestion control.
+In order to support the IETF activities, we have set up a distributed Internet testbed for CMT evaluation. An important tool -- which we have developed for multi-protocol Transport Layer performance analysis -- is the Open Source
+NetPerfMeter tool-chain. It supports the parametrisation and processing of measurement runs as well as results collection, post-processing and plotting. However, its key feature is to support multiple Transport Layer protocols, which makes a quantitative comparison of different protocols -- including state-of-the-art features like CMT -- possible. In this paper, we first introduce
+NetPerfMeter and then show a proof-of-concept performance evaluation of CMT congestion controls which are currently discussed in the IETF standardisation process of CMT-SCTP.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SoftCOM2011.pdf",
+	url.size = "367773",
+	url.md5 = "23b808c6caa72f0cfb5213d8b6cf7b31",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:25 CEST"
+}
+
+@Misc{ Darmstadt2011,
+	author = "Thomas Dreibholz",
+	title = "{Multipath-Transfer mit dem Stream Control Transmission Protocol}",
+	howpublished = "Invited Talk at Technische Universität Darmstadt, Multimedia Communications Lab",
+	numpages = "24",
+	day = "16",
+	month = nov,
+	year = "2011",
+	address = "Darmstadt, Hessen/Germany",
+	language = "english",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Darmstadt2011.pdf",
+	url.size = "2145896",
+	url.md5 = "438d0b3f6caab7b168c16a24eba97306",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 540 pts",
+	url.checked = "2014-04-02 17:08:25 CEST",
+	url.keywords = "SCTP"
+}
+
+@InProceedings{ NOMS2012,
+	author = "Martin Becke and Thomas Dreibholz and Hakim Adhari and Erwin Paul Rathgeb",
+	title = "{A Future Internet Architecture supporting Multipath Communication Networks}",
+	booktitle = "{Proceedings of the 13th IEEE/IFIP Network Operations and Management Symposium~(NOMS)}",
+	pages = "639--642",
+	numpages = "4",
+	day = "19",
+	month = apr,
+	year = "2012",
+	address = "Maui, Hawaii/U.S.A.",
+	language = "english",
+	isbn = "978-1-4673-0268-5",
+	doi = "10.1109/NOMS.2012.6211975",
+	keywords = "Future Internet, Multipath Communications, Encapsulated Responsibility-Centric Architecture Model~(ERiCA), Responsibilities, Decision Domains",
+	abstract = "{The classic layered OSI reference model has reached its limits for the Internet of today. In this paper, we propose a clean-slate conceptual design of a new architecture as a contribution to the ongoing discussion on the Future Internet. We address the shortcomings of the layered model by redesigning the classical model. Our approach differs from the concepts found in prior work, which focus on special parts of the problems (such as the application, the service or the event) by staggering back a couple of steps and trying to see the requirements from a different perspective. Our concept -- which is denoted as Encapsulated Responsibility-Centric Architecture Model~(ERiCA) -- focuses on determining the responsibilities by using different planes in addition to a partitioning of the network into different decision domains. With this partitioning, we can reduce the complexity of providing a certain service.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NOMS2012.pdf",
+	url.size = "760254",
+	url.md5 = "0d471bef76ec8ae66b71f28e254deb82",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:25 CEST"
+}
+
+@InProceedings{ PAMS2012,
+	author = "Thomas Dreibholz and Hakim Adhari and Martin Becke and Erwin Paul Rathgeb",
+	title = "{Simulation and Experimental Evaluation of Multipath Congestion Control Strategies}",
+	booktitle = "{Proceedings of the 2nd International Workshop on Protocols and Applications with Multi-Homing Support~(PAMS)}",
+	numpages = "6",
+	day = "29",
+	month = mar,
+	year = "2012",
+	address = "Fukuoka/Japan",
+	language = "english",
+	isbn = "978-0-7695-4652-0",
+	doi = "10.1109/WAINA.2012.186",
+	keywords = "Multipath Transfer, Congestion Control, Performance Analysis, Simulation, Measurement",
+	abstract = "{The need for service resilience is leading to a steadily growing number of multi-homed Internet sites. In consequence, this results in a growing demand for utilising multiple Internet accesses simultaneously, in order to improve application payload throughput during normal operation. Multi-path Transport Layer protocol extensions -- like Multi-Path~TCP~(MPTCP) for TCP and Concurrent Multipath Transfer for SCTP~(CMT-SCTP) -- allow applications to make use of such network topologies.
+However, since TCP -- which constitutes the basis of most Internet applications -- and its congestion control procedures have been designed under the assumption of single-homed sites, fairness issues may arise by the usage of multipath transport. These issues are addressed by advanced congestion control approaches, which have already been examined by simulations. However, real-life network measurements are missing. In this paper, we perform an experimental proof-of-concept evaluation of several multipath congestion control strategies, which are currently under discussion within the IETF in the context of MPTCP as well as CMT-SCTP. Particularly, we validate effects that have been observed in simulations, in order to trigger further discussions on multipath congestion control. Also, our goal is to provide insight into the different approaches to support the ongoing IETF standardisation activities on multipath transport protocols.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2012.pdf",
+	url.size = "412422",
+	url.md5 = "9f0ed4e466615996b4e65ccb10ec3c7d",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:25 CEST"
+}
+
+@InProceedings{ ICC2012,
+	author = "Martin Becke and Thomas Dreibholz and Hakim Adhari and Erwin Paul Rathgeb",
+	title = "{On the Fairness of Transport Protocols in a Multi-Path Environment}",
+	booktitle = "{Proceedings of the IEEE International Conference on Communications~(ICC)}",
+	pages = "2666--2672",
+	numpages = "7",
+	day = "12",
+	month = jun,
+	year = "2012",
+	address = "Ottawa, Ontario/Canada",
+	language = "english",
+	isbn = "978-1-4577-2052-9",
+	doi = "10.1109/ICC.2012.6363695",
+	keywords = "Multi-Homing, Multi-Path Transfer, Fairness, Congestion Control, Future Internet",
+	abstract = "{Today, a steadily growing number of devices contains multiple network interfaces. For example, nearly all smartphones are equipped with at least W-LAN as well as 3G/4G~interfaces. In consequence, there is a rising demand for so-called multi-path transfer, which utilizes all of these interfaces simultaneously in order to maximize the payload throughput of applications. Currently, this so-called multi-path transfer is very actively discussed by the IETF, in form of the Multi-Path TCP~(MPTCP) extension for TCP as well as the Concurrent Multi-path Transfer extension for SCTP~(CMT-SCTP). Their larger-scale deployment in the Internet is expected for the near future.
+A key issue that prevents the standardization of these approaches is the fairness to concurrent TCP flows. A multi-path transfer should behave "TCP-friendly", i.e.\ cause no harm to the performance of the very widely deployed TCP-based applications. In this paper, we first extend the notion of "fairness" from single-path transport to multi-path transport. Furthermore, we introduce the relevant congestion control approaches in the IETF context for single-path as well as multi-path transfer. We simulatively analyze these approaches in a couple of interesting network configuration scenarios, in order to show their behavior with special regard to the fairness definitions. Particularly, we also point out items of further discussion which are the result of the current approaches.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICC2012.pdf",
+	url.size = "2016722",
+	url.md5 = "88ea6b1a3bfc82f23629900ac4a9f6b7",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:25 CEST"
+}
+
+@InProceedings{ EuroView2012-HomerDemo,
+	author = "Thomas Volkert and Florian Liers and Martin Becke and Hakim Adhari",
+	title = "{Requirements-Oriented Path Selection for Multipath Transmission}",
+	booktitle = "{Proceedings of the Joint ITG and Euro-NF Workshop on Visions of Future Generation Networks~(EuroView)}",
+	numpages = "2",
+	day = "23",
+	month = jul,
+	year = "2012",
+	address = "Würzburg, Bayern/Germany",
+	language = "english",
+	url = "https://web.archive.org/web/20240413144124/http://www.euroview2012.org/fileadmin/content/euroview2012/abstracts/07_01_abstract_volkert.pdf",
+	url.size = "469118",
+	url.md5 = "c406d3ee66aa547a60e10988dd8299b7",
+	url.mime = "application/pdf",
+	url.pagesize = "595.22 x 842 pts (A4)",
+	url.checked = "2025-03-03 19:34:41 CET"
+}
+
+@TechReport{ RspSim2012,
+	author = "Thomas Dreibholz and Martin Becke and Hakim Adhari and Erwin Paul Rathgeb",
+	title = "{RspSim -- A Simulation Model of the Reliable Server Pooling Framework}",
+	type = "OMNeT++ Code Contribution",
+	numpages = "2",
+	day = "6",
+	month = feb,
+	year = "2012",
+	institution = "University of Duisburg-Essen, Institute for Experimental Mathematics",
+	language = "english",
+	keywords = "Reliable Server Pooling, Simulation, Evaluation, Model, Cloud Computing",
+	abstract = "{This code contribution paper provides an overview of the RSPSIM model, which is a simulation model for the Reliable Server Pooling~(RSerPool) framework. RSerPool denotes an IETF standard for the management of server pools and sessions with these pools. Such mechanisms are also crucial in the context of cloud computing research.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RspSim2012.pdf",
+	url.size = "231006",
+	url.md5 = "d515de6b0f138484c8e7709af8293735",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:25 CEST"
+}
+
+@TechReport{ SCTPSim2012,
+	author = "Thomas Dreibholz and Martin Becke and Hakim Adhari and Erwin Paul Rathgeb and Irene Rüngeler and Robin Seggelmann and Michael Tüxen",
+	title = "{Improvements to the SCTP Environment in the INET Framework}",
+	type = "OMNeT++ Code Contribution",
+	numpages = "2",
+	day = "6",
+	month = feb,
+	year = "2012",
+	institution = "University of Duisburg-Essen, Institute for Experimental Mathematics",
+	language = "english",
+	keywords = "Stream Control Transmission Protocol~(SCTP), SCTP Extensions, Simulation, Multi-Homing, Auto-Routing",
+	abstract = "{This code contribution paper provides an overview of the enhancements to the Stream Control Transmission Protocol~(SCTP) environment of the INET Framework. Besides a highly improved SCTP core protocol, a couple of SCTP extensions -- being either already standardized or currently under discussion in the IETF -- have been realized. Furthermore, extended test applications and an auto-routing module with multi-homing support have been added. These enhancements make state-of-the-art SCTP simulation scenarios possible.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SCTPSim2012.pdf",
+	url.size = "895384",
+	url.md5 = "ae78a4d0bda04dc875c7262cd285434c",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:25 CEST"
+}
+
+@TechReport{ NetPerfMeterSim2012,
+	author = "Thomas Dreibholz and Hakim Adhari and Martin Becke and Erwin Paul Rathgeb",
+	title = "{NetPerfMeter -- A Versatile Tool for Multi-Protocol Network Performance Evaluations}",
+	type = "OMNeT++ Code Contribution",
+	numpages = "3",
+	day = "8",
+	month = feb,
+	year = "2012",
+	institution = "University of Duisburg-Essen, Institute for Experimental Mathematics",
+	language = "english",
+	keywords = "Application Model, NetPerfMeter, Performance Evaluation, Multipath Transfer",
+	abstract = "{Transport Layer protocols supporting multipath transfer, i.e.\ to simultaneously utilise multiple Network Layer paths, are actively discussed in the IETF -- particularly in the context of Multi-Path~TCP~(MPTCP) and Concurrent Multipath Transfer for SCTP~(CMT-SCTP). Congestion control for such protocols is an important research topic.
+In this code contribution paper, we introduce our application model NetPerfMeter. NetPerfMeter has been developed for performance evaluations of different transport protocols, like for the Linux/FreeBSD performance metering application NetPerfMeter.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NetPerfMeterSim2012.pdf",
+	url.size = "341735",
+	url.md5 = "dc5a70671636b3367df1a2878f6081fd",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:25 CEST"
+}
+
+@Misc{ Karlstad2012,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Project -- A Research Testbed for Multi-Homed Systems}",
+	howpublished = "Invited Talk at Karlstads Universitet",
+	numpages = "28",
+	day = "2",
+	month = nov,
+	year = "2012",
+	address = "Karlstad, Värmland/Sweden",
+	language = "english",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1580.pdf",
+	url.size = "38312209",
+	url.md5 = "7763b43963c32f78d4c99873855556ec",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 12:53:54 CEST",
+	url.keywords = "NorNet, NorNet Edge, NorNet Core, Testbed, Overview"
+}
+
+@Misc{ Stavanger2012,
+	author = "Thomas Dreibholz",
+	title = "{An Introduction to NorNet Core for the Site Deployment at Universitetet i Stavanger}",
+	howpublished = "Invited Talk at Universitetet i Stavanger~(UiS)",
+	numpages = "26",
+	day = "27",
+	month = nov,
+	year = "2012",
+	address = "Stavanger, Rogaland/Norway",
+	language = "english",
+	abstract = "{This invited talk at Universitetet i Stavanger gives an overview of the NorNet project, with particular focus on NorNet Core. It has been presented as part of the NorNet Core deployment visit.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1626.pdf",
+	url.size = "22093513",
+	url.md5 = "d53c0d9ac7012586e3f4accba4b61ab7",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 12:55:04 CEST",
+	url.keywords = "NorNet, NorNet Edge, NorNet Core, Testbed, Overview"
+}
+
+@InProceedings{ PAMS2013-EssenIlmenau,
+	author = "Thomas Volkert and Martin Becke and Manuel Osdoba and Andreas Mitschele-Thiel",
+	title = "{Multipath Video Streaming based on Hierarchical Routing Management}",
+	booktitle = "{Proceedings of the 3nd International Workshop on Protocols and Applications with Multi-Homing Support~(PAMS)}",
+	pages = "1107--1112",
+	numpages = "6",
+	day = "27",
+	month = mar,
+	year = "2013",
+	address = "Barcelona, Catalonia/Spain",
+	language = "english",
+	isbn = "978-0-7695-4952-1",
+	doi = "10.1109/WAINA.2013.161",
+	url = "https://web.archive.org/web/20210210145830/http://www.homer-conferencing.com/public/MP_HRM.pdf",
+	url.size = "1178938",
+	url.md5 = "c735f2c12177da55acaf1d1b40b744c5",
+	url.mime = "application/pdf",
+	url.pagesize = "595.44 x 841.68 pts",
+	url.checked = "2014-04-02 17:08:38 CEST"
+}
+
+@InProceedings{ PAMS2013-NorNet,
+	author = "Thomas Dreibholz and Ernst Gunnar Gran",
+	title = "{Design and Implementation of the NorNet Core Research Testbed for Multi-Homed Systems}",
+	booktitle = "{Proceedings of the 3nd International Workshop on Protocols and Applications with Multi-Homing Support~(PAMS)}",
+	pages = "1094--1100",
+	numpages = "7",
+	day = "27",
+	month = mar,
+	year = "2013",
+	address = "Barcelona, Catalonia/Spain",
+	language = "english",
+	isbn = "978-0-7695-4952-1",
+	doi = "10.1109/WAINA.2013.71",
+	keywords = "NorNet, Testbed, Multi-Homing, Design, Implementation",
+	abstract = "{The Internet has made it possible to communicate and to use services over large geographical distances. While it has originally been built for less critical services like e-mail and file transfer, it is nowadays also increasingly often used for availability-critical services like e.g.\ e-commerce or healthcare. Clearly, the reachability of such services must be ensured by so-called multi-homing of endpoints. That is, endpoints are simultaneously connected to multiple Internet Service Providers~(ISP) to provide redundancy. If one ISP has problems, it is intended that the connection to another one still works. However, such assumptions have never been verified in real, large-scale setups.
+The intention of the NorNet project is to build up a realistic Internet testbed for multi-homing. In this paper, we describe the design of NorNet with focus on the implementation of its fixed-line part: NorNet Core. This paper is intended to give researchers an overview of its mode of operation, its capabilities as well as its interesting feature realisations. The knowledge about these items is very useful to plan own experiments in the NorNet testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/threfereedinproceedingsreference.2012-12-20.7643198512.pdf",
+	url.size = "20563001",
+	url.md5 = "6560234f120c9c1e0166928b1c13e400",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:59:21 CEST"
+}
+
+@InProceedings{ ICCCT2013-Homer,
+	author = "Thomas Volkert and Martin Becke and Manuel Osdoba and Andreas Mitschele-Thiel",
+	title = "{Homer Conferencing -- A Multimedia Test Bed for Various Experiments and Measurements}",
+	booktitle = "{Proceedings of the 7th International Conference on Computing and Convergence Technology~(ICCCT)}",
+	numpages = "6",
+	month = dec,
+	year = "2012",
+	address = "Seoul/South Korea",
+	language = "english",
+	url = "https://web.archive.org/web/20210525124457/http://www.homer-conferencing.com/public/Homer_Conferencing.pdf",
+	url.size = "761641",
+	url.md5 = "ebdea12d861145e9c6e50b13a4d3b0b9",
+	url.mime = "application/pdf",
+	url.pagesize = "595.22 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:08:42 CEST",
+	url.keywords = "conferencing, case study, QoS, transmission requirements, multimedia streaming, peer-to-peer, Future Internet"
+}
+
+@Misc{ Geilo2013-NorNetCore,
+	author = "Thomas Dreibholz",
+	title = "{An Overview of NorNet Core}",
+	howpublished = "Invited Talk at the Geilo Siminar of the Simula Research Laboratory, Network Systems Group",
+	numpages = "19",
+	day = "9",
+	month = mar,
+	year = "2013",
+	address = "Geilo, Buskerud/Norway",
+	language = "english",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1948.pdf",
+	url.size = "19501529",
+	url.md5 = "f18d7d4adda2c7dde085570f60b56d49",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:00:11 CEST",
+	url.keywords = "NorNet, NorNet Core, Testbed, Overview"
+}
+
+@Misc{ Narvik2013,
+	author = "Thomas Dreibholz",
+	title = "{An Introduction to NorNet for the Site Deployment at Høgskolen i Narvik}",
+	howpublished = "Invited Talk at Høgskolen i Narvik~(HiN)",
+	numpages = "26",
+	day = "12",
+	month = mar,
+	year = "2013",
+	address = "Narvik, Nordland/Norway",
+	language = "english",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1950.pdf",
+	url.size = "21954435",
+	url.md5 = "cd9f90c43fe2be66e12153d9bf38e460",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:00:58 CEST",
+	url.keywords = "NorNet, NorNet Edge, NorNet Core, Testbed, Overview"
+}
+
+@InProceedings{ EWNS2013-NorNet,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Project: A Research Platform for Robust and Secure Networks}",
+	booktitle = "{Proceedings of the Essener Workshop zur Netzsicherheit~(EWNS)}",
+	numpages = "2",
+	day = "8",
+	month = apr,
+	year = "2013",
+	address = "Essen, Nordrhein-Westfalen/Germany",
+	language = "english",
+	keywords = "NorNet, Testbed, Multi-Homing, Setup, Research",
+	abstract = "{This talk gives an overview of the NorNet project, the new Internet testbed for multi-homed systems, and its research objectives.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1968.pdf",
+	url.size = "7479098",
+	url.md5 = "3855ef4890e243dd180cc9f8abd745f6",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 13:01:54 CEST"
+}
+
+@Misc{ Trondheim2013,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Project -- An Introduction to NorNet for the Site Deployment at NTNU Trondheim}",
+	howpublished = "Invited Talk at Norges teknisk-naturvitenskapelige universitet~(NTNU)",
+	numpages = "25",
+	day = "12",
+	month = apr,
+	year = "2013",
+	address = "Trondheim, Sør-Trøndelag/Norway",
+	language = "english",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1974.pdf",
+	url.size = "22225739",
+	url.md5 = "b1c9b13724c18bee7f0d2db3fdee7243",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:02:23 CEST",
+	url.keywords = "NorNet, NorNet Edge, NorNet Core, Testbed, Overview"
+}
+
+@Misc{ HiOA2013,
+	author = "Thomas Dreibholz",
+	title = "{An Overview of the NorNet Testbed for Multi-Homed Systems}",
+	howpublished = "Invited Talk at Høgskolen i Oslo og Akershus~(HiOA)",
+	numpages = "25",
+	day = "18",
+	month = apr,
+	year = "2013",
+	address = "Oslo/Norway",
+	language = "english",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1984.pdf",
+	url.size = "22276936",
+	url.md5 = "f3351ae0edda4c0e4f2efe0bdf8c4ada",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:03:05 CEST",
+	url.keywords = "NorNet, NorNet Edge, NorNet Core, Testbed, Overview"
+}
+
+@Article{ rtcwebBecke,
+	author = "Martin Becke and Erwin Paul Rathgeb and Sebastian Werner and Irene Rüngeler and Michael Tüxen and Randall~R. Stewart",
+	title = "{Data Channel Considerations for RTCWeb}",
+	journal = "{IEEE Communications Magazine}",
+	volume = "51",
+	number = "4",
+	pages = "34--41",
+	numpages = "8",
+	month = apr,
+	year = "2013",
+	issn = "0163-6804",
+	doi = "10.1109/MCOM.2013.6495758"
+}
+
+@InProceedings{ ConTEL2013,
+	author = "Martin Becke and Thomas Dreibholz and Andreas Bayer and Markus Packeiser and Erwin Paul Rathgeb",
+	title = "{Alternative Transmission Strategies for Multipath Transport of Multimedia Streams over Wireless Networks}",
+	booktitle = "{Proceedings of the 12th IEEE International Conference on Telecommunications~(ConTEL)}",
+	pages = "147--153",
+	numpages = "7",
+	day = "26",
+	month = jun,
+	year = "2013",
+	address = "Zagreb, Središnja Hrvatska/Croatia",
+	language = "english",
+	isbn = "978-953-184-175-7",
+	keywords = "Multi-Path Transfer, Multimedia Transport, Scheduling Strategies, Real-Time, Wireless",
+	abstract = "{With the strongly growing popularity of mobile devices like smartphones and tablet computers, the number of end-systems with more than one network access -- like UMTS/LTE and WLAN -- is also increasing. This so-called multi-homing also leads to the desire of utilising multiple network paths simultaneously, in order to improve application payload throughput. Clearly, this so-called multi-path transfer feature is also very useful for the transport of multimedia contents, particularly when a single network access alone is not fast enough to fulfil the bandwidth requirements of the application.
+In many cases, multimedia transport is also sensitive for delays and packet losses. However, the focus of the current multi-path transfer approaches has been on bandwidth only. In order to tackle this challenge, our paper introduces two new send strategies to map payload data to different wireless paths. Finally, by using measurements, we show that a significant performance improvement for delay and loss-sensitive applications can be achieved in comparison to the existing approaches.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2000.pdf",
+	url.size = "810133",
+	url.md5 = "b6125ad32798a84b2be4a349000fc1c3",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:24:43 CEST"
+}
+
+@InProceedings{ Louvain2013,
+	author = "Thomas Dreibholz and Simone Ferlin",
+	title = "{The NorNet Research Testbed}",
+	howpublished = "Talk",
+	booktitle = "{Proceedings of the CHANGE Bootcamp Workshop}",
+	numpages = "8",
+	day = "17",
+	month = jul,
+	year = "2013",
+	address = "Louvain-la-Neuve/Belgium",
+	language = "english",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2046.pdf",
+	url.size = "12302859",
+	url.md5 = "d6ee4ec1a6e0f3b30afbe4ac8e24aeac",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:03:06 CEST",
+	url.keywords = "NorNet, NorNet Edge, NorNet Core, Testbed, Overview"
+}
+
+@InProceedings{ IETF87,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Testbed: A Platform for Evaluating Multi-Path Transport in the Real-World Internet}",
+	booktitle = "{Proceedings of the 87th IETF Meeting}",
+	numpages = "9",
+	day = "30",
+	month = jul,
+	year = "2013",
+	address = "Berlin/Germany",
+	language = "english",
+	url = "https://www.ietf.org/proceedings/87/slides/slides-87-mptcp-4.pdf",
+	url.size = "13660679",
+	url.md5 = "60e2a88f7784a2ad5e95af77b4eac809",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2014-12-12 18:14:11 CET",
+	url.keywords = "NorNet, NorNet Edge, NorNet Core, Testbed, Overview"
+}
+
+@Misc{ TKNBerlin2013,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Project – A Research Testbed for Multi-Path Transport}",
+	howpublished = "Invited Talk at Technische Universität Berlin, Department of Telecommunication Networks",
+	numpages = "26",
+	day = "1",
+	month = aug,
+	year = "2013",
+	address = "Berlin/Germany",
+	language = "english",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2056.pdf",
+	url.size = "24217257",
+	url.md5 = "2bdae2c9c4ee1ac2671d3730497f0e99",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:03:30 CEST",
+	url.keywords = "NorNet, NorNet Edge, NorNet Core, Testbed, Overview"
+}
+
+@Article{ ComEngApps2013,
+	author = "Fa Fu and Zhou Xing and Yang Xiong and Hakim Adhari and Erwin Paul Rathgeb",
+	title = "{Performance Analysis of MPTCP and CMT-SCTP Multi-Path Transport Protocols}",
+	journal = "{Computer Engineering and Applications}",
+	volume = "49",
+	number = "21",
+	pages = "79--82",
+	numpages = "4",
+	day = "30",
+	month = oct,
+	year = "2013",
+	language = "english",
+	content-language = "chinese",
+	abstract = "{Achieving multipath transport by terminal’s multi-homed characteristics is a hot topic of Internet protocol application. MPTCP and CMT-SCTP are both more mature and key protocols for multipath transmission, but there is still a lot of performance analysis needed before large-scale application. This paper presents the behaviors of MPTCP and CMT-SCTP multipath transmission and compares the difference between both protocols on the local test-bed environment. Results show that both MPTCP and CMT-SCTP protocols can significantly increase throughput. Meanwhile the scheduling strategy for transmission is still not perfect and needs further improvement.}",
+	url = "https://web.archive.org/web/20160427132028/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&id=31123",
+	url.size = "541090",
+	url.md5 = "970ac5fc15743380fa13597889a3b260",
+	url.mime = "application/pdf",
+	url.pagesize = "629.291 x 875.905 pts",
+	url.checked = "2016-04-27 15:27:52 CEST"
+}
+
+@InProceedings{ Globecom2013,
+	author = "Martin Becke and Hakim Adhari and Erwin Paul Rathgeb and Fa Fu and Xiong Yang and Xing Zhou",
+	title = "{Comparison of Multipath TCP and CMT-SCTP based on Intercontinental Measurements}",
+	booktitle = "{Proceedings of the IEEE Global Communications Conference~(GLOBECOM)}",
+	numpages = "7",
+	day = "10",
+	month = dec,
+	year = "2013",
+	address = "Atlanta, Georgia/U.S.A.",
+	language = "english",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/GLOBECOM2013.pdf",
+	url.size = "945184",
+	url.md5 = "3ec5e6570e51f537cbbf2934b32d16d6",
+	url.mime = "application/pdf",
+	url.pagesize = "595 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:09:17 CEST"
+}
+
+@InProceedings{ NNUW1-Adhari-CC,
+	author = "Hakim Adhari",
+	title = "{Practical Experiences with an Inter-Continental Testbed for Multi-Path Transport}",
+	booktitle = "{Proceedings of the 1st International NorNet Users Workshop~(NNUW-1)}",
+	numpages = "19",
+	day = "18",
+	month = sep,
+	year = "2013",
+	address = "Fornebu, Akershus/Norway",
+	language = "english",
+	url = "https://web.archive.org/web/20141127040341/https://www.simula.no/publications/Simula.simula.2144/simula_pdf_file",
+	url.size = "708430",
+	url.md5 = "fade751a291d1ffb6b0ae36443cf64f1",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 540 pts",
+	url.checked = "2025-03-03 19:34:42 CET",
+	url.keywords = "Thema"
+}
+
+@InProceedings{ zdn2013simsek,
+	author = "Irfan Simsek",
+	title = "{Blind Packet Forwarding}",
+	booktitle = "{12.\ ITG-Fachtagung Zukunft der Netze -- Application-Driven Networking}",
+	numpages = "20",
+	day = "20",
+	month = sep,
+	year = "2013",
+	address = "Osnabrück/Germany",
+	url = "https://web.archive.org/web/20230521195156/http://www.vde-itg-kommunikationsnetze.de/images/stories/Fachtagungen/zdn2013/vortraege/zdn2013_simsek.pdf",
+	url.size = "897691",
+	url.md5 = "186316e1b583587f40979f4b255d9297",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 540 pts",
+	url.checked = "2014-04-02 17:09:18 CEST",
+	url.keywords = "Thema"
+}
+
+@InProceedings{ NNUW1-Rathgeb-Security,
+	author = "Erwin Paul Rathgeb",
+	title = "{Distributed Detection of VoIP Fraud and Misuse – Tools and First Results}",
+	booktitle = "{Proceedings of the 1st International NorNet Users Workshop~(NNUW-1)}",
+	numpages = "31",
+	day = "18",
+	month = sep,
+	year = "2013",
+	address = "Fornebu, Akershus/Norway",
+	language = "english",
+	url = "https://web.archive.org/web/20141127040313/https://www.simula.no/publications/Simula.simula.2142/simula_pdf_file",
+	url.size = "2138751",
+	url.md5 = "41f5d972dd7a65bcaa0affa40e821017",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 540 pts",
+	url.checked = "2025-03-03 19:34:44 CET",
+	url.keywords = "Thema"
+}
+
+@InProceedings{ NNUW1-Dreibholz-NorNetCore-Introduction,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Core Testbed – Introduction and Status}",
+	booktitle = "{Proceedings of the 1st International NorNet Users Workshop~(NNUW-1)}",
+	numpages = "29",
+	day = "18",
+	month = sep,
+	year = "2013",
+	address = "Fornebu, Akershus/Norway",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Introduction",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2124.pdf",
+	url.size = "8599639",
+	url.md5 = "5c700705b018d485706b49a66b9d1a0c",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:57:29 CEST",
+	url.keywords = "NorNet, NorNet Core, Testbed, Introduction, Status"
+}
+
+@InProceedings{ NNUW1-Dreibholz-NorNetCore-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Core Testbed – An Experiment Tutorial}",
+	booktitle = "{Proceedings of the 1st International NorNet Users Workshop~(NNUW-1)}",
+	numpages = "25",
+	day = "19",
+	month = sep,
+	year = "2013",
+	address = "Fornebu, Akershus/Norway",
+	language = "english",
+	abstract = "{This tutorial provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2130.pdf",
+	url.size = "4560635",
+	url.md5 = "f67a3e0e340f676c96c4486cf5308000",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:06:14 CEST",
+	url.keywords = "NorNet, NorNet Core, Testbed, Introduction, Status"
+}
+
+@InProceedings{ simsekBPF,
+	author = "Irfan Simsek and Martin Becke and Yves Igor Jerschow and Erwin Paul Rathgeb",
+	title = "{A Clean-Slate Security Vision for Future Networks}",
+	booktitle = "{Proceedings of the IEEE International Conference on Network of the Future~({NoF})}",
+	numpages = "5",
+	month = oct,
+	year = "2013",
+	address = "Pohang/South Korea",
+	url = "https://web.archive.org/web/20240427155505/https://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Clean-Slate_Security_Vision_for_Future_Networks.pdf",
+	url.size = "490802",
+	url.md5 = "833db7bcd58b87cc687fc73d538daae6",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2025-03-03 19:34:45 CET"
+}
+
+@Article{ ComNets2013-Core,
+	author = "Ernst Gunnar Gran and Thomas Dreibholz and Amund Kvalbein",
+	title = "{NorNet Core -- A Multi-Homed Research Testbed}",
+	journal = "{Computer Networks, Special Issue on Future Internet Testbeds}",
+	volume = "61",
+	pages = "75--87",
+	numpages = "13",
+	day = "14",
+	month = mar,
+	year = "2014",
+	language = "english",
+	issn = "1389-1286",
+	doi = "10.1016/j.bjp.2013.12.035",
+	keywords = "NorNet Core, Testbed, Multi-Homing, Routing, Transport, Applications",
+	abstract = "{Over the last decade, the Internet has grown at a tremendous speed in both size and complexity. Nowadays, a large number of important services -- for instance e-commerce, healthcare and many others -- depend on the availability of the underlying network. Clearly, service interruptions due to network problems may have a severe impact. On the long way towards the Future Internet, the complexity will grow even further. Therefore, new ideas and concepts must be evaluated thoroughly, and particularly in realistic, real-world Internet scenarios, before they can be deployed for production networks. For this purpose, various testbeds -- for instance PlanetLab, GpENI or G-Lab -- have been established and are intensively used for research. However, all of these testbeds lack the support for so-called multi-homing.
+Multi-homing denotes the connection of a site to multiple Internet service providers, in order to achieve redundancy. Clearly, with the need for network availability, there is a steadily growing demand for multi-homing. The idea of the NorNet Core project is to establish a Future Internet research testbed with multi-homed sites, in order to allow researchers to perform experiments with multi-homed systems. Particular use cases for this testbed include realistic experiments in the areas of multi-path routing, load balancing, multi-path transport protocols, overlay networks and network resilience. In this paper, we introduce the NorNet Core testbed as well as its architecture.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2236.pdf",
+	url.size = "1492106",
+	url.md5 = "2a2237f3e955ca8fb1b768b8a30ba7fe",
+	url.mime = "application/pdf",
+	url.pagesize = "544.252 x 742.677 pts",
+	url.checked = "2024-06-30 13:07:27 CEST"
+}
+
+@InProceedings{ PAMS2014-NorNetEdge,
+	author = "Simone Ferlin and Thomas Dreibholz and Özgü Alay and Amund Kvalbein",
+	title = "{Measuring the QoS Characteristics of Operational 3G Mobile Broadband Networks}",
+	booktitle = "{Proceedings of the 4th International Workshop on Protocols and Applications with Multi-Homing Support~(PAMS)}",
+	pages = "753--758",
+	numpages = "6",
+	day = "16",
+	month = may,
+	year = "2014",
+	address = "Victoria, British Columbia/Canada",
+	language = "english",
+	isbn = "978-1-4799-2652-7",
+	doi = "10.1109/WAINA.2014.123",
+	keywords = "Multi-Path Transport, Mobile Broadband Networks, Performance, Measurements, Quality of Service",
+	abstract = "{Today, many smart phones and tablets have multiple interfaces (i.e.\ WLAN and 3G). These multiple interfaces can be utilized simultaneously by a multi-path transport protocol to provide bandwidth aggregation or reliability. However, in order to design efficient multi-path scheduling and congestion control strategies, it is crucial to understand the behaviour and properties of the underlying paths first. WLAN links have already been studied extensively in the literature. Therefore, in this paper, we focus on Mobile Broadband~(MBB) networks that are in use today. We utilized
+NorNet Edge nodes that are connected to up to five different 3G ISPs (UMTS and CDMA2000), hence, providing a realistic view on the QoS characteristics that are experienced by end-users of these MBB networks. We present QoS characteristics (e.g.\ bandwidth, delay and loss) and discuss our observations. Our results shed light on what a multi-path transport endpoint has to expect -- and to efficiently cope with -- when using today's MBB networks as transport paths.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2516.pdf",
+	url.size = "1560162",
+	url.md5 = "829e385c146f959a11e21b9e0f816091",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 13:07:47 CEST"
+}
+
+@InProceedings{ PAMS2014-LEDBAT,
+	author = "Hakim Adhari and Sebastian Werner and Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{LEDBAT-MP -- On the Application of Lower-than-Best-Effort for Concurrent Multipath Transfer}",
+	booktitle = "{Proceedings of the 4th International Workshop on Protocols and Applications with Multi-Homing Support~(PAMS)}",
+	numpages = "7",
+	day = "16",
+	month = may,
+	year = "2014",
+	address = "Victoria, British Columbia/Canada",
+	language = "english",
+	isbn = "978-1-4799-2652-7",
+	doi = "10.1109/WAINA.2014.125",
+	keywords = "Multi-Path Transfer, Congestion Control, Background Traffic, CMT-SCTP, MPTCP",
+	abstract = "{The Internet is based on best effort communication, i.e.\ it tries to deliver packets but does not provide any guarantees. A transport protocol can make use of this best effort service to provide a suitable service to its applications. Also, its congestion control is responsible for a fair distribution of the resources within the Internet. However, background data transfer applications (like file sharing or update fetching) do not require "best effort", they in fact could use a "lower-than-best-effort" service to leave resources to more important applications if needed. For this purpose, the Low Extra Delay Background Transport~(LEDBAT) algorithm has been standardized by the IETF.
+Nowadays, multi-homing is becoming increasingly common in modern networks and several approaches to exploit this feature (e.g.\ CMT-SCTP, MPTCP) have evolved that are able to combine resources of multiple paths. For background traffic oriented algorithms like LEDBAT, this feature could be of great use, too, i.e.\ by increasing the overall bandwidth while shifting the transmission away from paths which are used by other flows. This could be particularly useful for non-critical bulk transfers in data centres. In this paper, we introduce our approach LEDBAT for Multi-Path -- denoted as LEDBAT-MP -- and analyze its performance by simulations. With this paper, we want to highlight some generic design questions and start a discussion on how a solid universal background multi-path congestion control strategy should behave.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2512.pdf",
+	url.size = "1258366",
+	url.md5 = "dfdfcfef3b476f3d9aad8215ef058662",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:24:43 CEST",
+	page = "765--771"
+}
+
+@Misc{ CAIA2014,
+	author = "Thomas Dreibholz",
+	title = "{NorNet -- An Open, Large-Scale Testbed for Multi-Homed Systems}",
+	howpublished = "Invited Talk at Swinburne University, Centre for Advanced Internet Architectures~(CAIA)",
+	numpages = "31",
+	day = "30",
+	month = jan,
+	year = "2014",
+	address = "Melbourne, Victoria/Australia",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.\ cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g. malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.\ increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.\ be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet with a focus on its usage for research on multi-path transport. Particularly, it will also show how the NorNet testbed can be utilised for research at CAIA/Swinburne University.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/caia2014-presentation-web.pdf",
+	url.size = "4765963",
+	url.md5 = "2c2282e72cc039210aa3b8ee97b389a6",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 12:24:44 CEST"
+}
+
+@InProceedings{ IETF89-NorNet,
+	author = "Thomas Dreibholz",
+	title = "{The Status of MPTCP Deployment and Evaluation in the NorNet Testbed}",
+	booktitle = "{Proceedings of the 89th IETF Meeting}",
+	numpages = "6",
+	day = "3",
+	month = mar,
+	year = "2014",
+	address = "London/United Kingdom",
+	language = "english",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2582.pdf",
+	url.size = "1549446",
+	url.md5 = "79b1f59c28309d376f05b7ac3709ca9d",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 12:34:05 CEST",
+	url.keywords = "MPTCP, NorNet, NorNet Core, NorNet Edge"
+}
+
+@InProceedings{ IETF89-VNFPOOL,
+	author = "Thomas Dreibholz",
+	title = "{On the Applicability of Reliable Server Pooling for Virtualised Network Function Resource Pooling}",
+	booktitle = "{Proceedings of the 89th IETF Meeting}",
+	numpages = "8",
+	day = "4",
+	month = mar,
+	year = "2014",
+	address = "London/United Kingdom",
+	language = "english",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2584.pdf",
+	url.size = "2534881",
+	url.md5 = "b4cdac71c0a7fd2bf7888649956eeeae",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 12:34:05 CEST",
+	url.keywords = "Reliable Server Pooling, RSerPool, Virtualised Network Function Resource Pooling, VNFPOOL"
+}
+
+@InProceedings{ IFIPNetworking2014,
+	author = "Adnan Aziz and Dirk Hoffstadt and Erwin Paul Rathgeb and Thomas Dreibholz",
+	title = "{A Distributed Infrastructure to Analyse SIP Attacks in the Internet}",
+	booktitle = "{Proceedings of the IFIP Networking Conference}",
+	pages = "1--9",
+	numpages = "9",
+	day = "4",
+	month = jun,
+	year = "2014",
+	address = "Trondheim, Sør-Trøndelag/Norway",
+	language = "english",
+	isbn = "978-3-901882-58-6",
+	doi = "10.1109/IFIPNetworking.2014.6857088",
+	keywords = "VoIP, SIP, SIP Trace Recorder, Misuse, Fraud, Security, Honeynet, Honeypot, Sensor, NorNet, Toll Fraud, Misuse Detection",
+	abstract = "{VoIP systems, based on the Session Initiation Protocol~(SIP), are becoming more and more widespread in the Internet. However, this creates security issues and opens up new opportunities for misuse and fraud. The most widespread threat are multi-stage attacks to commit Toll Fraud. To devise effective countermeasures, it is crucial to know how attacks on these systems are performed in reality.
+In this paper, we introduce a novel distributed monitoring system with Sensor nodes located in Norway, Germany and China that allow to detect SIP-based attacks from the Internet. Based on experiences from experiments spanning several years, we propose a new setup which allows simple and straightforward addition of new remote observation points. We have deployed this setup in the NorNet testbed and highlight its advantages compared to a previous setup with physically distributed Sensors. We also present results from a 45~day field test with 13 observation points. These results confirm the advantages of a widely distributed monitoring setup and give some new insights into the behavior of the attackers.}",
+	url = "https://web.archive.org/web/20241125122924/https://tdr.informatik.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Distributed_Infrastructure_to_Analyse_SIP_Attacks_in_the_Internet.pdf",
+	url.size = "744736",
+	url.md5 = "06d871da35e30c555878c0f619268135",
+	url.mime = "application/pdf",
+	url.pagesize = "595.44 x 841.68 pts (A4)",
+	url.checked = "2025-03-02 23:20:49 CET"
+}
+
+@InProceedings{ IWQoS2014,
+	author = "Simone Ferlin and Thomas Dreibholz and Özgü Alay",
+	title = "{Tackling the Challenge of Bufferbloat in Multi-Path Transport over Heterogeneous Wireless Networks}",
+	booktitle = "{Proceedings of the IEEE/ACM International Symposium on Quality of Service~(IWQoS)}",
+	pages = "123--128",
+	numpages = "6",
+	day = "26",
+	month = may,
+	year = "2014",
+	address = "Hong Kong/People's Republic of China",
+	language = "english",
+	isbn = "978-1-4799-4852-9",
+	doi = "10.1109/IWQoS.2014.6914310",
+	keywords = "Multi-Path Transport, Performance, Bufferbloat, Mobile Broadband Networks, MPTCP, NorNet Edge",
+	abstract = "{Today, most of the smart phones are equipped with two network interfaces: Mobile Broadband~(MBB) and Wireless Local Area Network~(WLAN). Multi-path transport protocols provide increased throughput or reliability, by utilizing these interfaces simultaneously. However, multi-path transmission over networks with very different QoS characteristics is a challenge. In this paper, we studied Multi-Path TCP~(MPTCP) in heterogeneous networks, specifically MBB networks and WLAN. We first investigate the effect of bufferbloat in MBB on MPTCP performance. Then, we propose a bufferbloat mitigation algorithm: Multi-Path Transport Bufferbloat Mitigation~(MPT-BM). Using our algorithm, we conduct experiments in real operational networks. The experimental results show that MPT-BM outperforms the current MPTCP implementation by increasing the application goodput quality and decreasing MPTCP's buffer delay, jitter and buffer space requirements.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2722.pdf",
+	url.size = "839259",
+	url.md5 = "41fdb83e1fa929ad9523504ea7b43402",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 13:09:30 CEST"
+}
+
+@Misc{ NYU2014,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Testbed -- Overview and Selected Results from Multi-Path Transport Research}",
+	howpublished = "Invited Talk at the New York University~(NYU), Polytechnic School of Engineering",
+	numpages = "35",
+	day = "5",
+	month = may,
+	year = "2014",
+	address = "Brooklyn, New York/U.S.A.",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Overview, Research, Multi-Path TCP, MPTCP",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously.
+In order to evaluate and test mulit-homed systems, the Simula Research Laboratory is currently building up the NorNet testbed. It consists of distributed research nodes located all over the country of Norway as well as some international locations, providing researchers the possibility to run experiments in real-world, multi-homed Internet setups. In this talk, we first introduce the NorNet testbed as well as its deployment status. After that, we present some research results of the ongoing research at the Simula Research Laboratory on multi-path transport with Multi-Path TCP~(MPTCP). Particularly, it will also show how the NorNet testbed can be utilized for research at the New York University~(NYU) as well.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2728.pdf",
+	url.size = "6586299",
+	url.md5 = "5d1741a4f975c75f90314627e8d516fd",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:09:30 CEST"
+}
+
+@Misc{ Princeton2014,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Testbed for Multi-Homed Systems -- Introduction and Status}",
+	howpublished = "Invited Talk at Princeton University, Department of Computer Science",
+	numpages = "30",
+	day = "8",
+	month = may,
+	year = "2014",
+	address = "Princeton, New Jersey/U.S.A.",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints to multiple Internet Service Providers~(ISP). That is, such endpoints should remain reachable even when some of the ISPs have problems. Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.\ increasing the application throughput by utilizing multiple paths simultaneously. The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the Simula Research Laboratory is building up the NorNet testbed, which is an open platform for such experiments. NorNet consists of two parts, the wireless part NorNet Edge as well as the wired part NorNet Core, providing researchers the possibility to use programmable, multi-homed nodes at different locations in Norway as well as at some international sites. This talk gives an overview over the NorNet testbed, with a special focus on the usage of the PlanetLab/Linux Containers-based software that is used to run NorNet Core.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2730.pdf",
+	url.size = "8683161",
+	url.md5 = "b60311d5e6fb7858da54836e82aa3a67",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:09:31 CEST"
+}
+
+@Misc{ UBC2014,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Testbed for Multi-Homed Systems -- Overview and Status}",
+	howpublished = "Invited Talk at the University of British Columbia~(UBC)",
+	numpages = "30",
+	day = "12",
+	month = may,
+	year = "2014",
+	address = "Vancouver, British Columbia/Canada",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet with a focus on its usage for research on multi-path transport. Particularly, it will also show how the NorNet testbed can be utilised for research at the University of British Columbia~(UBC).}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2740.pdf",
+	url.size = "8683384",
+	url.md5 = "07b62bbfd0da20550fcd31a3b3269b24",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:09:32 CEST"
+}
+
+@InProceedings{ Globecom2014,
+	author = "Simone Ferlin and Thomas Dreibholz and Özgü Alay",
+	title = "{Multi-Path Transport over Heterogeneous Wireless Networks: Does it really pay off?}",
+	booktitle = "{Proceedings of the IEEE Global Communications Conference~(GLOBECOM)}",
+	pages = "4807--4813",
+	numpages = "7",
+	day = "11",
+	month = dec,
+	year = "2014",
+	address = "Austin, Texas/U.S.A.",
+	language = "english",
+	isbn = "978-1-4799-3512-3",
+	doi = "10.1109/GLOCOM.2014.7037567",
+	keywords = "Multi-Path Transport, Multi-Path TCP, Heterogeneous Networks, Mobile Broadband, Performance",
+	abstract = "{Multi-path transfer protocols such as Concurrent Multi-Path Transfer for SCTP and Multi-Path TCP (MPTCP), are becoming increasingly popular due to widespread deployment of smartphones with multi-homing support. Although the idea of using multiple interfaces simultaneously to improve application throughput is tempting, does transmission over multiple interfaces always provide benefits especially in realistic setup? In this paper, we first show that multi-path transfer might actually have a negative impact in real-world scenarios with mobile broadband and wireless LAN networks. We then introduce our Dynamic Relative Path Scoring (DRePaS) algorithm that continuously evaluates the contribution of paths to the overall performance and dynamically influences the scheduling decisions to make best use of the paths for the overall system performance. We show that DRePaS outperforms the current MPTCP implementation in terms of throughput and application delay, especially when the links are heterogeneous.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2884.pdf",
+	url.size = "1009166",
+	url.md5 = "5a0ad1ae3594f3818c63345173b9fc1e",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 13:09:32 CEST"
+}
+
+@Misc{ Globecom2014-NorNetDemo,
+	author = "Thomas Dreibholz and Henrik Vest Simonsen and Ernst Gunnar Gran",
+	title = "{A Demonstration of the NorNet Core Research Testbed for Multi-Homed Systems}",
+	howpublished = "Demo Presentation at the IEEE Global Communications Conference~(GLOBECOM)",
+	numpages = "1",
+	day = "9",
+	month = dec,
+	year = "2014",
+	address = "Austin, Texas/U.S.A.",
+	language = "english",
+	keywords = "Demonstration, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Resilience",
+	abstract = "{This abstract describes a demonstration proposal for the NorNet Core testbed for multi-homed systems.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2868.pdf",
+	url.size = "60859",
+	url.md5 = "e94511a7807546cd2c2acf7c6e438f9d",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 13:09:32 CEST"
+}
+
+@InProceedings{ NNUW2-Dreibholz-NorNetCore-Introduction,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Core Testbed – Introduction and Status in August 2014}",
+	booktitle = "{Proceedings of the 2nd International NorNet Users Workshop~(NNUW-2)}",
+	numpages = "32",
+	day = "28",
+	month = aug,
+	year = "2014",
+	address = "Fornebu, Akershus/Norway",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Introduction",
+	abstract = "{This talk provides an introduction to the NorNet Core testbed as well as a status overview on the development and deployment in August 2014.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2936.pdf",
+	url.size = "15206147",
+	url.md5 = "e2f018deb04a839bf93f842bb729d012",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 12:51:37 CEST"
+}
+
+@InProceedings{ NNUW2-Dreibholz-NorNetCore-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{An Experiment Tutorial for the NorNet Core Testbed}",
+	booktitle = "{Proceedings of the 2nd International NorNet Users Workshop~(NNUW-2)}",
+	numpages = "26",
+	day = "29",
+	month = aug,
+	year = "2014",
+	address = "Fornebu, Akershus/Norway",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2938.pdf",
+	url.size = "6177702",
+	url.md5 = "9711b4f32dd9a2c4946aa4aeceeac31c",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 12:51:37 CEST"
+}
+
+@InProceedings{ NNUW2-Alay-Multipath-Transport,
+	author = "Özgü Alay and Simone Ferlin and Thomas Dreibholz",
+	title = "{Multipath Transport over Heterogeneous Networks}",
+	booktitle = "{Proceedings of the 2nd International NorNet Users Workshop~(NNUW-2)}",
+	numpages = "37",
+	day = "29",
+	month = aug,
+	year = "2014",
+	address = "Fornebu, Akershus/Norway",
+	language = "english",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2970.pdf",
+	url.size = "3000207",
+	url.md5 = "3b1f2c76b82d27ee2eb7c4830a489783",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 540 pts",
+	url.checked = "2024-06-30 12:51:38 CEST"
+}
+
+@InProceedings{ NNUW2-adhari,
+	author = "Hakim Adhari",
+	title = "{Does the End-User Really Have Benefits From Using Multipath Transport?}",
+	booktitle = "{Proceedings of the 2nd International NorNet Users Workshop~(NNUW-2)}",
+	day = "29",
+	month = aug,
+	year = "2014",
+	address = "Fornebu, Akershus/Norway",
+	language = "english"
+}
+
+@Misc{ KTH2014,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Testbed -- An Overview for the GENI Meeting}",
+	howpublished = "Invited Talk for the GENI Meeting at the Kungliga Tekniska högskolan~(KTH)",
+	numpages = "31",
+	day = "15",
+	month = sep,
+	year = "2014",
+	address = "Stockholm/Sweden",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Multi-Path Transport, Overview",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It consists of two parts: the wired part NorNet Core as well as the wireless part NorNet Edge, both parts provide programmable nodes with multiple ISP connections. These nodes are distributed all over Norway as well as some international locations. This talk will give an overview over the NorNet testbed and how it can be utilised for research on multi-homed systems.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3008.pdf",
+	url.size = "21559706",
+	url.md5 = "3a4da9d27f89a7e6fd722230116b4e55",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:09:34 CEST"
+}
+
+@InProceedings{ NoF2014,
+	author = "Forough Golkar and Thomas Dreibholz and Amund Kvalbein",
+	title = "{Measuring and Comparing Internet Path Stability in IPv4 and IPv6}",
+	booktitle = "{Proceedings of the 5th IEEE International Conference on the Network of the Future~(NoF)}",
+	pages = "1--5",
+	numpages = "5",
+	day = "4",
+	month = dec,
+	year = "2014",
+	address = "Paris/France",
+	language = "english",
+	isbn = "978-1-4799-7531-0",
+	doi = "10.1109/NOF.2014.7119767",
+	keywords = "NorNet Core, Internet, IPv4, IPv6, Path Stability, Resilience, Robustness",
+	abstract = "{In just about 4 years, IPv6 will celebrate its 20th anniversary. While the protocol itself is already quite old, its deployment has only recently picked up speed. Not so many Internet service providers offer direct IPv6 connectivity to their customers, yet. Clearly, when IPv6 is available to customers, they expect that IPv6 offers at least the same -- or even better -- stability of connections in comparison to IPv4. The main goal of this paper is to investigate whether this is true today.
+In our paper, we present up-to-date measurement results on the stability of IPv4 and IPv6 paths in the real Internet, based on machines that are distributed over a large geographical area, as part of the NorNet Core testbed infrastructure for multi-homed systems. The measurements not only cover high-speed research networks, but also consumer-grade ADSL connections -- i.e. the ISP connection types of "normal" end-users -- as well as a broad range of different ISPs. The measurements show that IPv6 paths are less stable than corresponding IPv4 paths. We also find that the use of load balancing is more prevalent in IPv6 than in IPv4.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3048.pdf",
+	url.size = "445912",
+	url.md5 = "e94bfd5f13ed1ab81ac86b90fc1bbfe1",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:51:38 CEST"
+}
+
+@Misc{ Haikou2014-HainanUniversity,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Testbed at Hainan University -- A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems}",
+	howpublished = "Invited Talk at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "37",
+	day = "20",
+	month = oct,
+	year = "2014",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at Hainan University.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-hainanuniversity-presentation.pdf",
+	url.size = "12225804",
+	url.md5 = "3f83db1821d33b72dc869ac7a86aa094",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 14:20:13 CEST"
+}
+
+@Misc{ Haikou2014-QiongzhouUniversity,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Testbed at Qiongzhou University -- A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems}",
+	howpublished = "Invited Talk at Qiongzhou University",
+	numpages = "30",
+	day = "25",
+	month = oct,
+	year = "2014",
+	address = "Sanya, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at Qiongzhou University.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-qiongzhouuniversity-presentation.pdf",
+	url.size = "7654112",
+	url.md5 = "4431f323f43a1010eb2ba371e72f6b92",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 14:20:44 CEST"
+}
+
+@Misc{ Haikou2014-NorNetCore-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{An Experiment Tutorial for the NorNet Core Testbed at Hainan University}",
+	howpublished = "Tutorial at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "27",
+	day = "27",
+	month = oct,
+	year = "2014",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial -- presented for students at the College of Information Science and Technology~(CIST) at Hainan University -- provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web.archive.org/web/20230521130309/https://www.simula.no/file/simulasimula3078pdf/download",
+	url.size = "2198678",
+	url.md5 = "d884e2a243b307e85ce712583812d798",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 14:27:30 CEST"
+}
+
+@Misc{ TsinghuaUniversity2014,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Testbed at Tsinghua University -- A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems}",
+	howpublished = "Invited Talk at Tsinghua University, Department of Computer Science",
+	numpages = "38",
+	day = "30",
+	month = oct,
+	year = "2014",
+	address = "Beijing/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at Tsinghua University.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-tsinghuauniversity-presentation.pdf",
+	url.size = "12438784",
+	url.md5 = "27d10f08d47acba206ede3b0e4ba6286",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:11:08 CEST"
+}
+
+@Misc{ NICTA2015,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at NICTA -- An Open, Large-Scale Testbed for Multi-Homed Systems}",
+	howpublished = "Invited Talk at National Information Communications Technology Australia~(NICTA)",
+	numpages = "38",
+	day = "15",
+	month = jan,
+	year = "2015",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.\ cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g. malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.\ increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.\ be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet with a focus on its usage for research on multi-path transport. Particularly, it will also show how the NorNet testbed can be utilised for research at NICTA.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/nicta2015-presentation-web.pdf",
+	url.size = "6701414",
+	url.md5 = "377dc3c9d7d13031bab6c3dbb4e54309",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:21:39 CEST"
+}
+
+@Misc{ CAIA2015,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Testbed -- A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems}",
+	howpublished = "Invited Talk at Swinburne University, Centre for Advanced Internet Architectures~(CAIA)",
+	numpages = "38",
+	day = "29",
+	month = jan,
+	year = "2015",
+	address = "Melbourne, Victoria/Australia",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at the Centre for Advanced Internet Architectures~(CAIA) of Swinburne University}",
+	url = "https://web-backend.simula.no/sites/default/files/2024-06/CAIA2015.pdf",
+	url.size = "6932663",
+	url.md5 = "2794c56370ccbe3a10e6d72ba7ec9c76",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:20:40 CEST"
+}
+
+@InProceedings{ PAMS2015-MPTCP,
+	author = "Thomas Dreibholz and Xing Zhou and Fa Fu",
+	title = "{Multi-Path TCP in Real-World Setups -- An Evaluation in the NorNet Core Testbed}",
+	booktitle = "{5th International Workshop on Protocols and Applications with Multi-Homing Support~(PAMS)}",
+	pages = "617--622",
+	numpages = "6",
+	day = "25",
+	month = mar,
+	year = "2015",
+	address = "Gwangju/South Korea",
+	language = "english",
+	isbn = "978-1-4799-1775-4",
+	doi = "10.1109/WAINA.2015.74",
+	keywords = "NorNet, Multi-Path TCP (MPTCP), Multi-Homing, Multi-Path Transport, Evaluation",
+	abstract = "{Nowadays, cloud applications are becoming more and more popular. However, in order for such applications to work, they need a stable Internet connectivity. To avoid the Internet access becoming a single point of failure, redundancy by multi-homing -- i.e.\ simultaneous access to multiple Internet service providers~(ISP) -- is becoming increasingly common as well. Multi-homing leads to the desire to utilise all network attachment points simultaneously, which is e.g.\ provided by the Multi-Path TCP~(MPTCP) extension for TCP. MPTCP is still under development by researchers and standardisation in the IETF. Particularly, it is necessary to evaluate MPTCP under realistic Internet conditions.
+NorNet Core is the world's first, large-scale Internet testbed for multi-homed systems and applications. It is therefore a useful platform for evaluating MPTCP. In this paper, we therefore present our NorNet Core extension that adds MPTCP support to the testbed. Particularly, our extension is now available to all users of NorNet Core as well, which significantly reduces the effort of MPTCP researchers to evaluate MPTCP and its improvements. In a proof of concept, we furthermore show the strengths and weaknesses of state-of-the-art MPTCP in NorNet Core, in a configuration covering 29~ISP connections at 14~sites in 5~different countries.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/pams2015-mptcp-web.pdf",
+	url.size = "215245",
+	url.md5 = "1d87843d61fd55880aa7aa25fba51e19",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:25:03 CEST"
+}
+
+@InProceedings{ PAMS2015-Monitoring,
+	author = "Thomas Dreibholz and Jarle Bjørgeengen and Jonas Werme",
+	title = "{Monitoring and Maintaining the Infrastructure of the NorNet Testbed for Multi-Homed Systems}",
+	booktitle = "{5th International Workshop on Protocols and Applications with Multi-Homing Support~(PAMS)}",
+	pages = "611--616",
+	numpages = "6",
+	day = "25",
+	month = mar,
+	year = "2015",
+	address = "Gwangju/South Korea",
+	language = "english",
+	isbn = "978-1-4799-1775-4",
+	doi = "10.1109/WAINA.2015.76",
+	keywords = "NorNet, Internet Testbed, Monitoring, Multi-Homing, Path Characteristics, Resilience",
+	abstract = "{NorNet Core is the world's first, open, large-scale Internet testbed for multi-homed systems and applications. Particularly, it is currently used for research on topics like multi-path transport and resilience.
+Researchers can run experiments on distributed, programmable nodes that are distributed over various locations and providing access to multiple different Internet service providers~(ISP) with different access technologies.
+Clearly, a key feature of this testbed is to work in the real-world Internet. That is, it is especially desired to expose experiments to real Internet behaviour like background traffic. However, for the researcher, it is necessary to actually know how paths -- being used for an experiment -- actually behave: Are the paths actually working? How are the round-trip times among sites over different ISPs, etc.. How did the behaviour change over time?
+To provide such information to the researchers, we have designed and developed a maintenance and monitoring infrastructure for the NorNet Core testbed. In this paper, we will first introduce this infrastructure. Furthermore, we will demonstrate its usefulness with some useful, real-world examples. Our infrastructure has now become part of the testbed, and it is therefore available for all users of NorNet Core as well.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/pams2015-nornet-monitoring-web.pdf",
+	url.size = "550079",
+	url.md5 = "de8568f766023dba008bb7201f92b6a3",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:25:04 CEST"
+}
+
+@Article{ CompEngineering2015,
+	author = "Ji Liu and Yuyin Tan and Fa Fu and Thomas Dreibholz and Xing Zhou and Yong Bai and Xiong Yang and Wencai Du",
+	title = "{Study on MPTCP and CMT-SCTP Congestion Control Mechanism}",
+	journal = "{Computer Engineering}",
+	volume = "41",
+	issue = "4",
+	pages = "117--124",
+	numpages = "8",
+	day = "15",
+	month = apr,
+	year = "2015",
+	language = "english",
+	content-language = "chinese",
+	issn = "1000-3428",
+	doi = "10.3969/j.issn.1000-3428.2015.04.022",
+	keywords = "Multi-Path Transfer, Congestion Control, Fairness, Resource Pooling (RP), Increase Factor, Aggressiveness Factor",
+	abstract = "{Multi-Path TCP~(MPTCP) and Concurrent Multipath Transfer for SCTP~(CMT-SCTP) are two technologies of the concurrent multi-path transfer for NGI, which are hot topics. Compared with the traditional TCP and SCTP, the congestion control of multi-path transport protocols will face the problem of unfairness. This paper begins with an overview of the traditional TCP congestion control algorithm, and then in view of the unfairness of concurrent multi-path transfer, basing on the resource pooling method, it introduces the slow start threshold ratio factor, increase factor, per-flow aggressiveness factor, deduces three new algorithms to solve the problem of unfairness, and carryies out the contrastive analysis through simulation.}",
+	url = "https://web.archive.org/web/20160222130810/http://www.ecice06.com/EN/article/downloadArticleFile.do?attachType=PDF&id=26295",
+	url.size = "28916466",
+	url.md5 = "20ce8170416b428cb6046dc8d5133c24",
+	url.mime = "application/pdf",
+	url.pagesize = "708.606 x 935.273 pts",
+	url.checked = "2016-04-27 15:28:11 CEST"
+}
+
+@InProceedings{ GI2015,
+	author = "Ioana Alexandrina Livadariu and Simone Ferlin and Özgü Alay and Thomas Dreibholz and Amogh Dhamdhere and Ahmed Mustafa Elmokashfi",
+	title = "{Leveraging the IPv4/IPv6 Identity Duality by using Multi-Path Transport}",
+	booktitle = "{Proceedings of the 18th IEEE Global Internet Symposium~(GI) at the 34th IEEE Conference on Computer Communications~(INFOCOM)}",
+	pages = "312--317",
+	numpages = "6",
+	day = "27",
+	month = apr,
+	year = "2015",
+	address = "Hong Kong/People's Republic of China",
+	language = "english",
+	isbn = "978-1-4673-7131-5",
+	doi = "10.1109/INFCOMW.2015.7179403",
+	keywords = "Identity Duality, IPv4, IPv6, Internet Paths, Routing",
+	abstract = "{With the 20th anniversary of IPv6 nearing quickly, a growing number of Internet service providers~(ISPs) now offer their customers both IPv6 and IPv4 connectivity. This makes multi-homing with IPv4 and IPv6 increasingly common even with just a single ISP connection. Furthermore, the growing popularity of multi-path transport, especially Multi-Path TCP~(MPTCP) that is the extension of the well-known Transmission Control Protocol~(TCP), leads to the question of whether this identity duality can be utilized for improving application performance in addition to providing resilience. In this paper, we first investigate the AS-level congruency of IPv4 and IPv6 paths in the Internet. We find that more than 60\% of the current IPv4 and IPv6 AS-paths are non-congruent at the AS-level, which motivates us to explore how MPTCP can utilize the IPv4/IPv6 identity duality to improve data transfer performance. Our results show that MPTCP, even with a single dual-stack Internet connection, can significantly improve the end-to-end performance when the underlying paths are non-congruent. The extent of the improvement can reach up to the aggregate of the IPv4 and IPv6 bandwidth.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/gis2015_0.pdf",
+	url.size = "334367",
+	url.md5 = "62683a568c45c655151216105a168310",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:28:05 CEST"
+}
+
+@InProceedings{ NBiS2015,
+	author = "Hakim Adhari and Thomas Dreibholz and Sebastian Werner and Erwin Paul Rathgeb",
+	title = "{Eclipse: A New Dynamic Delay-based Congestion Control Algorithm for Background Traffic}",
+	booktitle = "{Proceedings of the 18th International Conference on Network-Based Information Systems~(NBiS)}",
+	pages = "115--123",
+	numpages = "9",
+	day = "2",
+	month = sep,
+	year = "2015",
+	address = "Taipei/Taiwan",
+	language = "english",
+	isbn = "978-1-4799-9942-2",
+	doi = "10.1109/NBiS.2015.21",
+	keywords = "Background Traffic, Congestion Control, Delay-based Congestion Control, Less-than-Best-Effort Service",
+	abstract = "{Initially, the Internet transport protocol TCP has been designed to provide a ``best effort'' service: it is meant to share the network resources with other users and applications. However, there is nowadays also a growing demand for transmitting big amounts of data in the background, namely background transport that uses spare capacity, but with minimal effect on other traffic. For instance, systems can proactively download content that the user/system would need in the future (e.g.\ update packages, video files, etc.). Efforts have therefore been made in the IETF for the sake of such a service with Low Extra Delay Background Traffic~(LEDBAT) congestion control. While LEDBAT works in some cases, there are however known situations where it causes serious performance problems, particularly in combination with the ubiquitous bufferbloat for example in current broadband networks.
+	In this paper, we analyse the issues of LEDBAT and propose a new approach for background traffic. Inspired by an astronomical event, we have named this approach Eclipse. Unlike LEDBAT, Eclipse can dynamically adapt to the network characteristics not only to minimise the additional network delay but also to maximise the utilisation of spare network capacity. We will show the usefulness of Eclipse by simulations.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/paper-web.pdf",
+	url.size = "1107041",
+	url.md5 = "d189576ba3280e5a18c578e807edbbee",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:28:05 CEST"
+}
+
+@InProceedings{ fairness-revisited-UDE-UHB-P1,
+	author = "Hakim Adhari and Erwin~P. Rathgeb and Amanpreet Singh and Andreas Könsgen and Carmelita Görg",
+	title = "{Transport Layer Fairness Revisited}",
+	booktitle = "{Proceedings of the 13th IEEE International Conference on Telecommunications~(ConTEL 2015)}",
+	numpages = "8",
+	month = jul,
+	year = "2015",
+	address = "Graz/Austria",
+	language = "english",
+	keywords = "Fairness, TCP-Compatible, Multipath, transport layer",
+	abstract = "{Fairness amongst the competing flows at the transport layer has always been an important topic, however, the current definition based on the TCP-compatible view is not always suitable. With the increasing deployment of multipath transport protocols such as Multipath TCP (MPTCP) and the Concurrent Multipath Transfer extension of SCTP (CMT-SCTP), the term "fair" can have various interpretations. In this paper, inconsistencies are avoided by classifying fairness definitions according to the resource -bottleneck or network - and the participants - subflow, flow, tariff, etc. that share the resource. With example network scenarios the current (TCP-compatible) fairness view from both the single and multipath perspective is presented and their short-comings discussed. Alternative definitions are introduced and their benefits are illustrated based on a theoretical analysis. The realization aspects of the discussed fairness definitions are also presented. The evaluations of available coupled congestion control variants for multipath transport are shown to highlight the proximity of the simulated results to the theoretical target values. Due to the complexity of the realization of network-based approaches, bottleneck is chosen as the preferred resource. Tariff is a promising participant as it couples applications and incorporates economic entities for fair resource sharing at the transport layer.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/contel-Fairness-Adhari.pdf",
+	url.size = "865421",
+	url.md5 = "35e57658d867477a35a5dddaddad8dea",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2015-07-03 03:22:18 PDT"
+}
+
+@InProceedings{ fairness-algorithms-UDE-UHB-P2,
+	author = "Amanpreet Singh and Andreas Könsgen and Hakim Adhari and Carmelita Görg and Erwin~P. Rathgeb",
+	title = "{Algorithms for Theoretical Investigation of Fairness in Multipath Transport}",
+	booktitle = "{Proceedings of the 7th EAI International Conference on Mobile Networks and Management~(MONAMI~2015)}",
+	numpages = "14",
+	month = sep,
+	year = "2015",
+	address = "Santander/Spain",
+	language = "english",
+	abstract = "{With the onset of multipath transport protocols such as MPTCP and multihomed mobile devices, fairness considerations which have been widely analyzed for legacy TCP need to be re-investigated. A practical realization of fairness amongst
+different participants is known to be difficult but even the theoretical calculation of the resource capacity and its allocation is not a trivial task. Therefore in this work, resource allocation algorithms are presented to thoroughly evaluate the impact of the
+fairness definitions. For a rigorous analysis, existing fairness definitions are identified according to the resources (bottleneck or network) and the competing participants (flow, tariff or user). Tariff as the participant, provides a realistic option to comply with the service level agreement between the operator and the user where as flow as the participant leads to TCP-compatible allocation. From the obtained results, it can be seen that if fairness is applied at the bottleneck then it is absolutely fair to the individual participants w.r.t. the bottleneck. On the other hand, fairness mechanisms considering the whole network as a single resource exploit the freedom of resource allocation (due to multipath flows) to achieve an overall similar allocation for the different participants (irrespective if the participant is composed of singlepath or multipath flows) but are still restricted by the topological constraints and might even result in a lower overall network throughput.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/naomi2015-FairnessAlgorithms.pdf",
+	url.size = "512821",
+	url.md5 = "f3a50dc70624440279dcda4f9a28cc83",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2015-10-05 03:38:23 PDT"
+}
+
+@InProceedings{ IETF93-Hackathon,
+	author = "Thomas Dreibholz",
+	title = "{NorNet Core @ IETF Hackathon 93}",
+	booktitle = "{Proceedings of the IETF Hackathon at the 93rd IETF Meeting}",
+	numpages = "3",
+	day = "18",
+	month = jul,
+	year = "2015",
+	address = "Praha/Czech Republic",
+	language = "english",
+	keywords = "NorNet Testbed, NorNet Core, Hackathon",
+	abstract = "{This presentation gives an overview of the NorNet Core testbed work at the IETF Hackathon.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/ietf93-hackathon-intro.pdf",
+	url.size = "345031",
+	url.md5 = "76763fbcc850b9d4f27da5165f5e4c49",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:30:50 CEST"
+}
+
+@InProceedings{ IETF93-MPTCP,
+	author = "Thomas Dreibholz",
+	title = "{MPTCP Experiences in the NorNet Testbed: draft-dreibholz-mptcp-nornet-experience-01}",
+	booktitle = "{Proceedings of the 93th IETF Meeting}",
+	numpages = "10",
+	day = "21",
+	month = jul,
+	year = "2015",
+	address = "Praha/Czech Republic",
+	language = "english",
+	keywords = "NorNet, Multi-Path TCP (MPTCP), Experiences",
+	abstract = "{This presentation gives an overview of the Multi-Path TCP (MPTCP) experiences from recent research in the NorNet testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/ietf93-presentation.pdf",
+	url.size = "13104547",
+	url.md5 = "65887764fb8f954949ee47abf20b06ec",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:32:34 CEST"
+}
+
+@InProceedings{ NNUW3-Dreibholz-NorNetCore-Status,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Core Testbed: A Status Update for the NNUW-3}",
+	booktitle = "{Proceedings of the 3rd International NorNet Users Workshop~(NNUW-3)}",
+	numpages = "16",
+	day = "28",
+	month = aug,
+	year = "2015",
+	address = "Fornebu, Akershus/Norway",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Status",
+	abstract = "{This talk provides an update on the NorNet Core testbed development and research for the 3rd NorNet Users Workshop~(NNUW-3) in August 2015.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/nnuw3-dreibholz.pdf",
+	url.size = "12410734",
+	url.md5 = "6137dcfde02ba8d35ed6db1d17cf4b17",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:30:55 CEST"
+}
+
+@InProceedings{ NTW2015,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Experimentation Platform for Multi-Homed Systems}",
+	booktitle = "{Proceedings of the NORDUnet Technical Workshop~(NTW)}",
+	numpages = "30",
+	day = "17",
+	month = sep,
+	year = "2015",
+	address = "København/Denmark",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research by the Nordic community.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/ntw2015.pdf",
+	url.size = "14713347",
+	url.md5 = "2a3f1bda015fcf850cd2f5adb3571cad",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:40:21 CEST"
+}
+
+@Article{ MPTCPBlog2015,
+	author = "Thomas Dreibholz",
+	title = "{NetPerfMeter: A Network Performance Metering Tool}",
+	journal = "{Multipath TCP Blog}",
+	day = "7",
+	month = sep,
+	year = "2015",
+	language = "english",
+	keywords = "Software, NetPerfMeter, Multi-Path Transfer, Multi-Path TCP~(MPTCP)",
+	abstract = "{A common problem for evaluating multiple transport protocols in a multi-platform environment is to have a test tool that is capable to run in all these environments, and – of course – to support all necessary protocols. Using different evaluation tools is not a good solution, since each tool may introduce its own – and possibly incompatible – parametrisation scheme. In order to overcome this problem, originally for the use case of evaluating the Stream Control Transmission Protocol (SCTP) and compare it to the Transmission Control Protocol (TCP), NetPerfMeter has been designed and developed. This blog article provides an introduction to NetPerfMeter.}",
+	url = "https://web.archive.org/web/20230518084721/http://blog.multipath-tcp.org/blog/html/2015/09/07/netperfmeter.html",
+	url.size = "42947",
+	url.md5 = "84d5a41e4357d7cc69c508a44c1d8aa0",
+	url.mime = "text/html",
+	url.checked = "2023-12-18 16:01:41 CET"
+}
+
+@InProceedings{ ICCC2015,
+	author = "Fa Fu and Xing Zhou and Thomas Dreibholz and Keying Wang and Feng Zhou and Quan Gan",
+	title = "{Performance Comparison of Congestion Control Strategies for Multi-Path TCP in the NorNet Testbed}",
+	booktitle = "{Proceedings of the 4th IEEE/CIC International Conference on Communications in China~(ICCC)}",
+	pages = "607--612",
+	numpages = "6",
+	day = "3",
+	month = nov,
+	year = "2015",
+	address = "Shenzhen, Guangdong/People's Republic of China",
+	language = "english",
+	isbn = "978-1-5090-0243-6",
+	doi = "10.1109/ICCChina.2015.7448667",
+	keywords = "Multi-Path Transport, Multi-Path TCP~(MPTCP), Congestion Control, Performance Analysis",
+	abstract = "{Multi-path transport has become a hot topic in Internet protocol research with the evolution of emerging technologies, particularly with the market penetration of access terminals having multiple network interfaces (e.g.\ smartphones with LTE/UMTS and Wi-Fi interfaces). Multi-Path TCP (MPTCP) is an extension of TCP that allows a connection to create several subflows for utilizing multiple network paths. Using multiple end-to-end TCP connections as subflows, MPTCP distributes data to different subflows over multiple ISPs, so as to enhance network robustness and improve throughput.
+This paper first presents MPTCP’s architecture and multi-path congestion control algorithm concepts. Then, it examines three test scenarios in the NorNet testbed, particularly highlighting the performance difference between using uncoupled and coupled congestion controls in multi-homed, real-world Internet setups. The results show that MPTCP with coupled CCs gets more benefits than TCP and demonstrates the lower aggressiveness in comparison to MPTCP with uncoupled CCs.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/fufa-mptcp-web.pdf",
+	url.size = "175964",
+	url.md5 = "caabd753ddce037e04e81dbffbd0ad82",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:40:21 CEST"
+}
+
+@Misc{ NICTA2016-Presentation,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at NICTA -- An Introduction to the NorNet Testbed}",
+	howpublished = "Invited Talk at National Information Communications Technology Australia~(NICTA)",
+	numpages = "38",
+	day = "22",
+	month = jan,
+	year = "2016",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at National Information Communications Technology Australia~(NICTA)}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-presentation.pdf",
+	url.size = "13723941",
+	url.md5 = "553d4072d3381f6d460a73f25ddfb77f",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:40:21 CEST"
+}
+
+@Misc{ NICTA2016-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{An Experiment Tutorial for the NorNet Core Testbed at NICTA}",
+	howpublished = "Tutorial at National Information Communications Technology Australia~(NICTA)",
+	numpages = "27",
+	day = "22",
+	month = jan,
+	year = "2016",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial -- presented at National Information Communications Technology Australia~(NICTA) -- provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-tutorial.pdf",
+	url.size = "4238917",
+	url.md5 = "a4017ee0d66b87416e5c0c8921d94957",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:40:22 CEST"
+}
+
+@Article{ CompEngApps2016,
+	author = "Fa Fu and Xing Zhou and Yuyin Tan and Thomas Dreibholz and Hakim Adhari and Erwin Paul Rathgeb",
+	title = "{Performance Analysis of MPTCP Protocol in Multiple Scenarios}",
+	journal = "{Computer Engineering and Applications}",
+	volume = "52",
+	issue = "5",
+	pages = "89--93",
+	numpages = "5",
+	day = "1",
+	month = mar,
+	year = "2016",
+	publisher = "CEA",
+	language = "english",
+	content-language = "chinese",
+	issn = "1002-8331",
+	doi = "0.3778/j.issn.1002-8331.1508-0186",
+	keywords = "Multi-Path Transmission, Load Sharing, Path Management, Congestion Control, Buffer, Performance Analysis",
+	abstract = "{Achieving multipath transport and getting more network throughput by using multiple interfaces of multi-homed device is a hot topic in Internet protocol. MPTCP is a mature and key protocol for multipath transmission, also in the focus of the IETF. This article presents the behaviors of MPTCP multipath transmission in the local test-bed scenario, Internet scenario and NorNet test-bed scenario. Results show that MPTCP protocols can significantly increase throughput. Meanwhile its path management and scheduling strategy for transmission are still not perfect and need further improvement in dissimilar path scenario.}",
+	url = "https://web.archive.org/web/20160305203850/http://cea.ceaj.org/CN/article/downloadArticleFile.do?attachType=PDF&id=34214",
+	url.size = "593933",
+	url.md5 = "97c6d8895995f2c18c96669f72f3897a",
+	url.mime = "application/pdf",
+	url.pagesize = "629.291 x 875.905 pts",
+	url.checked = "2016-04-27 15:28:12 CEST"
+}
+
+@Misc{ HAWHamburg2016-Presentation,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at HAW Hamburg -- An Introduction to the NorNet Testbed}",
+	howpublished = "Invited Talk at Hochschule für Angewandte Wissenschaften Hamburg~(HAW Hamburg)",
+	numpages = "38",
+	day = "22",
+	month = mar,
+	year = "2016",
+	address = "Hamburg/Germany",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at the Hochschule für Angewandte Wissenschaften Hamburg~(HAW Hamburg)}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-presentation.pdf",
+	url.size = "14316338",
+	url.md5 = "49c17f620cbfe46758e8f02f4e553081",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:40:22 CEST"
+}
+
+@Misc{ HAWHamburg2016-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{An Experiment Tutorial for the NorNet Core Testbed at HAW Hamburg}",
+	howpublished = "Tutorial at Hochschule für Angewandte Wissenschaften Hamburg~(HAW Hamburg)",
+	numpages = "27",
+	day = "22",
+	month = mar,
+	year = "2016",
+	address = "Hamburg/Germany",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial -- presented at the Hochschule für Angewandte Wissenschaften Hamburg~(HAW Hamburg) -- provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-tutorial.pdf",
+	url.size = "4232294",
+	url.md5 = "46cc11c5168a96e4b30c0737c82158f1",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:40:22 CEST"
+}
+
+@InProceedings{ Infocom2016,
+	author = "Simone Ferlin and Özgü Alay and David Andrew Hayes and Thomas Dreibholz and Michael Welzl",
+	title = "{Revisiting Congestion Control for Multipath TCP with Shared Bottleneck Detection}",
+	booktitle = "{Proceedings of the 35th IEEE International Conference on Computer Communications~(INFOCOM)}",
+	pages = "2419--2427",
+	numpages = "9",
+	day = "14",
+	month = apr,
+	year = "2016",
+	address = "San Francisco, California/U.S.A.",
+	language = "english",
+	isbn = "978-1-4673-9953-1",
+	keywords = "Multi-Path TCP~(MPTCP), Shared Bottleneck Detection, Congestion Control, Coupled Congestion Control",
+	abstract = "{Multipath TCP (MPTCP) enables the simultaneous usage of multiple links for bandwidth aggregation, better resource utilization and improved reliability. Its coupled congestion control intends to reap the increased bandwidth of multiple links, while avoiding to be more aggressive than regular TCP flows on every used link. We argue that this leads to a very conservative behavior when paths do not share a bottleneck. Therefore, in this paper, we first quantify the penalty of the coupled congestion control for the links that do not share a bottleneck. Then, in order to overcome this penalty, we design and implement a practical shared bottleneck detection (SBD) algorithm for MPTCP, namely MPTCP-SBD. Through extensive emulations, we show that MPTCP-SBD outperforms all currently deployed MPTCP coupled congestion controls by accurately detecting bottlenecks resulting in throughput gains of up to 30\% in the absence of shared bottlenecks while remaining fair to TCP in shared bottlenecks scenarios. We complement the emulation results with real-network experiments justifying it is safeness for deployment.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/infocom2016-web.pdf",
+	url.size = "1474548",
+	url.md5 = "f60e8b176a4f13b368211d222ddc1969",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 11:40:23 CEST"
+}
+
+@Article{ ComNets2016-MultipathSurvey,
+	author = "Kiran Venkata Yedugundla and Simone Ferlin and Thomas Dreibholz and Özgü Alay and Nicolas Kuhn and Per Hurtig and Anna Brunström",
+	title = "{Is Multi-Path Transport Suitable for Latency Sensitive Traffic?}",
+	journal = "{Computer Networks}",
+	volume = "105",
+	pages = "1--21",
+	numpages = "21",
+	day = "4",
+	month = aug,
+	year = "2016",
+	publisher = "Elsevier",
+	language = "english",
+	issn = "1389-1286",
+	doi = "10.1016/j.comnet.2016.05.008",
+	keywords = "Internet, Latency, Multi-Path Communication, Transport Protocols, MPTCP, CMT-SCTP",
+	abstract = "{This paper assesses whether multi-path communication can help latency-sensitive applications to satisfy the requirements of their users. We consider Concurrent Multi-path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP) and evaluate their proficiency in transporting video, gaming, and web traffic over combinations of WLAN and 3G interfaces. To ensure the validity of our evaluation, several experimental approaches were used including simulation, emulation and live experiments. When paths are symmetric in terms of capacity, delay and loss rate, we find that the experienced latency is significantly reduced, compared to using a single path. Using multiple asymmetric paths does not affect latency -- applications do not experience any increase or decrease, but might benefit from other advantages of multi-path communication. In the light of our conclusions, multi-path transport is suitable for latency-sensitive traffic and mature enough to be widely deployed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/comnets2016-multipathsurvey.pdf",
+	url.size = "4632900",
+	url.md5 = "568dbefc09c209fa4d5598258d7f0831",
+	url.mime = "application/pdf",
+	url.pagesize = "595.245 x 793.92 pts",
+	url.checked = "2024-06-30 11:40:23 CEST"
+}
+
+@Misc{ Haikou2016-Presentation,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at Hainan University -- An Introduction to the NorNet Testbed}",
+	howpublished = "Invited Talk at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "34",
+	day = "29",
+	month = may,
+	year = "2016",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at Hainan University.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-presentation_1.pdf",
+	url.size = "14171665",
+	url.md5 = "158d559194bda92bc05c1a7a1603880d",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:40:23 CEST"
+}
+
+@Misc{ Haikou2016-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{An Experiment Tutorial for the NorNet Core Testbed at Hainan University}",
+	howpublished = "Tutorial at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "27",
+	day = "29",
+	month = may,
+	year = "2016",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial -- presented for students at the College of Information Science and Technology~(CIST) at Hainan University -- provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-tutorial_0.pdf",
+	url.size = "7479075",
+	url.md5 = "65d8e35c633a55315b7f72a764d7d970",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:40:24 CEST"
+}
+
+@Misc{ HKC2016-Presentation,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at the Haikou College of Economics -- An Introduction to the NorNet Testbed}",
+	howpublished = "Invited Talk at the Haikou College of Economics",
+	numpages = "28",
+	day = "6",
+	month = jun,
+	year = "2016",
+	address = "Guilinyang, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at the Haikou College of Economics.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hkc-presentation.pdf",
+	url.size = "10406054",
+	url.md5 = "2df3a5eec4fffe610a7ac773c8c2056c",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:40:24 CEST"
+}
+
+@InProceedings{ MSN2016,
+	author = "Thomas Dreibholz",
+	title = "{NorNet -- The Internet Testbed for Multi-Homed Systems}",
+	booktitle = "{Proceedings of the Multi-Service Networks Conference~(MSN, Coseners)}",
+	numpages = "16",
+	day = "8",
+	month = jul,
+	year = "2016",
+	address = "Abingdon, Oxfordshire/United Kingdom",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Overview",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/msn2016-presentation.pdf",
+	url.size = "11465832",
+	url.md5 = "693855de478247f1b9ac6be6e93c2af5",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:14:33 CEST"
+}
+
+@InProceedings{ LinuxCon2016,
+	author = "Thomas Dreibholz",
+	title = "{NorNet -- Building an Inter-Continental Internet Testbed based on Open Source Software}",
+	booktitle = "{Proceedings of the LinuxCon Europe}",
+	numpages = "36",
+	day = "5",
+	month = oct,
+	year = "2016",
+	address = "Berlin/Germany",
+	language = "english",
+	keywords = "NorNet Testbed, Multi-Path Transport, Resilience, Virtualisation, Linux, Open Source",
+	abstract = "{NorNet is an open, international Internet testbed platform for research on multi-homed systems. Multi-homed systems have the property of being connected to multiple Internet Service Providers~(ISP) simultaneously, in order to still provide connectivity in case of ISP/network failures. Basis of NorNet is Linux, together with other Open Source software. At the moment, the testbed infrastructure spreads over 21~sites on 4~continents.
+NorNet makes extensive use of advanced Linux features like virtualisation, file system features, routing rules, SCTP, MPTCP, and more. The global distribution creates further challenges. Goal of this talk is therefore to provide an overview of the problems that occurred when building the testbed, as well as solutions and lessons learned from solving these challenges. The idea is to present guidelines for utilising the advanced Linux features in own projects.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/linuxcon2016-presentation.pdf",
+	url.size = "9816526",
+	url.md5 = "835722bb90f2cf4e0aab67be150396b5",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 446 pts",
+	url.checked = "2024-06-30 11:40:25 CEST"
+}
+
+@Misc{ Sydney2017-Presentation,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at the University of Sydney -- An Introduction to the NorNet Core Testbed}",
+	howpublished = "Invited Talk at University of Sydney, School of Information Technologies",
+	numpages = "25",
+	day = "24",
+	month = jan,
+	year = "2017",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet's wired network part NorNet Core. Particularly, it will also show how the NorNet Core testbed can be utilised for research at the University of Sydney.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/sydney2017-presentation.pdf",
+	url.size = "12131689",
+	url.md5 = "e5f885e46a6b34b6fdcaf44fc77adde1",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:47:30 CEST"
+}
+
+@Misc{ Sydney2017-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{An Experiment Tutorial for the NorNet Core Testbed at the University of Sydney}",
+	howpublished = "Tutorial at University of Sydney, School of Information Technologies",
+	numpages = "27",
+	day = "24",
+	month = jan,
+	year = "2017",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial -- presented for Ph.D.\ students at the School of Information Technologies of the University of Sydney -- provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/sydney-tutorial.pdf",
+	url.size = "4944507",
+	url.md5 = "d3154a5ac9aa2ec045c406d15ee51da7",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:47:30 CEST"
+}
+
+@Misc{ UCLM2017-MultiPath-Presentation,
+	author = "Thomas Dreibholz",
+	title = "{Multi-Path Transport -- From Simulations to Real-World Internet Measurements}",
+	howpublished = "Keynote Talk at the Universidad de Castilla-La Mancha, Instituto de Investigación Informática de Albacete",
+	numpages = "36",
+	day = "16",
+	month = feb,
+	year = "2017",
+	address = "Albacete, Castilla-La Mancha/Spain",
+	language = "english",
+	keywords = "Multi-Path Transport, Multi-Path TCP (MPTCP), Concurrent Multi-Path Transfer for the Stream Control Transmission Protocol (CMT-SCTP), Simulations, Lab Measurements, Internet Measurements, NorNet Testbed, NorNet Core",
+	abstract = "{A large fraction of the communication in the Internet is handled by the Transmission Control Protocol (TCP). Since the first deployments of this protocol more than 30 years ago, the spectrum of applications as well as the structure of the network have developed at a fast pace. For example, today's network devices, like smartphones and laptops -- i.e.\ particularly many devices in the area of mobile computing -- frequently have an interesting property: the existence of multiple IP addresses (IPv4 and/or IPv6). The addresses may even change due to mobility. This property, denoted as multi-homing, can be utilised for multi-path transport, i.e. the simultaneous usage of multiple paths in the network to improve performance. Multi-path transport is a hot topic in the Internet Engineering Task Force (IETF), which is the standardisation organisation for the Internet.
+This talk provides an overview of the work in the areas of multi-homing and multi-path transport, with focus on the area of the protocols TCP and Stream Control Transmission Protocol (SCTP) with their experimental extensions Multi-Path TCP (MPTCP) and Concurrent Multi-Path Transfer for SCTP (CMT-SCTP). It particularly shows the sequence of research and selected results, beginning from a simple simulation model, via lab setups and small Internet scenarios, up to the large-scale, international testbed project NorNet. NorNet, and particularly its landline network part NorNet Core, is furthermore described in some detail. Based on NorNet, it is finally possible to validate simulation results in real-world, multi-homed networks, in order to provide valuable input to the ongoing IETF standardisation processes of MPTCP and CMT-SCTP.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-multipath-presentation_1.pdf",
+	url.size = "14981518",
+	url.md5 = "9bf3211e05f81f9e2950c956ca8aff18",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:47:30 CEST"
+}
+
+@Misc{ UCLM2017-NorNet-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{An Experiment Tutorial for the NorNet Core Testbed at the the Universidad de Castilla-La Mancha}",
+	howpublished = "Tutorial at the Universidad de Castilla-La Mancha, Instituto de Investigación Informática de Albacete",
+	numpages = "27",
+	day = "16",
+	month = feb,
+	year = "2017",
+	address = "Albacete, Castilla-La Mancha/Spain",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial -- presented for staff members and students at the Instituto de Investigación Informática de Albacete of the the Universidad de Castilla-La Mancha -- provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-nornet-tutorial.pdf",
+	url.size = "5369515",
+	url.md5 = "fc137937a18e3b14ff370926de13c094",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:47:31 CEST"
+}
+
+@Misc{ UCLM2017-INET-Presentation,
+	author = "Thomas Dreibholz",
+	title = "{Multi-Path Transport with OMNeT++ and the INET Framework}",
+	howpublished = "Invited Talk at the Universidad de Castilla-La Mancha, Instituto de Investigación Informática de Albacete",
+	numpages = "27",
+	day = "16",
+	month = feb,
+	year = "2017",
+	address = "Albacete, Castilla-La Mancha/Spain",
+	language = "english",
+	keywords = "Multi-Path Transport, OMNeT++, INET Framework, Stream Control Transmission Protocol, SCTP, Concurrent Multipath Transfer, CMT, CMT-SCTP, NetPerfMeter, SimProcTC",
+	abstract = "{In order to evaluate the performance of multi-path transport protocols, a straightforward initial step is to perform simulations. OMNeT++, together with the INET Framework, provide a powerful Open Source platform for running network simulations. This talk provides an overview of simulating multi-path transport with OMNeT++ and the INET Framework. Particular focus is on the Concurrent Multipath Transfer extension for the Stream Control Transmission Protocol (SCTP). Furthermore, useful additions like the NetPerfMeter application model, the extended network auto-configurator as well as the Simulation Processing Tool-Chain (SimProcTC) are explained.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-inet-presentation.pdf",
+	url.size = "4471187",
+	url.md5 = "3f419d15dbbf273d69067d6ab0b0aa07",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:47:31 CEST"
+}
+
+@InProceedings{ AINA2017-PathMgt,
+	author = "Kun Wang and Thomas Dreibholz and Xing Zhou and Fa Fu and Yuyin Tan and Xi Cheng and Qining Tan",
+	title = "{On the Path Management of Multi-Path TCP in Internet Scenarios based on the NorNet Testbed}",
+	booktitle = "{Proceedings of the IEEE International Conference on Advanced Information Networking and Applications~(AINA)}",
+	pages = "1--8",
+	numpages = "8",
+	day = "27",
+	month = mar,
+	year = "2017",
+	address = "Taipei, Taiwan/People's Republic of China",
+	language = "english",
+	isbn = "978-1-5090-6028-3",
+	doi = "10.1109/AINA.2017.29",
+	keywords = "Multi-Path Transport, Multi-Path TCP (MPTCP), Resilience, Path Management, Congestion Control, Configuration",
+	abstract = "{With the rapid development of Internet communications, there is a growing demand to support devices being connected to multiple Internet service providers simultaneously. For example, every modern smartphone already provides at least mobile broadband (UMTS, LTE) as well as Wi-Fi interfaces. This multi-homing property can be used for resilience, but there is also an increasing interest in making use of concurrent multi-path transport. That is, multiple network paths can be utilised simultaneously, in order to improve the payload throughput for applications like big data or cloud computing.
+In this paper, we examine the performance of multi-path transport in real-world Internet setups, based on Multi-Path TCP (MPTCP) in the NorNet testbed for multi-homed systems. However, systems in such challenging setups need proper configuration. Therefore, we particularly would like to highlight the performance impact of different path management and congestion control settings in such realistic scenarios.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/kunwang-paper-web.pdf",
+	url.size = "387514",
+	url.md5 = "28dbde48237a546a430f386474476c17",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:47:31 CEST"
+}
+
+@InProceedings{ AINA2017-BufferSize,
+	author = "Feng Zhou and Thomas Dreibholz and Xing Zhou and Fa Fu and Yuyin Tan and Quan Gan",
+	title = "{The Performance Impact of Buffer Sizes for Multi-Path TCP in Internet Setups}",
+	booktitle = "{Proceedings of the IEEE International Conference on Advanced Information Networking and Applications~(AINA)}",
+	pages = "9--16",
+	numpages = "8",
+	day = "27",
+	month = mar,
+	year = "2017",
+	address = "Taipei, Taiwan/People's Republic of China",
+	language = "english",
+	isbn = "978-1-5090-6028-3",
+	doi = "10.1109/AINA.2017.26",
+	keywords = "Multi-Path Transport, Multi-Path TCP (MPTCP), Buffer Size, Throughput, Robustness",
+	abstract = "{The Multi-Path Transmission Control Protocol (MPTCP) is the new concurrent multi-path transfer extension for the widely-deployed Transmission Control Protocol (TCP). Of course, having multiple and possibly highly dissimilar paths for transmission is a challenge for the management of the send and receive buffers, since optimal throughput is desired with a reasonable allocation of the limited memory resources in MPTCP endpoints. This is particularly important when many MPTCP connections have to be handled simultaneously.
+This paper measures out the required MPTCP buffer size in the real-world Internet testbed NorNet, comparing theoretical size and real size to analyse MPTCP performance. The experiment shows that multi-path transmission can effectively increase the application payload throughput, and greatly improve the robustness of the data transmission. As an important point of this paper, we can show that appropriate buffer size settings can increase the payload throughput, while not wasting resources.
+This paper has certain significance for further accurately determining the optimal buffer size settings for multi-path transmission in large-scale Internet setups.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/fengzhou-mptcp-web.pdf",
+	url.size = "1030101",
+	url.md5 = "a1ef777ccb72a3d160bd59fb377879ea",
+	url.mime = "application/pdf",
+	url.pagesize = "595.28 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:47:31 CEST"
+}
+
+@Misc{ Haikou2017-NEAT,
+	author = "Thomas Dreibholz",
+	title = "{A Practical Introduction to NEAT at Hainan University}",
+	howpublished = "Invited Talk at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "19",
+	day = "17",
+	month = apr,
+	year = "2017",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NEAT, NEAT Sockets API, Client, Server, Programming, Examples, NorNet Core",
+	abstract = "{The goal of NEAT (A New, Evolutive API and Transport-Layer Architecture for the Internet) is to allow network "services" offered to applications – such as reliability, low-delay communication or security – to be dynamically tailored based on application demands, current network conditions, hardware capabilities or local policies, and also to support the integration of new network functionality in an evolutionary fashion, without applications having to be rewritten.
+	This talk gives a practical introduction to NEAT from a developer's perspective: after an introduction to NEAT, the APIs and in particular the NEAT Sockets API are explained. This is followed by pseudo-code examples and finally running-code examples. These running-code examples particularly also show how to use NEAT in NorNet Core}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-introduction.pdf",
+	url.size = "886012",
+	url.md5 = "0da3ed198c7c49822d6626281f3dd270",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 540 pts",
+	url.checked = "2024-06-30 11:47:31 CEST"
+}
+
+@Misc{ Haikou2017-MultiPath-Presentation,
+	author = "Thomas Dreibholz",
+	title = "{Multi-Path Transport at Hainan University – From Simulations to Real-World Internet Measurements in the NorNet Testbed}",
+	howpublished = "Keynote Talk at Hainan University, College of Information Science and Technology (CIST)",
+	numpages = "44",
+	day = "18",
+	month = apr,
+	year = "2017",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{A large fraction of the communication in the Internet is handled by the Transmission Control Protocol (TCP). Since the first deployments of this protocol more than 30 years ago, the spectrum of applications as well as the structure of the network have developed at a fast pace. For example, today's network devices, like smartphones and laptops -- i.e.\ particularly many devices in the area of mobile computing -- frequently have an interesting property: the existence of multiple IP addresses (IPv4 and/or IPv6). The addresses may even change due to mobility. This property, denoted as multi-homing, can be utilised for multi-path transport, i.e. the simultaneous usage of multiple paths in the network to improve performance. Multi-path transport is a hot topic in the Internet Engineering Task Force (IETF), which is the standardisation organisation for the Internet.
+This talk provides an overview of the work in the areas of multi-homing and multi-path transport, with focus on the area of the protocols TCP and Stream Control Transmission Protocol (SCTP) with their experimental extensions Multi-Path TCP (MPTCP) and Concurrent Multi-Path Transfer for SCTP (CMT-SCTP). It particularly shows the sequence of research and selected results, beginning from a simple simulation model, via lab setups and small Internet scenarios, up to the large-scale, international testbed project NorNet. NorNet, and particularly its landline network part NorNet Core, is furthermore described in some detail. Based on NorNet, it is finally possible to validate simulation results in real-world, multi-homed networks, in order to provide valuable input to the ongoing IETF standardisation processes of MPTCP and CMT-SCTP. Particularly, it will also show how the NorNet testbed can be utilised for research at Hainan University.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation.pdf",
+	url.size = "15151415",
+	url.md5 = "ece75d74aefc18d93d4ae7728ffadf5b",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:47:32 CEST"
+}
+
+@Misc{ Haikou2017-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{The Basics of Using the NorNet Core Testbed at Hainan University}",
+	howpublished = "Tutorial at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "30",
+	day = "18",
+	month = apr,
+	year = "2017",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial -- presented for students at the College of Information Science and Technology~(CIST) at Hainan University -- provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial.pdf",
+	url.size = "5105692",
+	url.md5 = "dd54c96d743be34c823d3d26f2268a0d",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:47:32 CEST"
+}
+
+@InProceedings{ ANRW2017,
+	author = "Felix Weinrank and Karl-Johan Grinnemo and Zdravko Bozakov and Anna Brunström and Thomas Dreibholz and Per Hurtig and Naeem Khademi and Michael Tüxen",
+	title = "{A NEAT Way to Browse the Web}",
+	howpublished = "Demo Presentation",
+	booktitle = "{Proceedings of the ACM, IRTF and ISOC Applied Networking Research Workshop~(ANRW)}",
+	pages = "33--34",
+	numpages = "2",
+	day = "15",
+	month = jul,
+	year = "2017",
+	address = "Praha/Czech Republic",
+	language = "english",
+	isbn = "978-1-4503-5108-9",
+	doi = "10.1145/3106328.3106335",
+	keywords = "NEAT, Ossification, Transport Selection, Transport Service, SCTP, TCP",
+	abstract = "{There is a growing concern that the Internet transport layer has become ossified in the face of emerging novel applications, and that further evolution has become very difficult. The NEAT system is a novel and evolvable transport system that decouples applications from the underlying transport layer and network services. In so doing, it facilitates dynamic transport selection. This demo shows how the NEAT system is able to dynamically select the most appropriate transport solution for the Mozilla Firefox web browser.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/anrw17-final13.pdf",
+	url.size = "426773",
+	url.md5 = "88e5c2bc95ec7b070cf838734646bcfe",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 11:47:32 CEST"
+}
+
+@InProceedings{ MELODIC-Warsaw2017,
+	author = "Thomas Dreibholz",
+	title = "{Testing Applications with the NorNet Infrastructure}",
+	booktitle = "{Proceedings of the MELODIC Plenary Meeting}",
+	numpages = "15",
+	day = "21",
+	month = sep,
+	year = "2017",
+	address = "Warszawa, Masovia/Poland",
+	language = "english",
+	keywords = "Cloud Computing, MELODIC, Multi-Homing, NorNet Core, NorNet Testbed, OpenStack",
+	abstract = "{This talk gives a short overview over the possibilities of testing applications in the NorNet infrastructure. Furthermore, it presents a short overview of the ongoing work on integrating NorNet Core with the MELODIC multi-cloud infrastructure.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/melodic-warsaw2017.pdf",
+	url.size = "12282757",
+	url.md5 = "d7f500252a941682c5de800875a9e1c3",
+	url.mime = "application/pdf",
+	url.pagesize = "793.672 x 595.247 pts",
+	url.checked = "2024-06-30 11:47:33 CEST"
+}
+
+@Misc{ Haikou2017-2-MultiPath,
+	author = "Thomas Dreibholz",
+	title = "{An Introduction to Multi-Path Transport at Hainan University}",
+	howpublished = "Keynote Talk at Hainan University, College of Information Science and Technology (CIST)",
+	numpages = "44",
+	day = "14",
+	month = dec,
+	year = "2017",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{A large fraction of the communication in the Internet is handled by the Transmission Control Protocol (TCP). Since the first deployments of this protocol more than 30 years ago, the spectrum of applications as well as the structure of the network have developed at a fast pace. For example, today's network devices, like smartphones and laptops -- i.e.\ particularly many devices in the area of mobile computing -- frequently have an interesting property: the existence of multiple IP addresses (IPv4 and/or IPv6). The addresses may even change due to mobility. This property, denoted as multi-homing, can be utilised for multi-path transport, i.e. the simultaneous usage of multiple paths in the network to improve performance. Multi-path transport is a hot topic in the Internet Engineering Task Force (IETF), which is the standardisation organisation for the Internet.
+This talk provides an overview of the work in the areas of multi-homing and multi-path transport, with focus on the area of the protocols TCP and Stream Control Transmission Protocol (SCTP) with their experimental extensions Multi-Path TCP (MPTCP) and Concurrent Multi-Path Transfer for SCTP (CMT-SCTP). It particularly shows the sequence of research and selected results, beginning from a simple simulation model, via lab setups and small Internet scenarios, up to the large-scale, international testbed project NorNet. NorNet, and particularly its landline network part NorNet Core, is furthermore described in some detail. Based on NorNet, it is finally possible to validate simulation results in real-world, multi-homed networks, in order to provide valuable input to the ongoing IETF standardisation processes of MPTCP and CMT-SCTP. Particularly, it will also show how the NorNet testbed can be utilised for research at Hainan University.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation_0.pdf",
+	url.size = "15151415",
+	url.md5 = "ece75d74aefc18d93d4ae7728ffadf5b",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:47:33 CEST"
+}
+
+@Misc{ Haikou2017-2-NorNet-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{NorNet Core Beginner Tutorial at Hainan University}",
+	howpublished = "Tutorial at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "30",
+	day = "15",
+	month = dec,
+	year = "2017",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial -- presented for students at the College of Information Science and Technology~(CIST) at Hainan University -- provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial_0.pdf",
+	url.size = "5105692",
+	url.md5 = "dd54c96d743be34c823d3d26f2268a0d",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:47:34 CEST"
+}
+
+@Misc{ Haikou2017-2-NEAT-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{NEAT Tutorial at Hainan University: Getting Started with NEAT}",
+	howpublished = "Invited Talk at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "20",
+	day = "18",
+	month = dec,
+	year = "2017",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NEAT, NEAT Sockets API, Client, Server, Programming, Examples, NorNet Core",
+	abstract = "{The goal of NEAT (A New, Evolutive API and Transport-Layer Architecture for the Internet) is to allow network "services" offered to applications – such as reliability, low-delay communication or security – to be dynamically tailored based on application demands, current network conditions, hardware capabilities or local policies, and also to support the integration of new network functionality in an evolutionary fashion, without applications having to be rewritten.
+	This talk gives a practical introduction to NEAT from a developer's perspective: after an introduction to NEAT, the APIs and in particular the NEAT Sockets API are explained. This is followed by pseudo-code examples and finally running-code examples. These running-code examples particularly also show how to use NEAT in NorNet Core}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-tutorial.pdf",
+	url.size = "3274944",
+	url.md5 = "3a3d41b926ad3b6e7cad46b6f4372f7e",
+	url.mime = "application/pdf",
+	url.pagesize = "719.972 x 539.972 pts",
+	url.checked = "2024-06-30 11:47:34 CEST"
+}
+
+@Misc{ Haikou2017-2-MELODIC-Introduction,
+	author = "Thomas Dreibholz",
+	title = "{Big Data Applications on Multi-Clouds: An Introduction to the MELODIC Project}",
+	howpublished = "Keynote Talk at Hainan University, College of Information Science and Technology (CIST)",
+	numpages = "28",
+	day = "29",
+	month = dec,
+	year = "2017",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "Cloud Computing, MELODIC, OpenStack, Big Data, Applications",
+	abstract = "{In former times, it was necessary to operate and maintain powerful personal computers to run applications. Nowadays, many "normal" users just use laptops, tablet PCs or smartphones. Their applications are powered by cloud systems in the background, which are operated in data centres at remote locations and being connected over the Internet. This presentation first introduces the basics of cloud computing: virtualisation, virtual machines, containers, and software as a service.
+A challenge of using cloud computing is to deploy services to cloud providers, in order to operate them in a cost-efficient way while providing the best application experience to the users. The vision of the Multi-Cloud Execution-Ware for Large-scale Optimised Data-Intensive Computing~(MELODIC) project is to enable federated cloud computing for data-intensive applications. Furthermore, it provides the user with an easy-to-use, unified cloud environment, which hides the complexity of a multi-cloud. The second part of this presentation therefore provides an overview of the basic ideas and application use cases of MELODIC.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-introduction.pdf",
+	url.size = "11649839",
+	url.md5 = "78406b60a0eb59d72adf177f427ed542",
+	url.mime = "application/pdf",
+	url.pagesize = "1919.96 x 1079.97 pts",
+	url.checked = "2024-06-30 11:47:34 CEST"
+}
+
+@Misc{ Haikou2017-2-MELODIC-NorNetCore,
+	author = "Thomas Dreibholz",
+	title = "{Combining NorNet Core with MELODIC}",
+	howpublished = "Invited Talk at Hainan University, College of Information Science and Technology (CIST)",
+	numpages = "15",
+	day = "29",
+	month = dec,
+	year = "2017",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "Cloud Computing, MELODIC, Multi-Homing, NorNet Core, NorNet Testbed, OpenStack",
+	abstract = "{This talk gives a short overview over the possibilities of testing applications in the NorNet infrastructure. Furthermore, it presents a short overview of the ongoing work on integrating NorNet Core with the MELODIC multi-cloud infrastructure, including the NorNet Core setup at Hainan University and the Haikou College of Economics.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-nornetcore.pdf",
+	url.size = "11035629",
+	url.md5 = "9ade823e423387685270004ad3561220",
+	url.mime = "application/pdf",
+	url.pagesize = "793.672 x 595.247 pts",
+	url.checked = "2024-06-30 11:47:35 CEST"
+}
+
+@InProceedings{ ITC2018,
+	author = "Runa Barik and Michael Welzl and Ahmed Mustafa Elmokashfi and Thomas Dreibholz and Stein Gjessing",
+	title = "{Can WebRTC QoS Work? A DSCP Measurement Study}",
+	booktitle = "{Proceedings of the 30th International Teletraffic Congress~(ITC)}",
+	pages = "167--175",
+	numpages = "9",
+	day = "6",
+	month = sep,
+	year = "2018",
+	address = "Wien/Austria",
+	language = "english",
+	isbn = "978-0-9883045-5-0",
+	doi = "10.1109/ITC30.2018.00034",
+	keywords = "Measurement, Fling, DSCP, Ingress, Egress",
+	abstract = "{DiffServ was designed to implement service provider quality of service (QoS) policies, where ingress and egress routers change the DiffServ Code Point (DSCP) in the IP header. However, nowadays, applications are beginning to directly set the DSCP themselves, in the hope that this will yield a more appropriate service for their respective video, audio and data streams. WebRTC is a prime example of such an application.
+As a first step towards understanding whether "WebRTC QoS works", we measured, for both IPv4 and IPv6, what happens to DSCP values along Internet paths. Our study is based on end-to-end measurements from 160 IPv4 and 65 IPv6 geographically spread controlled probe clients to 34 IPv4 and 18 IPv6 servers respectively. Clearly, when the DSCP value is changed, the net result may not be what the application desired. We find that this happens often, and conclude with recommendations on how to improve WebRTC and other applications using the DSCP.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/itc30.pdf",
+	url.size = "325160",
+	url.md5 = "61250e710bd427bef09802e076ff4185",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2020-07-18 14:27:24 CEST"
+}
+
+@InProceedings{ IAEAC2018,
+	author = "Qining Tan and Xuelei Yang and Lan Zhao and Xing Zhou and Thomas Dreibholz",
+	title = "{A Statistic Procedure to Find Formulae for Buffer Size in MPTCP}",
+	booktitle = "{Proceedings of the 3rd IEEE Advanced Information Technology, Electronic and Automation Control Conference~(IAEAC)}",
+	pages = "900--907",
+	numpages = "8",
+	day = "13",
+	month = oct,
+	year = "2018",
+	address = "Chongqing/People's Republic of China",
+	language = "english",
+	isbn = "978-1-5386-4509-3",
+	doi = "10.1109/IAEAC.2018.8577570",
+	keywords = "Multi-Path TCP~(MPTCP), Buffer Size, Throughput, Statistical Predictive Modelling, Congestion Control",
+	abstract = "{It has been shown that the Multi-Path Transmission Control Protocol~(MPTCP) can improve throughput, robustness and resilience of network transport. This paper seeks to discover the relationship of buffer size with throughput and congestion control algorithms, based on the statistical predictive modelling method. In spite of rapid growth of the implementations of MPTCP, the theoretical and fundamental question –- how large the buffer size of MPTCP should be to meet the network traffic -– remains unaddressed, although there were graphic illustrations and descriptive discussions about it.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/iaeac2018-web.pdf",
+	url.size = "1788429",
+	url.md5 = "aa33f9937c7cfa4a0e666d35986a5f48",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 14:35:08 CEST"
+}
+
+@Article{ CompEngApps2018,
+	author = "Yu Lou and Xing Zhou and Yu Long and Hanbao Kuang and Thomas Dreibholz and Yuyin Tan",
+	title = "{Performance Analysis of MPTCP Protocol in Multiple Scenarios}",
+	journal = "{Computer Engineering and Applications}",
+	volume = "54",
+	issue = "24",
+	pages = "79--86",
+	numpages = "8",
+	day = "15",
+	month = dec,
+	year = "2018",
+	publisher = "CEA",
+	language = "english",
+	content-language = "chinese",
+	issn = "1002-8331",
+	doi = "10.3778/j.issn.1002-8331.1806-0034",
+	keywords = "IPv6, MPTCP, Video Broadcast Platform, Load Balancing, Robustness",
+	abstract = "{By studying address structure of TCP/IPv4 and the functions of Socket API, the address structure of MPTCP/IPv6 and the software of Socket API are rebuilt, the SRS stream media server has been extended by IPv6 support. Based upon this, MPTCP kernel and the extended SRS stream media server are recompiled, corresponding routing tables are configured. Finally, a video broadcast platform is set up based upon the technologies of IPv6+MPTCP. It verifies the effectiveness and usability combining these two technologies. The results show: (1) The load-balancing ability of MPTCP-based concurrent multi-path transmission technology is effective; (2) MPTCP multi-path transmission technology can realize the seamless switching of the network and improve the network robustness; (3) There is good compatibility among IPv6, MPTCP and Real Time Message Protocol (RTMP); (4) The broadcast platform provides an example for developing future applications of all kinds connecting endpoints based upon IPv6+MPTCP in Next Generation Internet (NGI).}",
+	url = "https://web.archive.org/web/20190128151215/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&id=37335",
+	url.size = "844969",
+	url.md5 = "0783dbb21a0dacf0029868fecfbf3864",
+	url.mime = "application/pdf",
+	url.pagesize = "629.291 x 875.905 pts",
+	url.checked = "2019-01-28 16:22:00 CET"
+}
+
+@InProceedings{ PDP2019,
+	author = "Thomas Dreibholz and Somnath Mazumdar and Feroz Zahid and Amirhosein Taherkordi and Ernst Gunnar Gran",
+	title = "{Mobile Edge as Part of the Multi-Cloud Ecosystem: A Performance Study}",
+	booktitle = "{Proceedings of the 27th Euromicro International Conference on Parallel, Distributed and Network-Based Processing~(PDP)}",
+	pages = "59--66",
+	numpages = "8",
+	day = "13",
+	month = feb,
+	year = "2019",
+	address = "Pavia, Lombardia/Italy",
+	language = "english",
+	isbn = "978-1-7281-1644-0",
+	doi = "10.1109/EMPDP.2019.8671599",
+	keywords = "Cloud Computing, Latency, Mobile Edge Computing, Multi-Cloud, Performance",
+	abstract = "{Cloud computing has revolutionized the way of application usage and deployment: applications run cost-effectively in remote data centers. With the increasing need for mobility and micro-services, particularly with the upcoming 5G mobile broadband networks, there is also a strong demand for mobile edge computing (MEC): applications run in small cloud systems in close proximity to the user, in order to minimize latencies. Both cloud and MEC have their advantages and disadvantages. Combining the two approaches in a unified multi-cloud, consisting of both traditional cloud services provisioned over heterogeneous cloud platforms and MEC systems, has the potential of obtaining the best out of both worlds. However, a comprehensive study is needed to evaluate the performance gains and the overheads involved for real-world cloud applications. In this paper, we introduce a baseline performance evaluation in order to identify the fallacies and pitfalls of combining multiple cloud systems and MEC into a unified MEC-multi-cloud platform. For this purpose, we analyze the basic, application-independent performance metrics of average round-trip time (RTT) and average application payload throughput in a setup consisting of two private and one public cloud systems. This baseline performance analysis confirms the feasibility of MEC-multi-cloud, and provides guidelines for designing an autonomic resource provisioning solutions, in terms of an extension proposed to our existing Melodic middleware platform for multi-cloud applications.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/pdp2019-web.pdf",
+	url.size = "10204392",
+	url.md5 = "ec3ccc12f5e74208bbcb2f363f019be9",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:53:13 CEST",
+	url.keywords = "Cloud Computing, Mobile Edge Computing, Multi-Cloud, Performance, Latency"
+}
+
+@Misc{ Sydney2019,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at the University of Sydney: From Simulations to Real-World Internet Measurements for Multi-Path Transport Research}",
+	howpublished = "Invited Talk at University of Sydney",
+	numpages = "43",
+	day = "10",
+	month = jan,
+	year = "2019",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{A large fraction of the communication in the Internet is handled by the Transmission Control Protocol (TCP). Since the first deployments of this protocol more than 30 years ago, the spectrum of applications as well as the structure of the network have developed at a fast pace. For example, today's network devices, like smartphones and laptops -- i.e.\ particularly many devices in the area of mobile computing -- frequently have an interesting property: the existence of multiple IP addresses (IPv4 and/or IPv6). The addresses may even change due to mobility. This property, denoted as multi-homing, can be utilised for multi-path transport, i.e. the simultaneous usage of multiple paths in the network to improve performance. Multi-path transport is a hot topic in the Internet Engineering Task Force (IETF), which is the standardisation organisation for the Internet.
+This talk provides an overview of the work in the areas of multi-homing and multi-path transport, with focus on the area of the protocols TCP and Stream Control Transmission Protocol (SCTP) with their experimental extensions Multi-Path TCP (MPTCP) and Concurrent Multi-Path Transfer for SCTP (CMT-SCTP). It particularly shows the sequence of research and selected results, beginning from a simple simulation model, via lab setups and small Internet scenarios, up to the large-scale, international testbed project NorNet. NorNet, and particularly its landline network part NorNet Core, is furthermore described in some detail. Based on NorNet, it is finally possible to validate simulation results in real-world, multi-homed networks, in order to provide valuable input to the ongoing IETF standardisation processes of MPTCP and CMT-SCTP. Particularly, it will also show how the NorNet testbed can be utilised for research at the University of Sydney.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/sydney2019-presentation.pdf",
+	url.size = "17486981",
+	url.md5 = "8e5c35e9b396565a42c5cb24d208bd1f",
+	url.mime = "application/pdf",
+	url.pagesize = "793.672 x 595.247 pts",
+	url.checked = "2024-06-30 11:53:13 CEST"
+}
+
+@InProceedings{ M2EC2019-VideoStreaming,
+	author = "Yu Luo and Xing Zhou and Thomas Dreibholz and Hanbao Kuang",
+	title = "{A Real-Time Video Streaming System over IPv6+MPTCP Technology}",
+	booktitle = "{Proceedings of the 1st International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing~(M2EC) in conjunction with the 33rd International Conference on Advanced Information Networking and Applications~(AINA)}",
+	pages = "1007--1019",
+	numpages = "13",
+	day = "27",
+	month = mar,
+	year = "2019",
+	address = "Matsue, Shimane/Japan",
+	language = "english",
+	isbn = "978-3-030-15034-1",
+	doi = "10.1007/978-3-030-15035-8_99",
+	keywords = "Video Streaming Platform, IPv6, MPTCP, Load Balancing, Resilience",
+	abstract = "{Today, a steadily increasing number of users are not just passively consuming Internet content, but also share and publish content. Users publish text, photos and videos. With the availability of 5G high-speed, low-latency mobile broadband networks, real-time video streaming will also be possible. We believe this will become a very popular application in the coming years. But the more popular a service is, the higher the need for resilience.
+In this paper, we introduce our work-in-progress live video streaming platform for future mobile edge computing scenarios, which makes use of MPTCP+IPv6 to support multi-homing for resilience and multi-path transport for load balancing. As a proof of concept, we will show that the platform is (1) compatible with IPv6, (2) utilizes load balancing when possible and (3) provides robustness by network redundancy.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/m2ec2019-videostreaming.pdf",
+	url.size = "216080",
+	url.md5 = "724099429d06664fda7dab312b962cf2",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:57:17 CEST"
+}
+
+@InProceedings{ M2EC2019-MultiCloud,
+	author = "Jiangshui Hong and Thomas Dreibholz and Joseph Adam Schenkel and Jiaxi Alessia Hu",
+	title = "{An Overview of Multi-Cloud Computing}",
+	booktitle = "{Proceedings of the 1st International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing~(M2EC) in conjunction with the 33rd International Conference on Advanced Information Networking and Applications~(AINA)}",
+	pages = "1055--1068",
+	numpages = "14",
+	day = "27",
+	month = mar,
+	year = "2019",
+	address = "Matsue, Shimane/Japan",
+	language = "english",
+	isbn = "978-3-030-15034-1",
+	doi = "10.1007/978-3-030-15035-8_103",
+	keywords = "Cloud Computing, Multi-Cloud, Hybrid Cloud, Federated Clouds, Big Data",
+	abstract = "{The purpose of this paper is to provide a brief overview of cloud computing technologies, particularly with respect to multi-cloud networks. First, the basics of cloud computing concepts are discussed. Next we outline some challenges facing cloud computing, and discuss how multi-cloud systems including multi-clouds, hybrid clouds, federated clouds, and cross-clouds may be used to deal with some of these issues. Finally, multi-cloud systems may also be used in conjunction with new developing technologies such as Big Data and Machine Learning, leading to exciting innovations. These are reviewed in brief. Our goal is to provide a modern look at the state of the art in multi-cloud computing and review open issues in the field. The goal is that this paper will help the reader to understand challenges facing cloud computing, how multi-cloud computing addresses some of these issues, and inspire community excitement at the future integration of multi-cloud platforms with other novel technologies.}",
+	url = "https://web-backend.simula.no/sites/default/files/2024-06/M2EC2019-MultiCloud.pdf",
+	url.size = "110832",
+	url.md5 = "505f5129e8c349000eb61cdb22572cf2",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:57:17 CEST"
+}
+
+@InProceedings{ IETF104,
+	author = "Runa Barik and Michael Welzl and Gorry Fairhurst and Thomas Dreibholz and Ahmed Mustafa Elmokashfi and Stein Gjessing",
+	title = "{Native SCTP, DCCP, UDP-Lite and Home Gateway NATs}",
+	booktitle = "{Proceedings of the 104th IETF Meeting}",
+	numpages = "11",
+	day = "28",
+	month = mar,
+	year = "2019",
+	address = "Praha/Czech Republic",
+	language = "english",
+	url = "https://datatracker.ietf.org/meeting/104/materials/slides-104-maprg-native-sctp-dccp-udp-lite-and-home-gateway-nats-runa-barik-01",
+	url.size = "81086",
+	url.md5 = "83992b2612501e88a1cb746e116b0e49",
+	url.mime = "application/pdf",
+	url.pagesize = "362.835 x 272.126 pts",
+	url.checked = "2024-06-30 11:53:14 CEST"
+}
+
+@Misc{ Haikou2019-MultiPath,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at Hainan University: From Simulations to Real-World Internet Measurements for Multi-Path Transport Research}",
+	howpublished = "Keynote Talk at Hainan University, College of Information Science and Technology (CIST)",
+	numpages = "44",
+	day = "15",
+	month = apr,
+	year = "2019",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{A large fraction of the communication in the Internet is handled by the Transmission Control Protocol (TCP). Since the first deployments of this protocol more than 30 years ago, the spectrum of applications as well as the structure of the network have developed at a fast pace. For example, today's network devices, like smartphones and laptops -- i.e.\ particularly many devices in the area of mobile computing -- frequently have an interesting property: the existence of multiple IP addresses (IPv4 and/or IPv6). The addresses may even change due to mobility. This property, denoted as multi-homing, can be utilised for multi-path transport, i.e. the simultaneous usage of multiple paths in the network to improve performance. Multi-path transport is a hot topic in the Internet Engineering Task Force (IETF), which is the standardisation organisation for the Internet.
+This talk provides an overview of the work in the areas of multi-homing and multi-path transport, with focus on the area of the protocols TCP and Stream Control Transmission Protocol (SCTP) with their experimental extensions Multi-Path TCP (MPTCP) and Concurrent Multi-Path Transfer for SCTP (CMT-SCTP). It particularly shows the sequence of research and selected results, beginning from a simple simulation model, via lab setups and small Internet scenarios, up to the large-scale, international testbed project NorNet. NorNet, and particularly its landline network part NorNet Core, is furthermore described in some detail. Based on NorNet, it is finally possible to validate simulation results in real-world, multi-homed networks, in order to provide valuable input to the ongoing IETF standardisation processes of MPTCP and CMT-SCTP. Particularly, it will also show how the NorNet testbed can be utilised for research at Hainan University.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/china2019-multipath-presentation.pdf",
+	url.size = "18405526",
+	url.md5 = "e772349a001d337ecb15b28e34cefc86",
+	url.mime = "application/pdf",
+	url.pagesize = "793.701 x 595.276 pts",
+	url.checked = "2024-06-30 11:53:15 CEST"
+}
+
+@Misc{ Haikou2019-NorNet-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at Hainan University: Getting Started with NorNet Core}",
+	howpublished = "Tutorial at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "29",
+	day = "16",
+	month = apr,
+	year = "2019",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial -- presented for students at the College of Information Science and Technology~(CIST) at Hainan University -- provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/china2019-nornet-tutorial.pdf",
+	url.size = "7460860",
+	url.md5 = "bfb88231c7e5c29d0343d3fed3f9a2bf",
+	url.mime = "application/pdf",
+	url.pagesize = "793.701 x 595.276 pts",
+	url.checked = "2024-06-30 11:53:15 CEST"
+}
+
+@Misc{ Haikou2019-MELODIC-Introduction,
+	author = "Thomas Dreibholz",
+	title = "{MELODIC at Hainan University: An Introduction to the MELODIC Project}",
+	howpublished = "Keynote Talk at Hainan University, College of Information Science and Technology (CIST)",
+	numpages = "28",
+	day = "17",
+	month = apr,
+	year = "2019",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "Cloud Computing, MELODIC, OpenStack, Big Data, Applications",
+	abstract = "{In former times, it was necessary to operate and maintain powerful personal computers to run applications. Nowadays, many "normal" users just use laptops, tablet PCs or smartphones. Their applications are powered by cloud systems in the background, which are operated in data centres at remote locations and being connected over the Internet. This presentation first introduces the basics of cloud computing: virtualisation, virtual machines, containers, and software as a service.
+A challenge of using cloud computing is to deploy services to cloud providers, in order to operate them in a cost-efficient way while providing the best application experience to the users. The vision of the Multi-Cloud Execution-Ware for Large-scale Optimised Data-Intensive Computing~(MELODIC) project is to enable federated cloud computing for data-intensive applications. Furthermore, it provides the user with an easy-to-use, unified cloud environment, which hides the complexity of a multi-cloud. The second part of this presentation therefore provides an overview of the basic ideas and application use cases of MELODIC.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-introduction.pdf",
+	url.size = "8302503",
+	url.md5 = "931f7970895caa43236b89ddb370ddac",
+	url.mime = "application/pdf",
+	url.pagesize = "1919.99 x 1080 pts",
+	url.checked = "2024-06-30 11:53:15 CEST"
+}
+
+@Misc{ Haikou2019-MELODIC-NorNetCore,
+	author = "Thomas Dreibholz",
+	title = "{MELODIC at Hainan University: Combining NorNet Core with MELODIC}",
+	howpublished = "Invited Talk at Hainan University, College of Information Science and Technology (CIST)",
+	numpages = "16",
+	day = "18",
+	month = apr,
+	year = "2019",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "Cloud Computing, MELODIC, Multi-Homing, NorNet Core, NorNet Testbed, OpenStack",
+	abstract = "{This talk gives a short overview over the possibilities of testing applications in the NorNet infrastructure. Furthermore, it presents a short overview of the ongoing work on integrating NorNet Core with the MELODIC multi-cloud infrastructure, including the NorNet Core setup at Hainan University and the Haikou College of Economics.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-nornetcore.pdf",
+	url.size = "7555938",
+	url.md5 = "0daa0309becaa93ba0df66787bdac2fe",
+	url.mime = "application/pdf",
+	url.pagesize = "793.701 x 595.276 pts",
+	url.checked = "2024-06-30 11:53:16 CEST"
+}
+
+@TechReport{ CRNA-Rapport2020,
+	author = "Ahmed Mustafa Elmokashfi and Amund Kvalbein and Anas Saeed Al-Selwi and Mah-Rukh Fida",
+	title = "{Norske mobilnett i~2020 -- Tilstandsrapport fra Centre for Resilient Networks and Applications}",
+	numpages = "46",
+	day = "6",
+	month = may,
+	year = "2021",
+	institution = "Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications~(CRNA)",
+	address = "Oslo/Norway",
+	language = "norsk",
+	isbn = "82-92593-30-6",
+	abstract = "{Denne rapporten er utarbeidet av Center forResilient Networks and Applications (CRNA),som er en del av Simula Metropolitan Centerfor Digital Engineering. CRNA driver grunn-leggende forskning innen robusthet og sikker-het i nettverk med mandat og finansiering fraKommunal- og moderniseringsdepartementet.Senteret produserer en årlig rapport om tilstan-den i norske mobilnett. Årets rapport er denåttende i rekken}",
+	url = "https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2020.pdf",
+	url.size = "9700164",
+	url.md5 = "9262932cbffb03b60eb73d4353212246",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:53:16 CEST"
+}
+
+@TechReport{ CRNA-Rapport2018,
+	author = "Ahmed Mustafa Elmokashfi and Amund Kvalbein and Thomas Dreibholz and Chad Jarvis",
+	title = "{Norske mobilnett i~2018 -- Tilstandsrapport fra Centre for Resilient Networks and Applications}",
+	numpages = "49",
+	day = "29",
+	month = may,
+	year = "2019",
+	institution = "Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications~(CRNA)",
+	address = "Oslo/Norway",
+	language = "norsk",
+	isbn = "978-82-92593-25-7",
+	abstract = "{Denne rapporten er utarbeidet av Center for Resilient Networks and Applications (CRNA), som er en del av Simula Metropolitan Center for Digital Engineering. CRNA driver grunnleggende forskning innen robusthet og sikkerhet i nettverk med mandat og finansiering fra Samferdselsdepartementet. Senteret produserer en årlig rapport om tilstanden i norske mo- bilnett. Årets rapport er den sjette i rekken.}",
+	url = "https://web-backend.simula.no/sites/default/files/crna-2018_0.pdf",
+	url.size = "25505425",
+	url.md5 = "d8522bafed20dee2b12d953f28bb5222",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:53:17 CEST"
+}
+
+@Article{ PEVA2019,
+	author = "Runa Barik and Michael Welzl and Ahmed Mustafa Elmokashfi and Thomas Dreibholz and Safiqul Islam and Stein Gjessing",
+	title = "{On the Utility of Unregulated IP DiffServ Code Point~(DSCP) Usage by End Systems}",
+	journal = "{Performance Evaluation}",
+	volume = "135",
+	numpages = "18",
+	day = "26",
+	month = aug,
+	year = "2019",
+	publisher = "Elsevier",
+	language = "english",
+	issn = "0166-5316",
+	doi = "10.1016/j.peva.2019.102036",
+	keywords = "DiffServ, DiffServ Code Point, QoS, WebRTC, Latency",
+	abstract = "{DiffServ was designed to implement service provider quality of service (QoS) policies, where routers change and react upon the DiffServ Code Point (DSCP) in the IP header. However, nowadays, applications are beginning to directly set the DSCP themselves, in the hope that this will yield a more appropriate service for their respective video, audio and data streams. WebRTC is a prime example of such an application. We present measurements, for both IPv4 and IPv6, of what happens to DSCP values along Internet paths after an end system has set them without any prior agreement between a customer and a service provider. We find that the DSCP is often changed or zeroed along the path, but detrimental effects from using the DSCP are extremely rare; moreover, DSCP values sometimes remain intact (potentially having an effect on traffic) for several AS hops. This positive result motivates an analysis of the potential latency impact from such DSCP usage, for which we present the first measurement results. We find that routers at approximately 3% of more than 100,000 links differentiate between the WebRTC DSCP values (EF, AF42 and CS1) and consistently reduce delay in comparison with probes carrying a zero value (CS0) under congestion. In contrast, routers at around 2% of these links increase the delay by a comparable amount under congestion, uniformly for EF, AF42 and CS1.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/peva2019.pdf",
+	url.size = "1357406",
+	url.md5 = "399932a5294ce7b004f23b0e3c4f2df3",
+	url.mime = "application/pdf",
+	url.pagesize = "544.252 x 742.677 pts",
+	url.checked = "2024-06-30 11:53:17 CEST"
+}
+
+@InProceedings{ M2EC2020,
+	author = "Thomas Dreibholz",
+	title = "{Flexible 4G/5G Testbed Setup for Mobile Edge Computing using OpenAirInterface and Open Source MANO}",
+	booktitle = "{Proceedings of the 2nd International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing~(M2EC) in conjunction with the 34th International Conference on Advanced Information Networking and Applications~(AINA)}",
+	pages = "1143--1153",
+	numpages = "11",
+	day = "15",
+	month = apr,
+	year = "2020",
+	address = "Caserta, Campania/Italy",
+	language = "english",
+	isbn = "978-3-030-44037-4",
+	doi = "10.1007/978-3-030-44038-1_105",
+	keywords = "Mobile Edge Computing, Network Function Virtualisation, Evolved Packet Core, Open Source MANO, OpenAirInterface, 5G",
+	abstract = "{Setting up a working 4G/5G mobile network development testbed can be a highly complicated and error-prone task. In this paper, we therefore introduce our open source Virtual Network Function (VNF) for an OpenAirInterface-based Evolved Packet Core (EPC) for deployment with the Open Source Management and Orchestration (Open Source MANO, OSM) framework. By using our VNF as basis, it will be easily possible to create own testbeds and extend them with further functionality, particularly – but not limited to – Mobile Edge Computing (MEC) setups. In a simple proof of concept, we demonstrate a basic transport protocol performance evaluation in a deployed test network.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/m2ec2020.pdf",
+	url.size = "233071",
+	url.md5 = "8af945e9913ec42f2d69d8a0fa22b42c",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:18:07 CEST"
+}
+
+@Misc{ OSMHackfest9,
+	author = "Thomas Dreibholz",
+	title = "{Easily Setting up 4G/5G Testbeds with OpenAirInterface using OSM}",
+	howpublished = "Presentation at the OSM Hackfest",
+	numpages = "16",
+	day = "11",
+	month = mar,
+	year = "2020",
+	address = "Madrid/Spain",
+	language = "english",
+	keywords = "Network Function Virtualisation, Evolved Packet Core, Open Source MANO, OpenAirInterface, 5G",
+	abstract = "{Setting up 4G/5G testbeds can be a highly complicated and error-prone task. In this presentation, we introduce our Open Source VNF and tool-chain for an OpenAirInterface-based EPC to be deployed with the OSM framework. Using our VNF and tool-chain as basis, it will be easily possible to create own testbeds, customise them and extend them with further functionalities.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest9-presentation.pdf",
+	url.size = "3174250",
+	url.md5 = "b2bdba640baf216815370dc8ad70734f",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 405.071 pts",
+	url.checked = "2024-06-30 12:15:40 CEST"
+}
+
+@Article{ ComNets2020,
+	author = "Runa Barik and Michael Welzl and Gorry Fairhurst and Thomas Dreibholz and Ahmed Mustafa Elmokashfi and Stein Gjessing",
+	title = "{On the Usability of Transport Protocols other than TCP: A Home Gateway and Internet Path Traversal Study}",
+	journal = "{Computer Networks}",
+	volume = "173",
+	numpages = "15",
+	day = "22",
+	month = may,
+	year = "2020",
+	publisher = "Elsevier",
+	language = "english",
+	issn = "1389-1286",
+	doi = "10.1016/j.comnet.2020.107211",
+	keywords = "Protocol Testing, SCTP, DCCP, UDP-Lite, NAT, Internet",
+	abstract = "{Network APIs are moving towards protocol agility, where applications express their needs but not a static protocol binding, and it is up to the layer below the API to choose a suitable protocol. The IETF Transport Services (TAPS) Working Group is standardizing a protocol-independent transport API and offering guidance to implementers. Apple’s recent “Network.framework” is specifically designed to allow such late and dynamic binding of protocols. When the network stack autonomously chooses and configures a protocol, it must first test which protocols are locally available and which work end-to-end (“protocol racing”). For this, it is important to know the set of available options, and which protocols should be tried first: Does it make sense to offer unchecked payload delivery, as with UDP-Lite? Is a UDP-based protocol like QUIC always a better choice, or should native SCTP be tried? This paper develops answers to such questions via (i) a NAT study in a local testbed, (ii) bidirectional Internet tests, (iii) a large scale Internet measurement campaign. The examined protocols are: SCTP, DCCP, UDP-Lite, UDP with a zero checksum and three different UDP encapsulations.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/comnets2020.pdf",
+	url.size = "1931530",
+	url.md5 = "5ccb097435fedce9c617adeb99e5e5b0",
+	url.mime = "application/pdf",
+	url.pagesize = "595.245 x 793.92 pts",
+	url.checked = "2024-06-30 12:15:40 CEST"
+}
+
+@InProceedings{ Infocom2020,
+	author = "Paresh Saxena and Thomas Dreibholz and Harald Skinnemoen and Özgü Alay and Ángeles Vazquez-Castro and Simone Ferlin and Guray Acar",
+	title = "{Resilient Hybrid SatCom and Terrestrial Networking for Unmanned Aerial Vehicles}",
+	booktitle = "{Proceedings of the 39th IEEE International Conference on Computer Communications~(INFOCOM), International Workshop on Wireless Sensor, Robot and UAV Networks~(WiSARN)}",
+	pages = "418--423",
+	numpages = "6",
+	day = "6",
+	month = jul,
+	year = "2020",
+	address = "Toronto, Ontario/Canada",
+	language = "english",
+	isbn = "978-1-7281-8696-2",
+	doi = "10.1109/INFOCOMWKSHPS50562.2020.9162943",
+	abstract = "{Today, Unmanned Aerial Vehicles~(UAVs) are widely used in many different scenarios including search, monitoring, inspection, and surveillance. To be able to transmit the sensor data from the UAVs to the destination reliably within tangible response times to the relevant content is crucial, especially for tactical use cases. In this paper, we propose network coded torrents~(NECTOR) to leverage multiple network interfaces for resilient hybrid satellite communications~(SatCom) and terrestrial networking for UAVs. NECTOR is significantly different from the state-of-the-art multipath protocols such as multipath TCP~(MPTCP) as it does not require any additional packet scheduler, rate-adaptation or forward error correction. We present the design and implementation of NECTOR, and evaluate its performance compared to MPTCP. Our experimental results show that NECTOR provides goodput (up to 70\%) higher than MPTCP with 5.49~times less signaling overhead.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/infocom2020.pdf",
+	url.size = "1084331",
+	url.md5 = "6b7cadc81a5a88b954f22389db33499b",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:40 CEST"
+}
+
+@InProceedings{ EuCNC2020,
+	author = "Min Xie and Joan Sebastià Pujol-Roig and Foivos Ioannis Michelinakis and Thomas Dreibholz and Carmen Guerrero and Adrián Gallego Sánchez and Wint Yi Poe and Yue Wang and Ahmed Mustafa Elmokashfi",
+	title = "{AI-Driven Closed-Loop Service Assurance with Service Exposures}",
+	booktitle = "{Proceedings of the 29th IEEE European Conference on Networks and Communications~(EuCNC)}",
+	pages = "265--270",
+	numpages = "6",
+	day = "17",
+	month = jun,
+	year = "2020",
+	address = "Dubrovnik, Dubrovnik-Neretva/Croatia",
+	language = "english",
+	isbn = "978-1-7281-4355-2",
+	doi = "10.1109/EuCNC48522.2020.9200943",
+	keywords = "Service Assurance, Service Exposure, AI",
+	abstract = "{Artificial Intelligence~(AI) is widely applied in mobile and wireless networks to enhance network operation and service management. Advanced AI mechanisms often require high level of network service exposure in order to access data from as many network elements as possible and execute the AI recommended outcomes into the networks. However, in practice, it is not always feasible to expose the network services to 3rd parties or customers with AI ambitions. Considering that service assurance~(SA) is a major area to which AI is applied, this paper describes how a closed-loop SA architecture is associated with the service exposure model in the 5G networks with network slicing. Then we investigate the impact and implication of service exposure on SA. Finally, a set of experiment results are provided to demonstrate the trade-off relationship between the AI ambition and the exposure level in SA.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/eucnc2020.pdf",
+	url.size = "730106",
+	url.md5 = "b4a8e1df31b81c8c017ab352210a235d",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:40 CEST"
+}
+
+@InProceedings{ ANRW2020,
+	author = "Ioana Alexandrina Livadariu and Thomas Dreibholz and Anas Saeed Al-Selwi and Haakon Bryhni and Olav Lysne and Steinar Bjørnstad and Ahmed Mustafa Elmokashfi",
+	title = "{On the Accuracy of Country-Level IP Geolocation}",
+	booktitle = "{Proceedings of the ACM/IRTF Applied Networking Research Workshop~(ARNW)}",
+	pages = "67--73",
+	numpages = "7",
+	day = "27",
+	month = jul,
+	year = "2020",
+	address = "Madrid/Spain",
+	language = "english",
+	isbn = "978-1-4503-8039-3",
+	doi = "10.1145/3404868.3406664",
+	abstract = "{The proliferation of online services comprised of globally spread microservices has security and performance implications. Understanding the underlying physical paths connecting end points has become important. This paper investigates the accuracy of commonly used IP geolocation approaches in geolocating end-to-end IP paths. To this end, we perform a controlled measurement study to collect IP level paths. We find that existing databases tend to geolocate IPs that belong to networks with global presence and those move between networks erroneously. A small percentage of IP geolocation disagreement between databases results in a significant disagreement when geolocating end-to-end paths. Geolocating one week of RIPE traceroute data validates our observations.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/anrw2020.pdf",
+	url.size = "430257",
+	url.md5 = "2d789a1f7bf2ef99da8b595b2a1bb546",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:40 CEST",
+	url.keywords = "IP Geolocation, Geolocation Databases, Geolocation Approaches"
+}
+
+@TechReport{ CRNA-Rapport2019,
+	author = "Ahmed Mustafa Elmokashfi and Amund Kvalbein and Mikael Christiansson and Anas Saeed Al-Selwi and Thomas Dreibholz and Çise Mıdoğlu",
+	title = "{Norske mobilnett i~2019 -- Tilstandsrapport fra Centre for Resilient Networks and Applications}",
+	numpages = "50",
+	day = "30",
+	month = jun,
+	year = "2020",
+	institution = "Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications~(CRNA)",
+	address = "Oslo/Norway",
+	language = "norsk",
+	isbn = "978-82-92593-28-8",
+	abstract = "{Denne rapporten er utarbeidet av Center for Resilient Networks and Applications (CRNA), som er en del av Simula Metropolitan Center for Digital Engineering. CRNA driver grunn- leggende forskning innen robusthet og sikkerhet i nettverk med mandat og finansiering fra Kommunal- og moderniseringsdepartementet. Senteret produserer en årlig rapport om tilstanden i norske mobilnett. Årets rapport er den sjuende i rekken.}",
+	url = "https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2019_1.pdf",
+	url.size = "19110197",
+	url.md5 = "74325fa42c888b169941ffa0ae193227",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:41 CEST"
+}
+
+@InProceedings{ SoftCOM2020-HiPerConTracer,
+	author = "Thomas Dreibholz",
+	title = "{HiPerConTracer - A Versatile Tool for IP Connectivity Tracing in Multi-Path Setups}",
+	booktitle = "{Proceedings of the 28th IEEE International Conference on Software, Telecommunications and Computer Networks~(SoftCOM)}",
+	pages = "1--6",
+	numpages = "6",
+	day = "17",
+	month = sep,
+	year = "2020",
+	address = "Hvar, Dalmacija/Croatia",
+	language = "english",
+	isbn = "978-953-290-099-6",
+	doi = "10.23919/SoftCOM50211.2020.9238278",
+	keywords = "HiPerConTracer, Traceroute, Ping, Multi-Path Transport, NorNet, NorNet Core",
+	abstract = "{Nowadays, we see a steadily increasing number of Internet devices with connections to multiple networks. For example, every smartphone provides mobile broadband and Wi-Fi connectivity. Multi-path transport protocols, like MPTCP, CMT-SCTP or Multipath-QUIC, allow for utilising all connected networks simultaneously. However, while there is a lot of research on the Transport Layer aspects of multi-path transport, there is not much work on the Network Layer perspective, yet.
+In this paper, we introduce our Open Source tool HiPerConTracer (High-Performance Connectivity Tracer) for efficient, parallelised, long-term measurements of the path connectivity characteristics among multi-homed Internet systems. HiPerConTracer is now running as a permanent feature in the NorNet Core infrastructure, which is used for research on multi-homed systems, and in particular for research on multi-path transport. Based on the HiPerConTracer data collected in NorNet Core so far, we finally present some interesting results from the analysis of the inter-continental site connectivity between China and Norway in January 2020.
+}",
+	url = "https://web-backend.simula.no/sites/default/files/2024-06/SoftCOM2020-HiPerConTracer.pdf",
+	url.size = "5015461",
+	url.md5 = "676791cf458caa2e9f21688227fc6219",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:41 CEST"
+}
+
+@InProceedings{ SoftCOM2020-SimulaMetEPC,
+	author = "Thomas Dreibholz",
+	title = "{A 4G/5G Packet Core as VNF with Open Source MANO and OpenAirInterface}",
+	booktitle = "{Proceedings of the 28th IEEE International Conference on Software, Telecommunications and Computer Networks~(SoftCOM)}",
+	pages = "1--3",
+	numpages = "3",
+	day = "19",
+	month = sep,
+	year = "2020",
+	address = "Hvar, Dalmacija/Croatia",
+	language = "english",
+	isbn = "978-953-290-099-6",
+	doi = "10.23919/SoftCOM50211.2020.9238222",
+	keywords = "Network Function Virtualisation (NFV), Virtual Network Function (VNF), Evolved Packet Core (EPC), OpenAirInterface, Open Source MANO (OSM), Testbed",
+	abstract = "{5G, the fifth generation of mobile broadband networks, is going to make a large range of new applications possible. However, further research is necessary, and the basic step, i.e. setting up a 4G/5G testbed infrastructure, is a complicated and error-prone task.
+In this abstract and poster, we introduce our open source SimulaMet EPC Virtual Network Function (VNF), as an easy way to set up a 4G/5G testbed based on Open Source MANO and OpenAirInterface. We would like to showcase how a researcher can use our VNF as part of his own research testbed setup. Therefore, the focus is particularly on the user interface details and features of the SimulaMet EPC VNF.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/softcom2020-simulametepc-web.pdf",
+	url.size = "829534",
+	url.md5 = "e5573d55de90860f8dababa28911e819",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:41 CEST"
+}
+
+@InProceedings{ LCN2020-PCDC,
+	author = "Min Chen and Thomas Dreibholz and Xing Zhou and Xuelei Yang",
+	title = "{Improvement and Implementation of a Multi-Path Management Algorithm Based on MPTCP}",
+	booktitle = "{Proceedings of the 45th IEEE Conference on Local Computer Networks~(LCN)}",
+	pages = "134--143",
+	numpages = "10",
+	day = "16",
+	month = nov,
+	year = "2020",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	isbn = "978-1-7281-7158-6",
+	doi = "10.1109/LCN48667.2020.9314778",
+	keywords = "MPTCP, Multi-path Management, PCDC, Subflow Impact Factor, Data Stream Classification",
+	abstract = "{The core idea of Multi-Path Transmission Control Protocol (MPTCP) is to share network resources by distributing payload data transmission among multiple subflows. Then, multiple paths in the underlying network can be used to maximize the overall connection throughput. However, the concurrent transmission of not all subflows aggregation can improve network performance, because of the performance difference of each subflow. In this paper, we propose a new FullMesh algorithm based on Path Characteristic and Data Characteristic (PCDC), in which the Subflow Impact Factor (IF) is used as a subflow characteristic to predict the impact of the subflow on the overall throughput. Then, different path sets are adopted for different sizes of traffic. The PCDC algorithm is evaluated in the NorNet Core testbed, compared with the FullMesh algorithm. Our research results show that the PCDC algorithm can improve the network throughput, and reduce the overall completion time of small data streams.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-pathmgt-web.pdf",
+	url.size = "538587",
+	url.md5 = "d6ac16601873ae7788bddd205d65e70d",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:42 CEST",
+	days = "15"
+}
+
+@InProceedings{ LCN2020-HENCSAT-Demo,
+	author = "Thomas Dreibholz and Paresh Saxena and Harald Skinnemoen",
+	title = "{Efficient Network Coding for Satellite Applications: A Live Demo of HENCSAT and NECTOR}",
+	booktitle = "{Proceedings of the 45th IEEE Conference on Local Computer Networks~(LCN)}",
+	type = "Demo presentation",
+	numpages = "3",
+	day = "18",
+	month = nov,
+	year = "2020",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	keywords = "Unmanned Aerial Vehicles, Satellite Communications, Network Coding, HENCSAT, NECTOR, Live Demo",
+	abstract = "{Satellite communication is available anywhere on earth, allowing connectivity to systems like Unmanned Aerial Vehicles (UAV) in very remote geographical areas. However, satellite airtime is expensive, and a reduction of the amount of transmitted data can lead to significant cost savings. The goal of the Highly-Efficient Network Coding for Satellite Applications (HENCSAT) project is to reduce such costs by using our approach Network Coding with Torrents (NECTOR). NECTOR combines network coding, Torrent-based transmission, and H.265 highly efficient video encoding. In our demonstration, we would like to showcase NECTOR in an interactive HENCSAT test bench setup.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-hencsat-demo-web.pdf",
+	url.size = "2051346",
+	url.md5 = "bd6a2b2ee60c0057091e35fdb3d1c683",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:42 CEST"
+}
+
+@InProceedings{ LCN2020-CloudRAN-Demo,
+	author = "Andrés Felipe Ocampo and Thomas Dreibholz and Mah-Rukh Fida and Ahmed Mustafa Elmokashfi and Haakon Bryhni",
+	title = "{Integrating Cloud-RAN with Packet Core as VNF Using Open Source MANO and OpenAirInterface}",
+	booktitle = "{Proceedings of the 45th IEEE Conference on Local Computer Networks~(LCN)}",
+	type = "Demo presentation",
+	numpages = "4",
+	day = "18",
+	month = nov,
+	year = "2020",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	keywords = "Cloud Radio Access Network (Cloud-RAN), Ethernet Xhaul, Functional Splits, Network Function Virtualisation (NFV), Open Source MANO (OSM), Fronthaul",
+	abstract = "{The Cloud-based Radio Access Network (Cloud-RAN) architecture and Network Function Virtualization (NFV) are key enablers to building future mobile networks in a flexible and cost-efficient way. With early deployments of the fifth generation of mobile technologies - 5G - around the world, setting up 4G/5G experimental infrastructures is necessary to optimally design 5G networks. In this demo, we present a custom small-scale 4G/5G testbed based on OpenAirInterface and Open Source MANO. The testbed integrates a Cloud-RAN based on switched Ethernet Xhaul and functional splitting, with an Evolved Packet Core (EPC) deployed as a Virtual Network Function (VNF) in a cloud infrastructure. Using Open Source MANO, this demo shows the administration and monitoring of the EPC VNF components. Moreover, as proof of concept, collection and visualization of telemetry will be shown for two smart-phones connected to the network through the Cloud-RAN.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-simulametepc-demo-web.pdf",
+	url.size = "439801",
+	url.md5 = "0c6e5c6588aedf71fe9af3a9997a9d99",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:42 CEST"
+}
+
+@Misc{ OSMHackfest10,
+	author = "Thomas Dreibholz and Andrés Felipe Ocampo",
+	title = "{Managing Tailor-Made Enhanced Packet Cores for 4G/5G Testbeds in OSM with the SimulaMet OpenAirInterface VNF}",
+	howpublished = "Presentation at the OSM Hackfest",
+	numpages = "22",
+	day = "2",
+	month = dec,
+	year = "2020",
+	language = "english",
+	keywords = "Network Function Virtualisation, Evolved Packet Core, Open Source MANO, OpenAirInterface, 5G",
+	abstract = "{The SimulaMet OpenAirInterface VNF is a complex 4-VDU VNF, allowing its users to instantiate and maintain a tailor-made Enhanced Packet Core (EPC) for 4G/5G mobile broadband testbeds. The EPC components are directly built from their sources during instantiation, allowing to use customised versions according to the users' needs. A general overview has already been presented during the OSM Hackfest in March 2020. In this presentation and live demonstration, we would like to highlight the solutions chosen to efficiently use OSM for handling the instantiation process, provide telemetry, and to debug issues. That is, we particularly would like to present to the audience the lessons learned during the ongoing development. Finally, we would also like to show the audience a live demo of an OSM-managed 4G testbed setup with telemetry collection.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest10-presentation.pdf",
+	url.size = "7529579",
+	url.md5 = "9a49992810016c554185721a8f70f12f",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 405.071 pts",
+	url.checked = "2024-06-30 12:15:42 CEST"
+}
+
+@Misc{ M5G-2020-Workshop,
+	author = "Thomas Dreibholz",
+	title = "{Custom-Made Enhanced Packet Cores as Network Services for 4G/5G Testbeds managed with Open Source MANO}",
+	howpublished = "Presentation at the Mosaic5G Workshop",
+	numpages = "13",
+	day = "3",
+	month = dec,
+	year = "2020",
+	language = "english",
+	keywords = "Network Function Virtualisation, Evolved Packet Core, Open Source MANO, OpenAirInterface, 5G",
+	abstract = "{Setting up Enhanced Packet Cores (EPC) -- like the Mosaic5G OpenAirInterface-based EPC -- for 4G/5G Testbeds is a complicated and error-prone task. Therefore, we developed the SimulaMet OpenAirInterface VNF, a complex 4-VDU VNF, which upon instantiation builds the components of the EPC from scratch from given source Git repositories. That is, based on the parametrisation, users can easily create tailor-made EPCs for their projects, particularly EPCs based on the Mosaic5G FlexRAN sources.
+In this presentation, we would like to shortly highlight the solutions chosen to efficiently use OSM for handling the instantiation process, performing telemetry, and debugging issues. That is, we particularly would like to present to the Mosaic5G audience some lessons learned during the ongoing development.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/m5g-2020-presentation.pdf",
+	url.size = "4321338",
+	url.md5 = "a0cddc5183325e6585df53943d0592df",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 405.071 pts",
+	url.checked = "2024-06-30 12:15:42 CEST"
+}
+
+@Misc{ Haikou2021-MultiPath,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at Hainan University in 2021: From Simulations to Real-World Internet Measurements for Multi-Path Transport Research -- A Remote Presentation}",
+	howpublished = "Keynote Talk at Hainan University, College of Information Science and Technology (CIST)",
+	numpages = "44",
+	day = "8",
+	month = jan,
+	year = "2021",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{A large fraction of the communication in the Internet is handled by the Transmission Control Protocol (TCP). Since the first deployments of this protocol more than 30 years ago, the spectrum of applications as well as the structure of the network have developed at a fast pace. For example, today's network devices, like smartphones and laptops -- i.e.\ particularly many devices in the area of mobile computing -- frequently have an interesting property: the existence of multiple IP addresses (IPv4 and/or IPv6). The addresses may even change due to mobility. This property, denoted as multi-homing, can be utilised for multi-path transport, i.e. the simultaneous usage of multiple paths in the network to improve performance. Multi-path transport is a hot topic in the Internet Engineering Task Force (IETF), which is the standardisation organisation for the Internet.
+This talk provides an overview of the work in the areas of multi-homing and multi-path transport, with focus on the area of the protocols TCP and Stream Control Transmission Protocol (SCTP) with their experimental extensions Multi-Path TCP (MPTCP) and Concurrent Multi-Path Transfer for SCTP (CMT-SCTP). It particularly shows the sequence of research and selected results, beginning from a simple simulation model, via lab setups and small Internet scenarios, up to the large-scale, international testbed project NorNet. NorNet, and particularly its landline network part NorNet Core, is furthermore described in some detail. Based on NorNet, it is finally possible to validate simulation results in real-world, multi-homed networks, in order to provide valuable input to the ongoing IETF standardisation processes of MPTCP and CMT-SCTP. Particularly, it will also show how the NorNet testbed can be utilised for research at Hainan University in 2021.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-multipath-presentation.pdf",
+	url.size = "14523614",
+	url.md5 = "37f2850a007882bb0c12c29b0780e067",
+	url.mime = "application/pdf",
+	url.pagesize = "793.701 x 595.276 pts",
+	url.checked = "2024-06-30 12:15:43 CEST"
+}
+
+@Misc{ Haikou2021-NorNet-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at Hainan University in 2021: Getting Started with NorNet Core -- A Remote Tutorial}",
+	howpublished = "Tutorial at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "29",
+	day = "15",
+	month = jan,
+	year = "2021",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial -- presented for students at the College of Information Science and Technology~(CIST) at Hainan University -- provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed in 2021.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-nornet-tutorial.pdf",
+	url.size = "4764684",
+	url.md5 = "7c7a0d08c3b357c0d3086e95d033c63e",
+	url.mime = "application/pdf",
+	url.pagesize = "793.701 x 595.276 pts",
+	url.checked = "2024-06-30 12:15:43 CEST"
+}
+
+@Article{ Arxiv2101.05030,
+	author = "Ahmed Mustafa Elmokashfi and Alfred Arouna and Ioana Alexandrina Livadariu and Mah-Rukh Fida and Amund Kvalbein and Anas Saeed Al-Selwi and Thomas Dreibholz and Haakon Bryhni",
+	title = "{A Multi-Perspective Study of Internet Performance during the COVID-19 Outbreak}",
+	journal = "{E-Print Archive}",
+	numpages = "15",
+	day = "13",
+	month = jan,
+	year = "2021",
+	publisher = "Arxiv",
+	language = "english",
+	abstract = "{The rapid spread of the novel corona virus, SARS-CoV-2, has prompted an unprecedented response from governments across the world. A third of the world population have been placed in varying degrees of lockdown, and the Internet has become the primary medium for conducting most businesses and schooling activities. This paper aims to provide a multi-prospective account of Internet performance during the lockdown. We investigate the performance of the Internet control plane and data plane from a number of globally spread vantage points. We also look closer at two case studies. First, we look at growth in video traffic during the pandemic, using traffic logs from a global video conferencing provider. Second, we leverage a country-wide deployment of measurement probes to assess the performance of mobile networks during the outbreak. We find that the lockdown has visibly impacted almost all aspects of Internet performance. Access networks have experienced an increase in peak and off-peak end to end latency. Mobile networks exhibit significant changes in download speed, while certain types of video traffic has increased by an order of magnitude.}",
+	url = "https://arxiv.org/pdf/2101.05030.pdf",
+	url.size = "1855647",
+	url.md5 = "ac685610f5bd32077391c0a5be43f046",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2021-01-22 12:45:09 CET"
+}
+
+@InProceedings{ M2EC2021,
+	author = "Thomas Dreibholz and Somnath Mazumdar",
+	title = "{Reliable Server Pooling Based Workload Offloading with Mobile Edge Computing: A Proof-of-Concept}",
+	booktitle = "{Proceedings of the 3rd International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing~(M2EC) in conjunction with the 35th International Conference on Advanced Information Networking and Applications~(AINA)}",
+	volume = "3",
+	pages = "582--593",
+	numpages = "12",
+	day = "14",
+	month = may,
+	year = "2021",
+	address = "Toronto, Ontario/Canada",
+	language = "english",
+	isbn = "978-3-030-75078-7",
+	doi = "10.1007/978-3-030-75078-7_58",
+	keywords = "Mobile Edge Computing (MEC), Multi-Cloud Computing, Reliable Server Pooling (RSerPool), Network Function Virtualisation (NFV), Evolved Packet Core (EPC), 5G",
+	abstract = "{In recent times, mobile broadband devices have become almost ubiquitous. However, battery-powered devices (such as smartphones), have limitations on energy consumption, computation power and storage space. Cloud computing and Mobile Edge Computing (MEC) can provide low-latency compute and storage services at the vicinity of the user, MEC in particular due to the upcoming 5G networks. However, the complexity lies in how to simply and efficiently realise MEC services, with the auxiliary public (multi-)cloud resources?
+In this paper, we propose a proof-of-concept for using Reliable Server Pooling (RSerPool) as a light-weight layer of managing resource pools and handling application sessions with these pools. Our approach is simple, efficient, has low overhead and is available as open source. Here, we demonstrate the usefulness of our approach by measuring in a test setup, with a 4G testbed connected to MEC and public multi-cloud resources.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/m2ec2021-web.pdf",
+	url.size = "1139339",
+	url.md5 = "a75fca110072cf3941409864791e0986",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:43 CEST"
+}
+
+@InProceedings{ EuCNC2021,
+	author = "Min Xie and Thomas Dreibholz and Foivos Ioannis Michelinakis and Joan Pujol-Roig and Wint Yi Poe and Ahmed Mustafa Elmokashfi and Sayantini Majumdar and Sara Malacarne",
+	title = "{An Exposed Closed-Loop Model for Customer-Driven Service Assurance Automation}",
+	booktitle = "{Proceedings of the 30th IEEE European Conference on Networks and Communications~(EuCNC)}",
+	pages = "419--424",
+	numpages = "6",
+	day = "9",
+	month = jun,
+	year = "2021",
+	address = "Porto/Portugal",
+	language = "english",
+	isbn = "978-1-6654-1526-2",
+	doi = "10.1109/EuCNC/6GSummit51104.2021.9482533",
+	keywords = "Autonomous Management, Closed Loop, Machine Learning, Service Exposure, Monitoring",
+	abstract = "{Artificial Intelligence (AI) is widely applied in telecommunications to enable zero-touch automation in network operation and service management. Due to the high complexity, deploying advanced AI mechanisms is not always feasible inside the operator’s network domains. Instead, via service exposures, it becomes possible for vertical customers to integrate their external AI solutions with the network and service management system to form a closed loop (CL) and contribute to the automation process. In this paper, we propose an exposed CL model based on service exposure and apply it to automate service assurance tasks like autoscaling in a network function virtualization (NFV) system orchestrated by ETSI Open Source MANO (OSM). A testbed is built to validate the model. It collects monitoring data from the OSM monitoring module and external monitoring tools. Vertical customers drive and customize their AI solutions to aggregate these data sets and run analytics to detect and predict anomalies prepared for scaling. Preliminary analysis demonstrates the added values of customer-driven monitoring and analysis via the exposed CL.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/eucnc2021.pdf",
+	url.size = "1157745",
+	url.md5 = "efae267f1c2144b7639a39724b35aa62",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:44 CEST"
+}
+
+@TechReport{ AI-and-ML-WhitePaper2021,
+	author = "Mohammed~A. Abdulkadir and Özgü Alay and Angeliki Alexiou and Markos Anastasopoulos and Kiril Antevski and Erik Aumayr and Dhouha Ayed and Jordi Baranda and Rasoul Behravesh and Chafika Benzaid and Pascal Bisson and Anne-Marie Cristina Bosneag and Alexandros-Apostolos~A. Boulogeorgos and José Alcaraz Calero and Gino Carrozzo and Claudio Ettore Casetti and Giuseppe Caso and Alberto Huertas Celdrán and Hatim Chergui and Carla Fabiana Chiasserini and Lorena Chinchilla-Romero and Geoffroy Chollon and Tezcan Cogalan and Carlos Colman-Meixner and Andrea Conti and John Cosmas and José Costa-Requena and Rachana Desai and Francesco Devoti and Maria Diamanti and Thomas Dreibholz and Ahmed Mustafa Elmokashfi and Saman Feghhi and Andres Garcia-Saavedra and Anastasius Gavras and Mir Ghoraishi and Anastasios Giannopoulos and Meysam Goodarzi and Marco Gramaglia and Carlos Guimarães and Gür Gürkan and Jiguang He and Halid Hrasnica and Elisa Jimeno and Grigorios Kakkavas and Alexandros Kaloxylos and Vasileios Karyotis and Saimanoj Katta and Nikos Katzouris and Takai Eddine Kennouche and Ralf Klinkenberg and Joonas Kokkoniemi and Koteswararao Kondepu and Fotis Lazarakis and Alexios Lekidis and Xi Li and Diego Lopez and Lina Magoula and Kashif Mahmood and Sayantini Majumdar and Marco Malinverno and Josep Mangues-Bafalluy and Ricardo Martínez and Jorge Martín-Pérez and Josep Martrat and Ben Meunier and Ramy Mohamed and Flavio Morselli and Juan José Ramos Muñoz and Pablo Muñoz-Luengo and Daniel Camps Muri and Chris Murphy and Edgardo Montes De Oca and Chrysa Papagianni and Symeon Papavassiliou and Antonio Agustín Pastor Perales and Gregorio Martínez Pérez and Manuel Gil Pérez and Wint Yi Poe and Jonathan Prados-Garzon and Marco Di Renzo and Joan Pujol Roig and Pedro Miguel Sánchez and Koen De Schepper and Lina Shi and Antonio Skarmeta and Sotirios Spantideas and Gokul Krishna Srinivasan and Adamantia Stamou and Tejas Subramanya and Panagiotis Trakadas and Anna Tzanakaki and Luca Valcarenghi and José María Jorquera Valero and Stefan Videv and Qi Wang and Yue Wang and Min Xie and Zhao Xu and Shuangyi Yan and Edwin Yaqub and Anil Yesilkaya and Lanfranco Zanzi and Sofiane Zemouri and Engin Zeydan and Xun Zhang and Xueqing Zhou",
+	title = "{AI and ML –- Enablers for Beyond 5G Networks}",
+	numpages = "145",
+	day = "11",
+	month = may,
+	year = "2021",
+	institution = "5G PPP Technology Board",
+	language = "english",
+	doi = "10.5281/zenodo.429989",
+	abstract = "{This white paper on AI and ML as enablers of beyond 5G (B5G) networks is based on contributions from almost 20 5G PPP projects, coordinated through the 5G PPP Technology Board, that research, implement and validate 5G and B5G network systems. The paper introduces the main relevant mechanisms in Artificial Intelligence (AI) and Machine Learning (ML), currently investigated and exploited for enhancing 5G and B5G networks.}",
+	url = "https://5g-ppp.eu/wp-content/uploads/2021/05/AI-MLforNetworks-v1-0.pdf",
+	url.size = "6185658",
+	url.md5 = "a2c323122e119d9ab43ead46d7a08192",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2023-10-13 14:48:17 CEST"
+}
+
+@Article{ JE2021,
+	author = "Min Chen and Muhammad Waleed Raza and Thomas Dreibholz and Xing Zhou and Yuyin Tan",
+	title = "{A Multi-Parameter Comprehensive Optimized Algorithm for MPTCP Networks}",
+	journal = "{Electronics}",
+	volume = "10",
+	number = "16",
+	pages = "1--19",
+	numpages = "19",
+	day = "12",
+	month = aug,
+	year = "2021",
+	publisher = "MDPI",
+	address = "Basel/Switzerland",
+	language = "english",
+	issn = "2079-9292",
+	doi = "10.3390/electronics10161942",
+	abstract = "{With the increasing deployment of the Multi-Path Transmission Control Protocol (MPTCP) in heterogeneous network setups, there is a need to understand how its performance is affected in practice both by traditional factors such as round-trip time measurements, buffer predictive modelling and by calculating the impact factors of network subflows. Studies have shown that path management and packet scheduling have a large effect on overall performance and required limited resources with different congestion control parameters. Unfortunately, most of the previous studies have focused almost exclusively on the improvement of a single parameter, without a holistic view. To deal with this issue effectively, this paper puts forward a Multi-Parameter Comprehensive Optimized Algorithm (MPCOA), which can find the smaller buffer size and select the appropriate congestion control and path management algorithm on the premise of ensuring larger throughput. Experiments of three scenarios show that MPCOA can save the buffer space and subflow resources, and achieve high throughput. Meanwhile, a set of quantitative improvement results given by MPCOA is convenient for us to evaluate the quality of MPTCP network, and provide reference for our ongoing future work, like for 4G/5G, Internet of Things and Star Link networks.}",
+	url = "https://mdpi-res.com/d_attachment/electronics/electronics-10-01942/article_deploy/electronics-10-01942.pdf?version=1628757855",
+	url.size = "3398801",
+	url.md5 = "34590aec90bbbe3ea255e733f437bd7f",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2023-10-13 14:46:38 CEST",
+	url.keywords = "MPTCP; MPCOA; buffer size; path management; congestion control"
+}
+
+@InProceedings{ LCN2021-RSerPool-Demo,
+	author = "Thomas Dreibholz and Somnath Mazumdar",
+	title = "{A Demo of Workload Offloading in Mobile Edge Computing Using the Reliable Server Pooling Framework}",
+	booktitle = "{Proceedings of the 46th IEEE Conference on Local Computer Networks~(LCN)}",
+	type = "Demo presentation",
+	numpages = "3",
+	day = "7",
+	month = oct,
+	year = "2021",
+	address = "Edmonton, Alberta/Canada",
+	language = "english",
+	keywords = "Mobile Edge Computing (MEC), Multi-Cloud Computing, Reliable Server Pooling (RSerPool), Network Function Virtualisation (NFV), Evolved Packet Core (EPC), Demonstration",
+	abstract = "{Mobile Edge Computing (MEC) places cloud resources nearby the user, to provide support for latency-sensitive applications. Offloading workload from resource-constrained mobile devices (such as smartphones) into the cloud ecosystem is becoming increasingly popular. In this demonstration, we show how to deploy a mobile network (with OpenAirInterface and Open Source MANO), as well as to adapt the Reliable Server Pooling (RSerPool) framework to efficiently manage MEC as well as multi-cloud resources to run an interactive demo application.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/lcn2021-rserpool-web.pdf",
+	url.size = "1936948",
+	url.md5 = "c9e51673dfbb0847a1e41a8c32d0c272",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:44 CEST"
+}
+
+@Misc{ OSMHackfest12,
+	author = "Thomas Dreibholz and Andrés Felipe Ocampo and Mah-Rukh Fida",
+	title = "{Demonstration of P4-Based In-Band Telemetry for OSM-Orchestrated 4G/5G Testbeds}",
+	howpublished = "Presentation at the OSM#12 Ecosystem Day",
+	type = "Demo presentation",
+	numpages = "12",
+	day = "1",
+	month = dec,
+	year = "2021",
+	address = "Virtual",
+	language = "english",
+	keywords = "Network Function Virtualisation, In-Band Telemetry, P4, Open Source MANO, OpenAirInterface, 5G",
+	abstract = "{The SimulaMet OpenAirInterface VNF provides an OpenAirInterface-based Enhanced Packet Core (EPC), with separate VDUs for HSS, MME, SPGW-C and SPGW-U. To allow for advanced in-band telemetry, we have extended this VNF to add switches with Programming Protocol-independent Packet Processors (P4) to all relevant virtual links inside the EPC. P4 allows full programability of the packet forwarding behaviour, and especially allows to extend packets with additional information for in-band telemetry. This information can be read by other P4 instances to allow for fine-granular performance data collection.
+In this presentation and live demonstration, we would like show the solutions chosen to efficiently use OSM for handling our extended EPC, and in particular we would like to highlight the possibilities to perform P4-based in-band telemetry to evaluate the performance of the mobile network. Finally, we would also like to show the audience a live demo of our testbed setup with telemetry collection.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest12-presentation.pdf",
+	url.size = "5378048",
+	url.md5 = "a8a7bb46192c0b1179f98ad255df5caf",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 405.071 pts",
+	url.checked = "2024-06-30 12:15:44 CEST"
+}
+
+@InProceedings{ LCA2022,
+	author = "Thomas Dreibholz",
+	title = "{NorNet -- A Linux- and Open-Source-Software-based International Platform for Networking Research}",
+	booktitle = "{Proceedings of the Linux Conference Australia~(LCA)}",
+	numpages = "35",
+	day = "15",
+	month = jan,
+	year = "2022",
+	address = "Virtual",
+	language = "english",
+	keywords = "NorNet, Testbed, Multi-Homing, Multi-Path Transport, Linux, Open Source",
+	abstract = "{The NorNet testbed is an Internet testbed platform for research on multi-homed systems. The particular property of multi-homed systems is to be connected to multiple Internet Service Providers (ISP) simultaneously. Its initial purpose is of course to still provide connectivity in case of ISP/network failures. But does it really work that well, also with current protocols and applications? And redundancy does not come for free. A user connected to multiple ISPs will also receive multiple Internet bills each month. So, is there a possibility to make further use of multi-homing in the usual case where nothing goes wrong? Obviously, there are a lot of interesting research questions, which need to be examined in realistic Internet setups! Therefore, we are building up the NorNet open Internet testbed platform as a Linux- and Open-Source-software-based infrastructure, which currently spreads over multiple sites in different countries.
+NorNet makes extensive use of advanced Linux features like Kernel-based Virtualisation (KVM), Linux Containers (LXC), BTRFS file system features, IP routing rules, Stream Control Transmission Protocol (SCTP), Multi-Path TCP (MPTCP), and many more. The goal of this talk is therefore to present an overview of the testbed, its underlying Linux features, and how they are combined to provide the multi-homing features to the various testbed users. This particularly includes an overview of how to make use of multi-path transport with MPTCP – based on the Linux MPTCP implementation – in multi-homed environments. The idea is to provide guidelines for also utilising multi-homing features in own projects.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/lca2022-presentation.pdf",
+	url.size = "8167615",
+	url.md5 = "65d811842205bd1f11a8518d1c3455e4",
+	url.mime = "application/pdf",
+	url.pagesize = "793.701 x 446.457 pts",
+	url.checked = "2024-06-30 12:15:44 CEST"
+}
+
+@InProceedings{ M2EC2022,
+	author = "Thomas Dreibholz and Somnath Mazumdar",
+	title = "{Load Distribution for Mobile Edge Computing with Reliable Server Pooling}",
+	booktitle = "{Proceedings of the 4th International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing~(M2EC) in conjunction with the 36th International Conference on Advanced Information Networking and Applications~(AINA)}",
+	pages = "590--601",
+	numpages = "12",
+	day = "15",
+	month = apr,
+	year = "2022",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	isbn = "978-3-030-99619-2",
+	doi = "10.1007/978-3-030-99619-2_55",
+	keywords = "Mobile Edge Computing (MEC), Multi-Cloud Computing, Reliable Server Pooling (RSerPool), Load Distribution, Cloud Computing, Serverless Computing",
+	abstract = "{The energy-efficient computing model is a popular choice for both, high-performance and throughput-oriented computing ecosystems. Mobile (computing) devices are becoming increasingly ubiquitous to our computing domain, but with limited resources (true both for computation as well as for energy). Hence, workload offloading from resource-constrained mobile devices to the edge and maybe later to the cloud become necessary as well as useful. Thanks to the persistent technical breakthroughs in global wireless standards (or in mobile networks), together with the almost limitless amount of resources in public cloud platforms, workload offloading is possible and cheaper. In such scenarios, Mobile Edge Computing (MEC) resources could be provisioned in proximity to the users for supporting latency-sensitive applications. Here, two relevant problems could be:
+i) How to distribute workload to the resource pools of MEC as well as public (multi-)clouds?
+ii) How to manage such resource pools effectively?
+To answer these problems in this paper, we examine the performance of our proposed approach using the Reliable Server Pooling (RSerPool) framework in more detail. We also have outlined the resource pool management policies to effectively use RSerPool for workload offloading from mobile devices into the cloud/MEC ecosystem.
+}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/m2ec2022.pdf",
+	url.size = "3751503",
+	url.md5 = "9781c73c07685768b70b5cd7250b8b24",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:45 CEST"
+}
+
+@TechReport{ CRNA-Rapport2021,
+	author = "Ahmed Mustafa Elmokashfi and Amund Kvalbein and Anas Saeed Al-Selwi and Foivos Ioannis Michelinakis and Thomas Dreibholz",
+	title = "{Norske mobilnett i 2021 -- Tilstandsrapport fra Centre for Resilient Networks and Applications}",
+	numpages = "50",
+	day = "6",
+	month = apr,
+	year = "2022",
+	institution = "Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications~(CRNA)",
+	address = "Oslo/Norway",
+	language = "norsk",
+	isbn = "82-92593-36-5",
+	abstract = "{Denne rapporten er utarbeidet av Center for Resilient Networks and Applications (CRNA), som er en del av Simula Metropolitan Center for Digital Engineering. CRNA driver grunn- leggende forskning innen robusthet og sikker- het i nettverk med mandat og finansiering fra Kommunal- og moderniseringsdepartementet. Senteret produserer en årlig rapport om tilstan- den i norske mobilnett. Årets rapport er den niende i rekken.}",
+	url = "https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2021.pdf",
+	url.size = "10764682",
+	url.md5 = "0d3cc03901b210a639bc62c872997434",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:45 CEST"
+}
+
+@TechReport{ CRNA-Rapport2022,
+	author = "Tarik Čičić and Amund Kvalbein and Anas Saeed Al-Selwi and Foivos Ioannis Michelinakis and Thomas Dreibholz",
+	title = "{Norske mobilnett i 2022 -- Tilstandsrapport fra Centre for Resilient Networks and Applications}",
+	numpages = "44",
+	day = "27",
+	month = apr,
+	year = "2023",
+	institution = "Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications~(CRNA)",
+	address = "Oslo/Norway",
+	language = "norsk",
+	isbn = "978-82-92593-38-7",
+	abstract = "{Denne rapporten er utarbeidet av Center for Resilient Networks and Applications (CRNA), som er en del av Simula Metropolitan Center for Digital Engineering. CRNA driver grunnleggende forskning innen robusthet og sikkerhet i nettverk med mandat og finansiering fra Kommunal- og moderniseringsdepartementet. Senteret produserer en årlig rapport om tilstanden i norske mobilnett. Årets rapport er den tiende i rekken}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/crna-2022.pdf",
+	url.size = "8543107",
+	url.md5 = "0e3fb8dba3abb5a4877bf234cbb64a4a",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:45 CEST"
+}
+
+@TechReport{ CRNA-Rapport2023,
+	author = "Tarik Čičić and Alojz Gomola and Hugo Martineau and Foivos Ioannis Michelinakis and Anas Saeed Al-Selwi",
+	title = "{Norske mobilnett i 2023 -- Tilstandsrapport fra Simula Metropolitan Center for Digital Engineering, Center for Resilient Networks and Applications}",
+	numpages = "54",
+	day = "30",
+	month = apr,
+	year = "2024",
+	institution = "Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications~(CRNA)",
+	address = "Oslo/Norway",
+	language = "norsk",
+	isbn = "978-82-92593-39-4",
+	abstract = "{Denne rapporten er utarbeidet av Center for Resilient Networks and Applications (CRNA), som er en del av Simula Metropolitan Center for Digital Engineering. CRNA driver grunnleggende forskning innen robusthet og sikker- het i nettverk med mandat og finansiering fra Digitaliserings- og forvaltningsdepartementet. Senteret produserer en årlig rapport om tilstanden i norske mobilnett. Årets rapport er den ellevte i rekken.}",
+	url = "https://web-backend.simula.no/sites/default/files/2024-05/crna-2023.pdf",
+	url.size = "15175028",
+	url.md5 = "94fd419f79f90760230dd741d1ca8aa4",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:46 CEST"
+}
+
+@Misc{ OSMHackfest13,
+	author = "Thomas Dreibholz and Azza Hassan Mohamed Ahmed and Mah-Rukh Fida and Andrés Felipe Ocampo and Foivos Ioannis Michelinakis",
+	title = "{Detecting Issues with In-Band Telemetry in OSM-Orchestrated Core Networks}",
+	howpublished = "Presentation at the OSM#13 Ecosystem Day",
+	type = "Demo presentation",
+	numpages = "14",
+	day = "15",
+	month = jun,
+	year = "2022",
+	address = "Virtual",
+	language = "english",
+	keywords = "Network Function Virtualisation (NFV), Open Source MANO (OSM), P4, Telemetry, Anomaly Detection",
+	abstract = "{Open Source MANO is a helpful tool to manage and orchestrate the instantiation of core network setups, like Network Service (NS) instances of our SimulaMet OpenAirInterface Virtual Network Function (VNF) for Enhanced Packet Cores (EPC). We furthermore extended our NS with VNF instances of Programming Protocol-independent Packet Processors (P4) switches, in order to allow for in-band telemetry. With in-band telemetry, it is possible to flexibly add, process, and remove telemetry information to traffic within the packet core, in order to allow for fine-granular evaluation of the system performance and the users' experienced quality of service.
+In our presentation and demo, we would like to provide an overview of our ongoing work on P4-based in-band telemetry in an OSM-orchestrated 4G core, which is used for detecting performance problems and anomalies in the network based on machine learning. We would furthermore like to demonstrate the details of our setup to the audience in a live demo.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest13-presentation.pdf",
+	url.size = "4883444",
+	url.md5 = "8e45be5e236c300b6172de1948edcd61",
+	url.mime = "application/pdf",
+	url.pagesize = "793.701 x 446.457 pts",
+	url.checked = "2024-06-30 12:15:46 CEST"
+}
+
+@InProceedings{ TMA2022,
+	author = "Alfred Arouna and Steinar Bjørnstad and Stein Jørgen Ryan and Thomas Dreibholz and Sobia Rind and Ahmed Mustafa Elmokashfi",
+	title = "{Network Path Integrity Verification using Deterministic Delay Measurements}",
+	booktitle = "{Proceedings of the 6th IEEE/IFIP Network Traffic Measurement and Analysis Conference~(TMA)}",
+	numpages = "8",
+	day = "29",
+	month = jun,
+	year = "2022",
+	address = "Enschede, Overijssel/Netherlands",
+	language = "english",
+	isbn = "978-3-903176-47-8",
+	keywords = "Network, Deterministic RTT, Alien Switch",
+	abstract = "{If an attacker succeeds in planting a device in a network, detecting the alien device can be extremely difficult. With the intuition that every device on the data path contributes to the end-to-end delay, we propose a simple and deterministic measurement-based approach for detecting the insertion of a layer-2 switch on the data path of a network operator. For this purpose, we use commodity hardware and the standard ping tool for collecting ICMP RTTs. To minimise inaccuracies in the measurements, we increase timing determinism on both ICMP source and target by using a real-time kernel on both, a dedicated source (a Linux server) and target (an RPI4 with custom image). Additionally, we manipulate real-time attributes for prioritising the ping process. By using this approach on different loaded networks: lab, campus network, research and education network and an ISP, we are able to reliably detect that a switch was added at the end of the path or within it. Our method yields an excellent performance on networks with considerable cross traffic as well as lightly loaded networks.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/tma_camera_ready_network_path_integrity_verification_using_deterministic_delay_measurements.pdf",
+	url.size = "457440",
+	url.md5 = "2e26d7e6bb08e8d8fd9fe6da67b960c1",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:46 CEST"
+}
+
+@Article{ TNSM2022,
+	author = "Foivos Ioannis Michelinakis and Joan Sebastià Pujol-Roig and Sara Malacarne and Min Xie and Thomas Dreibholz and Sayantini Majumdar and Wint Yi Poe and Georgios Patounas and Carmen Guerrero and Ahmed Mustafa Elmokashfi and Vasileios Theodorou",
+	title = "{AI Anomaly Detection for Cloudified Mobile Core Architectures}",
+	journal = "{Transactions on Network and Service Management~(TNSM)}",
+	numpages = "16",
+	day = "31",
+	month = aug,
+	year = "2022",
+	publisher = "IEEE Computer Society",
+	address = "Los Alamitos, California/U.S.A.",
+	language = "english",
+	issn = "1932-4537",
+	doi = "10.1109/TNSM.2022.3203246",
+	keywords = "Anomaly Detection, Autoencoders, Deep Learning, 5G, AI, Smart Networks, Mobile Networks",
+	abstract = "{IT systems monitoring is a crucial process for managing and orchestrating network resources, allowing network providers to rapidly detect and react to most impediment causing network degradation. However, the high growth in size and complexity of current operational networks (2022) demands new solutions to process huge amounts of data (including alarms) reliably and swiftly. Further, as the network becomes progressively more virtualized, the hosting of nfv on cloud environments adds a magnitude of possible bottlenecks outside the control of the service owners. In this paper, we propose two deep learning anomaly detection solutions that leverage service exposure and apply it to automate the detection of service degradation and root cause discovery in a cloudified mobile network that is orchestrated by ETSI OSM. A testbed is built to validate these AI models. The testbed collects monitoring data from the OSM monitoring module, which is then exposed to the external AI anomaly detection modules, tuned to identify the anomalies and the network services causing them. The deep learning solutions are tested using various artificially induced bottlenecks. The AI solutions are shown to correctly detect anomalies and identify the network components involved in the bottlenecks, with certain limitations in a particular type of bottlenecks. A discussion of the right monitoring tools to identify concrete bottlenecks is provided.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/tnsm2022.pdf",
+	url.size = "9889260",
+	url.md5 = "47e525a56f9c1cfd27c249601bdb8c3b",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:47 CEST"
+}
+
+@InProceedings{ LCN2022-DemoPaper,
+	author = "Thomas Dreibholz and Mah-Rukh Fida and Azza Hassan Mohamed Ahmed and Andrés Felipe Ocampo and Foivos Ioannis Michelinakis",
+	title = "{A Live Demonstration of In-Band Telemetry in OSM-Orchestrated Core Networks}",
+	booktitle = "{Proceedings of the 47th IEEE Conference on Local Computer Networks~(LCN)}",
+	pages = "245--247",
+	numpages = "3",
+	day = "28",
+	month = sep,
+	year = "2022",
+	address = "Edmonton, Alberta/Canada",
+	language = "english",
+	isbn = "978-1-6654-8001-7",
+	doi = "10.1109/LCN53696.2022.9843413",
+	keywords = "Network Function Virtualisation (NFV), Open Source MANO (OSM), P4, Telemetry, Anomaly Detection",
+	abstract = "{Network Function Virtualization is a key enabler to building future mobile networks in a flexible and cost-efficient way. Such a network is expected to manage and maintain itself with least human intervention. With early deployments of the fifth generation of mobile technologies -- 5G -- around the world, setting up 4G/5G experimental infrastructures is necessary to optimally design Self-Organising Networks~(SON). In this demo, we present a custom small-scale 4G/5G testbed. As a step towards self-healing, the testbed integrates four Programming Protocol-independent Packet Processors (P4) virtual switches, that are placed along interfaces between different components of transport and core network. This demo not only shows the administration and monitoring of the Evolved Packet Core (EPC) VNF components, using Open Source MANO, but also as a proof of concept for the potential of P4-based telemetry in detecting anomalous behaviour of the mobile network, such as a congestion in the transport part.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/lcn2022-telemetry-demo-web.pdf",
+	url.size = "555999",
+	url.md5 = "e94078ba8836b84235cf9313a9d69ed1",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:47 CEST"
+}
+
+@InProceedings{ CNSM2022,
+	author = "Thomas Dreibholz and Somnath Mazumdar",
+	title = "{Find Out: How Do Your Data Packets Travel?}",
+	booktitle = "{Proceedings of the 18th IEEE International Conference on Network and Service Management~(CNSM)}",
+	pages = "359--363",
+	numpages = "5",
+	day = "1",
+	month = nov,
+	year = "2022",
+	address = "Thessaloniki, Greece",
+	language = "english",
+	isbn = "978-3-903176-51-5",
+	doi = "10.23919/CNSM55787.2022.9965091",
+	keywords = "Internet, Connectivity, Routing, Data, Packets, Traffic Paths",
+	abstract = "{In today's communication-centric world, users generate and exchange a massive amount of data. The Internet helps user data to travel from one part of the world to another, via a complex set of network systems. These systems are intelligent, heterogeneous, and non-transparent to users. This paper presents an extensive, trace-driven study of user data traffic covering five years of observations, six large ISPs, 22 different autonomous systems, and a total of 12 countries. This work aims to make users aware of how their data travels in the Internet, as the interests of ISPs majorly influence the data traffic path. Although data traffic should prefer to travel through countries that share land borders, we found that the shortest land distance between the two countries does not impact data path selection.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/cnsm2022.pdf",
+	url.size = "7412046",
+	url.md5 = "1a49b8096e6f7d92d50d2ff98836db4c",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:47 CEST"
+}
+
+@Article{ CommMag2022,
+	author = "Somnath Mazumdar and Thomas Dreibholz",
+	title = "{Secure Embedded Living: Towards a Self-contained User Data Preserving Framework}",
+	journal = "{IEEE Communications Magazine}",
+	volume = "60",
+	issue = "11",
+	pages = "74--80",
+	numpages = "7",
+	day = "11",
+	month = nov,
+	year = "2022",
+	language = "english",
+	issn = "0163-6804",
+	doi = "10.1109/MCOM.001.2200165",
+	keywords = "IoTs, Cloud, Blockchain, Data, Security, User",
+	abstract = "{Smart living represents the hardware-software co-inhabiting with humans for better living standards and improved well-being. Here, hardware monitors human activities (by collecting data) specific to a context. Such data can be processed to offer context-specific valuable insights. Such insights can be used for optimising the well-being, living experience and energy cost of smart homes. This paper proposes a Secure Embedded Living Framework~(SELF) that enforces a privacy-preserving data control mechanism by integrating multiple technologies, such as Internet-of-thing, cloud/fog platform, machine learning and blockchain. The primary aim of the SELF is to allow the user to retain more control of its data.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/commmag2022.pdf",
+	url.size = "343205",
+	url.md5 = "aee5a6a9043799f00b9836ce7cafd8d4",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:47 CEST"
+}
+
+@InProceedings{ PDCAT2022,
+	author = "Somnath Mazumdar and Thomas Dreibholz",
+	title = "{Towards a Blockchain and Fog-Based Proactive Data Distribution Framework for ICN}",
+	booktitle = "{Proceedings of the International Conference on Parallel and Distributed Computing, Applications and Technologies~(PDCAT)}",
+	pages = "175--186",
+	numpages = "12",
+	day = "7",
+	month = dec,
+	year = "2022",
+	address = "Sendai, Miyagi/Japan",
+	language = "english",
+	isbn = "978-3-031-29927-8",
+	doi = "10.1007/978-3-031-29927-8_14",
+	keywords = "Blockchain, Data, Distribution, Fog, ICN, Protection",
+	abstract = "{Most of today's IP traffic is cloud traffic. Due to a vast, complex and non-transparent Internet infrastructure, securely accessing and delegating data is not a trivial task. Existing technologies of Information-Centric Networking (ICN) make content distribution and access easy while primarily relying on the existing cloud-based security features. The primary aim of ICN is to make data independent of its storage location and application. ICN builds upon traditional distributed computing, which means ICN platforms also can suffer from similar data security issues as distributed computing platforms. We present our ongoing work to develop a secure, proactive data distribution framework. The framework answers the research question, i.e., How to extend online data protection with a secure data distribution model for the ICN platform? Our framework adds a data protection layer over the content distribution network, using blockchain and relying on the fog to distribute the contents with low latency. Our framework is different from the existing works in multiple aspects, such as i) data are primarily distributed from the fog nodes, ii) blockchain is used to protect data and iii) blockchain allows statistical and other information sharing among stakeholders (such as content creators) following access rights. Sharing statistics about content distribution activity can bring transparency and trustworthiness among the stakeholders, including the subscribers, into the ICN platforms. We showed such a framework is possible by presenting initial performance results and our reflections while implementing it on a cloud/fog research testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/pdcat2022.pdf",
+	url.size = "3090191",
+	url.md5 = "dcfa615332c774c3f7ae57e1b55eebc2",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:48 CEST"
+}
+
+@InProceedings{ HPCC2022,
+	author = "Somnath Mazumdar and Thomas Dreibholz",
+	title = "{Towards a Privacy Preserving Data Flow Control via Packet Header Marking}",
+	booktitle = "{Proceedings of the 24th IEEE International Conference on High Performance Computing, Data, and Analytics~(HPCC)}",
+	pages = "1509--1516",
+	numpages = "8",
+	day = "18",
+	month = dec,
+	year = "2022",
+	address = "Chengdu, Sichuan/People's Republic of China",
+	language = "english",
+	isbn = "979-8-3503-1993-4",
+	doi = "10.1109/HPCC-DSS-SmartCity-DependSys57074.2022.00232",
+	keywords = "Cloud, Data, Fog, P4, Packets, Privacy, Routing",
+	abstract = "{Computing infrastructure is becoming ubiquitous thanks to the advancement in computing and the network domain. Reliable network communication is essential to offer good quality services, but it is not trivial. There are privacy concerns. Metadata may leak user information even if traffic is encrypted. Some countries have data privacy preserving-related regulations, but end-users cannot control through which path, networks, and hardware their data packets should travel. Even worse, the user cannot declare their privacy preferences. This paper presents an approach to tackle such privacy issues through data privacy-aware routing. The user can specify their preferences for packet routing using marking and filtering. Routing can work according to such specifications. It is implemented by P4, allowing a vendor-independent realisation with standard off-the-shelf hardware and open-source software components. We presented the initial experimental results of a proof-of-concept run on a unified cloud/fog research testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/hpcc2022.pdf",
+	url.size = "2056774",
+	url.md5 = "e4736c18f80bee8084c75a587f6c7e0a",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:48 CEST"
+}
+
+@Article{ IoT2023,
+	author = "Thomas Dreibholz and Somnath Mazumdar",
+	title = "{Towards a Lightweight Task Scheduling Framework for Cloud and Edge Platform}",
+	journal = "{Internet of Things}",
+	volume = "21",
+	numpages = "16",
+	month = apr,
+	year = "2023",
+	publisher = "Elsevier",
+	language = "english",
+	issn = "2542-6605",
+	doi = "10.1016/j.iot.2022.100651",
+	keywords = "Cloud, Edge, Framework, Placement, Task",
+	abstract = "{Mobile devices are becoming ubiquitous in our daily lives, but they have limited computational capacity. Thanks to the advancement in the network infrastructure, task offloading from resource-constrained devices to the near edge and the cloud becomes possible and advantageous. Complete task offloading is now possible to almost limitless computing resources of public cloud platforms. Generally, the edge computing resources support latency-sensitive applications with limited computing resources, while the cloud supports latency-tolerant applications. This paper proposes one lightweight task-scheduling framework from cloud service provider perspective, for applications using both cloud and edge platforms. Here, the challenge is using edge and cloud resources efficiently when necessary. Such decisions have to be made quickly, with a small management overhead. Our framework aims at solving two research questions. They are: i) How to distribute tasks to the edge resource pools and multi-clouds? ii) How to manage these resource pools effectively with low overheads? To answer these two questions, we examine the performance of our proposed framework based on Reliable Server Pooling (RSerPool). We have shown via simulations that RSerPool, with the correct usage and configuration of pool member selection policies, can accomplish the cloud/edge setup resource selection task with a small overhead.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/iot2023.pdf",
+	url.size = "4115472",
+	url.md5 = "b6aef5ff3b1bbf61cd4c03c8acb60222",
+	url.mime = "application/pdf",
+	url.pagesize = "544.252 x 742.677 pts",
+	url.checked = "2024-06-30 12:15:48 CEST"
+}
+
+@InProceedings{ ICTON2023,
+	author = "Steinar Bjørnstad and Jameel Ali and Thomas Dreibholz and Erik Sæthre",
+	title = "{A Scalable Data Collection System for Continuous State of Polarisation Monitoring}",
+	booktitle = "{Proceedings of the 23rd International Conference on Transparent Optical Networks~(ICTON)}",
+	pages = "1--4",
+	numpages = "4",
+	day = "3",
+	month = jul,
+	year = "2023",
+	address = "Bucharest/Romania",
+	language = "english",
+	isbn = "979-8-3503-0303-2",
+	doi = "10.1109/ICTON59386.2023.10207183",
+	keywords = "State of Polarisation, Monitoring, Critical Infrastructure",
+	abstract = "{Our dependency on the telecommunication infrastructure is continuously increasing, as different infrastructures -- such as energy and telecommunication -- now have mutual dependencies. This calls for increased monitoring of the fibre network, which is a highly critical part of the infrastructure. State of Polarisation (SoP) of light propagating through fibre transmission systems is impacted by any vibrations and mechanical impacts on the fibre. By continuously monitoring the SoP, any unexpected movements of a fibre along a fibre-path may be traced. Movements may be caused by e.g. work in node-rooms impacting patch-cords, trawlers or other types of sub-sea equipment touching or hooking into sub-sea fibre cables, digging close to a fibre-cable, or geophysical phenomena like earthquakes. In this paper, we describe a low-cost, scalable system for SoP monitoring and give examples of patterns monitored in different types of fibre infrastructures. The monitoring system consists of single-unit rack-mount instruments connected to taps from live optical transmission signals. Each instrument has local storage for 1-2 years of data, and is periodically automatically uploading data to a server for backup and data-access purposes. Examples of observed patterns are impact from a thunderstorm on a Fibre-To-The-Home (FTTH) cable, 50 Hz on a fibre-cable spun around a high-voltage power air-cable, as well as animal impact on a patch-cord.}",
+	url = "https://web-backend.simula.no/sites/default/files/2023-10/ICTON2023.pdf",
+	url.size = "1020465",
+	url.md5 = "91f2a32aeb8e3d1f193288d235130e4e",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:48 CEST"
+}
+
+@InProceedings{ ISCC2023,
+	author = "Somnath Mazumdar and Thomas Dreibholz",
+	title = "{Proactive Resource Orchestration Framework for Cloud/Fog Platform}",
+	booktitle = "{Proceedings of the 28th IEEE Symposium on Computers and Communications~(ISCC)}",
+	pages = "259--265",
+	numpages = "7",
+	day = "10",
+	month = jul,
+	year = "2023",
+	address = "Gammarth, Tunis/Tunisia",
+	language = "english",
+	isbn = "979-8-3503-0048-2",
+	doi = "10.1109/ISCC58397.2023.10218068",
+	keywords = "Cloud, Fog, Resource Allocation, Orchestration, Prediction",
+	abstract = "{Cloud computing makes complex computing an off-premise activity by offering software- and hardware-based services using standard security protocols over the Internet. It has been seen that the cloud is not ideal for latency-sensitive applications. Thanks to the current growth of network communication and infrastructure, fog adds a computing resource delegation layer between the user and the cloud. Fog aims to improve latency-sensitive applications support. Here, we propose one unified, proactive resource orchestration framework from a cloud/fog service provider perspective. The framework consists of a predictor and a resource allocator module. Users subscribe to these resources to execute their applications. The framework does not require application-specific information and is modular, meaning a service provider can customise each module. We have presented the framework prototype by showing each module's simulated performance results using the parameters of our cloud/fog research test bed.}",
+	url = "https://web-backend.simula.no/sites/default/files/2023-10/ISCC2023.pdf",
+	url.size = "228158",
+	url.md5 = "8791dda646edfc85901dfdfbde43d260",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:48 CEST"
+}
+
+@InProceedings{ ConTEL2023,
+	author = "Thomas Dreibholz and Steinar Bjørnstad and Jameel Ali",
+	title = "{A Scalable Infrastructure for Continuous State of Polarisation Monitoring for Revealing Security and Vulnerability Impacts in Optical Networks}",
+	booktitle = "{Proceedings of the 17th International Conference on Telecommunications~(ConTEL)}",
+	pages = "1--8",
+	numpages = "8",
+	day = "11",
+	month = jul,
+	year = "2023",
+	address = "Graz, Steiermark/Austria",
+	language = "english",
+	isbn = "979-8-3503-0223-3",
+	doi = "10.1109/ConTEL58387.2023.10198969",
+	abstract = "{Optical networks are spanning the world. They are the main medium for carrying all types of data-traffic. From a vulnerability and security perspective, it is therefore the most important part of the network to protect against any physical impacts that may cause disruptions or security incidents. In this paper, we demonstrate and describe a scalable, low-cost monitoring system based on detecting the state of polarisation in the fibre cables. We give examples on how any direct movement of fibre-cables or fibre-cords as well as indirect vibrations on the cable can be detected, and how basic characteristics in the patterns can be used for recognition of these events.}",
+	url = "https://web-backend.simula.no/sites/default/files/2023-10/ConTEL2023.pdf",
+	url.size = "8632879",
+	url.md5 = "b4077cd0550b708dc23dbf768120f6ac",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:49 CEST",
+	url.keywords = "State of Polarisation, Hardware, Software, Monitoring, Infrastructure"
+}
+
+@InProceedings{ SEAA2023,
+	author = "Somnath Mazumdar and Thomas Dreibholz",
+	title = "{Towards A Data Privacy-Aware Execution Zone Creation on Cloud/Fog Platform}",
+	booktitle = "{Proceedings of the 49th Euromicro Conference Series on Software Engineering and Advanced Applications~(SEAA)}",
+	pages = "140--149",
+	numpages = "10",
+	day = "8",
+	month = sep,
+	year = "2023",
+	address = "Durrës/Albania",
+	language = "english",
+	isbn = "979-8-3503-4235-2",
+	doi = "10.1109/SEAA60479.2023.00030",
+	keywords = "Cloud, Data, Fog, Message, Privacy, Resource Management",
+	abstract = "{Cloud computing is now a `go-to' platform for running various types of application. A wide spectrum of users needing software and hardware resources have embraced the cloud. Following the cloud business model, one is either a cloud-based service provider or a cloud service (hardware and software) user. There is a continuous evolution in the cloud ecosystem to support the ever-changing features of user applications. The cloud ecosystem has added a new resource delegation model to accommodate such new requirements. This new resource delegation model is known as fog. Both cloud and fog platforms employ complex hardware and software to provide better run-time support for applications. This paper presents a message-based privacy-aware application execution zone management framework for the cloud/fog platform. The framework aims to create a static execution zone based on the performance of the user application and the data privacy requirements. It also enables the user to set the resource termination conditions. Here, we have prototyped the proposed framework and showed how the proposed approach works with message structure and experiments with the P4 switch. We also present how the prototype could be implemented on a cloud/fog platform.}",
+	url = "https://web-backend.simula.no/sites/default/files/2023-10/SEAA2023.pdf",
+	url.size = "2245747",
+	url.md5 = "44c985ac9d4d090a8f08c068c864814f",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:49 CEST"
+}
+
+@InProceedings{ SoftCOM2023-Timestamping,
+	author = "Thomas Dreibholz",
+	title = "{High-Precision Round-Trip Time Measurements in the Internet with HiPerConTracer}",
+	booktitle = "{Proceedings of the 31st International Conference on Software, Telecommunications and Computer Networks~(SoftCOM)}",
+	numpages = "7",
+	day = "22",
+	month = sep,
+	year = "2023",
+	address = "Split, Dalmacija/Croatia",
+	language = "english",
+	isbn = "979-8-3503-0107-6",
+	doi = "10.23919/SoftCOM58365.2023.10271612",
+	keywords = "Internet, Round-Trip Time, Packet Timestamping, Measurement, Tools, HiPerConTracer",
+	abstract = "{Accurately measuring Round-Trip Times (RTT) for Internet communications is important for various research topics, ranging from protocol performance and congestion control to routing and network security. Unix systems, particularly Linux and FreeBSD, provide some features to obtain network packet timing information, but there is a lack of documentation for these. With High-Performance Connectivity Tracer (HiPerConTracer), there is already an open source tool for running large-scale, long-running and high-frequency ICMP Ping and Traceroute measurements. However, it lacks support of high-precision timing.
+As part of this paper, first the network packet timestamping features of Unix systems are analysed and introduced, to provide the reader with a detailed overview over the available methods, their usage, as well as their limitations. Then, enhancements to HiPerConTracer are presented for adding high-precision timestamping support, as well as a UDP module to also perform UDP Ping and Traceroute measurements. Finally, the newly added features are demonstrated in a proof-of-concept analysis.}",
+	url = "https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Timestamping.pdf",
+	url.size = "12772551",
+	url.md5 = "99b0c36bb661d436dfc2c7fadc81c7d1",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:49 CEST"
+}
+
+@InProceedings{ SoftCOM2023-Demo,
+	author = "Thomas Dreibholz",
+	title = "{A Live Demonstration of HiPerConTracer~2.0}",
+	booktitle = "{Proceedings of the 31st International Conference on Software, Telecommunications and Computer Networks~(SoftCOM)}",
+	numpages = "3",
+	day = "22",
+	month = sep,
+	year = "2023",
+	address = "Split, Dalmacija/Croatia",
+	language = "english",
+	keywords = "Internet, Round-Trip Time, Traceroute, Measurement, Tools, HiPerConTracer",
+	abstract = "{HiPerConTracer is an open source tool for large-scale, long-term, high-frequency Ping and Traceroute measurements. Using such measurements, it is possible to obtain information about latency in the network, as well as about the actual routing. This proposed live demo provides an overview over the tool and its features, as well as an introduction of how to use it for performing measurements, storing the results, querying selected results, and post-processing them for visualisation.}",
+	url = "https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Demo_0.pdf",
+	url.size = "1954032",
+	url.md5 = "ab326fd72248f5fcbeb717c5a7095283",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:49 CEST"
+}
+
+@Article{ ToMC2023,
+	author = "Mah-Rukh Fida and Azza Hassan Mohamed Ahmed and Thomas Dreibholz and Andrés Felipe Ocampo and Ahmed Mustafa Elmokashfi and Foivos Ioannis Michelinakis",
+	title = "{Bottleneck Identification in Cloudified Mobile Networks based on Distributed Telemetry}",
+	journal = "{Transactions on Mobile Computing}",
+	pages = "1--18",
+	numpages = "18",
+	day = "5",
+	month = sep,
+	year = "2023",
+	publisher = "IEEE",
+	language = "english",
+	issn = "1558-0660",
+	doi = "10.1109/TMC.2023.3312051",
+	keywords = "Bottleneck, Congestion, Mobile Cloud Network, Telemetry, Anomaly, Classification",
+	abstract = "{Cloudified mobile networks are expected to deliver a multitude of services with reduced capital and operating expenses. A characteristic example is 5G networks serving several slices in parallel. Such mobile networks, therefore, need to ensure that the SLAs of customised end-to-end sliced services are met. This requires monitoring the resource usage and characteristics of data flows at the virtualised network core, as well as tracking the performance of the radio interfaces and UEs. A centralised monitoring architecture can not scale to support millions of UEs though. This paper, proposes a 2-stage distributed telemetry framework in which UEs act as early warning sensors. After UEs flag an anomaly, a ML model is activated, at network controller, to attribute the cause of the anomaly. The framework achieves 85% F1-score in detecting anomalies caused by different bottlenecks, and an overall 89% F1-score in attributing these bottlenecks. This accuracy of our distributed framework is similar to that of a centralised monitoring system, but with no overhead of transmitting UE-based telemetry data to the centralised controller. The study also finds that passive in-band network telemetry has the potential to replace active monitoring and can further reduce the overhead of a network monitoring system.}",
+	url = "https://web-backend.simula.no/sites/default/files/2023-10/ToMC2023.pdf",
+	url.size = "4379940",
+	url.md5 = "a687e6432369b42947c91ae00a748096",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:50 CEST"
+}
+
+@InProceedings{ OFS2023,
+	author = "Steinar Bjørnstad and Jameel Ali and Thomas Dreibholz",
+	title = "{Detecting Physical Impacts by Monitoring State of Polarisation in a Live Fibre-To-The-Home Data-Communication Air-Cable}",
+	booktitle = "{Proceedings of the 28th International Conference on Optical Fiber Sensors~(OFS)}",
+	numpages = "4",
+	day = "21",
+	month = nov,
+	year = "2023",
+	address = "Hamamatsu, Shizuoka/Japan",
+	language = "english",
+	isbn = "978-1-957171-30-2",
+	doi = "10.1364/ofs.2023.tu3.44",
+	keywords = "State of Polarisation, Fibre-To-The-Home, Monitoring",
+	abstract = "{Heavy wind may tear cables down, damaging infrastructure, triggering outage in data-communication networks. We demonstrate local observations of wind in the access-network, monitoring State of Polarisation in a live Fiber-To-The-Home air-cable.}",
+	url = "https://web-backend.simula.no/sites/default/files/2023-11/OFS2023.pdf",
+	url.size = "7669401",
+	url.md5 = "41487d3204e1112852533c9a8a964f6b",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:50 CEST"
+}
+
+@InProceedings{ CENet2023-Blockchain,
+	author = "Fa Fu and Gaoshang Lu and Jianqiang Huang and Thomas Dreibholz",
+	title = "{A Survey of Blockchain-Based Identity Anonymity Research}",
+	booktitle = "{Proceedings of the 13th International Conference on Computer Engineering and Networks~(CENet)}",
+	numpages = "10",
+	day = "4",
+	month = nov,
+	year = "2023",
+	publisher = "Springer Nature",
+	address = "Wuxi, Jiangsu/People's Republic of China",
+	language = "english",
+	issn = "1876-1100",
+	doi = "10.1007/978-981-99-9247-8_44",
+	keywords = "Blockchain, Identity Anonymous, Data Transaction",
+	abstract = "{With the booming development of blockchain technology, blockchain-based data transactions have been applied in many fields such as finance, healthcare and logistics. It can help users to realize data transactions and management more conveniently, securely, transparently and efficiently. However, there is a certain problem of identity privacy leakage when data transactions are conducted on blockchain. Therefore, the issue of user identity privacy protection has become the core issue of data transactions on the blockchain, which is crucial to the sustainable development and wide application of the blockchain. This paper discusses the privacy protection in the process of data transactions on blockchain in terms of user identity anonymity, introduces and analyzes in detail the current research status and implementation technologies for realizing identity anonymity on blockchain, explains the threats and challenges for realizing identity anonymity, analyzes the existing problems, and gives an outlook and summary of the future research directions for realizing identity anonymity on blockchain.}",
+	url = "https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-Blockchain.pdf",
+	url.size = "297270",
+	url.md5 = "37c8853f9d84e78d90766fafd2b26419",
+	url.mime = "application/pdf",
+	url.pagesize = "595.3 x 841.9 pts (A4)",
+	url.checked = "2024-06-30 12:15:50 CEST"
+}
+
+@InProceedings{ CENet2023-SmartContracts,
+	author = "Jingqi Zhang and Xin Zhang and Zhaojun Liu and Fa Fu and Jianyu Nie and Jianqiang Huang and Thomas Dreibholz",
+	title = "{A Survey of Security Vulnerabilities and Detection Methods for Smart Contracts}",
+	booktitle = "{Proceedings of the 13th International Conference on Computer Engineering and Networks~(CENet)}",
+	numpages = "11",
+	day = "4",
+	month = nov,
+	year = "2023",
+	publisher = "Springer Nature",
+	address = "Wuxi, Jiangsu/People's Republic of China",
+	language = "english",
+	issn = "1876-1100",
+	doi = "10.1007/978-981-99-9247-8_43",
+	keywords = "Blockchain, Smart Contracts, Detection Methods, Security Vulnerabilities",
+	abstract = "{At present, smart contracts cannot guarantee absolute security, and they have exposed many security issues and caused incalculable losses. Due to the existence of these security vulnerabilities, researchers have designed many detection and classification tools to identify and discover them. In this article, we present a classification of smart contract security vulnerabilities based on a large number of detailed arti- cles. Then, we introduce the latest smart contract vulnerability detection methods, summarize the process model of detection tools based on artificial intelligence methods, and compare and analyze various detection tools. Finally, we provide an outlook on future research directions based on the current status of smart contract security}",
+	url = "https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-SmartContracts.pdf",
+	url.size = "211674",
+	url.md5 = "c45d7a974d5f6b1a48f96b3d9d8a7bb3",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:50 CEST"
+}
+
+@Data{ TARTAN-Traceroute-Dataset2023,
+	author = "Thomas Dreibholz and Somnath Mazumdar",
+	title = "{TARTAN Traceroute Dataset}",
+	day = "9",
+	month = nov,
+	year = "2023",
+	publisher = "IEEE DataPort",
+	doi = "10.21227/a241-gm35",
+	keywords = "Cloud Computing, Quality of Service, Privacy, Internet, Packets, Routing",
+	abstract = "{The Transport-level pAcket RouTing ANalysis Tool for Cloud-native Applications (TARTAN) Dataset contains TARTAN/HiPerConTracer Traceroute runs between an endpoint in Oslo, Norway and the public Comprehensive TeX Archive Network (CTAN, https://www.ctan.org) and Comprehensive R Archive Network (CRAN, https://cran.r-project.org) mirror web servers, using ICMP and TCP as Transport Layer protocols. The data has been collected between August and October 2023. 3 rounds of Traceroute runs have been performed every 300 s. Both, IPv4 and IPv6 data have been collected. The purpose of the dataset is to show the changes of routes over time between a private endpoint and public web servers in different countries.}"
+}
+
+@Data{ Reflection-Server-Tuning-Dataset2024,
+	author = "Jan Marius Evang and Thomas Dreibholz",
+	title = "{Reflection Server Tuning Dataset}",
+	day = "2",
+	month = feb,
+	year = "2024",
+	publisher = "IEEE DataPort",
+	doi = "10.21227/8wbz-7e29"
+}
+
+@InProceedings{ M2EC2024,
+	author = "Jan Marius Evang and Thomas Dreibholz",
+	title = "{Optimizing Network Latency: Unveiling the Impact of Reflection Server Tuning}",
+	booktitle = "{Proceedings of the 6th International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing~(M2EC) in conjunction with the 38th International Conference on Advanced Information Networking and Applications~(AINA)}",
+	pages = "374--384",
+	numpages = "11",
+	day = "18",
+	month = apr,
+	year = "2024",
+	address = "Kitakyushu, Fukuoka/Japan",
+	language = "english",
+	isbn = "978-3-031-57942-4",
+	doi = "10.1007/978-3-031-57942-4_3",
+	keywords = "Latency, Kernel Tuning, HiPerConTracer",
+	abstract = "{This study investigates the dynamics of network latency optimizations, with a focus on the role of reflection server tuning. In an era marked by the demand for precise and low-latency network measurements, our exploration unveils the interplay of diverse parameters in achieving optimal performance. Notably, the implementation of a tuned profile on Linux emerges as a standout strategy, showcasing significant rewards in network efficiency. We highlight the importance of early acceptance of latency-critical traffic in the firewall chain and emphasize the cumulative impact of various optimizations. These findings have practical implications for network administrators and system architects, providing valuable insights for the deployment of efficient and low-latency network infrastructures, essential in the landscape of emerging technologies such as 5G networks and edge computing solutions.}",
+	url = "https://web-backend.simula.no/sites/default/files/2024-02/M2EC2024.pdf",
+	url.size = "431347",
+	url.md5 = "b77b88c046472082a9fb635befcda1bd",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:18:07 CEST"
+}
+
+@Misc{ CBSTalk2024,
+	author = "Thomas Dreibholz",
+	title = "{Cloud and Fog: How and Where is My Data Flowing? Obtaining Insights into Data Privacy in Today's Applications}",
+	howpublished = "Invited Talk at Copenhagen Business School~(CBS)",
+	numpages = "23",
+	day = "26",
+	month = apr,
+	year = "2024",
+	address = "Fredriksberg/Denmark",
+	language = "english",
+	keywords = "Cloud, Fog, Privacy, Networking, Routing, Traceroute, HiPerConTracer",
+	abstract = "{In today's applications, network access is almost ubiquitous: While users interact with their applications on the smartphone -- anywhere and anytime -- many tasks are actually offloaded to cloud/fog systems for processing somewhere else, mostly unknown by the users. So, a lot of user data continuously flows around the world, between cities, countries and continents. This talk intends to provide some interesting insights into privacy-relevant networking aspects of cloud/fog applications, without requiring detailed computer networking knowledge.}",
+	url = "https://web-backend.simula.no/sites/default/files/2024-04/CBSTalk2024.pdf",
+	url.size = "14728406",
+	url.md5 = "a1e26306386ce8ef176e278dfbcca44c",
+	url.mime = "application/pdf",
+	url.pagesize = "793.701 x 446.457 pts",
+	url.checked = "2024-04-26 17:04:33 CEST"
+}
+
+@Misc{ KOHS2024,
+	author = "Thomas Dreibholz and Somnath Mazumdar",
+	title = "{Secure and Privacy-Preserving Smart Living}",
+	howpublished = "Invited Talk at KOHS Workshop on Technology for Co-Working on Health and Active Life",
+	numpages = "8",
+	day = "13",
+	month = jun,
+	year = "2024",
+	address = "Wien/Austria",
+	language = "english",
+	keywords = "Cloud, Data, Fog, Message, Privacy, Resource Management",
+	url = "https://web-backend.simula.no/sites/default/files/2024-06/KOHS2024-Presentation_0.pdf",
+	url.size = "5363012",
+	url.md5 = "5ed6a837d6d534f6f671ecc5fa413ea6",
+	url.mime = "application/pdf",
+	url.pagesize = "793.701 x 446.457 pts",
+	url.checked = "2024-06-19 14:54:44 CEST"
+}
+
+@InProceedings{ PDP2025,
+	author = "Thomas Dreibholz and Somnath Mazumdar",
+	title = "{HiPerConTracer~3.0: Transport-level Packet Routing Analysis Tool}",
+	booktitle = "{Proceedings of the 33rd Euromicro International Conference on Parallel, Distributed and Network-Based Processing~(PDP)}",
+	pages = "33--41",
+	numpages = "9",
+	day = "14",
+	month = mar,
+	year = "2025",
+	address = "Torino, Piemonte/Italy",
+	language = "english",
+	isbn = "979-8-3315-2493-7",
+	doi = "10.1109/PDP66500.2025.00014",
+	keywords = "Long-Term Analysis, Network, Packets, Routing, Round-Trip Time, Traceroute",
+	abstract = "{Applications rely on the network to reliably forward packets between nodes. The way packets are forwarded has a significant impact on latency-sensitive applications. It is important to gain a better understanding of the routes the packets take, to adapt an application's communication to network performance, and to achieve good quality of experience~(QoE) for the user. Continuous, long-term evaluation is required to obtain detailed insights into network performance.
+Here, we present HiPerConTracer~3.0 for tracing routes between senders and receivers in public and private networks. This open-source tool for large-scale IP trace analysis performs traceroute/ping measurements to provide detailed insights into packet routes and packet timing. In this paper, we have demonstrated the intuitive route visualization capability of the proposed tool by verifying some known network behaviors.}",
+	url = "https://web-backend.simula.no/sites/default/files/2025-02/PDP2025.pdf",
+	url.size = "5477231",
+	url.md5 = "5958ae5a77cbe4da76bad8f48f34f180",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2025-02-11 15:21:22 CET"
+}
+
diff -pruN 1.4.4-2/src/bibtexconv-tests/bibtex-example2.good 2.0.2-1/src/bibtexconv-tests/bibtex-example2.good
--- 1.4.4-2/src/bibtexconv-tests/bibtex-example2.good	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/bibtexconv-tests/bibtex-example2.good	2025-04-21 19:41:03.000000000 +0000
@@ -0,0 +1,5098 @@
+@PhDThesis{ Dre2012,
+	author = "Thomas Dreibholz",
+	title = "{Evaluation and Optimisation of Multi-Path Transport using the Stream Control Transmission Protocol}",
+	type = "Habilitation Treatise",
+	numpages = "264",
+	day = "13",
+	month = mar,
+	year = "2012",
+	school = "University of Duisburg-Essen, Faculty of Economics, Institute for Computer Science and Business Information Systems",
+	language = "english",
+	urn = "urn:nbn:de:hbz:464-20120315-103208-1",
+	keywords = "Stream Control Transmission Protocol~(SCTP), Multi-Path Transport, Dissimilar Paths, Fairness, Evaluation, Optimisation",
+	abstract = "{The Stream Control Transmission Protocol~(SCTP) as defined in RFC~4960 is an advanced Transport Layer protocol that provides support for multi-homing. That is, SCTP endpoints may simultaneously use multiple Network Layer addresses, which allows to connect the endpoints to multiple networks for redundancy purposes. However, for the transfer of user data, only one of the possible paths is currently used at a time. All other paths remain as backup and are only used for retransmissions.
+Clearly, the existence of multiple paths has led to the idea of applying load sharing among the paths. An extension to SCTP -- denoted as Concurrent Multipath Transfer~(CMT) -- realises this load sharing functionality. While this approach works well for similar paths, i.e.\ paths having similar characteristics regarding bandwidths, bit error rates and delays, the use of dissimilar paths does not work that neatly.
+In this thesis, the issues of dissimilar paths for CMT-based load sharing will be demonstrated first. The reasons for these issues will be identified and solutions proposed. These solutions will be evaluated in simulations, as well as partially also in a real-world Internet testbed setup, in order to show their effectiveness. In particular, it will be shown that a combination of multiple mechanisms is necessary to make CMT work as expected under a wide range of network and system parameters.
+Furthermore, the fairness of CMT-based transport -- in concurrency to classic non-CMT flows -- will be analysed. The usage of plain CMT leads to an overly aggressive bandwidth occupation on so-called shared bottlenecks. As a countermeasure, the idea of Resource Pooling will be utilised. For this purpose, two new and one adapted congestion control approach -- all based on the Resource Pooling principle -- will be introduced and examined in similar as well as dissimilar path setups, in order to show how to fairly deploy CMT transport in the Internet.
+The results of this work have also been contributed to the ongoing IETF~standardisation process of SCTP and its extensions.}",
+	url = "https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029737/Dre2012_final.pdf",
+	url.size = "37661345",
+	url.md5 = "add34f0b780cb35b7ee1f963ea85e59c",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2015-05-06 22:13:53 CEST"
+}
+
+@Misc{ Dre2012-FutureInternet,
+	author = "Thomas Dreibholz",
+	title = "{Konzepte für das Future Internet aus der Netzperspektive}",
+	howpublished = "Habilitation Talk",
+	numpages = "49",
+	day = "13",
+	month = mar,
+	year = "2012",
+	school = "University of Duisburg-Essen, Faculty of Economics, Institute for Computer Science and Business Information Systems",
+	language = "german",
+	urn = "urn:nbn:de:hbz:464-20120404-135350-0",
+	keywords = "Future Internet, Habilitationsvortrag",
+	abstract = "{Vielen seiner Benutzer erscheint das Internet als neuartig und hochmodern. Seine Grundlagen jedoch sind keineswegs neu, sondern basieren auf mittlerweile fast 40~Jahre alten Ideen. Dienste werden mittels eines geschichteten, hierarchischen Protokollstacks realisiert, bei welchem eine Interaktion nicht-benachbarter Schichten nicht vorgesehen ist. Dieser starre Aufbau macht bereits das Anpassen der Internet-Architektur an die Anforderungen der heutigen Anwendungen – wie etwa File Sharing, Videotelefonie und mobile Endgeräte – kompliziert. Die großen Herausforderungen des zukünftigen Internets – welches als das Future Internet bezeichnet wird – mit Anwendungsszenarien wie Cloud Computing, Internet of Things, Sensornetzwerken und vielen weiteren – erfordern jedoch noch weitaus umfangreichere Anpassungen. Zudem ist eine große Flexibilität erforderlich, um auch weiteren – heute noch nicht absehbaren – Anforderungen gerecht zu werden.
+Im Rahmen dieses Habilitationsvortrages wird zunächst kurz auf die Probleme des aktuellen Internets eingegangen sowie die Herausforderungen des Future Internets vorgestellt. Im Anschluss daran wird eine Auswahl der für den Übergang zum Future Internet möglichen evolutionären sowie revolutionären Ansätze vorgestellt. Der Schwerpunkt liegt hierbei auf den noch relativ neuen – und in der Forschung momentan sehr aktiv diskutierten – revolutionären Ansätzen, welche mit der Idee des sogenannten Clean Slate einen vollständigen Neuansatz anstreben. Hierbei werden die Ansätze der Funktionalen Komposition, des Content-Centric Networking sowie der Virtualisierung von Netzwerken vorgestellt. Zum Schluss wird dann auf die Frage eingegangen, wie eine Nutzung der vorgestellten Ansätze in der Praxis möglich ist und welche der aktuell in Diskussion befindlichen Ansätze sich in Zukunft voraussichtlich durchsetzen werden.}",
+	url = "https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029756/Habilitationsvortrag.pdf",
+	url.size = "5915045",
+	url.md5 = "bd09fd9172fccb9edd4ee88299038f47",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 540 pts",
+	url.checked = "2023-04-14 13:06:16 CEST"
+}
+
+@PhDThesis{ Dre2006,
+	author = "Thomas Dreibholz",
+	title = "{Reliable Server Pooling -- Evaluation, Optimization and Extension of a Novel IETF Architecture}",
+	numpages = "267",
+	day = "7",
+	month = mar,
+	year = "2007",
+	school = "University of Duisburg-Essen, Faculty of Economics, Institute for Computer Science and Business Information Systems",
+	language = "english",
+	urn = "urn:nbn:de:hbz:465-20070308-164527-0",
+	keywords = "Reliable Server Pooling~(RSerPool), Evaluation, Optimization, Extension",
+	abstract = "{The Reliable Server Pooling (RSerPool) architecture currently under standardization by the IETF RSerPool Working Group is an overlay network framework to provide server replication and session failover capabilities to applications using it. These functionalities as such are not new, but their combination into one generic, application-independent framework is.
+Initial goal of this thesis is to gain insight into the complex RSerPool mechanisms by performing experimental and simulative proof-of-concept tests. The further goals are to systematically validate the RSerPool architecture and its protocols, provide improvements and optimizations where necessary and propose extensions if useful. Based on these evaluations, recommendations to implementers and users of RSerPool should be provided, giving guidelines for the tuning of system parameters and the appropriate configuration of application scenarios. In particular, it is also a goal to transfer insights, optimizations and extensions of the RSerPool protocols from simulation to reality and also to bring the achievements from research into application by supporting and contributing relevant results to the IETF's ongoing RSerPool standardization process.
+To achieve the described goals, a prototype implementation as well as a simulation model are designed and realized at first. Using a generic application model and appropriate performance metrics, the performance of RSerPool systems in failure-free and server failure scenarios is systematically evaluated in order to identify critical parameter ranges and problematic protocol behaviour. Improvements developed as result of these performance analyses are evaluated and finally contributed into the standardization process of RSerPool.}",
+	url = "https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00016326/Dre2006_final.pdf",
+	url.size = "9297866",
+	url.md5 = "acdd102ebd0775ca5de523ec5710d800",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2023-04-14 13:06:16 CEST"
+}
+
+@MastersThesis{ Dre2001,
+	author = "Thomas Dreibholz",
+	title = "{Management of Layered Variable Bitrate Multimedia Streams over DiffServ with Apriori Knowledge}",
+	type = "Masters Thesis",
+	numpages = "204",
+	day = "20",
+	month = feb,
+	year = "2001",
+	school = "University of Bonn, Institute for Computer Science",
+	language = "english",
+	urn = "urn:nbn:de:hbz:464-20120416-095753-8",
+	keywords = "Multimedia, Quality of Service, Layered Transmission, DiffServ, A Priori Knowledge",
+	abstract = "{The Internet is developing with a very high speed. Just a few years ago, its main applications were file transfer and e-mail access, all based on the best effort TCP/IP service over quite slow links. With the quickly growing deployment of high-speed Internet accesses, there is a growing demand for also using the Internet in application scenarios like real-time multimedia streaming, particularly for audio and video on demand services. However, such multimedia applications do not only require sufficient bandwidth. They have stricter quality of service demands, like e.g.\ an upper bound on the transfer delay to ensure interactivity for their users.
+In the context of this thesis, a system for the cost-efficient transfer of variable bitrate multimedia streams over Differentiated Services~(DiffServ) is presented and evaluated. This system supports layered transmission, i.e.\ streams may be partitioned into sub-streams denoted as layers (e.g.\ a video layer and an audio layer). Distinct layers may have different priorities as well as quality of service requirements and may therefore use different DiffServ classes for data transmission. Also, the streams may be scalable, i.e.\ the quality of the transferred media may be decreased in order to reduce the bandwidth requirements when bandwidth becomes scarce. Particularly, the system makes use of the fact that media files in e.g.\ a video on demand library can be analyzed a priorily. The information that is computed during the offline analysis is used to realize a dynamic and cost-efficient transport of layer data over different DiffServ classes. Furthermore, the system applies an adaptive buffering to smooth the flows -- in order to save bandwidth -- while also taking care of the delay constraints.}",
+	url = "https://duepublico.uni-duisburg-essen.de/servlets/DerivateServlet/Derivate-29936/Dre2001.pdf",
+	url.size = "62044170",
+	url.md5 = "479cc723184d88dbce6864ab93f9b6c0",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2015-05-06 22:14:24 CEST"
+}
+
+@TechReport{ DSV00,
+	author = "Thomas Dreibholz and Jan Selzer and Simon Vey",
+	title = "{Echtzeit-Audioübertragung mit QoS-Management in einem DiffServ-Szenario}",
+	type = "Projektseminararbeit",
+	numpages = "171",
+	day = "14",
+	month = aug,
+	year = "2000",
+	institution = "Universität Bonn, Institut für Informatik",
+	language = "german",
+	keywords = "Quality of Service~(QoS), Real-Time, Audio, DiffServ, RTP Audio",
+	url = "https://www.nntb.no/~dreibh/rn/DSV00.pdf",
+	url.size = "4425350",
+	url.md5 = "9aed1f5be5c1badcd41efe3e414614c0",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2014-04-02 17:29:08 CEST"
+}
+
+@InProceedings{ LCN2002,
+	author = "Thomas Dreibholz",
+	title = "{An Efficient Approach for State Sharing in Server Pools}",
+	booktitle = "{Proceedings of the 27th IEEE Local Computer Networks Conference~(LCN)}",
+	pages = "348--349",
+	numpages = "2",
+	day = "8",
+	month = nov,
+	year = "2002",
+	address = "Tampa, Florida/U.S.A.",
+	language = "english",
+	isbn = "0-7695-1591-6",
+	doi = "10.1109/LCN.2002.1181806",
+	keywords = "Reliable Server Pooling~(RSerPool), Server Pooling, State Sharing, Client-Based State Sharing, State Cookies",
+	abstract = "{Many Internet services require high availability. Server pooling provides a high availability solution using redundant servers. If one server fails, the service is continued by another one. A challenge for server pooling is efficient state sharing: The new server requires the old one's state to continue service. This paper proposes a simple, efficient and scalable solution, usable for a large subset of applications.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/StateSharing-Paper-ShortVersion.pdf",
+	url.size = "113237",
+	url.md5 = "f1f40c62426deb84eb7dbe5a0d1d75c9",
+	url.mime = "application/pdf",
+	url.pagesize = "595 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:08:16 CEST"
+}
+
+@InProceedings{ LCA2003,
+	author = "Thomas Dreibholz and Michael Tüxen",
+	title = "{High Availability using Reliable Server Pooling}",
+	booktitle = "{Proceedings of the Linux Conference Australia~(LCA)}",
+	numpages = "11",
+	day = "24",
+	month = jan,
+	year = "2003",
+	address = "Perth, Western Australia/Australia",
+	language = "english",
+	keywords = "Reliable Server Pooling~(RSerPool), Server Pooling, RSPLIB",
+	abstract = "{Providing fault tolerancy is crucial for a growing number of IP-based applications. There exist a lot of proprietary solutions for this problem, but free alternatives are rare.
+Currently, the IETF RSerPool working group is standardizing a protocol suite for Reliable Server Pooling, which copes with the challenge of providing high availability by using redundant servers. Servers for the same service are grouped into a server pool. A server in a pool is called pool element (PE), a user of a pool is called pool user (PU). When a PE fails, its PUs simply select another one from the pool and initiates an application-specific failover procedure. This fail-over is supported by the RSerPool protocol suite. Each PE registers at a name server and is then continously supervised by that specific name server. All name servers of an operational scope provide a redundant system for name resolution from pool handles to transport addresses of pool elements to pool users. RSerPool uses SCTP to provide network fault tolerance and address scoping functionality.
+The RSPLIB is a prototype implementation of the RSerPool protocol suite, developed under the GNU Public License in cooperation between Siemens and the Computer Networking Technology Group of the University of Essen. It currently runs under Linux, FreeBSD and Darwin.
+Our paper covers aspects of designing and implementing highly available applications using RSerPool with our RSPLIB implementation. First, we will give an introduction to the RSerPool protocol suite and an overview of the RSPLIB components. Then, we describe the RSPLIB API, especially focussing on the implementation of pool element and pool user programs to provide high reliability. Furthermore, we show our current implementation status and future plans. This will be followed by a short look on the problems that can arise when the RSerPool architecture is used. Finally, we give an example how RSerPool can be used to realize highly available services. And last but not least, we show how distributed computing architectures can make use of the RSerPool architecture.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RSerPool-Paper.pdf",
+	url.size = "80645",
+	url.md5 = "eac12b5e0912b99b881727f2fc096970",
+	url.mime = "application/pdf",
+	url.pagesize = "595 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:08:16 CEST"
+}
+
+@InProceedings{ ICT2003,
+	author = "Thomas Dreibholz and Avril~J. Smith and John~L. Adams",
+	title = "{Realizing a Scalable Edge Device to Meet QoS Requirements for Real-Time Content Delivered to IP Broadband Customers}",
+	booktitle = "{Proceedings of the 10th IEEE International Conference on Telecommunications~(ICT)}",
+	volume = "2",
+	pages = "1133--1139",
+	numpages = "7",
+	day = "26",
+	month = feb,
+	year = "2003",
+	address = "Papeete/French Polynesia",
+	language = "english",
+	isbn = "0-7803-7661-7",
+	doi = "10.1109/ICTEL.2003.1191595",
+	keywords = "Quality of Service~(QoS), Bandwidth Guarantee, Admission Control, Congestion Control, Intelligent Packet Dropping, Edge Node, Security, Implementation Considerations",
+	abstract = "{With DSL technology becoming widespread, more and more customers have access to high-speed Internet backbones. Such links not only speed up classical best effort applications but also make new applications like video and audio on demand possible. Unlike best effort applications, these new applications have more requirements for network quality of service, especially an assured bandwidth.
+Under the assumption that the link to the customer is the main bottleneck, this paper presents a new simple, scalable edge node approach that has been developed in a cooperation between the University of Essen and British Telecom~(BT). It provides a solution to guaranteeing certain flows, while making others the subject of focused packet discards. While the performance aspect of this new device is currently under research, this paper lays its focus on implementability and especially provides a security concept.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/EdgeDevice-Paper.pdf",
+	url.size = "114142",
+	url.md5 = "7c37d41dd417062ba4fd17063d846939",
+	url.mime = "application/pdf",
+	url.pagesize = "595 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:08:16 CEST"
+}
+
+@InProceedings{ HETNET2004,
+	author = "Thomas Dreibholz and Avril~J. IJsselmuiden and John~L. Adams",
+	title = "{Simulation of an Advanced QoS Protocol for Mass Content}",
+	booktitle = "{Proceedings of the 2nd International Conference on Performance Modelling and Evaluation of Heterogeneous Networks~(HET-NETs)}",
+	numpages = "7",
+	day = "26",
+	month = jul,
+	year = "2004",
+	address = "Ikley, West Yorkshire/United Kingdom",
+	language = "english",
+	keywords = "Quality of Service~(QoS), Signalling Protocols, Telecommunication Congestion Control, Telecommunication Traffic",
+	abstract = "{This paper describes a new network device to be located in network edge nodes. The device can deal with congestion conditions that may arise when, for example, a home or SME customer requests too many simultaneous flows to be forwarded down a DSL link or other access technology. It provides a solution to guaranteeing certain flows that are forwarded along one or more congested links, by making others (typically the latest flow, or another flow selected because of policy reasons), the subject of focused packet discards. The functionality of the device is described, and results from a fast-track simulation model implementing a lightweight version of the device, developed in LISP, are presented here.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/HET-NET2004-Paper.pdf",
+	url.size = "253420",
+	url.md5 = "1e3573935ab2e0b86e9d3288dbc7109d",
+	url.mime = "application/pdf",
+	url.pagesize = "595 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:08:16 CEST"
+}
+
+@InProceedings{ LCN2003,
+	author = "Thomas Dreibholz and Andreas Jungmaier and Michael Tüxen",
+	title = "{A New Scheme for IP-based Internet Mobility}",
+	booktitle = "{Proceedings of the 28th IEEE Local Computer Networks Conference~(LCN)}",
+	pages = "99--108",
+	numpages = "10",
+	day = "22",
+	month = oct,
+	year = "2003",
+	address = "Königswinter, Nordrhein-Westfalen/Germany",
+	language = "english",
+	isbn = "0-7695-2037-5",
+	doi = "10.1109/LCN.2003.1243117",
+	keywords = "Internet, Cellular Radio, Transport Protocols, Stream Control Transmission Protocol~(SCTP), Reliable Server Pooling~(RSerPool)",
+	abstract = "{In this contribution we present a new type of mobility management for IP-based networks that, contrary to conventional approaches, does not focus on the network layer, but on the transport and session layers.
+At the heart of this new mobility concept is the reliable transport protocol SCTP, with an enhancement for dynamic address reconfiguration. This is described in this paper. A session layer based on the reliable server pooling (RSerPool) protocol suite provides for sessionmonitoring and control. The suggested solution is transparent for applications,requires no changes in the network infrastructure, and is evaluated with a real-world implementation.
+Finally, we present first results from the application of this mobility concept to different mobility scenarios. These were obtained from working SCTP and RSerPool implementations that have been developed within our group.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2003.pdf",
+	url.size = "214280",
+	url.md5 = "7b3fdad55551f9a7c57d8f92340ab14a",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2014-04-02 17:08:16 CEST"
+}
+
+@InProceedings{ MSN2004,
+	author = "Thomas Dreibholz",
+	title = "{Policy Management in the Reliable Server Pooling Architecture}",
+	booktitle = "{Proceedings of the Multi-Service Networks Conference~(MSN, Coseners)}",
+	numpages = "17",
+	day = "8",
+	month = jul,
+	year = "2004",
+	address = "Abingdon, Oxfordshire/United Kingdom",
+	language = "english",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/MSN2004-Final-with-Examples.pdf",
+	url.size = "5047827",
+	url.md5 = "0bfcc62620e0a0abd20ad6d18e2c4ce1",
+	url.mime = "application/pdf",
+	url.pagesize = "780 x 540 pts",
+	url.checked = "2014-04-02 17:08:17 CEST",
+	url.keywords = "RSerPool, Policies, Namespace Management"
+}
+
+@InProceedings{ IETF60,
+	author = "Thomas Dreibholz",
+	title = "{Member Selection Policies for the Reliable Server Pooling Protocol Suite}",
+	booktitle = "{Proceedings of the 60th IETF Meeting}",
+	numpages = "11",
+	day = "5",
+	month = aug,
+	year = "2004",
+	address = "San Diego, California/U.S.A.",
+	language = "english",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF60.pdf",
+	url.size = "3377203",
+	url.md5 = "df00a537e3bf39fca4e5e7ba2ba2e0b4",
+	url.mime = "application/pdf",
+	url.pagesize = "780 x 540 pts",
+	url.checked = "2014-04-02 17:08:17 CEST",
+	url.keywords = "RSerPool, Policies, Namespace Management"
+}
+
+@InProceedings{ ICNP2004,
+	author = "Thomas Dreibholz",
+	title = "{An Overview of the Reliable Server Pooling Architecture}",
+	booktitle = "{Proceedings of the 12th IEEE International Conference on Network Protocols~(ICNP)}",
+	numpages = "2",
+	day = "7",
+	month = oct,
+	year = "2004",
+	address = "Berlin/Germany",
+	language = "english",
+	note = "Poster Presentation",
+	keywords = "Reliable Server Pooling~(RSerPool), Overview, Implementation, RSPLIB",
+	abstract = "{The convergence of classical PSTN and IP networks requires the transport of SS7 signalling over IP. Since SS7 has very strict availability requirements to the signalling components, redundancy is mandatory. The goal of the IETF RSerPool working group is to define a lightweight, flexible and realtime redundancy concept to fulfil the availability requirements of SS7: Reliable Server Pooling~(RSerPool). RSerPool is currently under standardization, its functionality and improvement are subject of our research.
+Our poster presents our RSerPool proof-of-concept implementation and a research oriented, discrete event based simulation model. We provide some simulation results showing problems of the server selection procedures defined in the standards and how we solved them. These improvements are now going into standardization by the IETF. Furthermore, we present some of our important results on efficient algorithms and data structures for pool management. The poster concludes with an outlook on our currently progressing examinations of service reliablity in failure scenarios.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICNP2004.pdf",
+	url.size = "66859",
+	url.md5 = "fa721e916781e49ca93719c3c7314dfe",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:17 CEST"
+}
+
+@InProceedings{ IETF63,
+	author = "Thomas Dreibholz",
+	title = "{draft-ietf-rserpool-mib-01.txt -- Management Information Base Definition for Reliable Server Pooling}",
+	booktitle = "{Proceedings of the 63rd IETF Meeting}",
+	numpages = "8",
+	day = "1",
+	month = aug,
+	year = "2005",
+	address = "Paris/France",
+	language = "english",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF63.pdf",
+	url.size = "2302359",
+	url.md5 = "d258fb6d483b6d6b69ed97578a489b59",
+	url.mime = "application/pdf",
+	url.pagesize = "780 x 540 pts",
+	url.checked = "2014-04-02 17:08:17 CEST",
+	url.keywords = "RSerPool, MIB, Draft"
+}
+
+@InProceedings{ IETF61,
+	author = "Thomas Dreibholz",
+	title = "{draft-ietf-rserpool-policies-00.txt -- Definition of Member Selection Policies}",
+	booktitle = "{Proceedings of the 61st IETF Meeting}",
+	numpages = "10",
+	day = "8",
+	month = nov,
+	year = "2004",
+	address = "Washington, DC/U.S.A.",
+	language = "english",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF61.pdf",
+	url.size = "2793573",
+	url.md5 = "ef7ef8851a803cd89032050749078808",
+	url.mime = "application/pdf",
+	url.pagesize = "780 x 540 pts",
+	url.checked = "2014-04-02 17:08:17 CEST",
+	url.keywords = "RSerPool, Policies, Draft"
+}
+
+@InProceedings{ ICN2005,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb and Michael Tüxen",
+	title = "{Load Distribution Performance of the Reliable Server Pooling Framework}",
+	booktitle = "{Proceedings of the 4th IEEE International Conference on Networking~(ICN)}",
+	series = "{Lecture Notes in Computer Science}",
+	volume = "3421",
+	pages = "564--574",
+	numpages = "11",
+	day = "21",
+	month = apr,
+	year = "2005",
+	publisher = "Springer",
+	address = "Saint Gilles Les Bains/Reunion Island",
+	language = "english",
+	isbn = "3-540-25338-6",
+	doi = "10.1007/978-3-540-31957-3_65",
+	keywords = "RSerPool, Server Pooling, Load Distribution, Performance Analysis",
+	abstract = "{The Reliable Server Pooling~(RSerPool) protocol suite currently under standardization by the IETF is designed to build systems providing highly available services by providing mechanisms and protocols for establishing, configuring, accessing and monitoring pools of server resources.
+While availability is one main aspect of RSerPool, load distribution is another. Since most of the time a server pool system runs without component failures, optimal performance is an extremely important issue for the productivity and cost-efficiency of the system. In this paper, we therefore focus especially on the load distribution performance of RSerPool in scenarios without failures, presenting a quantitative performance comparison of the different load distribution strategies (called pool policies) defined in the RSerPool specifications. Based on the results, we propose some new pool policies providing significant performance enhancements compared to those currently defined in the standards documents.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICN2005.pdf",
+	url.size = "224003",
+	url.md5 = "8b341ae8ee042fbdd1f44392f1672b4e",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2014-04-02 17:08:17 CEST"
+}
+
+@InProceedings{ Infocom2005,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{An Application Demonstration of the Reliable Server Pooling Framework}",
+	booktitle = "{Proceedings of the 24th IEEE International Conference on Computer Communications~(INFOCOM)}",
+	numpages = "3",
+	day = "16",
+	month = mar,
+	year = "2005",
+	address = "Miami, Florida/U.S.A.",
+	language = "english",
+	note = "Demonstration and Poster Presentation",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Infocom2005.pdf",
+	url.size = "337447",
+	url.md5 = "c9f22eb5c5bb8490a769e5b0d5af6766",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:17 CEST"
+}
+
+@InProceedings{ Contel2005,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{Implementing the Reliable Server Pooling Framework}",
+	booktitle = "{Proceedings of the 8th IEEE International Conference on Telecommunications~(ConTEL)}",
+	volume = "1",
+	pages = "21--28",
+	numpages = "8",
+	day = "15",
+	month = jun,
+	year = "2005",
+	address = "Zagreb, Središnja Hrvatska/Croatia",
+	language = "english",
+	isbn = "953-184-081-4",
+	keywords = "Internet Applications, IPv6 Deployment and Applications, SS7, Server Pools",
+	abstract = "{The Reliable Server Pooling~(RSerPool) protocol suite currently under standardization by the IETF is designed to build systems providing highly available services by mechanisms and protocols for establishing, configuring, accessing and monitoring pools of server resources. But RSerPool is not only able to manage pools of redundant servers and facilitate service failover between servers: it also includes sophisticated mechanisms for server selections within the pools. These mechanisms make RSerPool useful for the application in load balancing and distributed computing scenarios.
+As part of our RSerPool research and to verify results of our simulation model in real-life scenarios, we have created a complete implementation prototype of the RSerPool framework. In this paper, we will give a detailed description of the concepts, ideas and realizations of our prototype. Furthermore, we will show performance issues raised by the management of large servers pools, as it is necessary for load balancing or distributed computing scenarios. We will explain the algorithms and data structures we designed to solve these challenges and finally present a rough performance evaluation that verifies our concept.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Contel2005.pdf",
+	url.size = "478022",
+	url.md5 = "31d96cdd656dec8bf3febad099c5cc70",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:17 CEST"
+}
+
+@InProceedings{ LinuxTag2005,
+	author = "Thomas Dreibholz",
+	title = "{Das rsplib--Projekt -- Hochverfügbarkeit mit Reliable Server Pooling}",
+	booktitle = "{Proceedings of the LinuxTag}",
+	numpages = "19",
+	day = "24",
+	month = jun,
+	year = "2005",
+	address = "Karlsruhe, Baden-Württemberg/Germany",
+	language = "german",
+	keywords = "Reliable Server Pooling~(RSerPool)",
+	abstract = "{In unserem Paper geben wir zunächst eine Einführung zu Reliable Server Pooling~(RSerPool), danach stellen wir unsere Implementation vor -- das rsplib-Projekt. Im Anschluß daran zeigen wir, wie basierend auf unserer Implementation eigene, hochverfügbare Anwendungen mit RSerPool entwickelt werden können -- begleitet durch Code-Beispiele. Zum Abschluß stellen wir noch eine unserer Beispielanwendungen vor.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2005.pdf",
+	url.size = "1181504",
+	url.md5 = "7e2afb7bb1cc82c458c4ac8217d3f8d0",
+	url.mime = "application/pdf",
+	url.pagesize = "595 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:08:17 CEST"
+}
+
+@InProceedings{ Euromicro2005,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{RSerPool -- Providing Highly Available Services using Unreliable Servers}",
+	booktitle = "{Proceedings of the 31st IEEE EuroMirco Conference on Software Engineering and Advanced Applications}",
+	pages = "396--403",
+	numpages = "8",
+	day = "2",
+	month = sep,
+	year = "2005",
+	address = "Porto/Portugal",
+	language = "english",
+	isbn = "0-7695-2431-1",
+	doi = "10.1109/EUROMICRO.2005.50",
+	keywords = "Reliable Server Pooling~(RSerPool), Server Pooling, Load Distribution, Performance Analysis",
+	abstract = "{The Reliable Server Pooling~(RSerPool) protocol suite currently under standardization by the IETF is designed to build systems providing highly available services by mechanisms and protocols for establishing, configuring, accessing and monitoring pools of server resources. Using RSerPool, critical infrastructure services like SS7 telecommunication systems, e-commerce transaction processing or distributed computing can be provided highly available using pools of unreliable servers.
+In this paper, we first give an overview of the RSerPool framework. In the following, we quantitatively show performance impacts of varying RSerPool parameters to failover handling, server selection efficiency and overhead traffic under server failure conditions.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2005.pdf",
+	url.size = "438731",
+	url.md5 = "79a941c68a985c70e1ff7ea52ab4d344",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:17 CEST"
+}
+
+@InProceedings{ LCN2005-EdgeDevice,
+	author = "Thomas Dreibholz and Avril~J. IJsselmuiden and John~L. Adams",
+	title = "{An Advanced QoS Protocol for Mass Content}",
+	booktitle = "{Proceedings of the IEEE Conference on Local Computer Networks~(LCN) 30th Anniversary}",
+	pages = "517--518",
+	numpages = "2",
+	day = "17",
+	month = nov,
+	year = "2005",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	isbn = "0-7695-2421-4",
+	doi = "10.1109/LCN.2005.25",
+	keywords = "Quality of Service~(QoS), Signalling Protocols, Telecommunication Congestion Control, Telecommunication Traffic",
+	abstract = "{This paper presents a novel network device being located in network edge nodes. It provides a solution for QoS guarantees to certain flows on a congested link by focussing packet discard on selected flows. Unlike IntServ solutions like RSVP, our approach only requires minimal signalling and provides both efficiency and scalability.
+In this paper, we first describe the ideas of our QoS device and then provide first results from a fast-track simulation model implementing a lightweight version of our approach.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2005-EdgeDevice.pdf",
+	url.size = "115300",
+	url.md5 = "081882106105904aa7f496def9022c4e",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2014-04-02 17:08:17 CEST"
+}
+
+@InProceedings{ LCN2005,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{On the Performance of Reliable Server Pooling Systems}",
+	booktitle = "{Proceedings of the IEEE Conference on Local Computer Networks~(LCN) 30th Anniversary}",
+	pages = "200--208",
+	numpages = "9",
+	day = "16",
+	month = nov,
+	year = "2005",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	isbn = "0-7695-2421-4",
+	doi = "10.1109/LCN.2005.98",
+	keywords = "Reliable Server Pooling~(RSerPool), Server Pooling, Load Distribution, Performance Analysis, Parameter Sensitivity",
+	abstract = "{Reliable Server Pooling (RSerPool) is a protocol framework for server redundancy and session failover, currently under standardization by the IETF RSerPool WG. While the basic ideas of RSerPool are not new, their combination into one architecture is. Some research into the performance of RSerPool for certain specific applications has been made, but a detailed, application-independent sensitivity analysis of the system parameters is still missing.
+The goal of this paper, after an application-independent, generic quantification of RSerPool systems and definition of performance metrics for both service provider and user, is to systematically investigate RSerPool's behavior on changes of workload and system parameters to give basic guidelines on designing efficient RSerPool systems.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2005.pdf",
+	url.size = "688273",
+	url.md5 = "a3b7091b716b5770343ca3e9bf205597",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2014-04-02 17:08:17 CEST"
+}
+
+@InProceedings{ Tencon2005,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{The Performance of Reliable Server Pooling Systems in Different Server Capacity Scenarios}",
+	booktitle = "{Proceedings of the IEEE TENCON}",
+	numpages = "6",
+	day = "22",
+	month = nov,
+	year = "2005",
+	address = "Melbourne, Victoria/Australia",
+	language = "english",
+	isbn = "0-7803-9312-0",
+	doi = "10.1109/TENCON.2005.300939",
+	keywords = "Reliable Server Pooling~(RSerPool), Server Pooling, Load Distribution, Performance Analysis, Parameter Sensitivity",
+	abstract = "{Reliable Server Pooling~(RSerPool) is a protocol framework for server pool management and session failover, currently under standardization by the IETF RSerPool WG. While the basic ideas of RSerPool are not new, their combination into one architecture is. Some research into the performance of RSerPool for certain specific applications has been made, but a detailed, application-independent sensitivity analysis of the system parameters is still missing.
+The goal of this paper is to systematically investigate RSerPool's load distribution behaviour on changes of workload and system parameters, to determine basic guidelines on designing efficient RSerPool systems. In this paper, we focus particularly on scenarios of server pools consisting of servers with unequal capacities.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Tencon2005.pdf",
+	url.size = "694917",
+	url.md5 = "ca8319c2b0fa4a6edd7e8bbedd1c4e3e",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:17 CEST"
+}
+
+@InProceedings{ Linuxtage2006,
+	author = "Thomas Dreibholz",
+	title = "{RSPLIB -- Eine Open Source Implementation von Reliable Server Pooling}",
+	booktitle = "{Proceedings of the Linuxtage in Essen}",
+	numpages = "28",
+	day = "9",
+	month = sep,
+	year = "2006",
+	address = "Essen, Nordrhein-Westfalen/Germany",
+	language = "german",
+	keywords = "Reliable Server Pooling~(RSerPool), Hochverfügbarkeit, Redundanz, Überblick, Implementierung, RSPLIB",
+	abstract = "{In unserem Vortrag geben wir zunächst eine kurze Einführung zu RSerPool. Dabei wollen wir insbesondere auch die Merkmale verdeutlichen, die RSerPool von existierenden Lösungen -- wie Linux Virtual Server (LVS) oder dem kommerziellen Cisco Distributed Director -- unterscheiden. Außerdem wollen wir vorstellen, welche speziellen Funktionalitäten RSerPool bietet um den Nutzen eines Serverpools sowohl für dessen Betreiber als auch für den Anwender zu optimieren: die Möglichkeit zur vollautomatischen Konfiguration von Komponenten und die Festlegung pool-spezifischer Serverauswahlregeln. Diese Funktionalitäten werden wir am Beispiel der Anwendung von RSerPool für Real-Time Distributed Computing verdeutlichen.
+Im zweiten Teil unseres Vortrages werden wir auf unsere Open Source Implementation rsplib eingehen. Neben dem Aufbau der einzelnen Komponenten werden wir insbesondere auch interessante Details der Implementation vorstellen und beschreiben, wie wir auftretende Probleme erfolgreich lösen konnten. Insbesondere wollen wir dabei auch unsere gesammelten Erfahrungen beim Erstellen von auf unterschiedlichen Betriebssystemen und Hardware lauffähiger Software vorstellen. Im Anschluß daran wenden wir uns kurz dem API der rsplib zu und zeigen, wie eigene Programme mit dessen Hilfe hochverfügbar gemacht werden können. Neben neuer, direkt auf RSerPool basierender Software, berücksichtigen wir dabei insbesondere auch die Anpassung bestehender Applikationen und stellen Möglichkeiten zur Migration vor. Zum besseren Verständnis werden sämtliche Beschreibungen von Code-Beispielen begleitet.
+Zum Abschluß stellen wir noch unsere Beispielanwendung vor, ein System zum verteilten Berechnen von Fraktalgrafiken. Mit diesem System lassen sich die grundlegenden Eigenschaften von RSerPool – welche im ersten Teil des Vortrages vorgestellt wurden -- sehr anschaulich demonstrieren: die Verwaltung dynamischer Pools, Lastverteilung und Failover bei PE-Ausfall. Selbstverständlich werden wir unser Beispielsystem beim Vortrag auch praktisch demonstrieren.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2006.pdf",
+	url.size = "8056603",
+	url.md5 = "c46a9dddc3e7d30f4ab0a8f5372d405b",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2014-04-02 17:08:18 CEST"
+}
+
+@InProceedings{ KiVS2007,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{On Improving the Performance of Reliable Server Pooling Systems for Distance-Sensitive Distributed Applications}",
+	booktitle = "{Proceedings of the 15.~ITG/GI Fachtagung Kommunikation in Verteilten Systemen~(KiVS)}",
+	series = "{Informatik aktuell}",
+	pages = "39--50",
+	numpages = "12",
+	day = "28",
+	month = feb,
+	year = "2007",
+	publisher = "Springer",
+	address = "Bern/Switzerland",
+	language = "english",
+	isbn = "978-3-540-69962-0",
+	doi = "10.1007/978-3-540-69962-0_4",
+	keywords = "Reliable Server Pooling~(RSerPool), Server Selection, Load Distribution",
+	abstract = "{Reliable Server Pooling~(RSerPool) is a protocol framework for server redundancy and session failover, currently under standardization by the IETF RSerPool WG. While the basic ideas of RSerPool are not new, their combination into a single, unified architecture is. Server pooling becomes increasingly important, because there is a growing amount of availability-critical applications. For a service to survive localized disasters, it is useful to place the servers of a pool at different locations. However, the current version of RSerPool does not incorporate the aspect of component distances in its server selection decisions.
+In our paper, we present an approach to add distance-awareness to the RSerPool architecture, based on features of the SCTP transport protocol. This approach is examined and evaluated by simulations. But to also show its usefulness in real life, we furthermore validate our proposed extension by measurements in a PlanetLab-based Internet scenario.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2007.pdf",
+	url.size = "401637",
+	url.md5 = "724469ef1a2389ca1d3b3c4e96de5c89",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:18 CEST"
+}
+
+@InProceedings{ Euromicro2007,
+	author = "Thomas Dreibholz and Xing Zhou and Erwin Paul Rathgeb",
+	title = "{A Performance Evaluation of RSerPool Server Selection Policies in Varying Heterogeneous Capacity Scenarios}",
+	booktitle = "{Proceedings of the 33rd IEEE EuroMirco Conference on Software Engineering and Advanced Applications}",
+	pages = "157--164",
+	numpages = "8",
+	day = "29",
+	month = aug,
+	year = "2007",
+	address = "Lübeck, Schleswig-Holstein/Germany",
+	language = "english",
+	isbn = "0-7695-2977-1",
+	doi = "10.1109/EUROMICRO.2007.9",
+	keywords = "RSerPool, Redundancy, Server Selection, Heterogeneous Pools, Performance Analysis",
+	abstract = "{Reliable Server Pooling~(RSerPool) is a protocol framework for server redundancy and session failover, currently still under standardization by the IETF RSerPool WG. Server redundancy influences load distribution and load balancing, which both are important for the performance of RSerPool systems. Especially, a good load balancing strategy is crucial if the servers of a pool are heterogeneous. Some research on this subject has already been performed, but a detailed analysis on the question of how to make best use of additional capacity in dynamic pools is still open.
+Therefore, the aim of this paper is, after an outline of the RSerPool framework, to simulatively examine the performance of RSerPool server selection strategies in scenarios of pools with varying server heterogeneity. In particular, this paper examines and evaluates a simple but very effective new policy, achieving a significant performance improvement in such situations.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2007.pdf",
+	url.size = "391426",
+	url.md5 = "b95e9d21968c88bc50bd4d79ea7aac98",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2014-04-02 17:08:18 CEST"
+}
+
+@InProceedings{ EuroView2007,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{Towards the Future Internet -- A Survey of Challenges and Solutions in Research and Standardization}",
+	booktitle = "{Proceedings of the 7th Joint EuroFGI and ITG Workshop on Visions of Future Network Generations~(EuroView)}",
+	numpages = "2",
+	day = "23",
+	month = jul,
+	year = "2007",
+	address = "Würzburg, Bayern/Germany",
+	language = "english",
+	note = "Poster Presentation",
+	keywords = "Reliable Server Pooling, SCTP, IPv6, Future Internet",
+	abstract = "{The basic intention for the development of the Internet has been the simple and inexpensive interconnection of nodes to provide services like file download or e-mail. However, due to its huge growth and popularity, the classical protocols -- which still constitute the basis of today's Internet -- have reached their limits of scalability and functionality. Lots of research has been performed in order to overcome these restrictions. On our poster, we would like to give a survey of the challenges on Network, Transport, Session and Application Layer, as well as an outline of solutions which will constitute -- from the current perspective in~2007 and with regard to the standardization progress of the IETF -- the basis of the Internet in~2022.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroView2007.pdf",
+	url.size = "1708229",
+	url.md5 = "b8be1e85ccd586b858f2b5098a599968",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:18 CEST"
+}
+
+@InProceedings{ AINTEC2007,
+	author = "Xing Zhou and Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{Improving the Load Balancing Performance of Reliable Server Pooling in Heterogeneous Capacity Environments}",
+	booktitle = "{Proceedings of the 3rd Asian Internet Engineering Conference~(AINTEC)}",
+	series = "{Lecture Notes in Computer Science}",
+	volume = "4866",
+	pages = "125--140",
+	numpages = "16",
+	day = "28",
+	month = nov,
+	year = "2007",
+	publisher = "Springer",
+	language = "english",
+	isbn = "978-3-540-76808-1",
+	doi = "10.1007/978-3-540-76809-8_12",
+	keywords = "Reliable Server Pooling~(RSerPool), Redundancy, Load Balancing, Heterogeneous Pools, Performance Evaluation",
+	abstract = "{The IETF is currently standardizing a light-weight protocol framework for server redundancy and session failover: Reliable Server Pooling~(RSerPool). It is the novel combination of ideas from different research areas into a single, resource-efficient and unified architecture. Server redundancy directly leads to the issues of load distribution and load balancing. Both are important and have to be considered for the performance of RSerPool systems. While there has already been some research on the server selection policies of RSerPool, an interesting question is still open: Is it possible to further improve the load balancing performance of the standard policies without modifying the policies -- which are well-known and widely supported -- themselves? Our approach places its focus on the session layer rather than the policies and simply lets servers reject inappropriately scheduled requests. But is this approach useful -- in particular if the server capacities increase in terms of a heterogeneous capacity distribution? Applying failover handling mechanisms of RSerPool, in this case, could choose a more appropriate server instead.
+In this paper, we first present a short outline of the RSerPool framework. Afterwards, we analyse and evaluate the performance of our new approach for different server capacity distributions. Especially, we are also going to analyse the impact of RSerPool protocol and system parameters on the performance of the server selection functionalities as well as on the overhead.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINTEC2007.pdf",
+	url.size = "417206",
+	url.md5 = "a3252db5751ad15acf01794460125589",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2014-04-02 17:08:18 CEST"
+}
+
+@InProceedings{ FGCN2007-HsMgt,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{An Evaluation of the Pool Maintenance Overhead in Reliable Server Pooling Systems}",
+	booktitle = "{Proceedings of the IEEE International Conference on Future Generation Communication and Networking~(FGCN)}",
+	volume = "1",
+	pages = "136--143",
+	numpages = "8",
+	day = "6",
+	month = dec,
+	year = "2007",
+	address = "Jeju Island/South Korea",
+	language = "english",
+	isbn = "0-7695-3048-6",
+	doi = "10.1109/FGCN.2007.62",
+	keywords = "Reliable Server Pooling~(RSerPool), Server Pools, Handlespace Management, SCTP, Performance",
+	abstract = "{Reliable Server Pooling~(RSerPool) is a protocol framework for server redundancy and session failover, currently still under standardization by the IETF RSerPool~WG. An important property of RSerPool is its lightweight architecture: server pool and session management can be realized with small CPU power and memory requirements. That is, RSerPool-based services can also be managed and provided by embedded systems. Currently, there has already been some research on the performance of the data structures managing server pools. But a generic, application-independent performance analysis -- in particular also including measurements in real system setups -- is still missing.
+Therefore, the aim of this paper is -- after an outline of the RSerPool framework, an introduction to the pool management procedures and a description of our pool management approach -- to first provide a detailed performance evaluation of the pool management structures themselves. Afterwards, the performance of a prototype implementation is analysed in order to evaluate its applicability under real network conditions.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-HsMgt.pdf",
+	url.size = "492902",
+	url.md5 = "3f06ad92c93f4dcde961912cfe251b11",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:18 CEST"
+}
+
+@InProceedings{ FGCN2007-LoadBalancing,
+	author = "Xing Zhou and Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{Evaluation of a Simple Load Balancing Improvement for Reliable Server Pooling with Heterogeneous Server Pools}",
+	booktitle = "{Proceedings of the IEEE International Conference on Future Generation Communication and Networking~(FGCN)}",
+	volume = "1",
+	pages = "173--180",
+	numpages = "8",
+	day = "8",
+	month = dec,
+	year = "2007",
+	address = "Jeju Island/South Korea",
+	language = "english",
+	isbn = "0-7695-3048-6",
+	doi = "10.1109/FGCN.2007.119",
+	keywords = "Reliable Server Pooling~(RSerPool), Redundancy, Load Balancing, Heterogeneous Pools, Performance Evaluation",
+	abstract = "{The IETF is currently standardizing a light-weight protocol framework for server redundancy and session failover: Reliable Server Pooling~(RSerPool). It is the novel combination of ideas from different research areas into a single, resource-efficient and unified architecture. Server redundancy directly leads to the issues of load distribution and load balancing. Both are important and have to be considered for the performance of RSerPool systems. While there has already been some research on the server selection policies of RSerPool, an interesting question is still open: Is it possible to further improve the load balancing performance of the standard policies without modifying the policies -- which are well-known and widely supported -- themselves? Our approach places its focus on the session layer rather than the policies and simply lets servers reject inappropriately scheduled requests. Applying failover handling mechanisms of RSerPool, in this case, could choose a more appropriate server instead. In~[26], we have already shown that our approach is useful for homogeneous server pools. But is it also useful for heterogeneous pools?
+In this paper, we first present a short outline of the RSerPool framework. Afterwards, we analyse and evaluate the performance of our new approach for different server capacity distributions. Especially, we are also going to analyse the impact of RSerPool protocol and system parameters on the performance of the server selection functionalities as well as on the overhead.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-LoadBalancing.pdf",
+	url.size = "466524",
+	url.md5 = "6967acc9a600841ae38313c55605d36c",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:18 CEST"
+}
+
+@InProceedings{ ADCOM2007,
+	author = "Xing Zhou and Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{A New Approach of Performance Improvement for Server Selection in Reliable Server Pooling Systems}",
+	booktitle = "{Proceedings of the 15th IEEE International Conference on Advanced Computing and Communication~(ADCOM)}",
+	pages = "117--121",
+	numpages = "5",
+	day = "19",
+	month = dec,
+	year = "2007",
+	address = "Guwahati/India",
+	language = "english",
+	isbn = "0-7695-3059-1",
+	doi = "10.1109/ADCOM.2007.19",
+	keywords = "Reliable Server Pooling~(RSerPool), Redundancy, Load Balancing, Performance Evaluation",
+	abstract = "{Reliable Server Pooling~(RSerPool) is a light-weight protocol framework for server redundancy and session failover, currently still under standardization by the IETF RSerPool WG. While the basic ideas of RSerPool are not completely new, their combination into a single, resource-efficient and unified architecture is. Server redundancy directly leads to the issues of load distribution and load balancing, which are both important for the performance of RSerPool systems.
+While there has already been some research on the server selection policies of RSerPool, an interesting question still remains open: Is it possible to further improve the load balancing performance of certain policies by simply letting servers reject inappropriately scheduled requests? In this case, the failover handling mechanisms of RSerPool could choose a possibly better server instead.
+The purpose of this paper is, after presenting an outline of the RSerPool framework, to analyse and evaluate the performance of our new approach. In particular, we will also analyse the impact of RSerPool protocol parameters on the performance of the server selection functionalities as well as on the overhead.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ADCOM2007.pdf",
+	url.size = "10383819",
+	url.md5 = "8e50985edbad8e96e04a1066c7ccd780",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:18 CEST"
+}
+
+@InProceedings{ Linuxtage2007,
+	author = "Thomas Dreibholz",
+	title = "{Hochverfügbarkeit mit Reliable Server Pooling}",
+	booktitle = "{Proceedings of the Linuxtage in Essen}",
+	numpages = "23",
+	day = "10",
+	month = nov,
+	year = "2007",
+	address = "Essen, Nordrhein-Westfalen/Germany",
+	language = "german",
+	keywords = "Reliable Server Pooling~(RSerPool), Hochverfügbarkeit, Redundanz, Überblick, Implementierung, RSPLIB",
+	abstract = "{Mit der ständig wachsenden Verbreitung von Internetzugängen nimmt auch die Anzahl an verfügbarkeits-kritischen Diensten im Netz zu. Ausfälle von z.B. VoIP-Vermittlungsanlagen zur Weiterleitung von Notrufen oder e-Commerce-Anwendungen sind nicht akzeptabel. Zur Sicherstellung der Verfügbarkeit von Diensten bei Geräte- und Netzwerkausfällen müssen diese Komponenten redundant ausgelegt sein. Spezialisierte Redundanzlösungen – insbesondere z.B. für Web-Server – gibt es zwar viele, eine einheitliche, für viele Dienste nutzbare Lösung fehlte jedoch noch. Reliable Server Pooling, abgekürzt RSerPool, ist ein Rahmenwerk zur Bereitstellung hochverfügbarer Anwendungen durch redundante Server, es befindet sich zur Zeit in der Standardisierung durch die IETF RSerPool-Arbeitsgruppe. Im RSerPool-Konzept werden Server, welche den gleichen Dienst anbieten, zu einem Pool zusammengefaßt. Neben der Hauptaufgabe – der Verfügbarkeit von Diensten – ist insbesondere auch die Lastverteilung ein wichtiges Anwendungsgebiet von RSerPool.
+Im Rahmen eines Forschungsprojektes haben wir -- die Arbeitsgruppe Technik der Rechnernetze am Institut für Experimentelle Mathematik der Universität Duisburg-Essen -- im Jahre 2002 damit begonnen, einen plattformunabhängigen RSerPool-Prototypen als Open Source unter GPL-Lizenz zu entwickeln. Mittlerweile wird unser Projekt durch die Deutsche Forschungsgemeinschaft (DFG) gefördert. Unser System läuft zur Zeit unter Linux, FreeBSD, Darwin (MacOS X) und Solaris, wobei die Unterstützung für weitere Plattformen – insbesondere auch für Embedded-Systeme – geplant ist. Als einzige vollständige Implementierung des zukünftigen RSerPool-Standards sind wir Referenzimplementierung der IETF RSerPool-Arbeitsgruppe und wirken mit Tests und Forschungsarbeiten aktiv in der Standardisierung mit.
+In unserem Vortrag geben wir zunächst eine kurze Einführung zu RSerPool. Dabei wollen wir insbesondere auch die Merkmale verdeutlichen, die RSerPool von existierenden Lösungen – wie Linux Virtual Server (LVS) oder dem kommerziellen Cisco Distributed Director – unterscheiden. Außerdem wollen wir zeigen, welche speziellen Funktionalitäten RSerPool bietet um den Nutzen eines Serverpools sowohl für dessen Betreiber als auch für den Anwender zu optimieren: die Möglichkeit zur vollautomatischen Konfiguration von Komponenten und die Festlegung pool-spezifischer Serverauswahlregeln. Diese Funktionalitäten werden wir am Beispiel einer Anwendung von RSerPool für Real-Time Distributed Computing verdeutlichen.
+Im zweiten Teil unseres Vortrags werden wir auf unsere Open Source Implementierung rsplib eingehen. Neben dem Aufbau der einzelnen Komponenten werden wir insbesondere auch interessante Details der Implementierung vorstellen und beschreiben, wie wir auftretende Probleme erfolgreich lösen konnten. Insbesondere wollen wir dabei auch unsere gesammelten Erfahrungen beim Erstellen von auf unterschiedlichen Betriebssystemen (Linux, FreeBSD, MacOS X, Solaris) und Hardware (x86, x64, PPC) lauffähiger Software vorstellen. Im Anschluß daran zeigen wir, wie das RSerPool-API dazu genutzt werden kann, eigene Anwendungen hochverfügbar zu machen und die Möglichkeiten zur Lastverteilung im Pool verwendet werden können. Ein Schwerpunkt dieser Einführung wird dabei insbesondere die einfache und effiziente Realisierung des Failover-Mechanisms sein, d.h. des Verfahrens zur Wiederherstellung eines Sitzungszustandes auf einem neuen Server nach Ausfall des alten. Im Besonderen werden wir dabei zeigen, welche Fähigkeiten RSerPool und sein API mitbringen um dieses – teilweise recht komplexe Thema – in vielen Fällen übersichtlich und mit wenigen Zeilen Programmcode zu lösen: Hochverfügbarkeit für eigene Anwendungen muß nicht kompliziert sein!
+Zum Abschluß stellen wir noch unsere Beispielanwendung vor, ein System zum verteilten Berechnen von Fraktalgrafiken. Mit diesem System lassen sich die grundlegenden Eigenschaften von RSerPool – welche im Vortrag vorgestellt wurden – sehr anschaulich demonstrieren: die Verwaltung dynamischer Pools, Lastverteilung und Failover bei Serverausfall. Selbstverständlich werden wir unser Beispielsystem beim Vortrag auch in der Praxis demonstrieren, bei Vorhandensein eines Internetzugangs sogar mit einem Szenario aus weltweit verteilten Ressourcen.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2007.pdf",
+	url.size = "7925544",
+	url.md5 = "7882ef3b335f592778b19b6d3f3c0796",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@Misc{ HaikouTalk2007,
+	author = "Thomas Dreibholz",
+	title = "{An Introduction to Reliable Server Pooling and the RSPLIB Implementation}",
+	howpublished = "Invited Talk at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "23",
+	day = "2",
+	month = dec,
+	year = "2007",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/HaikouTalk2007.pdf",
+	url.size = "7921188",
+	url.md5 = "bc192125b5728d9da4b0996a75d19f5e",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2014-04-02 17:08:19 CEST",
+	url.keywords = "RSerPool, RSPLIB, Introduction"
+}
+
+@InProceedings{ ICDS2008-Failover,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{Reliable Server Pooling -- A Novel IETF Architecture for Availability-Sensitive Services}",
+	booktitle = "{Proceedings of the 2nd IEEE International Conference on Digital Society~(ICDS)}",
+	pages = "150--156",
+	numpages = "7",
+	day = "14",
+	month = feb,
+	year = "2008",
+	address = "Sainte Luce/Martinique",
+	language = "english",
+	isbn = "978-0-7695-3087-1",
+	doi = "10.1109/ICDS.2008.11",
+	keywords = "Reliable Server Pooling~(RSerPool), Availability, Redundancy, Failover, Server Selection",
+	abstract = "{Reliable Server Pooling~(RSerPool) is a light-weight protocol framework for server redundancy and session failover, currently still under standardization by the IETF RSerPool~WG. While the basic ideas of RSerPool are not new, their combination into a single, resource-efficient and unified architecture is. Server redundancy directly leads to the issues of load distribution and load balancing, which are both important for the performance of RSerPool systems. Therefore, it is crucial to evaluate the performance of such systems with respect to the load balancing strategy required by the application.
+The goal of our paper is -- after presenting a short overview of the RSerPool architecture and its application cases -- to provide a quantitative, application-independent performance analysis of RSerPool's server failure handling capabilities with respect to important adaptive and non-adaptive load balancing strategies. We will also analyse the impact of RSerPool protocol parameters on the performance of the server failure handling functionalities and the network overhead.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-Failover.pdf",
+	url.size = "515395",
+	url.md5 = "2b0abbad0f9f40af03022525c2a8c184",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@InProceedings{ ICDS2008-LUD,
+	author = "Xing Zhou and Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{A New Server Selection Strategy for Reliable Server Pooling in Widely Distributed Environments}",
+	booktitle = "{Proceedings of the 2nd IEEE International Conference on Digital Society~(ICDS)}",
+	pages = "171--177",
+	numpages = "7",
+	day = "14",
+	month = feb,
+	year = "2008",
+	address = "Sainte Luce/Martinique",
+	language = "english",
+	isbn = "978-0-7695-3087-1",
+	doi = "10.1109/ICDS.2008.12",
+	keywords = "Reliable Server Pooling~(RSerPool), Load Balancing, Least-Used Selection, Latency",
+	abstract = "{In order to provide a generic, application-independent and resource-efficient framework for server redundancy and session failover, the IETF RSerPool~WG is currently standardizing the Reliable Server Pooling~(RSerPool) framework. Server redundancy has to take load distribution and load balancing into consideration since these issues are crucial for the system performance.
+There has already been some research on the server selection strategies of RSerPool for different application scenarios. In particular, it has been shown that the adaptive Least Used selection usually provides the best performance. This strategy requires up-to-date load information of the services, which has to be propagated among distributed pool management components. But network delay (which is realistic for systems being widely distributed to achieve availability in case of regional servers failures) as well as caching of information may both lead to obsolete load information. Therefore, the purpose of this paper is to analyse and evaluate the performance of a new server selection rule to cope with update latencies. Especially, we will also analyse the impact of different workload parameters on the performance of the new server selection strategy.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-LUD.pdf",
+	url.size = "454527",
+	url.md5 = "8e1fe5960264a82415c27b389278d35c",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@InProceedings{ OMNeT++Workshop2008,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{A Powerful Tool-Chain for Setup, Distributed Processing, Analysis and Debugging of OMNeT++ Simulations}",
+	booktitle = "{Proceedings of the 1st ACM/ICST International Workshop on OMNeT++}",
+	numpages = "8",
+	day = "7",
+	month = mar,
+	year = "2008",
+	address = "Marseille, Bouches-du-Rhône/France",
+	language = "english",
+	isbn = "978-963-9799-20-2",
+	doi = "10.4108/ICST.SIMUTOOLS2008.2990",
+	keywords = "SimProcTC, Simulation Model, Parametrization, Simulation Run Distribution, Plotting, Analysis",
+	abstract = "{In this paper, we introduce our Open Source tool-chain providing the parametrization, distributed execution, results post-processing and debugging for
+OMNeT++-based simulations. While the initial motivation of these tools has been the support of our simulation model of the Reliable Server Pooling~(RSerPool) framework, it has been particularly designed with model-independence in mind. That is, it can be easily adapted to other simulation models and therefore may be useful for other users of
+OMNeT++-based simulation models as well.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeTWorkshop2008.pdf",
+	url.size = "570674",
+	url.md5 = "23f563d708ab1eb3f55d6dd21ef4eee4",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@Article{ IJHIT2008,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{An Evaluation of the Pool Maintenance Overhead in Reliable Server Pooling Systems}",
+	journal = "{SERSC International Journal on Hybrid Information Technology~(IJHIT)}",
+	volume = "1",
+	number = "2",
+	pages = "17--32",
+	numpages = "16",
+	month = apr,
+	year = "2008",
+	language = "english",
+	issn = "1738-9968",
+	keywords = "Reliable Server Pooling~(RSerPool), Server Pools, Handlespace Management, Stream Control Transmission Protocol~(SCTP), Performance, Measurements",
+	abstract = "{Currently, the IETF RSerPool~WG is standardizing a generic protocol framework for server redundancy and session failover: Reliable Server Pooling~(RSerPool). An important property of RSerPool is its lightweight architecture: server pool and session management can be realized with small CPU power and memory requirements. That is, RSerPool-based services can also be managed and provided by embedded systems. Up to now, there has already been some research on the performance of the data structures managing server pools. But a generic, application-independent performance analysis -- in particular also including measurements in real system setups -- is still missing.
+The aim of this article is therefore -- after giving an outline of the RSerPool framework, an introduction to the pool management procedures and a description of our pool management approach -- to first provide a detailed performance evaluation of the pool management structures themselves. Afterwards, the performance of a prototype implementation is analysed in order to evaluate its applicability in a real network setup.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJHIT2008.pdf",
+	url.size = "3367196",
+	url.md5 = "175a230c33b66aa474020607da51b8c4",
+	url.mime = "application/pdf",
+	url.pagesize = "595 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@InProceedings{ Networking2008,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb and Xing Zhou",
+	title = "{On Robustness and Countermeasures of Reliable Server Pooling Systems against Denial of Service Attacks}",
+	booktitle = "{Proceedings of the 7th International IFIP Networking Conference}",
+	series = "{Lecture Notes in Computer Science}",
+	volume = "4982",
+	pages = "586--598",
+	numpages = "13",
+	day = "7",
+	month = may,
+	year = "2008",
+	publisher = "Springer",
+	address = "Singapore",
+	language = "english",
+	isbn = "978-3-540-79548-3",
+	doi = "10.1007/978-3-540-79549-0_51",
+	keywords = "Reliable Server Pooling, Attacks, Denial of Service, Robustness, Countermeasures",
+	abstract = "{The Reliable Server Pooling~(RSerPool) architecture is the IETF's novel approach to standardize a light-weight protocol framework for server redundancy and session failover. It combines ideas from different research areas into a single, resource-efficient and unified architecture. While there have already been a number of contributions on the performance of RSerPool for its main tasks -- pool management, load distribution and failover handling -- the robustness of the protocol framework has not yet been evaluated against intentional attacks.
+The first goal of this paper is to provide a robustness analysis. In particular, we would like to outline the attack bandwidth necessary for a significant impact on the service. Furthermore, we present and evaluate our countermeasure approach to significantly reduce the impact of attacks.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Networking2008.pdf",
+	url.size = "490453",
+	url.md5 = "185b4404904fcb988d4c237634f2c1aa",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@Misc{ HaikouTalk2008,
+	author = "Thomas Dreibholz and Xing Zhou",
+	title = "{SCTP and RSerPool: Architectures and Protocols for the Future Internet}",
+	howpublished = "Invited Talk at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "22",
+	day = "26",
+	month = sep,
+	year = "2008",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Haikou2008-English.pdf",
+	url.size = "2309884",
+	url.md5 = "ff7675477fc736d4f43908249ea7861b",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2014-04-02 17:08:19 CEST",
+	url.keywords = "RSerPool, RSPLIB, Introduction"
+}
+
+@InProceedings{ LCN2008-RSerPool,
+	author = "Pascal Schöttle and Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{On the Application of Anomaly Detection in Reliable Server Pooling Systems for Improved Robustness against Denial of Service Attacks}",
+	booktitle = "{Proceedings of the 33rd IEEE Conference on Local Computer Networks~(LCN)}",
+	pages = "207--214",
+	numpages = "8",
+	day = "16",
+	month = oct,
+	year = "2008",
+	address = "Montr{\'e}al, Qu{\'e}bec/Canada",
+	language = "english",
+	isbn = "978-1-4244-2413-9",
+	doi = "10.1109/LCN.2008.4664171",
+	keywords = "Reliable Server Pooling~(RSerPool), Anomaly Detection, Attacks, Robustness, Denial of Service",
+	abstract = "{The Reliable Server Pooling~(RSerPool) architecture is the IETF's upcoming standard of a light-weight server redundancy and session failover framework for availability-critical applications. RSerPool combines the ideas from different research areas into a single, resource-efficient and unified architecture. Although there have already been a number of research papers on the pool management, load distribution and failover handling performance of RSerPool, the robustness against intentional attacks has not been intensively addressed yet.
+Therefore, the first goal of this paper is to provide a robustness analysis in order to outline the attack bandwidth necessary for a significant impact on RSerPool-based services. After that, we present our anomaly detection approach that has been designed to protect RSerPool systems against attacks. We also show the effectiveness of this approach by simulations.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2008.pdf",
+	url.size = "576017",
+	url.md5 = "8a883302aadb660fba4af49c65573c12",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@InProceedings{ LCN2008-EdgeDevice,
+	author = "Wenyu Zhu and Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{Analysis and Evaluation of a Scalable QoS Device for Broadband Access to Multimedia Services}",
+	booktitle = "{Proceedings of the 33rd IEEE Conference on Local Computer Networks~(LCN)}",
+	pages = "504--505",
+	numpages = "2",
+	day = "15",
+	month = oct,
+	year = "2008",
+	address = "Montr{\'e}al, Qu{\'e}bec/Canada",
+	language = "english",
+	isbn = "978-1-4244-2413-9",
+	doi = "10.1109/LCN.2008.4664212",
+	keywords = "Quality of Service~(QoS), Broadband Internet, Flow Routing, Multimedia, Intelligent Packet Discard",
+	abstract = "{This paper presents the initial evaluation of a novel network device being located in edge nodes. It provides relaxed QoS guarantees to certain flows on a congested link by focussing packet discard on selected flows. In contrast to classical IntServ solutions, our approach requires minimal signalling and therefore provides both efficiency and scalability. In this paper, we first describe the ideas of our QoS device and then provide first results of our ongoing simulative performance evaluation and optimization.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2008-FlowRouting.pdf",
+	url.size = "168995",
+	url.md5 = "4b24ce40f15989ca57ccb44bdbdf4d82",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@InProceedings{ FGCN2008,
+	author = "Wenyu Zhu and Thomas Dreibholz and Erwin Paul Rathgeb and Xing Zhou",
+	title = "{A Scalable QoS Device for Broadband Access to Multimedia Services}",
+	booktitle = "{Proceedings of the IEEE International Conference on Future Generation Communication and Networking~(FGCN)}",
+	volume = "1",
+	pages = "343--348",
+	numpages = "6",
+	day = "13",
+	month = dec,
+	year = "2008",
+	address = "Sanya, Hainan/People's Republic of China",
+	language = "english",
+	isbn = "978-0-7695-3431-2",
+	doi = "10.1109/FGCN.2008.124",
+	keywords = "Quality of Service~(QoS), Broadband Internet, Flow Routing, Multimedia, Intelligent Packet Discard",
+	abstract = "{This paper presents the performance evaluation of a novel network device being located in network edge nodes. It provides a solution for relaxed QoS guarantees to certain flows on a congested link by focussing packet discard on selected flows. However, unlike IntServ solutions -- e.g.\ RSVP -- our approach only requires minimal signalling and therefore provides both efficiency and scalability.
+In this paper, we first describe the ideas of our QoS device and then provide a simulative performance analysis for different multimedia flow scenarios.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/FGCN2008.pdf",
+	url.size = "520560",
+	url.md5 = "4aeb2680d2d15cb85f53961ff16c707c",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@InProceedings{ FutureInternet2008,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{Towards the Future Internet -- An Overview of Challenges and Solutions in Research and Standardization}",
+	booktitle = "{Proceedings of the 2nd GI/ITG KuVS Workshop on the Future Internet}",
+	numpages = "3",
+	day = "11",
+	month = nov,
+	year = "2008",
+	address = "Karlsruhe, Baden-Württemberg/Germany",
+	language = "english",
+	keywords = "Reliable Server Pooling~(RSerPool), Stream Control Transmission Protocol~(SCTP), IPv6, Future Internet",
+	abstract = "{The basic intention for the development of the Internet has been the simple and inexpensive interconnection of nodes to provide services like file download or e-mail. However, due to its huge growth and popularity, the classical protocols -- which still constitute the basis of today's Internet -- have reached their limits of scalability and functionality. Lots of research has been performed in order to overcome these restrictions. In our presentation, we would like to give a survey of the challenges on Network, Transport, Session and Application Layer, as well as an outline of solutions which will constitute -- from the current perspective in~2008 and with regard to the standardization progress of the IETF -- the basis of the Internet in the year~2020.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FutureInternet2008.pdf",
+	url.size = "1682121",
+	url.md5 = "087b79294d286a6ad2ac31b62a86f8a9",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@InProceedings{ KiVS2009,
+	author = "Xing Zhou and Thomas Dreibholz and Wencai Du and Erwin Paul Rathgeb",
+	title = "{Evaluation of Attack Countermeasures to Improve the DoS Robustness of RSerPool Systems by Simulations and Measurements}",
+	booktitle = "{Proceedings of the 16.~ITG/GI Fachtagung Kommunikation in Verteilten Systemen~(KiVS)}",
+	series = "{Informatik aktuell}",
+	pages = "217--228",
+	numpages = "12",
+	day = "5",
+	month = mar,
+	year = "2009",
+	publisher = "Springer",
+	address = "Kassel, Hessen/Germany",
+	language = "english",
+	isbn = "978-3-540-92665-8",
+	doi = "10.1007/978-3-540-92666-5_18",
+	keywords = "Reliable Server Pooling~(RSerPool), Security, Attacks, Denial of Service, Robustness, Performance Analysis",
+	abstract = "{The Reliable Server Pooling~(RSerPool) architecture is the IETF's new standard for a lightweight server redundancy and session failover framework to support availability-critical applications. RSerPool combines the ideas from different research areas into a single, resource-efficient and unified architecture. While there have already been a number of research papers on its performance in general, the robustness against intentional attacks has not been intensively addressed yet. In particular, there have not been any analyses for real setups.
+Therefore, the goal of this paper is to provide a robustness analysis in order to outline the attack bandwidth which is necessary for a significant impact on RSerPool-based services. This analysis is based on lab measurements -- using a real RSerPool system setup -- as well as on measurements for comparison and validation. Furthermore, we present and evaluate countermeasure approaches to significantly reduce the impact of attacks.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2009.pdf",
+	url.size = "481488",
+	url.md5 = "75e82d6388aaef304f99eba50e33f69f",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:19 CEST"
+}
+
+@InProceedings{ OMNeT++Workshop2009,
+	author = "Thomas Dreibholz and Xing Zhou and Erwin Paul Rathgeb",
+	title = "{SimProcTC -- The Design and Realization of a Powerful Tool-Chain for OMNeT++ Simulations}",
+	booktitle = "{Proceedings of the 2nd ACM/ICST International Workshop on OMNeT++}",
+	pages = "1--8",
+	numpages = "8",
+	day = "6",
+	month = mar,
+	year = "2009",
+	address = "Rome/Italy",
+	language = "english",
+	isbn = "978-963-9799-45-5",
+	doi = "10.4108/ICST.SIMUTOOLS2009.5517",
+	keywords = "SimProcTC, Simulation, Parametrization, Run Distribution, Results Visualization",
+	abstract = "{In this paper, we introduce our Open Source simulation tool-chain for OMNeT++ simulations: SimProcTC. This model-independent tool-chain has been designed to perform the common and frequently recurring tasks of simulation work -- which are the parametrization of runs, the distributed run processing and the results visualization -- in an efficient and easy to use manner. It is already successfully deployed for several OMNeT++-based research projects.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeT__Workshop2009.pdf",
+	url.size = "564894",
+	url.md5 = "1ec4aec2824e6f4d11f1e1af9a8d3991",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:20 CEST"
+}
+
+@InProceedings{ AINA2009,
+	author = "Xing Zhou and Thomas Dreibholz and Fa Fu and Wencai Du and Erwin Paul Rathgeb",
+	title = "{Evaluation and Optimization of the Registrar Redundancy Handling in Reliable Server Pooling Systems}",
+	booktitle = "{Proceedings of the IEEE 23rd International Conference on Advanced Information Networking and Applications~(AINA)}",
+	pages = "256--262",
+	numpages = "7",
+	day = "26",
+	month = may,
+	year = "2009",
+	address = "Bradford, West Yorkshire/United Kingdom",
+	language = "english",
+	isbn = "978-0-7695-3638-5",
+	doi = "10.1109/AINA.2009.25",
+	keywords = "Reliable Server Pooling~(RSerPool), Redundancy, Takeover, Handlespace Management, Performance Analysis",
+	abstract = "{The Reliable Server Pooling~(RSerPool) architecture is the IETF's new standard for a lightweight server redundancy and session failover framework to support availability-critical applications. RSerPool combines the ideas from different research areas into a single, resource-efficient and unified architecture. Server pools are maintained by redundant management components, which are called registrars. Registrars monitor the availability of servers in the pool and remove them in case of failure. Furthermore, they synchronize their view of the pool with other registrars to provide information redundancy.
+In this paper, we first analyse the implications of registrar redundancy on the server pool performance. Furthermore, we present an optimization approach for the server pool management, which improves the system performance in case of registrar problems by hardware failures or Denial of Service attacks.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINA2009.pdf",
+	url.size = "495559",
+	url.md5 = "85883bf586a6c76481c7a3adbd0f20d6",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:20 CEST"
+}
+
+@InProceedings{ SNPD2009,
+	author = "Xing Zhou and Thomas Dreibholz and Erwin Paul Rathgeb and Wencai Du",
+	title = "{Takeover Suggestion -- A Registrar Redundancy Handling Optimization for Reliable Server Pooling Systems}",
+	booktitle = "{Proceedings of the 10th IEEE/ACIS International Conference on Software Engineering, Artificial Intelligence, Networking and Parallel/Distributed Computing~(SNPD)}",
+	pages = "168--173",
+	numpages = "6",
+	day = "27",
+	month = may,
+	year = "2009",
+	address = "Daegu/South Korea",
+	language = "english",
+	isbn = "978-3-642-01202-0",
+	doi = "10.1109/SNPD.2009.17",
+	keywords = "Reliable Server Pooling~(RSerPool), Redundancy, Handlespace Management, Takeover, Performance Analysis",
+	abstract = "{Reliable Server Pooling~(RSerPool) is the IETF's new standard for a common server redundancy and session failover framework to support availability-critical applications. Server pools are maintained by redundant management components denoted as registrars. These registrars monitor the availability of servers in the pool and remove them in case of failure. Furthermore, they synchronize their view of the pool with other registrars to provide information redundancy.
+In this paper, we first illustrate the implications of registrar redundancy on the performance of RSerPool systems. After that, we present an optimization approach for the server pool management, which improves the management performance in case of registrar problems like hardware failures or Denial of Service attacks. The performance of our approach is evaluated in real life using PlanetLab measurements.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SNPD2009.pdf",
+	url.size = "556009",
+	url.md5 = "a9bb30606285c619fb63bfacbd78939a",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:20 CEST"
+}
+
+@InProceedings{ Contel2009,
+	author = "Thomas Dreibholz and Xing Zhou and Erwin Paul Rathgeb and Wencai Du",
+	title = "{A PlanetLab-Based Performance Analysis of RSerPool Security Mechanisms}",
+	booktitle = "{Proceedings of the 10th IEEE International Conference on Telecommunications~(ConTEL)}",
+	pages = "213--220",
+	numpages = "8",
+	day = "8",
+	month = jun,
+	year = "2009",
+	address = "Zagreb, Središnja Hrvatska/Croatia",
+	language = "english",
+	isbn = "978-953-184-131-3",
+	keywords = "Reliable Server Pooling~(RSerPool), Security, Attacks, Denial of Service, Robustness, Performance Analysis",
+	abstract = "{Reliable Server Pooling~(RSerPool) denotes the new IETF standard for a lightweight server redundancy and session failover framework for availability-critical applications. A number of research papers have already addressed the service and pool management performance of RSerPool in general. However, the important topic of security, including the system robustness against intentional attacks, has not yet been intensively addressed. In particular, none of the proposed Denial of Service~(DoS) attack countermeasure mechanisms has been evaluated in a real-world Internet setup.
+For that reason, this paper provides an analysis of the robustness of RSerPool systems against DoS attacks. We will outline the DoS attack bandwidth which is necessary for a significant service degradation. Furthermore, we will present simple but effective DoS attack countermeasure mechanisms to significantly reduce the impact of attacks. Our analysis is based on a real-world Internet setup using the
+PlanetLab. We will furthermore compare the performance measurements against simulation results.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ConTEL2009.pdf",
+	url.size = "738142",
+	url.md5 = "490dda7191b7b3dae11d61785131040d",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:20 CEST"
+}
+
+@Article{ IJMUE2009,
+	author = "Wenyu Zhu and Thomas Dreibholz and Erwin Paul Rathgeb and Xing Zhou",
+	title = "{A Scalable QoS Device for Broadband Access to Multimedia Services}",
+	journal = "{SERSC International Journal of Multimedia and Ubiquitous Engineering~(IJMUE)}",
+	volume = "4",
+	number = "2",
+	pages = "157--172",
+	numpages = "16",
+	day = "30",
+	month = apr,
+	year = "2009",
+	language = "english",
+	issn = "1975-0080",
+	keywords = "Quality of Service~(QoS), Broadband Internet, Flow Routing, Multimedia, Intelligent Packet Discard",
+	abstract = "{Nowadays, an increasing number of users gets high-speed broadband access to the Internet. These broadband connections make new multimedia applications possible. However, such applications also introduce new Quality of Service~(QoS) requirements to the network. Particularly, they require an assured bandwidth even in the case of network overload. The network itself has to provide such bandwidth assurances.
+This article introduces our concept of a novel network QoS device being located in network edge nodes. It provides a solution for relaxed QoS guarantees to certain flows on a congested link by focussing packet discard on selected flows. However, unlike for IntServ solutions like RSVP, our approach only requires minimal signalling and therefore provides both efficiency and scalability. We furthermore provide a quantitative performance evaluation of our QoS device by using simulations.}",
+	url = "https://gvpress.com/journals/IJMUE/vol4_no2/14.pdf",
+	url.size = "1106252",
+	url.md5 = "3a8837e5ef699ddff971bcdfbf98b84b",
+	url.mime = "application/pdf",
+	url.pagesize = "595.22 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:08:22 CEST"
+}
+
+@Article{ IJAIT2009,
+	author = "Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{Overview and Evaluation of the Server Redundancy and Session Failover Mechanisms in the Reliable Server Pooling Framework}",
+	journal = "{International Journal on Advances in Internet Technology~(IJAIT)}",
+	volume = "2",
+	number = "1",
+	pages = "1--14",
+	numpages = "14",
+	day = "8",
+	month = jun,
+	year = "2009",
+	language = "english",
+	issn = "1942-2652",
+	keywords = "Reliable Server Pooling~(RSerPool), Service Availability, Redundancy, Session Failover, Server Selection",
+	abstract = "{The number of availability-critical Internet applications is steadily increasing. To support the development and operation of such applications, the IETF has recently defined a new standard for a common server redundancy and session failover framework: Reliable Server Pooling~(RSerPool). The basic ideas of the RSerPool framework are not entirely new, but their combination into a single, resource-efficient and unified architecture is. Service availability achieved by the redundancy of servers directly leads to the issues of load distribution and load balancing, which are both important for the performance of RSerPool systems. Therefore, it is crucial to evaluate the performance of such systems with respect to the load balancing strategy required by the service application.
+In this article -- which is an extended version of our paper~[1] -- we first present an overview of the RSerPool architecture with a focus on the component failure detection and handling mechanisms. We will also shortly introduce the underlying SCTP protocol and its link redundancy features. After that, we will present a quantitative, application-independent performance analysis of the failure detection and session failover mechanisms provided by RSerPool, with respect to important adaptive and non-adaptive load balancing strategies.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJAIT2009.pdf",
+	url.size = "1183747",
+	url.md5 = "d3f66675bd31433a0b788a0cbac7121c",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:22 CEST"
+}
+
+@Article{ E-Teaching2010,
+	author = "Daniel Biella and Dieter Huth and Michael Striewe and Michael Kohnen and Thomas Dreibholz and Martin Becke",
+	title = "{Erfahrungsbericht: Zur Organisation und Implementierung PC-gestützter Prüfungen an der Universität Duisburg-Essen}",
+	journal = "{E-Teaching.org}",
+	numpages = "17",
+	day = "25",
+	month = mar,
+	year = "2010",
+	language = "ngerman",
+	keywords = "L-PLUS, E-Assessment",
+	abstract = "{Dieser Artikel beschreibt die technischen, organisatorischen und inhaltlichen Herausforderungen, die bei der Organisation und Implementierung einer Plattform für PC-gestützte Prüfungen an der Universität Duisburg-Essen zu bewältigen waren. Anhand zweier Szenarien aus dem Wintersemester 2009/10 wird der Umstieg von papiergestützten Prüfungen auf PC-gestützte Prüfungen sowie die Möglichkeit der Prüfung komplexer Aufgabenstellungen beispielhaft erläutert.}",
+	url = "https://www.e-teaching.org/praxis/erfahrungsberichte/10-03-25_PC-Hall_Biella-Huth-Striewe-Kohnen-Dreibholz-Becke.pdf",
+	url.size = "1407513",
+	url.md5 = "52856bad6dd8ce266a244a56ed9272e2",
+	url.mime = "application/pdf",
+	url.pagesize = "594.96 x 842.04 pts (A4)",
+	url.checked = "2017-11-05 19:28:42 CET"
+}
+
+@InProceedings{ OMNeT++Workshop2010-SCTP,
+	author = "Thomas Dreibholz and Martin Becke and Jobin Pulinthanath and Erwin Paul Rathgeb",
+	title = "{Implementation and Evaluation of Concurrent Multipath Transfer for SCTP in the INET Framework}",
+	booktitle = "{Proceedings of the 3rd ACM/ICST International Workshop on OMNeT++}",
+	numpages = "8",
+	day = "19",
+	month = mar,
+	year = "2010",
+	address = "Torremolinos, M{\'a}laga/Spain",
+	language = "english",
+	isbn = "978-963-9799-87-5",
+	doi = "10.4108/ICST.SIMUTOOLS2010.8673",
+	keywords = "INET Framework, SCTP, Concurrent Multipath Transfer, Model, Evaluation",
+	abstract = "{The steadily growing importance of resilience-critical Internet applications leads to a rising number of multi-homed sites and systems. But since the protocols of the classical Internet -- particularly TCP -- assume a single access path only, the number of programs supporting multiple network paths is still small. The Stream Control Transport Protocol~(SCTP), which is an advanced general-purpose transport protocol and the possible successor of TCP, brings the support of multi-homing into the applications.
+For technical reasons, SCTP uses one network path for data transmission and utilizes the other paths for backup only. An extension to support the load balancing of user data onto multiple paths in order to increase the payload throughput is Concurrent Multipath Transfer for SCTP, denoted as CMT-SCTP. In this paper, we describe our CMT-SCTP extension for the SCTP~model provided by the INET framework. By using proof-of-concept simulations, we furthermore demonstrate its usability and configuration parameters.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-SCTP.pdf",
+	url.size = "600864",
+	url.md5 = "910129c4f8742f16aa603347276bcf90",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2014-04-02 17:08:22 CEST"
+}
+
+@InProceedings{ OMNeT++Workshop2010-TCP,
+	author = "Thomas Reschka and Thomas Dreibholz and Martin Becke and Jobin Pulinthanath and Erwin Paul Rathgeb",
+	title = "{Enhancement of the TCP Module in the OMNeT++/INET Framework}",
+	booktitle = "{Proceedings of the 3rd ACM/ICST International Workshop on OMNeT++}",
+	numpages = "5",
+	day = "19",
+	month = mar,
+	year = "2010",
+	address = "Torremolinos, M{\'a}laga/Spain",
+	language = "english",
+	isbn = "978-963-9799-87-5",
+	keywords = "OMNeT++, INET Framework, TCP, Selective Acknowledgement, Flow Control",
+	abstract = "{The INET framework for the simulation tool OMNeT++ provides a TCP module, which can be used for evaluating various Internet applications. However, the implementation of this TCP module has not been state of the art. Some important features of modern TCP implementations -- particularly Selective Acknowledgements~(SACK) and a complete Flow Control -- have been missing.
+In this paper, we first introduce basic TCP mechanisms. After that, we introduce the extensions we have made to the TCP module of INET. Finally, we show some results of our performance evaluation.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-TCP.pdf",
+	url.size = "594971",
+	url.md5 = "53c126fdf4f77d433ef5f7601dea5b60",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2014-04-02 17:08:22 CEST"
+}
+
+@InProceedings{ AINA2010,
+	author = "Thomas Dreibholz and Martin Becke and Jobin Pulinthanath and Erwin Paul Rathgeb",
+	title = "{Applying TCP-Friendly Congestion Control to Concurrent Multipath Transfer}",
+	booktitle = "{Proceedings of the 24th IEEE International Conference on Advanced Information Networking and Applications~(AINA)}",
+	pages = "312--319",
+	numpages = "8",
+	day = "21",
+	month = apr,
+	year = "2010",
+	address = "Perth, Western Australia/Australia",
+	language = "english",
+	isbn = "978-0-7695-4018-4",
+	doi = "10.1109/AINA.2010.117",
+	keywords = "Multi-Homing, Congestion Control, Resource Pooling, Fairness, Proof of Concept",
+	abstract = "{The steadily growing importance of Internet-based applications and their resilience requirements lead to a rising number of multi-homed sites. The idea of Concurrent Multipath Transfer~(CMT) is to exploit the existence of multiple paths among endpoints to increase application data throughput. However, handling the congestion control of each path independently lacks of fairness against non-CMT flows.
+In this paper, we describe our approach of combining CMT with the idea of Resource Pooling~(RP) in order to achieve a performance improvement over non-CMT transfer while still remaining fair to concurrent flows on congested links. Unlike existing approaches which adapt classic TCP to a multi-homed CMT protocol, our approach does not depend on specific characteristics of TCP. Instead, we base on already entrenched functional blocks of CMT transfer, on the example of the CMT-enabled SCTP~(Stream Control Transmission Protocol). In a simulative proof-of-concept analysis, we show that our approach -- while relatively simple -- is already quite effective.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/AINA2010.pdf",
+	url.size = "979616",
+	url.md5 = "11d400faa0a4c994d27fa6a6ebc5f9cc",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:22 CEST"
+}
+
+@InProceedings{ SERA2010,
+	author = "Xing Zhou and Thomas Dreibholz and Martin Becke and Jobin Pulinthanath and Erwin Paul Rathgeb and Wencai Du",
+	title = "{The Software Modeling and Implementation of Reliable Server Pooling and RSPLIB}",
+	booktitle = "{Proceedings of the 8th ACIS Conference on Software Engineering Research, Management and Applications~(SERA)}",
+	pages = "129--136",
+	numpages = "8",
+	day = "24",
+	month = may,
+	year = "2010",
+	address = "Montr{\'e}al, Qu{\'e}bec/Canada",
+	language = "english",
+	isbn = "978-0-7695-4075-7",
+	doi = "10.1109/SERA.2010.26",
+	keywords = "Reliable Server Pooling~(RSerPool), RSPLIB, Service Availability, Software Modeling, Implementation",
+	abstract = "{With the growing complexity of software applications, there is an increasing demand for solutions to distribute workload into server pools. Grid Computing provides powerful -- but also highly complex -- mechanisms to realize such tasks. Also, there is a steadily growing number of downtime-critical applications, requiring redundant servers to ensure service availability in case of component failures.
+To cope with the demand for server redundancy and service availability, the IETF has recently standardized the lightweight Reliable Server Pooling~(RSerPool) framework, which is a common architecture for server pool and session management. In this paper, we first introduce the concept of RSerPool and then present the modeling thoughts of RSPLIB and the underlying general groupware design. Based on RSPLIB, we will illustratively show how to easily develop applications on top of RSerPool. We will also offer an application evaluation example for a proof-of-concept setup to distribute ray-tracing computation workload into a compute pool.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SERA2010.pdf",
+	url.size = "2829345",
+	url.md5 = "889ce62f9c2de4ebe431b604d07a3f30",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:22 CEST"
+}
+
+@InProceedings{ FutureInternet2010,
+	author = "Thomas Dreibholz and Martin Becke and Christian Henke and Erwin Paul Rathgeb",
+	title = "{An Approach for Transferring an End-to-End Transport Service into a Functional Building Block Structure}",
+	booktitle = "{Proceedings of the 5th GI/ITG KuVS Workshop on the Future Internet}",
+	numpages = "3",
+	day = "9",
+	month = jun,
+	year = "2010",
+	address = "Stuttgart, Baden-Württemberg/Germany",
+	language = "english",
+	keywords = "Transport, Multi-Path, Functional Building Blocks, Cross-Layer Optimization, Future Internet",
+	abstract = "{Current network stacks based on the classic OSI layered reference model are restricted and inflexible, which makes the addition and deployment of new features difficult. Operating systems offer an interface for the Transport Layer functionalities to applications. The usage of this interface is very widespread, making it useful to maintain this interface. However, the layered structure should be replaced.
+In this paper, we propose our approach for breaking up the functionalities of the OSI Transport Layer into the concept so called functional building blocks. Each functional building block provides a particular service, which -- in interaction with the other functional building blocks -- is able to provide a service similar to the classic OSI Transport Layer. The concept allows for easy removal, replacement or addition of existing and new functional building blocks to adapt the service to state-of-the-art and future requirements, particularly including multi-path transport and QoS.}",
+	url = "https://web.archive.org/web/20171101093204/http://www.future-internet.org/files/2010/Folien/Abstract_Dreibholz2.pdf",
+	url.size = "152373",
+	url.md5 = "e39b36008b54d24b3dfb391ac8b3eeb5",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2018-06-08 16:39:22 CEST"
+}
+
+@Misc{ EuroView2010-SIGMultipath,
+	author = "Thomas Dreibholz",
+	title = "{Buffer Splitting for Efficient Transport over Asymmetric Paths}",
+	howpublished = "Talk at the SIG Multipath Meeting during the 10th Joint EuroFGI and ITG Workshop on Visions of Future Network Generations~(EuroView)",
+	numpages = "11",
+	day = "4",
+	month = aug,
+	year = "2010",
+	address = "Würzburg, Bayern/Germany",
+	language = "english",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/EuroView2010-SIGMultiPath-SCTP.pdf",
+	url.size = "371177",
+	url.md5 = "af684a42671409244ea97fa6518935f9",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 540 pts",
+	url.checked = "2014-04-02 17:08:23 CEST",
+	url.keywords = "SCTP"
+}
+
+@InProceedings{ Globecom2010,
+	author = "Thomas Dreibholz and Martin Becke and Erwin Paul Rathgeb and Michael Tüxen",
+	title = "{On the Use of Concurrent Multipath Transfer over Asymmetric Paths}",
+	booktitle = "{Proceedings of the IEEE Global Communications Conference~(GLOBECOM)}",
+	numpages = "6",
+	day = "7",
+	month = dec,
+	year = "2010",
+	address = "Miami, Florida/U.S.A.",
+	language = "english",
+	isbn = "978-1-4244-5637-6",
+	doi = "10.1109/GLOCOM.2010.5683579",
+	keywords = "Concurrent Multipath Transfer, Resource Pooling, Asymmetric Paths, Buffer Handling, Performance Analysis",
+	abstract = "{With the deployment of more and more resilience-critical Internet applications, there is a rising demand for multi-homed network sites. This leads to the desire for simultaneously utilising all available access paths to improve application data throughput. This is commonly known as Concurrent Multipath Transfer~(CMT), approaches for several Transport Layer protocols have been proposed. Combined with Resource Pooling~(RP), CMT can also fairly coexist with concurrent non-CMT flows. Current approaches focus on symmetric paths (i.e.\ similar bandwidth, delay and error rate). However, asymmetric paths are much more likely -- particularly for realistic Internet setups -- and efficient CMT usage on such paths is therefore crucial.
+In this paper, we first show the challenges of plain as well as RP-aware CMT data transport over asymmetric paths. After that, we introduce mechanisms for efficient transport over such paths. Finally, we analyse the performance of our approaches by using simulations.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Globecom2010.pdf",
+	url.size = "1060498",
+	url.md5 = "96629a6c95f6882e9fdd54acdee2de5d",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:23 CEST"
+}
+
+@Misc{ Globecom2010-Demo,
+	author = "Thomas Dreibholz and Martin Becke",
+	title = "{The RSPLIB Project -- From Research to Application}",
+	howpublished = "Demo Presentation at the IEEE Global Communications Conference~(GLOBECOM)",
+	numpages = "3",
+	day = "8",
+	month = dec,
+	year = "2010",
+	address = "Miami, Florida/U.S.A.",
+	language = "english",
+	keywords = "Reliable Server Pooling~(RSerPool), RSPLIB, Service Availability, Session Failover, Load Distribution, Demonstration",
+	abstract = "{The goal of the RSPLIB project has been to design and develop an Open Source implementation of Reliable Server Pooling~(RSerPool), the new IETF framework for server pool and session management. While its original intention had been the research on RSerPool optimizations and protocol improvements, it has meanwhile become a production-ready platform which is already used by a couple of applications. In our proposed demo for the IEEE GLOBECOM~2010, we would like to introduce RSerPool and show how applications can benefit from using the features provided by RSPLIB.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Globecom2010-Demo.pdf",
+	url.size = "2155355",
+	url.md5 = "826a0e3f90f875bbae375509b6672d25",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:23 CEST"
+}
+
+@InProceedings{ PFLDNeT2010,
+	author = "Thomas Dreibholz and Robin Seggelmann and Michael Tüxen and Erwin Paul Rathgeb",
+	title = "{Transmission Scheduling Optimizations for Concurrent Multipath Transfer}",
+	booktitle = "{Proceedings of the 8th International Workshop on Protocols for Future, Large-Scale and Diverse Network Transports~(PFLDNeT)}",
+	volume = "8",
+	numpages = "6",
+	day = "29",
+	month = nov,
+	year = "2010",
+	address = "Lancaster, Pennsylvania/U.S.A.",
+	language = "english",
+	issn = "2074-5168",
+	keywords = "Concurrent Multipath Transfer, Scheduling, Optimizations, Analysis",
+	abstract = "{SCTP is a general-purpose Transport Layer protocol with out-of-the-box support for multi-streaming as well as multi-homing. A protocol extension, which is denoted as CMT-SCTP, extends SCTP by supporting Concurrent Multipath Transfer~(CMT). That is, multiple network paths are utilized simultaneously in order to improve the payload data throughput. However, dissimilar paths -- i.e.\ paths having different delays or bandwidths -- are challenging and also very likely in internet setups.
+In this paper, we show how CMT-SCTP data transport performance can be improved by combining multi-streaming with an advanced stream scheduling policy and SCTP API enhancements. The performance benefit of our approach in dissimilar path setups is proven by simulations.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PFLDNeT2010.pdf",
+	url.size = "648086",
+	url.md5 = "18c2a0c4862d943aa53ff719459d7203",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:23 CEST"
+}
+
+@Article{ IJIIDS2010,
+	author = "Thomas Dreibholz and Xing Zhou and Martin Becke and Jobin Pulinthanath and Erwin Paul Rathgeb and Wencai Du",
+	title = "{On the Security of Reliable Server Pooling Systems}",
+	journal = "{International Journal on Intelligent Information and Database Systems~(IJIIDS)}",
+	volume = "4",
+	number = "6",
+	pages = "552--578",
+	numpages = "27",
+	month = dec,
+	year = "2010",
+	language = "english",
+	issn = "1751-5858",
+	doi = "10.1504/IJIIDS.2010.036894",
+	keywords = "Reliable Server Pooling~(RSerPool), Security, Attacks, Robustness, Performance Analysis, PlanetLab",
+	abstract = "{In order to cope with the requirements of availability-critical Internet services, Reliable Server Pooling~(RSerPool) has been developed as the new IETF standard for a lightweight server redundancy and session failover framework. While the service and pool management performance of RSerPool had already been the topic of various research papers, its security has not yet been widely examined. But security for availability-critical systems is crucial, since service outages -- regardless of whether being caused by system failures or intentional Denial of Service~(DoS) attacks -- are not acceptable for the users of such systems.
+In this article, we first introduce RSerPool as well as the underlying SCTP protocol. In an analysis of the attack threats, we will show the possibilities of an attacker to degrade the service provided by an RSerPool system. We will furthermore introduce possible countermeasures, in order to prevent attacks and improve the robustness of the systems. We will finally show the effectiveness of our proposed countermeasures using simulations. In order to validate our simulation results, we furthermore compare them to measurements from a real-world Internet setup using the PlanetLab.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJIIDS2010.pdf",
+	url.size = "552265",
+	url.md5 = "53f11ab53ddfed318568f99ab08ba5aa",
+	url.mime = "application/pdf",
+	url.pagesize = "595 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:08:23 CEST"
+}
+
+@InProceedings{ ICN2011,
+	author = "Martin Becke and Thomas Dreibholz and Erwin Paul Rathgeb and Johannes Formann",
+	title = "{Link Emulation on the Data Link Layer in a Linux-based Future Internet Testbed Environment}",
+	booktitle = "{Proceedings of the 10th International Conference on Networks~(ICN)}",
+	pages = "92--98",
+	numpages = "7",
+	day = "25",
+	month = jan,
+	year = "2011",
+	address = "St.\ Maarten/Netherlands Antilles",
+	language = "english",
+	isbn = "978-1-61208-002-4",
+	keywords = "Link Emulation, Data Link Layer, Future Internet Testbed, NetEm, Dummynet",
+	abstract = "{Protocol design and development is not a straight-forward process. Each approach must be validated for interactions and side-effects in the existing network environments. But the Internet itself is not a good test environment, since its components are not controllable and certain problem situations (like congestion or error conditions) are difficult to reproduce. Various testbeds have been built up to fill this gap. Most of these testbeds also support link emulation, i.e.\ using software to mimic the characteristic behaviour of certain kinds of network links (like bandwidth bottlenecks or error-prone radio transmissions). The most popular link emulation systems are the Linux-based NetEm and Dummynet, which are e.g.\ applied on the IP~layer of Planet-Lab and various other testbeds. However, the restriction to the OSI Network Layer (here:~IP) is insufficient to test new non-IP Future Internet protocols.
+In this paper, we first introduce Dummynet and NetEm. After that, we will present our approach of adapting Dummynet for Linux to support link emulation on the Data Link Layer. Finally, we evaluate the applicability and performance of Dummynet and NetEm for link emulation on the Data Link Layer, in a Planet-Lab-based testbed environment. Our goal is to outline the performance and limitations of both approaches in the context of Planet-Lab-based testbeds, in order to make them applicable for the evaluation of non-IP Future Internet protocols.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICN2011.pdf",
+	url.size = "475146",
+	url.md5 = "7dc2f73a942b21aaf8993354ead8f9e2",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:23 CEST"
+}
+
+@InProceedings{ PAMS2011,
+	author = "Hakim Adhari and Thomas Dreibholz and Martin Becke and Erwin Paul Rathgeb and Michael Tüxen",
+	title = "{Evaluation of Concurrent Multipath Transfer over Dissimilar Paths}",
+	booktitle = "{Proceedings of the 1st International Workshop on Protocols and Applications with Multi-Homing Support~(PAMS)}",
+	pages = "708--714",
+	numpages = "7",
+	day = "22",
+	month = mar,
+	year = "2011",
+	address = "Singapore",
+	language = "english",
+	isbn = "978-0-7695-4338-3",
+	doi = "10.1109/WAINA.2011.92",
+	keywords = "Concurrent Multipath Transfer, Dissimilar Paths, Buffer Handling, Performance Analysis, Experimental Validation",
+	abstract = "{The steadily growing deployment of resilience-critical Internet services is leading to an increasing number of Multi-Homed network sites. Asymmetric Digital Subscriber Lines~(ADSL) are an inexpensive way to add a secondary Internet access connection. With the development of Multi-Path Transport Layer protocols -- like Multipath~TCP~(MPTCP) and the Stream Control Transmission Protocol~(SCTP) furnished by a Concurrent Multipath Transfer~(CMT-SCTP) extension -- there is also a strong interest in utilising all access connections simultaneously to improve the data throughput of the applications. However, combining network paths over ADSL with paths over other access technologies like fibre optic links implies highly dissimilar paths with significantly different bandwidths, delays and queuing behaviours. Efficient Multi-Path transport over such dissimilar paths is a challenging task for the new Transport Layer protocols under development.
+In this paper, we show the difficulties of Multi-Path transport in a real-world dissimilar path setup which consists of a high-speed fibre optic link and an ADSL connection. After that, we present an optimised buffer handling technique which solves the transport efficiency issues in this setup. Our optimisation is first analysed by simulations. Finally, we also show the usefulness of our approach by experimental evaluation in a real Multi-Homed Internet setup.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2011.pdf",
+	url.size = "681374",
+	url.md5 = "a19f952606b97dc19de3870e7af038ca",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:23 CEST"
+}
+
+@InProceedings{ Tridentcom2011,
+	author = "M.~Kleis and J.~Müller and A.~Siddiqui and Martin Becke",
+	title = "{Evaluating a Future Internet Cross-Layer Composition Prototype}",
+	booktitle = "{Proceedings of the 7th International ICST Conference on Testbeds and Research Infrastructures for the Development of Networks and Communities~(TridentCom)}",
+	numpages = "16",
+	day = "18",
+	month = apr,
+	year = "2011",
+	address = "Shanghai/People's Republic of China",
+	language = "english",
+	url = "https://web.archive.org/web/20200229073430/http://dspace.icsy.de:12000/dspace/bitstream/123456789/324/1/2010-09-Measurements.pdf",
+	url.size = "1036121",
+	url.md5 = "4d48dfeb9d5d4898e8564adcd065cdf4",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2014-04-02 17:08:23 CEST"
+}
+
+@InProceedings{ GENIWorkshop2011,
+	author = "Martin Becke and Thomas Dreibholz",
+	title = "{Multi-Path Transport}",
+	booktitle = "{Proceedings of the 1st DFG/NSF Doctoral Consortium}",
+	numpages = "1",
+	day = "13",
+	month = mar,
+	year = "2011",
+	address = "San Juan/Puerto Rico",
+	language = "english",
+	note = "Poster Presentation",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/GENIWorkshop2011.pdf",
+	url.size = "1699006",
+	url.md5 = "7ddf90624d681ac2fd4da0882e5780cc",
+	url.mime = "application/pdf",
+	url.pagesize = "2160 x 2880 pts",
+	url.checked = "2014-04-02 17:08:23 CEST"
+}
+
+@Article{ CommMag2011,
+	author = "Thomas Dreibholz and Irene Rüngeler and Robin Seggelmann and Michael Tüxen and Erwin Paul Rathgeb and Randall~R. Stewart",
+	title = "{Stream Control Transmission Protocol: Past, Current, and Future Standardization Activities}",
+	journal = "{IEEE Communications Magazine}",
+	volume = "49",
+	number = "4",
+	pages = "82--88",
+	numpages = "7",
+	day = "5",
+	month = apr,
+	year = "2011",
+	language = "english",
+	issn = "0163-6804",
+	doi = "10.1109/MCOM.2011.5741151",
+	abstract = "{The Stream Control Transmission Protocol~(SCTP) is a general-purpose transport layer protocol providing a service similar to TCP -- plus a set of advanced features to utilize the enhanced capabilities of modern IP networks and to support increased application requirements. Nowadays, there are SCTP implementations for all major operating systems. While SCTP was standardized as an RFC several years ago, there is still significant ongoing work within the IETF to discuss and standardize further features in the form of protocol extensions. In this article, we first introduce the SCTP base protocol and already standardized extensions. After that, we focus on the ongoing SCTP standardization progress in the IETF and give an overview of activities and challenges in the areas of security and concurrent multipath transport.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/CommMag2011.pdf",
+	url.size = "293278",
+	url.md5 = "51c1a62c2f4dfeb2725b1e0fae3b3d10",
+	url.mime = "application/pdf",
+	url.checked = "2011-06-03 09:44:30 CEST"
+}
+
+@InProceedings{ LinuxTag2011,
+	author = "Thomas Dreibholz",
+	title = "{Server-Redundanz und Lastverteilung einfach in eigene Anwendungen integrieren -- mit Reliable Server Pooling und RSPLIB}",
+	booktitle = "{Proceedings of the LinuxTag}",
+	numpages = "23",
+	day = "12",
+	month = may,
+	year = "2011",
+	address = "Berlin/Germany",
+	language = "german",
+	keywords = "Reliable Server Pooling~(RSerPool), Hochverfügbarkeit, Redundanz, Überblick, Implementierung, RSPLIB",
+	abstract = "{RSPLIB ist die Open-Source-Implementierung von Reliable Server Pooling~(RSerPool), dem noch sehr neuen IETF-Standard für Server-Redundanz und Sitzungsverwaltung. Dieser Artikel soll insbesondere zeigen, wie RSerPool mit RSPLIB in eigenen Anwendungen für Hochverfügbarkeit und Lastverteilung eingesetzt werden kann. Im Rahmen des Vortrags soll zudem eine Beispielanwendung in der Praxis demonstriert werden.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2011.pdf",
+	url.size = "1339942",
+	url.md5 = "7a76c18c786514b2dea9ca272ecc7bbc",
+	url.mime = "application/pdf",
+	url.pagesize = "595 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:08:23 CEST"
+}
+
+@InProceedings{ ConTEL2011,
+	author = "Thomas Dreibholz and Martin Becke and Hakim Adhari and Erwin Paul Rathgeb",
+	title = "{On the Impact of Congestion Control for Concurrent Multipath Transfer on the Transport Layer}",
+	booktitle = "{Proceedings of the 11th IEEE International Conference on Telecommunications~(ConTEL)}",
+	pages = "397--404",
+	numpages = "8",
+	day = "16",
+	month = jun,
+	year = "2011",
+	address = "Graz, Steiermark/Austria",
+	language = "english",
+	isbn = "978-953-184-152-8",
+	keywords = "Concurrent Multipath Transfer, Congestion Control, Resource Sharing, Dissimilar Paths, Performance Analysis",
+	abstract = "{Due to the resilience requirements of a steadily growing number of critical Internet services (like emergency call handling or e-commerce transactions), the deployment of multi-homed network sites becomes more and more common. Having multiple Internet access paths, it seems straightforward to utilise them simultaneously in order to improve payload throughput by so-called Concurrent Multipath Transfer~(CMT). Currently, CMT extensions for the two important Internet Transport Layer protocols -- Multipath-TCP~(MPTCP) for TCP and CMT-SCTP for SCTP -- are in the focus of IETF standardisation. A challenge -- which is currently very actively discussed in the IETF context -- is congestion control for these CMT protocols.
+Based on the idea of Resource Pooling~(RP), two approaches are currently discussed in the IETF: our own approach CMT/RP for CMT-SCTP as well as the MPTCP congestion control for MPTCP. Both approaches only have been roughly tested yet -- mostly in similar path setups, i.e.\ paths having almost the same QoS characteristics, using "their" protocol. Therefore, the goal of this paper is to compare the existing approaches. Particularly, we also analyse more challenging scenarios containing dissimilar paths, i.e.\ paths having differing characteristics. Our goal is to provide insight into the different approaches, to support the IETF standardisation activities on CMT.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ConTEL2011.pdf",
+	url.size = "6653265",
+	url.md5 = "aaf983738968d60f58a9abafc54d4344",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:24 CEST"
+}
+
+@InProceedings{ euroview2011,
+	author = "Michael Kleis and Abbas Siddiqui and Irfan Simsek and Martin Becke and Dirk Hoffstadt and Alexander Marold and Christian Henke and Julius Müller and Cristian Varas and Thomas Magedanz and Paul Müller and Erwin Paul Rathgeb",
+	title = "{Cross-Layer Security and Functional Composition for a Future Internet}",
+	booktitle = "{Proceedings of the Joint ITG and Euro-NF Workshop on Visions of Future Generation Networks~(EuroView2011)}",
+	numpages = "2",
+	day = "2",
+	month = aug,
+	year = "2011",
+	address = "Würzburg, Bayern/Germany",
+	language = "english",
+	note = "Demo Presentation at the G-Lab Status Meeting",
+	url = "https://web.archive.org/web/20231223022714/http://www.euroview2011.com/fileadmin/content/euroview2011/abstracts/abstract_kleis.pdf",
+	url.size = "399717",
+	url.md5 = "396c723405c7931bd3f656a43405ef14",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2025-03-03 19:28:54 CET",
+	url.keywords = "TODO"
+}
+
+@InProceedings{ SoftCOM2011,
+	author = "Thomas Dreibholz and Martin Becke and Hakim Adhari and Erwin Paul Rathgeb",
+	title = "{Evaluation of A New Multipath Congestion Control Scheme using the NetPerfMeter Tool-Chain}",
+	booktitle = "{Proceedings of the 19th IEEE International Conference on Software, Telecommunications and Computer Networks~(SoftCOM)}",
+	pages = "1--6",
+	numpages = "6",
+	day = "16",
+	month = sep,
+	year = "2011",
+	address = "Hvar, Dalmacija/Croatia",
+	language = "english",
+	isbn = "978-953-290-027-9",
+	keywords = "NetPerfMeter Tool-Chain, Concurrent Multipath Transfer, Congestion Control, Dissimilar Paths, Performance Analysis",
+	abstract = "{Multi-homed Internet sites become more and more widespread, due to the rising dispersal of inexpensive Internet access technologies combined with the growing deployment of resilience-critical applications. Concurrent Multipath Transfer~(CMT) denotes the Transport Layer approach to utilise multiple network paths simultaneously, in order to improve application payload throughput. Currently, CMT is a quite hot topic in the IETF -- in form of the Multipath~TCP~(MPTCP) and CMT-SCTP protocol extensions for TCP and SCTP. However, an important issue is still not fully solved: multipath congestion control.
+In order to support the IETF activities, we have set up a distributed Internet testbed for CMT evaluation. An important tool -- which we have developed for multi-protocol Transport Layer performance analysis -- is the Open Source
+NetPerfMeter tool-chain. It supports the parametrisation and processing of measurement runs as well as results collection, post-processing and plotting. However, its key feature is to support multiple Transport Layer protocols, which makes a quantitative comparison of different protocols -- including state-of-the-art features like CMT -- possible. In this paper, we first introduce
+NetPerfMeter and then show a proof-of-concept performance evaluation of CMT congestion controls which are currently discussed in the IETF standardisation process of CMT-SCTP.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SoftCOM2011.pdf",
+	url.size = "367773",
+	url.md5 = "23b808c6caa72f0cfb5213d8b6cf7b31",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:25 CEST"
+}
+
+@Misc{ Darmstadt2011,
+	author = "Thomas Dreibholz",
+	title = "{Multipath-Transfer mit dem Stream Control Transmission Protocol}",
+	howpublished = "Invited Talk at Technische Universität Darmstadt, Multimedia Communications Lab",
+	numpages = "24",
+	day = "16",
+	month = nov,
+	year = "2011",
+	address = "Darmstadt, Hessen/Germany",
+	language = "english",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Darmstadt2011.pdf",
+	url.size = "2145896",
+	url.md5 = "438d0b3f6caab7b168c16a24eba97306",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 540 pts",
+	url.checked = "2014-04-02 17:08:25 CEST",
+	url.keywords = "SCTP"
+}
+
+@InProceedings{ NOMS2012,
+	author = "Martin Becke and Thomas Dreibholz and Hakim Adhari and Erwin Paul Rathgeb",
+	title = "{A Future Internet Architecture supporting Multipath Communication Networks}",
+	booktitle = "{Proceedings of the 13th IEEE/IFIP Network Operations and Management Symposium~(NOMS)}",
+	pages = "639--642",
+	numpages = "4",
+	day = "19",
+	month = apr,
+	year = "2012",
+	address = "Maui, Hawaii/U.S.A.",
+	language = "english",
+	isbn = "978-1-4673-0268-5",
+	doi = "10.1109/NOMS.2012.6211975",
+	keywords = "Future Internet, Multipath Communications, Encapsulated Responsibility-Centric Architecture Model~(ERiCA), Responsibilities, Decision Domains",
+	abstract = "{The classic layered OSI reference model has reached its limits for the Internet of today. In this paper, we propose a clean-slate conceptual design of a new architecture as a contribution to the ongoing discussion on the Future Internet. We address the shortcomings of the layered model by redesigning the classical model. Our approach differs from the concepts found in prior work, which focus on special parts of the problems (such as the application, the service or the event) by staggering back a couple of steps and trying to see the requirements from a different perspective. Our concept -- which is denoted as Encapsulated Responsibility-Centric Architecture Model~(ERiCA) -- focuses on determining the responsibilities by using different planes in addition to a partitioning of the network into different decision domains. With this partitioning, we can reduce the complexity of providing a certain service.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NOMS2012.pdf",
+	url.size = "760254",
+	url.md5 = "0d471bef76ec8ae66b71f28e254deb82",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:25 CEST"
+}
+
+@InProceedings{ PAMS2012,
+	author = "Thomas Dreibholz and Hakim Adhari and Martin Becke and Erwin Paul Rathgeb",
+	title = "{Simulation and Experimental Evaluation of Multipath Congestion Control Strategies}",
+	booktitle = "{Proceedings of the 2nd International Workshop on Protocols and Applications with Multi-Homing Support~(PAMS)}",
+	numpages = "6",
+	day = "29",
+	month = mar,
+	year = "2012",
+	address = "Fukuoka/Japan",
+	language = "english",
+	isbn = "978-0-7695-4652-0",
+	doi = "10.1109/WAINA.2012.186",
+	keywords = "Multipath Transfer, Congestion Control, Performance Analysis, Simulation, Measurement",
+	abstract = "{The need for service resilience is leading to a steadily growing number of multi-homed Internet sites. In consequence, this results in a growing demand for utilising multiple Internet accesses simultaneously, in order to improve application payload throughput during normal operation. Multi-path Transport Layer protocol extensions -- like Multi-Path~TCP~(MPTCP) for TCP and Concurrent Multipath Transfer for SCTP~(CMT-SCTP) -- allow applications to make use of such network topologies.
+However, since TCP -- which constitutes the basis of most Internet applications -- and its congestion control procedures have been designed under the assumption of single-homed sites, fairness issues may arise by the usage of multipath transport. These issues are addressed by advanced congestion control approaches, which have already been examined by simulations. However, real-life network measurements are missing. In this paper, we perform an experimental proof-of-concept evaluation of several multipath congestion control strategies, which are currently under discussion within the IETF in the context of MPTCP as well as CMT-SCTP. Particularly, we validate effects that have been observed in simulations, in order to trigger further discussions on multipath congestion control. Also, our goal is to provide insight into the different approaches to support the ongoing IETF standardisation activities on multipath transport protocols.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2012.pdf",
+	url.size = "412422",
+	url.md5 = "9f0ed4e466615996b4e65ccb10ec3c7d",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:25 CEST"
+}
+
+@InProceedings{ ICC2012,
+	author = "Martin Becke and Thomas Dreibholz and Hakim Adhari and Erwin Paul Rathgeb",
+	title = "{On the Fairness of Transport Protocols in a Multi-Path Environment}",
+	booktitle = "{Proceedings of the IEEE International Conference on Communications~(ICC)}",
+	pages = "2666--2672",
+	numpages = "7",
+	day = "12",
+	month = jun,
+	year = "2012",
+	address = "Ottawa, Ontario/Canada",
+	language = "english",
+	isbn = "978-1-4577-2052-9",
+	doi = "10.1109/ICC.2012.6363695",
+	keywords = "Multi-Homing, Multi-Path Transfer, Fairness, Congestion Control, Future Internet",
+	abstract = "{Today, a steadily growing number of devices contains multiple network interfaces. For example, nearly all smartphones are equipped with at least W-LAN as well as 3G/4G~interfaces. In consequence, there is a rising demand for so-called multi-path transfer, which utilizes all of these interfaces simultaneously in order to maximize the payload throughput of applications. Currently, this so-called multi-path transfer is very actively discussed by the IETF, in form of the Multi-Path TCP~(MPTCP) extension for TCP as well as the Concurrent Multi-path Transfer extension for SCTP~(CMT-SCTP). Their larger-scale deployment in the Internet is expected for the near future.
+A key issue that prevents the standardization of these approaches is the fairness to concurrent TCP flows. A multi-path transfer should behave "TCP-friendly", i.e.\ cause no harm to the performance of the very widely deployed TCP-based applications. In this paper, we first extend the notion of "fairness" from single-path transport to multi-path transport. Furthermore, we introduce the relevant congestion control approaches in the IETF context for single-path as well as multi-path transfer. We simulatively analyze these approaches in a couple of interesting network configuration scenarios, in order to show their behavior with special regard to the fairness definitions. Particularly, we also point out items of further discussion which are the result of the current approaches.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICC2012.pdf",
+	url.size = "2016722",
+	url.md5 = "88ea6b1a3bfc82f23629900ac4a9f6b7",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:25 CEST"
+}
+
+@InProceedings{ EuroView2012-HomerDemo,
+	author = "Thomas Volkert and Florian Liers and Martin Becke and Hakim Adhari",
+	title = "{Requirements-Oriented Path Selection for Multipath Transmission}",
+	booktitle = "{Proceedings of the Joint ITG and Euro-NF Workshop on Visions of Future Generation Networks~(EuroView)}",
+	numpages = "2",
+	day = "23",
+	month = jul,
+	year = "2012",
+	address = "Würzburg, Bayern/Germany",
+	language = "english",
+	url = "https://web.archive.org/web/20240413144124/http://www.euroview2012.org/fileadmin/content/euroview2012/abstracts/07_01_abstract_volkert.pdf",
+	url.size = "469118",
+	url.md5 = "c406d3ee66aa547a60e10988dd8299b7",
+	url.mime = "application/pdf",
+	url.pagesize = "595.22 x 842 pts (A4)",
+	url.checked = "2025-03-03 19:34:41 CET"
+}
+
+@TechReport{ RspSim2012,
+	author = "Thomas Dreibholz and Martin Becke and Hakim Adhari and Erwin Paul Rathgeb",
+	title = "{RspSim -- A Simulation Model of the Reliable Server Pooling Framework}",
+	type = "OMNeT++ Code Contribution",
+	numpages = "2",
+	day = "6",
+	month = feb,
+	year = "2012",
+	institution = "University of Duisburg-Essen, Institute for Experimental Mathematics",
+	language = "english",
+	keywords = "Reliable Server Pooling, Simulation, Evaluation, Model, Cloud Computing",
+	abstract = "{This code contribution paper provides an overview of the RSPSIM model, which is a simulation model for the Reliable Server Pooling~(RSerPool) framework. RSerPool denotes an IETF standard for the management of server pools and sessions with these pools. Such mechanisms are also crucial in the context of cloud computing research.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RspSim2012.pdf",
+	url.size = "231006",
+	url.md5 = "d515de6b0f138484c8e7709af8293735",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:25 CEST"
+}
+
+@TechReport{ SCTPSim2012,
+	author = "Thomas Dreibholz and Martin Becke and Hakim Adhari and Erwin Paul Rathgeb and Irene Rüngeler and Robin Seggelmann and Michael Tüxen",
+	title = "{Improvements to the SCTP Environment in the INET Framework}",
+	type = "OMNeT++ Code Contribution",
+	numpages = "2",
+	day = "6",
+	month = feb,
+	year = "2012",
+	institution = "University of Duisburg-Essen, Institute for Experimental Mathematics",
+	language = "english",
+	keywords = "Stream Control Transmission Protocol~(SCTP), SCTP Extensions, Simulation, Multi-Homing, Auto-Routing",
+	abstract = "{This code contribution paper provides an overview of the enhancements to the Stream Control Transmission Protocol~(SCTP) environment of the INET Framework. Besides a highly improved SCTP core protocol, a couple of SCTP extensions -- being either already standardized or currently under discussion in the IETF -- have been realized. Furthermore, extended test applications and an auto-routing module with multi-homing support have been added. These enhancements make state-of-the-art SCTP simulation scenarios possible.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SCTPSim2012.pdf",
+	url.size = "895384",
+	url.md5 = "ae78a4d0bda04dc875c7262cd285434c",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:25 CEST"
+}
+
+@TechReport{ NetPerfMeterSim2012,
+	author = "Thomas Dreibholz and Hakim Adhari and Martin Becke and Erwin Paul Rathgeb",
+	title = "{NetPerfMeter -- A Versatile Tool for Multi-Protocol Network Performance Evaluations}",
+	type = "OMNeT++ Code Contribution",
+	numpages = "3",
+	day = "8",
+	month = feb,
+	year = "2012",
+	institution = "University of Duisburg-Essen, Institute for Experimental Mathematics",
+	language = "english",
+	keywords = "Application Model, NetPerfMeter, Performance Evaluation, Multipath Transfer",
+	abstract = "{Transport Layer protocols supporting multipath transfer, i.e.\ to simultaneously utilise multiple Network Layer paths, are actively discussed in the IETF -- particularly in the context of Multi-Path~TCP~(MPTCP) and Concurrent Multipath Transfer for SCTP~(CMT-SCTP). Congestion control for such protocols is an important research topic.
+In this code contribution paper, we introduce our application model NetPerfMeter. NetPerfMeter has been developed for performance evaluations of different transport protocols, like for the Linux/FreeBSD performance metering application NetPerfMeter.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NetPerfMeterSim2012.pdf",
+	url.size = "341735",
+	url.md5 = "dc5a70671636b3367df1a2878f6081fd",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2014-04-02 17:08:25 CEST"
+}
+
+@Misc{ Karlstad2012,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Project -- A Research Testbed for Multi-Homed Systems}",
+	howpublished = "Invited Talk at Karlstads Universitet",
+	numpages = "28",
+	day = "2",
+	month = nov,
+	year = "2012",
+	address = "Karlstad, Värmland/Sweden",
+	language = "english",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1580.pdf",
+	url.size = "38312209",
+	url.md5 = "7763b43963c32f78d4c99873855556ec",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 12:53:54 CEST",
+	url.keywords = "NorNet, NorNet Edge, NorNet Core, Testbed, Overview"
+}
+
+@Misc{ Stavanger2012,
+	author = "Thomas Dreibholz",
+	title = "{An Introduction to NorNet Core for the Site Deployment at Universitetet i Stavanger}",
+	howpublished = "Invited Talk at Universitetet i Stavanger~(UiS)",
+	numpages = "26",
+	day = "27",
+	month = nov,
+	year = "2012",
+	address = "Stavanger, Rogaland/Norway",
+	language = "english",
+	abstract = "{This invited talk at Universitetet i Stavanger gives an overview of the NorNet project, with particular focus on NorNet Core. It has been presented as part of the NorNet Core deployment visit.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1626.pdf",
+	url.size = "22093513",
+	url.md5 = "d53c0d9ac7012586e3f4accba4b61ab7",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 12:55:04 CEST",
+	url.keywords = "NorNet, NorNet Edge, NorNet Core, Testbed, Overview"
+}
+
+@InProceedings{ PAMS2013-EssenIlmenau,
+	author = "Thomas Volkert and Martin Becke and Manuel Osdoba and Andreas Mitschele-Thiel",
+	title = "{Multipath Video Streaming based on Hierarchical Routing Management}",
+	booktitle = "{Proceedings of the 3nd International Workshop on Protocols and Applications with Multi-Homing Support~(PAMS)}",
+	pages = "1107--1112",
+	numpages = "6",
+	day = "27",
+	month = mar,
+	year = "2013",
+	address = "Barcelona, Catalonia/Spain",
+	language = "english",
+	isbn = "978-0-7695-4952-1",
+	doi = "10.1109/WAINA.2013.161",
+	url = "https://web.archive.org/web/20210210145830/http://www.homer-conferencing.com/public/MP_HRM.pdf",
+	url.size = "1178938",
+	url.md5 = "c735f2c12177da55acaf1d1b40b744c5",
+	url.mime = "application/pdf",
+	url.pagesize = "595.44 x 841.68 pts",
+	url.checked = "2014-04-02 17:08:38 CEST"
+}
+
+@InProceedings{ PAMS2013-NorNet,
+	author = "Thomas Dreibholz and Ernst Gunnar Gran",
+	title = "{Design and Implementation of the NorNet Core Research Testbed for Multi-Homed Systems}",
+	booktitle = "{Proceedings of the 3nd International Workshop on Protocols and Applications with Multi-Homing Support~(PAMS)}",
+	pages = "1094--1100",
+	numpages = "7",
+	day = "27",
+	month = mar,
+	year = "2013",
+	address = "Barcelona, Catalonia/Spain",
+	language = "english",
+	isbn = "978-0-7695-4952-1",
+	doi = "10.1109/WAINA.2013.71",
+	keywords = "NorNet, Testbed, Multi-Homing, Design, Implementation",
+	abstract = "{The Internet has made it possible to communicate and to use services over large geographical distances. While it has originally been built for less critical services like e-mail and file transfer, it is nowadays also increasingly often used for availability-critical services like e.g.\ e-commerce or healthcare. Clearly, the reachability of such services must be ensured by so-called multi-homing of endpoints. That is, endpoints are simultaneously connected to multiple Internet Service Providers~(ISP) to provide redundancy. If one ISP has problems, it is intended that the connection to another one still works. However, such assumptions have never been verified in real, large-scale setups.
+The intention of the NorNet project is to build up a realistic Internet testbed for multi-homing. In this paper, we describe the design of NorNet with focus on the implementation of its fixed-line part: NorNet Core. This paper is intended to give researchers an overview of its mode of operation, its capabilities as well as its interesting feature realisations. The knowledge about these items is very useful to plan own experiments in the NorNet testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/threfereedinproceedingsreference.2012-12-20.7643198512.pdf",
+	url.size = "20563001",
+	url.md5 = "6560234f120c9c1e0166928b1c13e400",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:59:21 CEST"
+}
+
+@InProceedings{ ICCCT2013-Homer,
+	author = "Thomas Volkert and Martin Becke and Manuel Osdoba and Andreas Mitschele-Thiel",
+	title = "{Homer Conferencing -- A Multimedia Test Bed for Various Experiments and Measurements}",
+	booktitle = "{Proceedings of the 7th International Conference on Computing and Convergence Technology~(ICCCT)}",
+	numpages = "6",
+	month = dec,
+	year = "2012",
+	address = "Seoul/South Korea",
+	language = "english",
+	url = "https://web.archive.org/web/20210525124457/http://www.homer-conferencing.com/public/Homer_Conferencing.pdf",
+	url.size = "761641",
+	url.md5 = "ebdea12d861145e9c6e50b13a4d3b0b9",
+	url.mime = "application/pdf",
+	url.pagesize = "595.22 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:08:42 CEST",
+	url.keywords = "conferencing, case study, QoS, transmission requirements, multimedia streaming, peer-to-peer, Future Internet"
+}
+
+@Misc{ Geilo2013-NorNetCore,
+	author = "Thomas Dreibholz",
+	title = "{An Overview of NorNet Core}",
+	howpublished = "Invited Talk at the Geilo Siminar of the Simula Research Laboratory, Network Systems Group",
+	numpages = "19",
+	day = "9",
+	month = mar,
+	year = "2013",
+	address = "Geilo, Buskerud/Norway",
+	language = "english",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1948.pdf",
+	url.size = "19501529",
+	url.md5 = "f18d7d4adda2c7dde085570f60b56d49",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:00:11 CEST",
+	url.keywords = "NorNet, NorNet Core, Testbed, Overview"
+}
+
+@Misc{ Narvik2013,
+	author = "Thomas Dreibholz",
+	title = "{An Introduction to NorNet for the Site Deployment at Høgskolen i Narvik}",
+	howpublished = "Invited Talk at Høgskolen i Narvik~(HiN)",
+	numpages = "26",
+	day = "12",
+	month = mar,
+	year = "2013",
+	address = "Narvik, Nordland/Norway",
+	language = "english",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1950.pdf",
+	url.size = "21954435",
+	url.md5 = "cd9f90c43fe2be66e12153d9bf38e460",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:00:58 CEST",
+	url.keywords = "NorNet, NorNet Edge, NorNet Core, Testbed, Overview"
+}
+
+@InProceedings{ EWNS2013-NorNet,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Project: A Research Platform for Robust and Secure Networks}",
+	booktitle = "{Proceedings of the Essener Workshop zur Netzsicherheit~(EWNS)}",
+	numpages = "2",
+	day = "8",
+	month = apr,
+	year = "2013",
+	address = "Essen, Nordrhein-Westfalen/Germany",
+	language = "english",
+	keywords = "NorNet, Testbed, Multi-Homing, Setup, Research",
+	abstract = "{This talk gives an overview of the NorNet project, the new Internet testbed for multi-homed systems, and its research objectives.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1968.pdf",
+	url.size = "7479098",
+	url.md5 = "3855ef4890e243dd180cc9f8abd745f6",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 13:01:54 CEST"
+}
+
+@Misc{ Trondheim2013,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Project -- An Introduction to NorNet for the Site Deployment at NTNU Trondheim}",
+	howpublished = "Invited Talk at Norges teknisk-naturvitenskapelige universitet~(NTNU)",
+	numpages = "25",
+	day = "12",
+	month = apr,
+	year = "2013",
+	address = "Trondheim, Sør-Trøndelag/Norway",
+	language = "english",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1974.pdf",
+	url.size = "22225739",
+	url.md5 = "b1c9b13724c18bee7f0d2db3fdee7243",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:02:23 CEST",
+	url.keywords = "NorNet, NorNet Edge, NorNet Core, Testbed, Overview"
+}
+
+@Misc{ HiOA2013,
+	author = "Thomas Dreibholz",
+	title = "{An Overview of the NorNet Testbed for Multi-Homed Systems}",
+	howpublished = "Invited Talk at Høgskolen i Oslo og Akershus~(HiOA)",
+	numpages = "25",
+	day = "18",
+	month = apr,
+	year = "2013",
+	address = "Oslo/Norway",
+	language = "english",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1984.pdf",
+	url.size = "22276936",
+	url.md5 = "f3351ae0edda4c0e4f2efe0bdf8c4ada",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:03:05 CEST",
+	url.keywords = "NorNet, NorNet Edge, NorNet Core, Testbed, Overview"
+}
+
+@Article{ rtcwebBecke,
+	author = "Martin Becke and Erwin Paul Rathgeb and Sebastian Werner and Irene Rüngeler and Michael Tüxen and Randall~R. Stewart",
+	title = "{Data Channel Considerations for RTCWeb}",
+	journal = "{IEEE Communications Magazine}",
+	volume = "51",
+	number = "4",
+	pages = "34--41",
+	numpages = "8",
+	month = apr,
+	year = "2013",
+	issn = "0163-6804",
+	doi = "10.1109/MCOM.2013.6495758"
+}
+
+@InProceedings{ ConTEL2013,
+	author = "Martin Becke and Thomas Dreibholz and Andreas Bayer and Markus Packeiser and Erwin Paul Rathgeb",
+	title = "{Alternative Transmission Strategies for Multipath Transport of Multimedia Streams over Wireless Networks}",
+	booktitle = "{Proceedings of the 12th IEEE International Conference on Telecommunications~(ConTEL)}",
+	pages = "147--153",
+	numpages = "7",
+	day = "26",
+	month = jun,
+	year = "2013",
+	address = "Zagreb, Središnja Hrvatska/Croatia",
+	language = "english",
+	isbn = "978-953-184-175-7",
+	keywords = "Multi-Path Transfer, Multimedia Transport, Scheduling Strategies, Real-Time, Wireless",
+	abstract = "{With the strongly growing popularity of mobile devices like smartphones and tablet computers, the number of end-systems with more than one network access -- like UMTS/LTE and WLAN -- is also increasing. This so-called multi-homing also leads to the desire of utilising multiple network paths simultaneously, in order to improve application payload throughput. Clearly, this so-called multi-path transfer feature is also very useful for the transport of multimedia contents, particularly when a single network access alone is not fast enough to fulfil the bandwidth requirements of the application.
+In many cases, multimedia transport is also sensitive for delays and packet losses. However, the focus of the current multi-path transfer approaches has been on bandwidth only. In order to tackle this challenge, our paper introduces two new send strategies to map payload data to different wireless paths. Finally, by using measurements, we show that a significant performance improvement for delay and loss-sensitive applications can be achieved in comparison to the existing approaches.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2000.pdf",
+	url.size = "810133",
+	url.md5 = "b6125ad32798a84b2be4a349000fc1c3",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:24:43 CEST"
+}
+
+@InProceedings{ Louvain2013,
+	author = "Thomas Dreibholz and Simone Ferlin",
+	title = "{The NorNet Research Testbed}",
+	howpublished = "Talk",
+	booktitle = "{Proceedings of the CHANGE Bootcamp Workshop}",
+	numpages = "8",
+	day = "17",
+	month = jul,
+	year = "2013",
+	address = "Louvain-la-Neuve/Belgium",
+	language = "english",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2046.pdf",
+	url.size = "12302859",
+	url.md5 = "d6ee4ec1a6e0f3b30afbe4ac8e24aeac",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:03:06 CEST",
+	url.keywords = "NorNet, NorNet Edge, NorNet Core, Testbed, Overview"
+}
+
+@InProceedings{ IETF87,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Testbed: A Platform for Evaluating Multi-Path Transport in the Real-World Internet}",
+	booktitle = "{Proceedings of the 87th IETF Meeting}",
+	numpages = "9",
+	day = "30",
+	month = jul,
+	year = "2013",
+	address = "Berlin/Germany",
+	language = "english",
+	url = "https://www.ietf.org/proceedings/87/slides/slides-87-mptcp-4.pdf",
+	url.size = "13660679",
+	url.md5 = "60e2a88f7784a2ad5e95af77b4eac809",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2014-12-12 18:14:11 CET",
+	url.keywords = "NorNet, NorNet Edge, NorNet Core, Testbed, Overview"
+}
+
+@Misc{ TKNBerlin2013,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Project – A Research Testbed for Multi-Path Transport}",
+	howpublished = "Invited Talk at Technische Universität Berlin, Department of Telecommunication Networks",
+	numpages = "26",
+	day = "1",
+	month = aug,
+	year = "2013",
+	address = "Berlin/Germany",
+	language = "english",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2056.pdf",
+	url.size = "24217257",
+	url.md5 = "2bdae2c9c4ee1ac2671d3730497f0e99",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:03:30 CEST",
+	url.keywords = "NorNet, NorNet Edge, NorNet Core, Testbed, Overview"
+}
+
+@Article{ ComEngApps2013,
+	author = "Fa Fu and Zhou Xing and Yang Xiong and Hakim Adhari and Erwin Paul Rathgeb",
+	title = "{Performance Analysis of MPTCP and CMT-SCTP Multi-Path Transport Protocols}",
+	journal = "{Computer Engineering and Applications}",
+	volume = "49",
+	number = "21",
+	pages = "79--82",
+	numpages = "4",
+	day = "30",
+	month = oct,
+	year = "2013",
+	language = "english",
+	content-language = "chinese",
+	abstract = "{Achieving multipath transport by terminal’s multi-homed characteristics is a hot topic of Internet protocol application. MPTCP and CMT-SCTP are both more mature and key protocols for multipath transmission, but there is still a lot of performance analysis needed before large-scale application. This paper presents the behaviors of MPTCP and CMT-SCTP multipath transmission and compares the difference between both protocols on the local test-bed environment. Results show that both MPTCP and CMT-SCTP protocols can significantly increase throughput. Meanwhile the scheduling strategy for transmission is still not perfect and needs further improvement.}",
+	url = "https://web.archive.org/web/20160427132028/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&id=31123",
+	url.size = "541090",
+	url.md5 = "970ac5fc15743380fa13597889a3b260",
+	url.mime = "application/pdf",
+	url.pagesize = "629.291 x 875.905 pts",
+	url.checked = "2016-04-27 15:27:52 CEST"
+}
+
+@InProceedings{ Globecom2013,
+	author = "Martin Becke and Hakim Adhari and Erwin Paul Rathgeb and Fa Fu and Xiong Yang and Xing Zhou",
+	title = "{Comparison of Multipath TCP and CMT-SCTP based on Intercontinental Measurements}",
+	booktitle = "{Proceedings of the IEEE Global Communications Conference~(GLOBECOM)}",
+	numpages = "7",
+	day = "10",
+	month = dec,
+	year = "2013",
+	address = "Atlanta, Georgia/U.S.A.",
+	language = "english",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/GLOBECOM2013.pdf",
+	url.size = "945184",
+	url.md5 = "3ec5e6570e51f537cbbf2934b32d16d6",
+	url.mime = "application/pdf",
+	url.pagesize = "595 x 842 pts (A4)",
+	url.checked = "2014-04-02 17:09:17 CEST"
+}
+
+@InProceedings{ NNUW1-Adhari-CC,
+	author = "Hakim Adhari",
+	title = "{Practical Experiences with an Inter-Continental Testbed for Multi-Path Transport}",
+	booktitle = "{Proceedings of the 1st International NorNet Users Workshop~(NNUW-1)}",
+	numpages = "19",
+	day = "18",
+	month = sep,
+	year = "2013",
+	address = "Fornebu, Akershus/Norway",
+	language = "english",
+	url = "https://web.archive.org/web/20141127040341/https://www.simula.no/publications/Simula.simula.2144/simula_pdf_file",
+	url.size = "708430",
+	url.md5 = "fade751a291d1ffb6b0ae36443cf64f1",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 540 pts",
+	url.checked = "2025-03-03 19:34:42 CET",
+	url.keywords = "Thema"
+}
+
+@InProceedings{ zdn2013simsek,
+	author = "Irfan Simsek",
+	title = "{Blind Packet Forwarding}",
+	booktitle = "{12.\ ITG-Fachtagung Zukunft der Netze -- Application-Driven Networking}",
+	numpages = "20",
+	day = "20",
+	month = sep,
+	year = "2013",
+	address = "Osnabrück/Germany",
+	url = "https://web.archive.org/web/20230521195156/http://www.vde-itg-kommunikationsnetze.de/images/stories/Fachtagungen/zdn2013/vortraege/zdn2013_simsek.pdf",
+	url.size = "897691",
+	url.md5 = "186316e1b583587f40979f4b255d9297",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 540 pts",
+	url.checked = "2014-04-02 17:09:18 CEST",
+	url.keywords = "Thema"
+}
+
+@InProceedings{ NNUW1-Rathgeb-Security,
+	author = "Erwin Paul Rathgeb",
+	title = "{Distributed Detection of VoIP Fraud and Misuse – Tools and First Results}",
+	booktitle = "{Proceedings of the 1st International NorNet Users Workshop~(NNUW-1)}",
+	numpages = "31",
+	day = "18",
+	month = sep,
+	year = "2013",
+	address = "Fornebu, Akershus/Norway",
+	language = "english",
+	url = "https://web.archive.org/web/20141127040313/https://www.simula.no/publications/Simula.simula.2142/simula_pdf_file",
+	url.size = "2138751",
+	url.md5 = "41f5d972dd7a65bcaa0affa40e821017",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 540 pts",
+	url.checked = "2025-03-03 19:34:44 CET",
+	url.keywords = "Thema"
+}
+
+@InProceedings{ NNUW1-Dreibholz-NorNetCore-Introduction,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Core Testbed – Introduction and Status}",
+	booktitle = "{Proceedings of the 1st International NorNet Users Workshop~(NNUW-1)}",
+	numpages = "29",
+	day = "18",
+	month = sep,
+	year = "2013",
+	address = "Fornebu, Akershus/Norway",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Introduction",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2124.pdf",
+	url.size = "8599639",
+	url.md5 = "5c700705b018d485706b49a66b9d1a0c",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:57:29 CEST",
+	url.keywords = "NorNet, NorNet Core, Testbed, Introduction, Status"
+}
+
+@InProceedings{ NNUW1-Dreibholz-NorNetCore-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Core Testbed – An Experiment Tutorial}",
+	booktitle = "{Proceedings of the 1st International NorNet Users Workshop~(NNUW-1)}",
+	numpages = "25",
+	day = "19",
+	month = sep,
+	year = "2013",
+	address = "Fornebu, Akershus/Norway",
+	language = "english",
+	abstract = "{This tutorial provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2130.pdf",
+	url.size = "4560635",
+	url.md5 = "f67a3e0e340f676c96c4486cf5308000",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:06:14 CEST",
+	url.keywords = "NorNet, NorNet Core, Testbed, Introduction, Status"
+}
+
+@InProceedings{ simsekBPF,
+	author = "Irfan Simsek and Martin Becke and Yves Igor Jerschow and Erwin Paul Rathgeb",
+	title = "{A Clean-Slate Security Vision for Future Networks}",
+	booktitle = "{Proceedings of the IEEE International Conference on Network of the Future~({NoF})}",
+	numpages = "5",
+	month = oct,
+	year = "2013",
+	address = "Pohang/South Korea",
+	url = "https://web.archive.org/web/20240427155505/https://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Clean-Slate_Security_Vision_for_Future_Networks.pdf",
+	url.size = "490802",
+	url.md5 = "833db7bcd58b87cc687fc73d538daae6",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2025-03-03 19:34:45 CET"
+}
+
+@Article{ ComNets2013-Core,
+	author = "Ernst Gunnar Gran and Thomas Dreibholz and Amund Kvalbein",
+	title = "{NorNet Core -- A Multi-Homed Research Testbed}",
+	journal = "{Computer Networks, Special Issue on Future Internet Testbeds}",
+	volume = "61",
+	pages = "75--87",
+	numpages = "13",
+	day = "14",
+	month = mar,
+	year = "2014",
+	language = "english",
+	issn = "1389-1286",
+	doi = "10.1016/j.bjp.2013.12.035",
+	keywords = "NorNet Core, Testbed, Multi-Homing, Routing, Transport, Applications",
+	abstract = "{Over the last decade, the Internet has grown at a tremendous speed in both size and complexity. Nowadays, a large number of important services -- for instance e-commerce, healthcare and many others -- depend on the availability of the underlying network. Clearly, service interruptions due to network problems may have a severe impact. On the long way towards the Future Internet, the complexity will grow even further. Therefore, new ideas and concepts must be evaluated thoroughly, and particularly in realistic, real-world Internet scenarios, before they can be deployed for production networks. For this purpose, various testbeds -- for instance PlanetLab, GpENI or G-Lab -- have been established and are intensively used for research. However, all of these testbeds lack the support for so-called multi-homing.
+Multi-homing denotes the connection of a site to multiple Internet service providers, in order to achieve redundancy. Clearly, with the need for network availability, there is a steadily growing demand for multi-homing. The idea of the NorNet Core project is to establish a Future Internet research testbed with multi-homed sites, in order to allow researchers to perform experiments with multi-homed systems. Particular use cases for this testbed include realistic experiments in the areas of multi-path routing, load balancing, multi-path transport protocols, overlay networks and network resilience. In this paper, we introduce the NorNet Core testbed as well as its architecture.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2236.pdf",
+	url.size = "1492106",
+	url.md5 = "2a2237f3e955ca8fb1b768b8a30ba7fe",
+	url.mime = "application/pdf",
+	url.pagesize = "544.252 x 742.677 pts",
+	url.checked = "2024-06-30 13:07:27 CEST"
+}
+
+@InProceedings{ PAMS2014-NorNetEdge,
+	author = "Simone Ferlin and Thomas Dreibholz and Özgü Alay and Amund Kvalbein",
+	title = "{Measuring the QoS Characteristics of Operational 3G Mobile Broadband Networks}",
+	booktitle = "{Proceedings of the 4th International Workshop on Protocols and Applications with Multi-Homing Support~(PAMS)}",
+	pages = "753--758",
+	numpages = "6",
+	day = "16",
+	month = may,
+	year = "2014",
+	address = "Victoria, British Columbia/Canada",
+	language = "english",
+	isbn = "978-1-4799-2652-7",
+	doi = "10.1109/WAINA.2014.123",
+	keywords = "Multi-Path Transport, Mobile Broadband Networks, Performance, Measurements, Quality of Service",
+	abstract = "{Today, many smart phones and tablets have multiple interfaces (i.e.\ WLAN and 3G). These multiple interfaces can be utilized simultaneously by a multi-path transport protocol to provide bandwidth aggregation or reliability. However, in order to design efficient multi-path scheduling and congestion control strategies, it is crucial to understand the behaviour and properties of the underlying paths first. WLAN links have already been studied extensively in the literature. Therefore, in this paper, we focus on Mobile Broadband~(MBB) networks that are in use today. We utilized
+NorNet Edge nodes that are connected to up to five different 3G ISPs (UMTS and CDMA2000), hence, providing a realistic view on the QoS characteristics that are experienced by end-users of these MBB networks. We present QoS characteristics (e.g.\ bandwidth, delay and loss) and discuss our observations. Our results shed light on what a multi-path transport endpoint has to expect -- and to efficiently cope with -- when using today's MBB networks as transport paths.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2516.pdf",
+	url.size = "1560162",
+	url.md5 = "829e385c146f959a11e21b9e0f816091",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 13:07:47 CEST"
+}
+
+@InProceedings{ PAMS2014-LEDBAT,
+	author = "Hakim Adhari and Sebastian Werner and Thomas Dreibholz and Erwin Paul Rathgeb",
+	title = "{LEDBAT-MP -- On the Application of Lower-than-Best-Effort for Concurrent Multipath Transfer}",
+	booktitle = "{Proceedings of the 4th International Workshop on Protocols and Applications with Multi-Homing Support~(PAMS)}",
+	numpages = "7",
+	day = "16",
+	month = may,
+	year = "2014",
+	address = "Victoria, British Columbia/Canada",
+	language = "english",
+	isbn = "978-1-4799-2652-7",
+	doi = "10.1109/WAINA.2014.125",
+	keywords = "Multi-Path Transfer, Congestion Control, Background Traffic, CMT-SCTP, MPTCP",
+	abstract = "{The Internet is based on best effort communication, i.e.\ it tries to deliver packets but does not provide any guarantees. A transport protocol can make use of this best effort service to provide a suitable service to its applications. Also, its congestion control is responsible for a fair distribution of the resources within the Internet. However, background data transfer applications (like file sharing or update fetching) do not require "best effort", they in fact could use a "lower-than-best-effort" service to leave resources to more important applications if needed. For this purpose, the Low Extra Delay Background Transport~(LEDBAT) algorithm has been standardized by the IETF.
+Nowadays, multi-homing is becoming increasingly common in modern networks and several approaches to exploit this feature (e.g.\ CMT-SCTP, MPTCP) have evolved that are able to combine resources of multiple paths. For background traffic oriented algorithms like LEDBAT, this feature could be of great use, too, i.e.\ by increasing the overall bandwidth while shifting the transmission away from paths which are used by other flows. This could be particularly useful for non-critical bulk transfers in data centres. In this paper, we introduce our approach LEDBAT for Multi-Path -- denoted as LEDBAT-MP -- and analyze its performance by simulations. With this paper, we want to highlight some generic design questions and start a discussion on how a solid universal background multi-path congestion control strategy should behave.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2512.pdf",
+	url.size = "1258366",
+	url.md5 = "dfdfcfef3b476f3d9aad8215ef058662",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:24:43 CEST",
+	page = "765--771"
+}
+
+@Misc{ CAIA2014,
+	author = "Thomas Dreibholz",
+	title = "{NorNet -- An Open, Large-Scale Testbed for Multi-Homed Systems}",
+	howpublished = "Invited Talk at Swinburne University, Centre for Advanced Internet Architectures~(CAIA)",
+	numpages = "31",
+	day = "30",
+	month = jan,
+	year = "2014",
+	address = "Melbourne, Victoria/Australia",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.\ cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g. malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.\ increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.\ be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet with a focus on its usage for research on multi-path transport. Particularly, it will also show how the NorNet testbed can be utilised for research at CAIA/Swinburne University.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/caia2014-presentation-web.pdf",
+	url.size = "4765963",
+	url.md5 = "2c2282e72cc039210aa3b8ee97b389a6",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 12:24:44 CEST"
+}
+
+@InProceedings{ IETF89-NorNet,
+	author = "Thomas Dreibholz",
+	title = "{The Status of MPTCP Deployment and Evaluation in the NorNet Testbed}",
+	booktitle = "{Proceedings of the 89th IETF Meeting}",
+	numpages = "6",
+	day = "3",
+	month = mar,
+	year = "2014",
+	address = "London/United Kingdom",
+	language = "english",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2582.pdf",
+	url.size = "1549446",
+	url.md5 = "79b1f59c28309d376f05b7ac3709ca9d",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 12:34:05 CEST",
+	url.keywords = "MPTCP, NorNet, NorNet Core, NorNet Edge"
+}
+
+@InProceedings{ IETF89-VNFPOOL,
+	author = "Thomas Dreibholz",
+	title = "{On the Applicability of Reliable Server Pooling for Virtualised Network Function Resource Pooling}",
+	booktitle = "{Proceedings of the 89th IETF Meeting}",
+	numpages = "8",
+	day = "4",
+	month = mar,
+	year = "2014",
+	address = "London/United Kingdom",
+	language = "english",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2584.pdf",
+	url.size = "2534881",
+	url.md5 = "b4cdac71c0a7fd2bf7888649956eeeae",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 12:34:05 CEST",
+	url.keywords = "Reliable Server Pooling, RSerPool, Virtualised Network Function Resource Pooling, VNFPOOL"
+}
+
+@InProceedings{ IFIPNetworking2014,
+	author = "Adnan Aziz and Dirk Hoffstadt and Erwin Paul Rathgeb and Thomas Dreibholz",
+	title = "{A Distributed Infrastructure to Analyse SIP Attacks in the Internet}",
+	booktitle = "{Proceedings of the IFIP Networking Conference}",
+	pages = "1--9",
+	numpages = "9",
+	day = "4",
+	month = jun,
+	year = "2014",
+	address = "Trondheim, Sør-Trøndelag/Norway",
+	language = "english",
+	isbn = "978-3-901882-58-6",
+	doi = "10.1109/IFIPNetworking.2014.6857088",
+	keywords = "VoIP, SIP, SIP Trace Recorder, Misuse, Fraud, Security, Honeynet, Honeypot, Sensor, NorNet, Toll Fraud, Misuse Detection",
+	abstract = "{VoIP systems, based on the Session Initiation Protocol~(SIP), are becoming more and more widespread in the Internet. However, this creates security issues and opens up new opportunities for misuse and fraud. The most widespread threat are multi-stage attacks to commit Toll Fraud. To devise effective countermeasures, it is crucial to know how attacks on these systems are performed in reality.
+In this paper, we introduce a novel distributed monitoring system with Sensor nodes located in Norway, Germany and China that allow to detect SIP-based attacks from the Internet. Based on experiences from experiments spanning several years, we propose a new setup which allows simple and straightforward addition of new remote observation points. We have deployed this setup in the NorNet testbed and highlight its advantages compared to a previous setup with physically distributed Sensors. We also present results from a 45~day field test with 13 observation points. These results confirm the advantages of a widely distributed monitoring setup and give some new insights into the behavior of the attackers.}",
+	url = "https://web.archive.org/web/20241125122924/https://tdr.informatik.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Distributed_Infrastructure_to_Analyse_SIP_Attacks_in_the_Internet.pdf",
+	url.size = "744736",
+	url.md5 = "06d871da35e30c555878c0f619268135",
+	url.mime = "application/pdf",
+	url.pagesize = "595.44 x 841.68 pts (A4)",
+	url.checked = "2025-03-02 23:20:49 CET"
+}
+
+@InProceedings{ IWQoS2014,
+	author = "Simone Ferlin and Thomas Dreibholz and Özgü Alay",
+	title = "{Tackling the Challenge of Bufferbloat in Multi-Path Transport over Heterogeneous Wireless Networks}",
+	booktitle = "{Proceedings of the IEEE/ACM International Symposium on Quality of Service~(IWQoS)}",
+	pages = "123--128",
+	numpages = "6",
+	day = "26",
+	month = may,
+	year = "2014",
+	address = "Hong Kong/People's Republic of China",
+	language = "english",
+	isbn = "978-1-4799-4852-9",
+	doi = "10.1109/IWQoS.2014.6914310",
+	keywords = "Multi-Path Transport, Performance, Bufferbloat, Mobile Broadband Networks, MPTCP, NorNet Edge",
+	abstract = "{Today, most of the smart phones are equipped with two network interfaces: Mobile Broadband~(MBB) and Wireless Local Area Network~(WLAN). Multi-path transport protocols provide increased throughput or reliability, by utilizing these interfaces simultaneously. However, multi-path transmission over networks with very different QoS characteristics is a challenge. In this paper, we studied Multi-Path TCP~(MPTCP) in heterogeneous networks, specifically MBB networks and WLAN. We first investigate the effect of bufferbloat in MBB on MPTCP performance. Then, we propose a bufferbloat mitigation algorithm: Multi-Path Transport Bufferbloat Mitigation~(MPT-BM). Using our algorithm, we conduct experiments in real operational networks. The experimental results show that MPT-BM outperforms the current MPTCP implementation by increasing the application goodput quality and decreasing MPTCP's buffer delay, jitter and buffer space requirements.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2722.pdf",
+	url.size = "839259",
+	url.md5 = "41fdb83e1fa929ad9523504ea7b43402",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 13:09:30 CEST"
+}
+
+@Misc{ NYU2014,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Testbed -- Overview and Selected Results from Multi-Path Transport Research}",
+	howpublished = "Invited Talk at the New York University~(NYU), Polytechnic School of Engineering",
+	numpages = "35",
+	day = "5",
+	month = may,
+	year = "2014",
+	address = "Brooklyn, New York/U.S.A.",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Overview, Research, Multi-Path TCP, MPTCP",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously.
+In order to evaluate and test mulit-homed systems, the Simula Research Laboratory is currently building up the NorNet testbed. It consists of distributed research nodes located all over the country of Norway as well as some international locations, providing researchers the possibility to run experiments in real-world, multi-homed Internet setups. In this talk, we first introduce the NorNet testbed as well as its deployment status. After that, we present some research results of the ongoing research at the Simula Research Laboratory on multi-path transport with Multi-Path TCP~(MPTCP). Particularly, it will also show how the NorNet testbed can be utilized for research at the New York University~(NYU) as well.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2728.pdf",
+	url.size = "6586299",
+	url.md5 = "5d1741a4f975c75f90314627e8d516fd",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:09:30 CEST"
+}
+
+@Misc{ Princeton2014,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Testbed for Multi-Homed Systems -- Introduction and Status}",
+	howpublished = "Invited Talk at Princeton University, Department of Computer Science",
+	numpages = "30",
+	day = "8",
+	month = may,
+	year = "2014",
+	address = "Princeton, New Jersey/U.S.A.",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints to multiple Internet Service Providers~(ISP). That is, such endpoints should remain reachable even when some of the ISPs have problems. Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.\ increasing the application throughput by utilizing multiple paths simultaneously. The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the Simula Research Laboratory is building up the NorNet testbed, which is an open platform for such experiments. NorNet consists of two parts, the wireless part NorNet Edge as well as the wired part NorNet Core, providing researchers the possibility to use programmable, multi-homed nodes at different locations in Norway as well as at some international sites. This talk gives an overview over the NorNet testbed, with a special focus on the usage of the PlanetLab/Linux Containers-based software that is used to run NorNet Core.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2730.pdf",
+	url.size = "8683161",
+	url.md5 = "b60311d5e6fb7858da54836e82aa3a67",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:09:31 CEST"
+}
+
+@Misc{ UBC2014,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Testbed for Multi-Homed Systems -- Overview and Status}",
+	howpublished = "Invited Talk at the University of British Columbia~(UBC)",
+	numpages = "30",
+	day = "12",
+	month = may,
+	year = "2014",
+	address = "Vancouver, British Columbia/Canada",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet with a focus on its usage for research on multi-path transport. Particularly, it will also show how the NorNet testbed can be utilised for research at the University of British Columbia~(UBC).}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2740.pdf",
+	url.size = "8683384",
+	url.md5 = "07b62bbfd0da20550fcd31a3b3269b24",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:09:32 CEST"
+}
+
+@InProceedings{ Globecom2014,
+	author = "Simone Ferlin and Thomas Dreibholz and Özgü Alay",
+	title = "{Multi-Path Transport over Heterogeneous Wireless Networks: Does it really pay off?}",
+	booktitle = "{Proceedings of the IEEE Global Communications Conference~(GLOBECOM)}",
+	pages = "4807--4813",
+	numpages = "7",
+	day = "11",
+	month = dec,
+	year = "2014",
+	address = "Austin, Texas/U.S.A.",
+	language = "english",
+	isbn = "978-1-4799-3512-3",
+	doi = "10.1109/GLOCOM.2014.7037567",
+	keywords = "Multi-Path Transport, Multi-Path TCP, Heterogeneous Networks, Mobile Broadband, Performance",
+	abstract = "{Multi-path transfer protocols such as Concurrent Multi-Path Transfer for SCTP and Multi-Path TCP (MPTCP), are becoming increasingly popular due to widespread deployment of smartphones with multi-homing support. Although the idea of using multiple interfaces simultaneously to improve application throughput is tempting, does transmission over multiple interfaces always provide benefits especially in realistic setup? In this paper, we first show that multi-path transfer might actually have a negative impact in real-world scenarios with mobile broadband and wireless LAN networks. We then introduce our Dynamic Relative Path Scoring (DRePaS) algorithm that continuously evaluates the contribution of paths to the overall performance and dynamically influences the scheduling decisions to make best use of the paths for the overall system performance. We show that DRePaS outperforms the current MPTCP implementation in terms of throughput and application delay, especially when the links are heterogeneous.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2884.pdf",
+	url.size = "1009166",
+	url.md5 = "5a0ad1ae3594f3818c63345173b9fc1e",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 13:09:32 CEST"
+}
+
+@Misc{ Globecom2014-NorNetDemo,
+	author = "Thomas Dreibholz and Henrik Vest Simonsen and Ernst Gunnar Gran",
+	title = "{A Demonstration of the NorNet Core Research Testbed for Multi-Homed Systems}",
+	howpublished = "Demo Presentation at the IEEE Global Communications Conference~(GLOBECOM)",
+	numpages = "1",
+	day = "9",
+	month = dec,
+	year = "2014",
+	address = "Austin, Texas/U.S.A.",
+	language = "english",
+	keywords = "Demonstration, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Resilience",
+	abstract = "{This abstract describes a demonstration proposal for the NorNet Core testbed for multi-homed systems.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2868.pdf",
+	url.size = "60859",
+	url.md5 = "e94511a7807546cd2c2acf7c6e438f9d",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 13:09:32 CEST"
+}
+
+@InProceedings{ NNUW2-Dreibholz-NorNetCore-Introduction,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Core Testbed – Introduction and Status in August 2014}",
+	booktitle = "{Proceedings of the 2nd International NorNet Users Workshop~(NNUW-2)}",
+	numpages = "32",
+	day = "28",
+	month = aug,
+	year = "2014",
+	address = "Fornebu, Akershus/Norway",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Introduction",
+	abstract = "{This talk provides an introduction to the NorNet Core testbed as well as a status overview on the development and deployment in August 2014.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2936.pdf",
+	url.size = "15206147",
+	url.md5 = "e2f018deb04a839bf93f842bb729d012",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 12:51:37 CEST"
+}
+
+@InProceedings{ NNUW2-Dreibholz-NorNetCore-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{An Experiment Tutorial for the NorNet Core Testbed}",
+	booktitle = "{Proceedings of the 2nd International NorNet Users Workshop~(NNUW-2)}",
+	numpages = "26",
+	day = "29",
+	month = aug,
+	year = "2014",
+	address = "Fornebu, Akershus/Norway",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2938.pdf",
+	url.size = "6177702",
+	url.md5 = "9711b4f32dd9a2c4946aa4aeceeac31c",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 12:51:37 CEST"
+}
+
+@InProceedings{ NNUW2-Alay-Multipath-Transport,
+	author = "Özgü Alay and Simone Ferlin and Thomas Dreibholz",
+	title = "{Multipath Transport over Heterogeneous Networks}",
+	booktitle = "{Proceedings of the 2nd International NorNet Users Workshop~(NNUW-2)}",
+	numpages = "37",
+	day = "29",
+	month = aug,
+	year = "2014",
+	address = "Fornebu, Akershus/Norway",
+	language = "english",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2970.pdf",
+	url.size = "3000207",
+	url.md5 = "3b1f2c76b82d27ee2eb7c4830a489783",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 540 pts",
+	url.checked = "2024-06-30 12:51:38 CEST"
+}
+
+@InProceedings{ NNUW2-adhari,
+	author = "Hakim Adhari",
+	title = "{Does the End-User Really Have Benefits From Using Multipath Transport?}",
+	booktitle = "{Proceedings of the 2nd International NorNet Users Workshop~(NNUW-2)}",
+	day = "29",
+	month = aug,
+	year = "2014",
+	address = "Fornebu, Akershus/Norway",
+	language = "english"
+}
+
+@Misc{ KTH2014,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Testbed -- An Overview for the GENI Meeting}",
+	howpublished = "Invited Talk for the GENI Meeting at the Kungliga Tekniska högskolan~(KTH)",
+	numpages = "31",
+	day = "15",
+	month = sep,
+	year = "2014",
+	address = "Stockholm/Sweden",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Multi-Path Transport, Overview",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It consists of two parts: the wired part NorNet Core as well as the wireless part NorNet Edge, both parts provide programmable nodes with multiple ISP connections. These nodes are distributed all over Norway as well as some international locations. This talk will give an overview over the NorNet testbed and how it can be utilised for research on multi-homed systems.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3008.pdf",
+	url.size = "21559706",
+	url.md5 = "3a4da9d27f89a7e6fd722230116b4e55",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:09:34 CEST"
+}
+
+@InProceedings{ NoF2014,
+	author = "Forough Golkar and Thomas Dreibholz and Amund Kvalbein",
+	title = "{Measuring and Comparing Internet Path Stability in IPv4 and IPv6}",
+	booktitle = "{Proceedings of the 5th IEEE International Conference on the Network of the Future~(NoF)}",
+	pages = "1--5",
+	numpages = "5",
+	day = "4",
+	month = dec,
+	year = "2014",
+	address = "Paris/France",
+	language = "english",
+	isbn = "978-1-4799-7531-0",
+	doi = "10.1109/NOF.2014.7119767",
+	keywords = "NorNet Core, Internet, IPv4, IPv6, Path Stability, Resilience, Robustness",
+	abstract = "{In just about 4 years, IPv6 will celebrate its 20th anniversary. While the protocol itself is already quite old, its deployment has only recently picked up speed. Not so many Internet service providers offer direct IPv6 connectivity to their customers, yet. Clearly, when IPv6 is available to customers, they expect that IPv6 offers at least the same -- or even better -- stability of connections in comparison to IPv4. The main goal of this paper is to investigate whether this is true today.
+In our paper, we present up-to-date measurement results on the stability of IPv4 and IPv6 paths in the real Internet, based on machines that are distributed over a large geographical area, as part of the NorNet Core testbed infrastructure for multi-homed systems. The measurements not only cover high-speed research networks, but also consumer-grade ADSL connections -- i.e. the ISP connection types of "normal" end-users -- as well as a broad range of different ISPs. The measurements show that IPv6 paths are less stable than corresponding IPv4 paths. We also find that the use of load balancing is more prevalent in IPv6 than in IPv4.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3048.pdf",
+	url.size = "445912",
+	url.md5 = "e94bfd5f13ed1ab81ac86b90fc1bbfe1",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:51:38 CEST"
+}
+
+@Misc{ Haikou2014-HainanUniversity,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Testbed at Hainan University -- A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems}",
+	howpublished = "Invited Talk at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "37",
+	day = "20",
+	month = oct,
+	year = "2014",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at Hainan University.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-hainanuniversity-presentation.pdf",
+	url.size = "12225804",
+	url.md5 = "3f83db1821d33b72dc869ac7a86aa094",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 14:20:13 CEST"
+}
+
+@Misc{ Haikou2014-QiongzhouUniversity,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Testbed at Qiongzhou University -- A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems}",
+	howpublished = "Invited Talk at Qiongzhou University",
+	numpages = "30",
+	day = "25",
+	month = oct,
+	year = "2014",
+	address = "Sanya, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at Qiongzhou University.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-qiongzhouuniversity-presentation.pdf",
+	url.size = "7654112",
+	url.md5 = "4431f323f43a1010eb2ba371e72f6b92",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 14:20:44 CEST"
+}
+
+@Misc{ Haikou2014-NorNetCore-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{An Experiment Tutorial for the NorNet Core Testbed at Hainan University}",
+	howpublished = "Tutorial at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "27",
+	day = "27",
+	month = oct,
+	year = "2014",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial -- presented for students at the College of Information Science and Technology~(CIST) at Hainan University -- provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web.archive.org/web/20230521130309/https://www.simula.no/file/simulasimula3078pdf/download",
+	url.size = "2198678",
+	url.md5 = "d884e2a243b307e85ce712583812d798",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 14:27:30 CEST"
+}
+
+@Misc{ TsinghuaUniversity2014,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Testbed at Tsinghua University -- A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems}",
+	howpublished = "Invited Talk at Tsinghua University, Department of Computer Science",
+	numpages = "38",
+	day = "30",
+	month = oct,
+	year = "2014",
+	address = "Beijing/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at Tsinghua University.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-tsinghuauniversity-presentation.pdf",
+	url.size = "12438784",
+	url.md5 = "27d10f08d47acba206ede3b0e4ba6286",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:11:08 CEST"
+}
+
+@Misc{ NICTA2015,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at NICTA -- An Open, Large-Scale Testbed for Multi-Homed Systems}",
+	howpublished = "Invited Talk at National Information Communications Technology Australia~(NICTA)",
+	numpages = "38",
+	day = "15",
+	month = jan,
+	year = "2015",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.\ cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g. malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.\ increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.\ be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet with a focus on its usage for research on multi-path transport. Particularly, it will also show how the NorNet testbed can be utilised for research at NICTA.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/nicta2015-presentation-web.pdf",
+	url.size = "6701414",
+	url.md5 = "377dc3c9d7d13031bab6c3dbb4e54309",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:21:39 CEST"
+}
+
+@Misc{ CAIA2015,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Testbed -- A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems}",
+	howpublished = "Invited Talk at Swinburne University, Centre for Advanced Internet Architectures~(CAIA)",
+	numpages = "38",
+	day = "29",
+	month = jan,
+	year = "2015",
+	address = "Melbourne, Victoria/Australia",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at the Centre for Advanced Internet Architectures~(CAIA) of Swinburne University}",
+	url = "https://web-backend.simula.no/sites/default/files/2024-06/CAIA2015.pdf",
+	url.size = "6932663",
+	url.md5 = "2794c56370ccbe3a10e6d72ba7ec9c76",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:20:40 CEST"
+}
+
+@InProceedings{ PAMS2015-MPTCP,
+	author = "Thomas Dreibholz and Xing Zhou and Fa Fu",
+	title = "{Multi-Path TCP in Real-World Setups -- An Evaluation in the NorNet Core Testbed}",
+	booktitle = "{5th International Workshop on Protocols and Applications with Multi-Homing Support~(PAMS)}",
+	pages = "617--622",
+	numpages = "6",
+	day = "25",
+	month = mar,
+	year = "2015",
+	address = "Gwangju/South Korea",
+	language = "english",
+	isbn = "978-1-4799-1775-4",
+	doi = "10.1109/WAINA.2015.74",
+	keywords = "NorNet, Multi-Path TCP (MPTCP), Multi-Homing, Multi-Path Transport, Evaluation",
+	abstract = "{Nowadays, cloud applications are becoming more and more popular. However, in order for such applications to work, they need a stable Internet connectivity. To avoid the Internet access becoming a single point of failure, redundancy by multi-homing -- i.e.\ simultaneous access to multiple Internet service providers~(ISP) -- is becoming increasingly common as well. Multi-homing leads to the desire to utilise all network attachment points simultaneously, which is e.g.\ provided by the Multi-Path TCP~(MPTCP) extension for TCP. MPTCP is still under development by researchers and standardisation in the IETF. Particularly, it is necessary to evaluate MPTCP under realistic Internet conditions.
+NorNet Core is the world's first, large-scale Internet testbed for multi-homed systems and applications. It is therefore a useful platform for evaluating MPTCP. In this paper, we therefore present our NorNet Core extension that adds MPTCP support to the testbed. Particularly, our extension is now available to all users of NorNet Core as well, which significantly reduces the effort of MPTCP researchers to evaluate MPTCP and its improvements. In a proof of concept, we furthermore show the strengths and weaknesses of state-of-the-art MPTCP in NorNet Core, in a configuration covering 29~ISP connections at 14~sites in 5~different countries.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/pams2015-mptcp-web.pdf",
+	url.size = "215245",
+	url.md5 = "1d87843d61fd55880aa7aa25fba51e19",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:25:03 CEST"
+}
+
+@InProceedings{ PAMS2015-Monitoring,
+	author = "Thomas Dreibholz and Jarle Bjørgeengen and Jonas Werme",
+	title = "{Monitoring and Maintaining the Infrastructure of the NorNet Testbed for Multi-Homed Systems}",
+	booktitle = "{5th International Workshop on Protocols and Applications with Multi-Homing Support~(PAMS)}",
+	pages = "611--616",
+	numpages = "6",
+	day = "25",
+	month = mar,
+	year = "2015",
+	address = "Gwangju/South Korea",
+	language = "english",
+	isbn = "978-1-4799-1775-4",
+	doi = "10.1109/WAINA.2015.76",
+	keywords = "NorNet, Internet Testbed, Monitoring, Multi-Homing, Path Characteristics, Resilience",
+	abstract = "{NorNet Core is the world's first, open, large-scale Internet testbed for multi-homed systems and applications. Particularly, it is currently used for research on topics like multi-path transport and resilience.
+Researchers can run experiments on distributed, programmable nodes that are distributed over various locations and providing access to multiple different Internet service providers~(ISP) with different access technologies.
+Clearly, a key feature of this testbed is to work in the real-world Internet. That is, it is especially desired to expose experiments to real Internet behaviour like background traffic. However, for the researcher, it is necessary to actually know how paths -- being used for an experiment -- actually behave: Are the paths actually working? How are the round-trip times among sites over different ISPs, etc.. How did the behaviour change over time?
+To provide such information to the researchers, we have designed and developed a maintenance and monitoring infrastructure for the NorNet Core testbed. In this paper, we will first introduce this infrastructure. Furthermore, we will demonstrate its usefulness with some useful, real-world examples. Our infrastructure has now become part of the testbed, and it is therefore available for all users of NorNet Core as well.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/pams2015-nornet-monitoring-web.pdf",
+	url.size = "550079",
+	url.md5 = "de8568f766023dba008bb7201f92b6a3",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:25:04 CEST"
+}
+
+@Article{ CompEngineering2015,
+	author = "Ji Liu and Yuyin Tan and Fa Fu and Thomas Dreibholz and Xing Zhou and Yong Bai and Xiong Yang and Wencai Du",
+	title = "{Study on MPTCP and CMT-SCTP Congestion Control Mechanism}",
+	journal = "{Computer Engineering}",
+	volume = "41",
+	issue = "4",
+	pages = "117--124",
+	numpages = "8",
+	day = "15",
+	month = apr,
+	year = "2015",
+	language = "english",
+	content-language = "chinese",
+	issn = "1000-3428",
+	doi = "10.3969/j.issn.1000-3428.2015.04.022",
+	keywords = "Multi-Path Transfer, Congestion Control, Fairness, Resource Pooling (RP), Increase Factor, Aggressiveness Factor",
+	abstract = "{Multi-Path TCP~(MPTCP) and Concurrent Multipath Transfer for SCTP~(CMT-SCTP) are two technologies of the concurrent multi-path transfer for NGI, which are hot topics. Compared with the traditional TCP and SCTP, the congestion control of multi-path transport protocols will face the problem of unfairness. This paper begins with an overview of the traditional TCP congestion control algorithm, and then in view of the unfairness of concurrent multi-path transfer, basing on the resource pooling method, it introduces the slow start threshold ratio factor, increase factor, per-flow aggressiveness factor, deduces three new algorithms to solve the problem of unfairness, and carryies out the contrastive analysis through simulation.}",
+	url = "https://web.archive.org/web/20160222130810/http://www.ecice06.com/EN/article/downloadArticleFile.do?attachType=PDF&id=26295",
+	url.size = "28916466",
+	url.md5 = "20ce8170416b428cb6046dc8d5133c24",
+	url.mime = "application/pdf",
+	url.pagesize = "708.606 x 935.273 pts",
+	url.checked = "2016-04-27 15:28:11 CEST"
+}
+
+@InProceedings{ GI2015,
+	author = "Ioana Alexandrina Livadariu and Simone Ferlin and Özgü Alay and Thomas Dreibholz and Amogh Dhamdhere and Ahmed Mustafa Elmokashfi",
+	title = "{Leveraging the IPv4/IPv6 Identity Duality by using Multi-Path Transport}",
+	booktitle = "{Proceedings of the 18th IEEE Global Internet Symposium~(GI) at the 34th IEEE Conference on Computer Communications~(INFOCOM)}",
+	pages = "312--317",
+	numpages = "6",
+	day = "27",
+	month = apr,
+	year = "2015",
+	address = "Hong Kong/People's Republic of China",
+	language = "english",
+	isbn = "978-1-4673-7131-5",
+	doi = "10.1109/INFCOMW.2015.7179403",
+	keywords = "Identity Duality, IPv4, IPv6, Internet Paths, Routing",
+	abstract = "{With the 20th anniversary of IPv6 nearing quickly, a growing number of Internet service providers~(ISPs) now offer their customers both IPv6 and IPv4 connectivity. This makes multi-homing with IPv4 and IPv6 increasingly common even with just a single ISP connection. Furthermore, the growing popularity of multi-path transport, especially Multi-Path TCP~(MPTCP) that is the extension of the well-known Transmission Control Protocol~(TCP), leads to the question of whether this identity duality can be utilized for improving application performance in addition to providing resilience. In this paper, we first investigate the AS-level congruency of IPv4 and IPv6 paths in the Internet. We find that more than 60\% of the current IPv4 and IPv6 AS-paths are non-congruent at the AS-level, which motivates us to explore how MPTCP can utilize the IPv4/IPv6 identity duality to improve data transfer performance. Our results show that MPTCP, even with a single dual-stack Internet connection, can significantly improve the end-to-end performance when the underlying paths are non-congruent. The extent of the improvement can reach up to the aggregate of the IPv4 and IPv6 bandwidth.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/gis2015_0.pdf",
+	url.size = "334367",
+	url.md5 = "62683a568c45c655151216105a168310",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:28:05 CEST"
+}
+
+@InProceedings{ NBiS2015,
+	author = "Hakim Adhari and Thomas Dreibholz and Sebastian Werner and Erwin Paul Rathgeb",
+	title = "{Eclipse: A New Dynamic Delay-based Congestion Control Algorithm for Background Traffic}",
+	booktitle = "{Proceedings of the 18th International Conference on Network-Based Information Systems~(NBiS)}",
+	pages = "115--123",
+	numpages = "9",
+	day = "2",
+	month = sep,
+	year = "2015",
+	address = "Taipei/Taiwan",
+	language = "english",
+	isbn = "978-1-4799-9942-2",
+	doi = "10.1109/NBiS.2015.21",
+	keywords = "Background Traffic, Congestion Control, Delay-based Congestion Control, Less-than-Best-Effort Service",
+	abstract = "{Initially, the Internet transport protocol TCP has been designed to provide a ``best effort'' service: it is meant to share the network resources with other users and applications. However, there is nowadays also a growing demand for transmitting big amounts of data in the background, namely background transport that uses spare capacity, but with minimal effect on other traffic. For instance, systems can proactively download content that the user/system would need in the future (e.g.\ update packages, video files, etc.). Efforts have therefore been made in the IETF for the sake of such a service with Low Extra Delay Background Traffic~(LEDBAT) congestion control. While LEDBAT works in some cases, there are however known situations where it causes serious performance problems, particularly in combination with the ubiquitous bufferbloat for example in current broadband networks.
+	In this paper, we analyse the issues of LEDBAT and propose a new approach for background traffic. Inspired by an astronomical event, we have named this approach Eclipse. Unlike LEDBAT, Eclipse can dynamically adapt to the network characteristics not only to minimise the additional network delay but also to maximise the utilisation of spare network capacity. We will show the usefulness of Eclipse by simulations.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/paper-web.pdf",
+	url.size = "1107041",
+	url.md5 = "d189576ba3280e5a18c578e807edbbee",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:28:05 CEST"
+}
+
+@InProceedings{ fairness-revisited-UDE-UHB-P1,
+	author = "Hakim Adhari and Erwin~P. Rathgeb and Amanpreet Singh and Andreas Könsgen and Carmelita Görg",
+	title = "{Transport Layer Fairness Revisited}",
+	booktitle = "{Proceedings of the 13th IEEE International Conference on Telecommunications~(ConTEL 2015)}",
+	numpages = "8",
+	month = jul,
+	year = "2015",
+	address = "Graz/Austria",
+	language = "english",
+	keywords = "Fairness, TCP-Compatible, Multipath, transport layer",
+	abstract = "{Fairness amongst the competing flows at the transport layer has always been an important topic, however, the current definition based on the TCP-compatible view is not always suitable. With the increasing deployment of multipath transport protocols such as Multipath TCP (MPTCP) and the Concurrent Multipath Transfer extension of SCTP (CMT-SCTP), the term "fair" can have various interpretations. In this paper, inconsistencies are avoided by classifying fairness definitions according to the resource -bottleneck or network - and the participants - subflow, flow, tariff, etc. that share the resource. With example network scenarios the current (TCP-compatible) fairness view from both the single and multipath perspective is presented and their short-comings discussed. Alternative definitions are introduced and their benefits are illustrated based on a theoretical analysis. The realization aspects of the discussed fairness definitions are also presented. The evaluations of available coupled congestion control variants for multipath transport are shown to highlight the proximity of the simulated results to the theoretical target values. Due to the complexity of the realization of network-based approaches, bottleneck is chosen as the preferred resource. Tariff is a promising participant as it couples applications and incorporates economic entities for fair resource sharing at the transport layer.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/contel-Fairness-Adhari.pdf",
+	url.size = "865421",
+	url.md5 = "35e57658d867477a35a5dddaddad8dea",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2015-07-03 03:22:18 PDT"
+}
+
+@InProceedings{ fairness-algorithms-UDE-UHB-P2,
+	author = "Amanpreet Singh and Andreas Könsgen and Hakim Adhari and Carmelita Görg and Erwin~P. Rathgeb",
+	title = "{Algorithms for Theoretical Investigation of Fairness in Multipath Transport}",
+	booktitle = "{Proceedings of the 7th EAI International Conference on Mobile Networks and Management~(MONAMI~2015)}",
+	numpages = "14",
+	month = sep,
+	year = "2015",
+	address = "Santander/Spain",
+	language = "english",
+	abstract = "{With the onset of multipath transport protocols such as MPTCP and multihomed mobile devices, fairness considerations which have been widely analyzed for legacy TCP need to be re-investigated. A practical realization of fairness amongst
+different participants is known to be difficult but even the theoretical calculation of the resource capacity and its allocation is not a trivial task. Therefore in this work, resource allocation algorithms are presented to thoroughly evaluate the impact of the
+fairness definitions. For a rigorous analysis, existing fairness definitions are identified according to the resources (bottleneck or network) and the competing participants (flow, tariff or user). Tariff as the participant, provides a realistic option to comply with the service level agreement between the operator and the user where as flow as the participant leads to TCP-compatible allocation. From the obtained results, it can be seen that if fairness is applied at the bottleneck then it is absolutely fair to the individual participants w.r.t. the bottleneck. On the other hand, fairness mechanisms considering the whole network as a single resource exploit the freedom of resource allocation (due to multipath flows) to achieve an overall similar allocation for the different participants (irrespective if the participant is composed of singlepath or multipath flows) but are still restricted by the topological constraints and might even result in a lower overall network throughput.}",
+	url = "https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/naomi2015-FairnessAlgorithms.pdf",
+	url.size = "512821",
+	url.md5 = "f3a50dc70624440279dcda4f9a28cc83",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2015-10-05 03:38:23 PDT"
+}
+
+@InProceedings{ IETF93-Hackathon,
+	author = "Thomas Dreibholz",
+	title = "{NorNet Core @ IETF Hackathon 93}",
+	booktitle = "{Proceedings of the IETF Hackathon at the 93rd IETF Meeting}",
+	numpages = "3",
+	day = "18",
+	month = jul,
+	year = "2015",
+	address = "Praha/Czech Republic",
+	language = "english",
+	keywords = "NorNet Testbed, NorNet Core, Hackathon",
+	abstract = "{This presentation gives an overview of the NorNet Core testbed work at the IETF Hackathon.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/ietf93-hackathon-intro.pdf",
+	url.size = "345031",
+	url.md5 = "76763fbcc850b9d4f27da5165f5e4c49",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:30:50 CEST"
+}
+
+@InProceedings{ IETF93-MPTCP,
+	author = "Thomas Dreibholz",
+	title = "{MPTCP Experiences in the NorNet Testbed: draft-dreibholz-mptcp-nornet-experience-01}",
+	booktitle = "{Proceedings of the 93th IETF Meeting}",
+	numpages = "10",
+	day = "21",
+	month = jul,
+	year = "2015",
+	address = "Praha/Czech Republic",
+	language = "english",
+	keywords = "NorNet, Multi-Path TCP (MPTCP), Experiences",
+	abstract = "{This presentation gives an overview of the Multi-Path TCP (MPTCP) experiences from recent research in the NorNet testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/ietf93-presentation.pdf",
+	url.size = "13104547",
+	url.md5 = "65887764fb8f954949ee47abf20b06ec",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:32:34 CEST"
+}
+
+@InProceedings{ NNUW3-Dreibholz-NorNetCore-Status,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Core Testbed: A Status Update for the NNUW-3}",
+	booktitle = "{Proceedings of the 3rd International NorNet Users Workshop~(NNUW-3)}",
+	numpages = "16",
+	day = "28",
+	month = aug,
+	year = "2015",
+	address = "Fornebu, Akershus/Norway",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Status",
+	abstract = "{This talk provides an update on the NorNet Core testbed development and research for the 3rd NorNet Users Workshop~(NNUW-3) in August 2015.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/nnuw3-dreibholz.pdf",
+	url.size = "12410734",
+	url.md5 = "6137dcfde02ba8d35ed6db1d17cf4b17",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:30:55 CEST"
+}
+
+@InProceedings{ NTW2015,
+	author = "Thomas Dreibholz",
+	title = "{The NorNet Experimentation Platform for Multi-Homed Systems}",
+	booktitle = "{Proceedings of the NORDUnet Technical Workshop~(NTW)}",
+	numpages = "30",
+	day = "17",
+	month = sep,
+	year = "2015",
+	address = "København/Denmark",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research by the Nordic community.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/ntw2015.pdf",
+	url.size = "14713347",
+	url.md5 = "2a3f1bda015fcf850cd2f5adb3571cad",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:40:21 CEST"
+}
+
+@Article{ MPTCPBlog2015,
+	author = "Thomas Dreibholz",
+	title = "{NetPerfMeter: A Network Performance Metering Tool}",
+	journal = "{Multipath TCP Blog}",
+	day = "7",
+	month = sep,
+	year = "2015",
+	language = "english",
+	keywords = "Software, NetPerfMeter, Multi-Path Transfer, Multi-Path TCP~(MPTCP)",
+	abstract = "{A common problem for evaluating multiple transport protocols in a multi-platform environment is to have a test tool that is capable to run in all these environments, and – of course – to support all necessary protocols. Using different evaluation tools is not a good solution, since each tool may introduce its own – and possibly incompatible – parametrisation scheme. In order to overcome this problem, originally for the use case of evaluating the Stream Control Transmission Protocol (SCTP) and compare it to the Transmission Control Protocol (TCP), NetPerfMeter has been designed and developed. This blog article provides an introduction to NetPerfMeter.}",
+	url = "https://web.archive.org/web/20230518084721/http://blog.multipath-tcp.org/blog/html/2015/09/07/netperfmeter.html",
+	url.size = "42947",
+	url.md5 = "84d5a41e4357d7cc69c508a44c1d8aa0",
+	url.mime = "text/html",
+	url.checked = "2023-12-18 16:01:41 CET"
+}
+
+@InProceedings{ ICCC2015,
+	author = "Fa Fu and Xing Zhou and Thomas Dreibholz and Keying Wang and Feng Zhou and Quan Gan",
+	title = "{Performance Comparison of Congestion Control Strategies for Multi-Path TCP in the NorNet Testbed}",
+	booktitle = "{Proceedings of the 4th IEEE/CIC International Conference on Communications in China~(ICCC)}",
+	pages = "607--612",
+	numpages = "6",
+	day = "3",
+	month = nov,
+	year = "2015",
+	address = "Shenzhen, Guangdong/People's Republic of China",
+	language = "english",
+	isbn = "978-1-5090-0243-6",
+	doi = "10.1109/ICCChina.2015.7448667",
+	keywords = "Multi-Path Transport, Multi-Path TCP~(MPTCP), Congestion Control, Performance Analysis",
+	abstract = "{Multi-path transport has become a hot topic in Internet protocol research with the evolution of emerging technologies, particularly with the market penetration of access terminals having multiple network interfaces (e.g.\ smartphones with LTE/UMTS and Wi-Fi interfaces). Multi-Path TCP (MPTCP) is an extension of TCP that allows a connection to create several subflows for utilizing multiple network paths. Using multiple end-to-end TCP connections as subflows, MPTCP distributes data to different subflows over multiple ISPs, so as to enhance network robustness and improve throughput.
+This paper first presents MPTCP’s architecture and multi-path congestion control algorithm concepts. Then, it examines three test scenarios in the NorNet testbed, particularly highlighting the performance difference between using uncoupled and coupled congestion controls in multi-homed, real-world Internet setups. The results show that MPTCP with coupled CCs gets more benefits than TCP and demonstrates the lower aggressiveness in comparison to MPTCP with uncoupled CCs.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/fufa-mptcp-web.pdf",
+	url.size = "175964",
+	url.md5 = "caabd753ddce037e04e81dbffbd0ad82",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:40:21 CEST"
+}
+
+@Misc{ NICTA2016-Presentation,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at NICTA -- An Introduction to the NorNet Testbed}",
+	howpublished = "Invited Talk at National Information Communications Technology Australia~(NICTA)",
+	numpages = "38",
+	day = "22",
+	month = jan,
+	year = "2016",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at National Information Communications Technology Australia~(NICTA)}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-presentation.pdf",
+	url.size = "13723941",
+	url.md5 = "553d4072d3381f6d460a73f25ddfb77f",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:40:21 CEST"
+}
+
+@Misc{ NICTA2016-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{An Experiment Tutorial for the NorNet Core Testbed at NICTA}",
+	howpublished = "Tutorial at National Information Communications Technology Australia~(NICTA)",
+	numpages = "27",
+	day = "22",
+	month = jan,
+	year = "2016",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial -- presented at National Information Communications Technology Australia~(NICTA) -- provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-tutorial.pdf",
+	url.size = "4238917",
+	url.md5 = "a4017ee0d66b87416e5c0c8921d94957",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:40:22 CEST"
+}
+
+@Article{ CompEngApps2016,
+	author = "Fa Fu and Xing Zhou and Yuyin Tan and Thomas Dreibholz and Hakim Adhari and Erwin Paul Rathgeb",
+	title = "{Performance Analysis of MPTCP Protocol in Multiple Scenarios}",
+	journal = "{Computer Engineering and Applications}",
+	volume = "52",
+	issue = "5",
+	pages = "89--93",
+	numpages = "5",
+	day = "1",
+	month = mar,
+	year = "2016",
+	publisher = "CEA",
+	language = "english",
+	content-language = "chinese",
+	issn = "1002-8331",
+	doi = "0.3778/j.issn.1002-8331.1508-0186",
+	keywords = "Multi-Path Transmission, Load Sharing, Path Management, Congestion Control, Buffer, Performance Analysis",
+	abstract = "{Achieving multipath transport and getting more network throughput by using multiple interfaces of multi-homed device is a hot topic in Internet protocol. MPTCP is a mature and key protocol for multipath transmission, also in the focus of the IETF. This article presents the behaviors of MPTCP multipath transmission in the local test-bed scenario, Internet scenario and NorNet test-bed scenario. Results show that MPTCP protocols can significantly increase throughput. Meanwhile its path management and scheduling strategy for transmission are still not perfect and need further improvement in dissimilar path scenario.}",
+	url = "https://web.archive.org/web/20160305203850/http://cea.ceaj.org/CN/article/downloadArticleFile.do?attachType=PDF&id=34214",
+	url.size = "593933",
+	url.md5 = "97c6d8895995f2c18c96669f72f3897a",
+	url.mime = "application/pdf",
+	url.pagesize = "629.291 x 875.905 pts",
+	url.checked = "2016-04-27 15:28:12 CEST"
+}
+
+@Misc{ HAWHamburg2016-Presentation,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at HAW Hamburg -- An Introduction to the NorNet Testbed}",
+	howpublished = "Invited Talk at Hochschule für Angewandte Wissenschaften Hamburg~(HAW Hamburg)",
+	numpages = "38",
+	day = "22",
+	month = mar,
+	year = "2016",
+	address = "Hamburg/Germany",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at the Hochschule für Angewandte Wissenschaften Hamburg~(HAW Hamburg)}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-presentation.pdf",
+	url.size = "14316338",
+	url.md5 = "49c17f620cbfe46758e8f02f4e553081",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:40:22 CEST"
+}
+
+@Misc{ HAWHamburg2016-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{An Experiment Tutorial for the NorNet Core Testbed at HAW Hamburg}",
+	howpublished = "Tutorial at Hochschule für Angewandte Wissenschaften Hamburg~(HAW Hamburg)",
+	numpages = "27",
+	day = "22",
+	month = mar,
+	year = "2016",
+	address = "Hamburg/Germany",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial -- presented at the Hochschule für Angewandte Wissenschaften Hamburg~(HAW Hamburg) -- provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-tutorial.pdf",
+	url.size = "4232294",
+	url.md5 = "46cc11c5168a96e4b30c0737c82158f1",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:40:22 CEST"
+}
+
+@InProceedings{ Infocom2016,
+	author = "Simone Ferlin and Özgü Alay and David Andrew Hayes and Thomas Dreibholz and Michael Welzl",
+	title = "{Revisiting Congestion Control for Multipath TCP with Shared Bottleneck Detection}",
+	booktitle = "{Proceedings of the 35th IEEE International Conference on Computer Communications~(INFOCOM)}",
+	pages = "2419--2427",
+	numpages = "9",
+	day = "14",
+	month = apr,
+	year = "2016",
+	address = "San Francisco, California/U.S.A.",
+	language = "english",
+	isbn = "978-1-4673-9953-1",
+	keywords = "Multi-Path TCP~(MPTCP), Shared Bottleneck Detection, Congestion Control, Coupled Congestion Control",
+	abstract = "{Multipath TCP (MPTCP) enables the simultaneous usage of multiple links for bandwidth aggregation, better resource utilization and improved reliability. Its coupled congestion control intends to reap the increased bandwidth of multiple links, while avoiding to be more aggressive than regular TCP flows on every used link. We argue that this leads to a very conservative behavior when paths do not share a bottleneck. Therefore, in this paper, we first quantify the penalty of the coupled congestion control for the links that do not share a bottleneck. Then, in order to overcome this penalty, we design and implement a practical shared bottleneck detection (SBD) algorithm for MPTCP, namely MPTCP-SBD. Through extensive emulations, we show that MPTCP-SBD outperforms all currently deployed MPTCP coupled congestion controls by accurately detecting bottlenecks resulting in throughput gains of up to 30\% in the absence of shared bottlenecks while remaining fair to TCP in shared bottlenecks scenarios. We complement the emulation results with real-network experiments justifying it is safeness for deployment.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/infocom2016-web.pdf",
+	url.size = "1474548",
+	url.md5 = "f60e8b176a4f13b368211d222ddc1969",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 11:40:23 CEST"
+}
+
+@Article{ ComNets2016-MultipathSurvey,
+	author = "Kiran Venkata Yedugundla and Simone Ferlin and Thomas Dreibholz and Özgü Alay and Nicolas Kuhn and Per Hurtig and Anna Brunström",
+	title = "{Is Multi-Path Transport Suitable for Latency Sensitive Traffic?}",
+	journal = "{Computer Networks}",
+	volume = "105",
+	pages = "1--21",
+	numpages = "21",
+	day = "4",
+	month = aug,
+	year = "2016",
+	publisher = "Elsevier",
+	language = "english",
+	issn = "1389-1286",
+	doi = "10.1016/j.comnet.2016.05.008",
+	keywords = "Internet, Latency, Multi-Path Communication, Transport Protocols, MPTCP, CMT-SCTP",
+	abstract = "{This paper assesses whether multi-path communication can help latency-sensitive applications to satisfy the requirements of their users. We consider Concurrent Multi-path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP) and evaluate their proficiency in transporting video, gaming, and web traffic over combinations of WLAN and 3G interfaces. To ensure the validity of our evaluation, several experimental approaches were used including simulation, emulation and live experiments. When paths are symmetric in terms of capacity, delay and loss rate, we find that the experienced latency is significantly reduced, compared to using a single path. Using multiple asymmetric paths does not affect latency -- applications do not experience any increase or decrease, but might benefit from other advantages of multi-path communication. In the light of our conclusions, multi-path transport is suitable for latency-sensitive traffic and mature enough to be widely deployed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/comnets2016-multipathsurvey.pdf",
+	url.size = "4632900",
+	url.md5 = "568dbefc09c209fa4d5598258d7f0831",
+	url.mime = "application/pdf",
+	url.pagesize = "595.245 x 793.92 pts",
+	url.checked = "2024-06-30 11:40:23 CEST"
+}
+
+@Misc{ Haikou2016-Presentation,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at Hainan University -- An Introduction to the NorNet Testbed}",
+	howpublished = "Invited Talk at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "34",
+	day = "29",
+	month = may,
+	year = "2016",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at Hainan University.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-presentation_1.pdf",
+	url.size = "14171665",
+	url.md5 = "158d559194bda92bc05c1a7a1603880d",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:40:23 CEST"
+}
+
+@Misc{ Haikou2016-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{An Experiment Tutorial for the NorNet Core Testbed at Hainan University}",
+	howpublished = "Tutorial at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "27",
+	day = "29",
+	month = may,
+	year = "2016",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial -- presented for students at the College of Information Science and Technology~(CIST) at Hainan University -- provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-tutorial_0.pdf",
+	url.size = "7479075",
+	url.md5 = "65d8e35c633a55315b7f72a764d7d970",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:40:24 CEST"
+}
+
+@Misc{ HKC2016-Presentation,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at the Haikou College of Economics -- An Introduction to the NorNet Testbed}",
+	howpublished = "Invited Talk at the Haikou College of Economics",
+	numpages = "28",
+	day = "6",
+	month = jun,
+	year = "2016",
+	address = "Guilinyang, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at the Haikou College of Economics.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hkc-presentation.pdf",
+	url.size = "10406054",
+	url.md5 = "2df3a5eec4fffe610a7ac773c8c2056c",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:40:24 CEST"
+}
+
+@InProceedings{ MSN2016,
+	author = "Thomas Dreibholz",
+	title = "{NorNet -- The Internet Testbed for Multi-Homed Systems}",
+	booktitle = "{Proceedings of the Multi-Service Networks Conference~(MSN, Coseners)}",
+	numpages = "16",
+	day = "8",
+	month = jul,
+	year = "2016",
+	address = "Abingdon, Oxfordshire/United Kingdom",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Overview",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/msn2016-presentation.pdf",
+	url.size = "11465832",
+	url.md5 = "693855de478247f1b9ac6be6e93c2af5",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 13:14:33 CEST"
+}
+
+@InProceedings{ LinuxCon2016,
+	author = "Thomas Dreibholz",
+	title = "{NorNet -- Building an Inter-Continental Internet Testbed based on Open Source Software}",
+	booktitle = "{Proceedings of the LinuxCon Europe}",
+	numpages = "36",
+	day = "5",
+	month = oct,
+	year = "2016",
+	address = "Berlin/Germany",
+	language = "english",
+	keywords = "NorNet Testbed, Multi-Path Transport, Resilience, Virtualisation, Linux, Open Source",
+	abstract = "{NorNet is an open, international Internet testbed platform for research on multi-homed systems. Multi-homed systems have the property of being connected to multiple Internet Service Providers~(ISP) simultaneously, in order to still provide connectivity in case of ISP/network failures. Basis of NorNet is Linux, together with other Open Source software. At the moment, the testbed infrastructure spreads over 21~sites on 4~continents.
+NorNet makes extensive use of advanced Linux features like virtualisation, file system features, routing rules, SCTP, MPTCP, and more. The global distribution creates further challenges. Goal of this talk is therefore to provide an overview of the problems that occurred when building the testbed, as well as solutions and lessons learned from solving these challenges. The idea is to present guidelines for utilising the advanced Linux features in own projects.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/linuxcon2016-presentation.pdf",
+	url.size = "9816526",
+	url.md5 = "835722bb90f2cf4e0aab67be150396b5",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 446 pts",
+	url.checked = "2024-06-30 11:40:25 CEST"
+}
+
+@Misc{ Sydney2017-Presentation,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at the University of Sydney -- An Introduction to the NorNet Core Testbed}",
+	howpublished = "Invited Talk at University of Sydney, School of Information Technologies",
+	numpages = "25",
+	day = "24",
+	month = jan,
+	year = "2017",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{Multi-homing denotes the simultaneous connection of endpoints (e.g.~cloud servers, smartphones, etc.) to multiple Internet Service Providers~(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.~malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.~increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.~be realised by Concurrent Multi-Path Transfer for SCTP~(CMT-SCTP) and Multi-Path TCP~(MPTCP), two protocols that are currently under standardisation in the IETF.
+The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections -- wired as well as wireless -- that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet's wired network part NorNet Core. Particularly, it will also show how the NorNet Core testbed can be utilised for research at the University of Sydney.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/sydney2017-presentation.pdf",
+	url.size = "12131689",
+	url.md5 = "e5f885e46a6b34b6fdcaf44fc77adde1",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:47:30 CEST"
+}
+
+@Misc{ Sydney2017-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{An Experiment Tutorial for the NorNet Core Testbed at the University of Sydney}",
+	howpublished = "Tutorial at University of Sydney, School of Information Technologies",
+	numpages = "27",
+	day = "24",
+	month = jan,
+	year = "2017",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial -- presented for Ph.D.\ students at the School of Information Technologies of the University of Sydney -- provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/sydney-tutorial.pdf",
+	url.size = "4944507",
+	url.md5 = "d3154a5ac9aa2ec045c406d15ee51da7",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:47:30 CEST"
+}
+
+@Misc{ UCLM2017-MultiPath-Presentation,
+	author = "Thomas Dreibholz",
+	title = "{Multi-Path Transport -- From Simulations to Real-World Internet Measurements}",
+	howpublished = "Keynote Talk at the Universidad de Castilla-La Mancha, Instituto de Investigación Informática de Albacete",
+	numpages = "36",
+	day = "16",
+	month = feb,
+	year = "2017",
+	address = "Albacete, Castilla-La Mancha/Spain",
+	language = "english",
+	keywords = "Multi-Path Transport, Multi-Path TCP (MPTCP), Concurrent Multi-Path Transfer for the Stream Control Transmission Protocol (CMT-SCTP), Simulations, Lab Measurements, Internet Measurements, NorNet Testbed, NorNet Core",
+	abstract = "{A large fraction of the communication in the Internet is handled by the Transmission Control Protocol (TCP). Since the first deployments of this protocol more than 30 years ago, the spectrum of applications as well as the structure of the network have developed at a fast pace. For example, today's network devices, like smartphones and laptops -- i.e.\ particularly many devices in the area of mobile computing -- frequently have an interesting property: the existence of multiple IP addresses (IPv4 and/or IPv6). The addresses may even change due to mobility. This property, denoted as multi-homing, can be utilised for multi-path transport, i.e. the simultaneous usage of multiple paths in the network to improve performance. Multi-path transport is a hot topic in the Internet Engineering Task Force (IETF), which is the standardisation organisation for the Internet.
+This talk provides an overview of the work in the areas of multi-homing and multi-path transport, with focus on the area of the protocols TCP and Stream Control Transmission Protocol (SCTP) with their experimental extensions Multi-Path TCP (MPTCP) and Concurrent Multi-Path Transfer for SCTP (CMT-SCTP). It particularly shows the sequence of research and selected results, beginning from a simple simulation model, via lab setups and small Internet scenarios, up to the large-scale, international testbed project NorNet. NorNet, and particularly its landline network part NorNet Core, is furthermore described in some detail. Based on NorNet, it is finally possible to validate simulation results in real-world, multi-homed networks, in order to provide valuable input to the ongoing IETF standardisation processes of MPTCP and CMT-SCTP.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-multipath-presentation_1.pdf",
+	url.size = "14981518",
+	url.md5 = "9bf3211e05f81f9e2950c956ca8aff18",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:47:30 CEST"
+}
+
+@Misc{ UCLM2017-NorNet-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{An Experiment Tutorial for the NorNet Core Testbed at the the Universidad de Castilla-La Mancha}",
+	howpublished = "Tutorial at the Universidad de Castilla-La Mancha, Instituto de Investigación Informática de Albacete",
+	numpages = "27",
+	day = "16",
+	month = feb,
+	year = "2017",
+	address = "Albacete, Castilla-La Mancha/Spain",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial -- presented for staff members and students at the Instituto de Investigación Informática de Albacete of the the Universidad de Castilla-La Mancha -- provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-nornet-tutorial.pdf",
+	url.size = "5369515",
+	url.md5 = "fc137937a18e3b14ff370926de13c094",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:47:31 CEST"
+}
+
+@Misc{ UCLM2017-INET-Presentation,
+	author = "Thomas Dreibholz",
+	title = "{Multi-Path Transport with OMNeT++ and the INET Framework}",
+	howpublished = "Invited Talk at the Universidad de Castilla-La Mancha, Instituto de Investigación Informática de Albacete",
+	numpages = "27",
+	day = "16",
+	month = feb,
+	year = "2017",
+	address = "Albacete, Castilla-La Mancha/Spain",
+	language = "english",
+	keywords = "Multi-Path Transport, OMNeT++, INET Framework, Stream Control Transmission Protocol, SCTP, Concurrent Multipath Transfer, CMT, CMT-SCTP, NetPerfMeter, SimProcTC",
+	abstract = "{In order to evaluate the performance of multi-path transport protocols, a straightforward initial step is to perform simulations. OMNeT++, together with the INET Framework, provide a powerful Open Source platform for running network simulations. This talk provides an overview of simulating multi-path transport with OMNeT++ and the INET Framework. Particular focus is on the Concurrent Multipath Transfer extension for the Stream Control Transmission Protocol (SCTP). Furthermore, useful additions like the NetPerfMeter application model, the extended network auto-configurator as well as the Simulation Processing Tool-Chain (SimProcTC) are explained.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-inet-presentation.pdf",
+	url.size = "4471187",
+	url.md5 = "3f419d15dbbf273d69067d6ab0b0aa07",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:47:31 CEST"
+}
+
+@InProceedings{ AINA2017-PathMgt,
+	author = "Kun Wang and Thomas Dreibholz and Xing Zhou and Fa Fu and Yuyin Tan and Xi Cheng and Qining Tan",
+	title = "{On the Path Management of Multi-Path TCP in Internet Scenarios based on the NorNet Testbed}",
+	booktitle = "{Proceedings of the IEEE International Conference on Advanced Information Networking and Applications~(AINA)}",
+	pages = "1--8",
+	numpages = "8",
+	day = "27",
+	month = mar,
+	year = "2017",
+	address = "Taipei, Taiwan/People's Republic of China",
+	language = "english",
+	isbn = "978-1-5090-6028-3",
+	doi = "10.1109/AINA.2017.29",
+	keywords = "Multi-Path Transport, Multi-Path TCP (MPTCP), Resilience, Path Management, Congestion Control, Configuration",
+	abstract = "{With the rapid development of Internet communications, there is a growing demand to support devices being connected to multiple Internet service providers simultaneously. For example, every modern smartphone already provides at least mobile broadband (UMTS, LTE) as well as Wi-Fi interfaces. This multi-homing property can be used for resilience, but there is also an increasing interest in making use of concurrent multi-path transport. That is, multiple network paths can be utilised simultaneously, in order to improve the payload throughput for applications like big data or cloud computing.
+In this paper, we examine the performance of multi-path transport in real-world Internet setups, based on Multi-Path TCP (MPTCP) in the NorNet testbed for multi-homed systems. However, systems in such challenging setups need proper configuration. Therefore, we particularly would like to highlight the performance impact of different path management and congestion control settings in such realistic scenarios.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/kunwang-paper-web.pdf",
+	url.size = "387514",
+	url.md5 = "28dbde48237a546a430f386474476c17",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:47:31 CEST"
+}
+
+@InProceedings{ AINA2017-BufferSize,
+	author = "Feng Zhou and Thomas Dreibholz and Xing Zhou and Fa Fu and Yuyin Tan and Quan Gan",
+	title = "{The Performance Impact of Buffer Sizes for Multi-Path TCP in Internet Setups}",
+	booktitle = "{Proceedings of the IEEE International Conference on Advanced Information Networking and Applications~(AINA)}",
+	pages = "9--16",
+	numpages = "8",
+	day = "27",
+	month = mar,
+	year = "2017",
+	address = "Taipei, Taiwan/People's Republic of China",
+	language = "english",
+	isbn = "978-1-5090-6028-3",
+	doi = "10.1109/AINA.2017.26",
+	keywords = "Multi-Path Transport, Multi-Path TCP (MPTCP), Buffer Size, Throughput, Robustness",
+	abstract = "{The Multi-Path Transmission Control Protocol (MPTCP) is the new concurrent multi-path transfer extension for the widely-deployed Transmission Control Protocol (TCP). Of course, having multiple and possibly highly dissimilar paths for transmission is a challenge for the management of the send and receive buffers, since optimal throughput is desired with a reasonable allocation of the limited memory resources in MPTCP endpoints. This is particularly important when many MPTCP connections have to be handled simultaneously.
+This paper measures out the required MPTCP buffer size in the real-world Internet testbed NorNet, comparing theoretical size and real size to analyse MPTCP performance. The experiment shows that multi-path transmission can effectively increase the application payload throughput, and greatly improve the robustness of the data transmission. As an important point of this paper, we can show that appropriate buffer size settings can increase the payload throughput, while not wasting resources.
+This paper has certain significance for further accurately determining the optimal buffer size settings for multi-path transmission in large-scale Internet setups.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/fengzhou-mptcp-web.pdf",
+	url.size = "1030101",
+	url.md5 = "a1ef777ccb72a3d160bd59fb377879ea",
+	url.mime = "application/pdf",
+	url.pagesize = "595.28 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:47:31 CEST"
+}
+
+@Misc{ Haikou2017-NEAT,
+	author = "Thomas Dreibholz",
+	title = "{A Practical Introduction to NEAT at Hainan University}",
+	howpublished = "Invited Talk at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "19",
+	day = "17",
+	month = apr,
+	year = "2017",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NEAT, NEAT Sockets API, Client, Server, Programming, Examples, NorNet Core",
+	abstract = "{The goal of NEAT (A New, Evolutive API and Transport-Layer Architecture for the Internet) is to allow network "services" offered to applications – such as reliability, low-delay communication or security – to be dynamically tailored based on application demands, current network conditions, hardware capabilities or local policies, and also to support the integration of new network functionality in an evolutionary fashion, without applications having to be rewritten.
+	This talk gives a practical introduction to NEAT from a developer's perspective: after an introduction to NEAT, the APIs and in particular the NEAT Sockets API are explained. This is followed by pseudo-code examples and finally running-code examples. These running-code examples particularly also show how to use NEAT in NorNet Core}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-introduction.pdf",
+	url.size = "886012",
+	url.md5 = "0da3ed198c7c49822d6626281f3dd270",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 540 pts",
+	url.checked = "2024-06-30 11:47:31 CEST"
+}
+
+@Misc{ Haikou2017-MultiPath-Presentation,
+	author = "Thomas Dreibholz",
+	title = "{Multi-Path Transport at Hainan University – From Simulations to Real-World Internet Measurements in the NorNet Testbed}",
+	howpublished = "Keynote Talk at Hainan University, College of Information Science and Technology (CIST)",
+	numpages = "44",
+	day = "18",
+	month = apr,
+	year = "2017",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{A large fraction of the communication in the Internet is handled by the Transmission Control Protocol (TCP). Since the first deployments of this protocol more than 30 years ago, the spectrum of applications as well as the structure of the network have developed at a fast pace. For example, today's network devices, like smartphones and laptops -- i.e.\ particularly many devices in the area of mobile computing -- frequently have an interesting property: the existence of multiple IP addresses (IPv4 and/or IPv6). The addresses may even change due to mobility. This property, denoted as multi-homing, can be utilised for multi-path transport, i.e. the simultaneous usage of multiple paths in the network to improve performance. Multi-path transport is a hot topic in the Internet Engineering Task Force (IETF), which is the standardisation organisation for the Internet.
+This talk provides an overview of the work in the areas of multi-homing and multi-path transport, with focus on the area of the protocols TCP and Stream Control Transmission Protocol (SCTP) with their experimental extensions Multi-Path TCP (MPTCP) and Concurrent Multi-Path Transfer for SCTP (CMT-SCTP). It particularly shows the sequence of research and selected results, beginning from a simple simulation model, via lab setups and small Internet scenarios, up to the large-scale, international testbed project NorNet. NorNet, and particularly its landline network part NorNet Core, is furthermore described in some detail. Based on NorNet, it is finally possible to validate simulation results in real-world, multi-homed networks, in order to provide valuable input to the ongoing IETF standardisation processes of MPTCP and CMT-SCTP. Particularly, it will also show how the NorNet testbed can be utilised for research at Hainan University.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation.pdf",
+	url.size = "15151415",
+	url.md5 = "ece75d74aefc18d93d4ae7728ffadf5b",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:47:32 CEST"
+}
+
+@Misc{ Haikou2017-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{The Basics of Using the NorNet Core Testbed at Hainan University}",
+	howpublished = "Tutorial at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "30",
+	day = "18",
+	month = apr,
+	year = "2017",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial -- presented for students at the College of Information Science and Technology~(CIST) at Hainan University -- provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial.pdf",
+	url.size = "5105692",
+	url.md5 = "dd54c96d743be34c823d3d26f2268a0d",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:47:32 CEST"
+}
+
+@InProceedings{ ANRW2017,
+	author = "Felix Weinrank and Karl-Johan Grinnemo and Zdravko Bozakov and Anna Brunström and Thomas Dreibholz and Per Hurtig and Naeem Khademi and Michael Tüxen",
+	title = "{A NEAT Way to Browse the Web}",
+	howpublished = "Demo Presentation",
+	booktitle = "{Proceedings of the ACM, IRTF and ISOC Applied Networking Research Workshop~(ANRW)}",
+	pages = "33--34",
+	numpages = "2",
+	day = "15",
+	month = jul,
+	year = "2017",
+	address = "Praha/Czech Republic",
+	language = "english",
+	isbn = "978-1-4503-5108-9",
+	doi = "10.1145/3106328.3106335",
+	keywords = "NEAT, Ossification, Transport Selection, Transport Service, SCTP, TCP",
+	abstract = "{There is a growing concern that the Internet transport layer has become ossified in the face of emerging novel applications, and that further evolution has become very difficult. The NEAT system is a novel and evolvable transport system that decouples applications from the underlying transport layer and network services. In so doing, it facilitates dynamic transport selection. This demo shows how the NEAT system is able to dynamically select the most appropriate transport solution for the Mozilla Firefox web browser.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/anrw17-final13.pdf",
+	url.size = "426773",
+	url.md5 = "88e5c2bc95ec7b070cf838734646bcfe",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 11:47:32 CEST"
+}
+
+@InProceedings{ MELODIC-Warsaw2017,
+	author = "Thomas Dreibholz",
+	title = "{Testing Applications with the NorNet Infrastructure}",
+	booktitle = "{Proceedings of the MELODIC Plenary Meeting}",
+	numpages = "15",
+	day = "21",
+	month = sep,
+	year = "2017",
+	address = "Warszawa, Masovia/Poland",
+	language = "english",
+	keywords = "Cloud Computing, MELODIC, Multi-Homing, NorNet Core, NorNet Testbed, OpenStack",
+	abstract = "{This talk gives a short overview over the possibilities of testing applications in the NorNet infrastructure. Furthermore, it presents a short overview of the ongoing work on integrating NorNet Core with the MELODIC multi-cloud infrastructure.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/melodic-warsaw2017.pdf",
+	url.size = "12282757",
+	url.md5 = "d7f500252a941682c5de800875a9e1c3",
+	url.mime = "application/pdf",
+	url.pagesize = "793.672 x 595.247 pts",
+	url.checked = "2024-06-30 11:47:33 CEST"
+}
+
+@Misc{ Haikou2017-2-MultiPath,
+	author = "Thomas Dreibholz",
+	title = "{An Introduction to Multi-Path Transport at Hainan University}",
+	howpublished = "Keynote Talk at Hainan University, College of Information Science and Technology (CIST)",
+	numpages = "44",
+	day = "14",
+	month = dec,
+	year = "2017",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{A large fraction of the communication in the Internet is handled by the Transmission Control Protocol (TCP). Since the first deployments of this protocol more than 30 years ago, the spectrum of applications as well as the structure of the network have developed at a fast pace. For example, today's network devices, like smartphones and laptops -- i.e.\ particularly many devices in the area of mobile computing -- frequently have an interesting property: the existence of multiple IP addresses (IPv4 and/or IPv6). The addresses may even change due to mobility. This property, denoted as multi-homing, can be utilised for multi-path transport, i.e. the simultaneous usage of multiple paths in the network to improve performance. Multi-path transport is a hot topic in the Internet Engineering Task Force (IETF), which is the standardisation organisation for the Internet.
+This talk provides an overview of the work in the areas of multi-homing and multi-path transport, with focus on the area of the protocols TCP and Stream Control Transmission Protocol (SCTP) with their experimental extensions Multi-Path TCP (MPTCP) and Concurrent Multi-Path Transfer for SCTP (CMT-SCTP). It particularly shows the sequence of research and selected results, beginning from a simple simulation model, via lab setups and small Internet scenarios, up to the large-scale, international testbed project NorNet. NorNet, and particularly its landline network part NorNet Core, is furthermore described in some detail. Based on NorNet, it is finally possible to validate simulation results in real-world, multi-homed networks, in order to provide valuable input to the ongoing IETF standardisation processes of MPTCP and CMT-SCTP. Particularly, it will also show how the NorNet testbed can be utilised for research at Hainan University.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation_0.pdf",
+	url.size = "15151415",
+	url.md5 = "ece75d74aefc18d93d4ae7728ffadf5b",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:47:33 CEST"
+}
+
+@Misc{ Haikou2017-2-NorNet-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{NorNet Core Beginner Tutorial at Hainan University}",
+	howpublished = "Tutorial at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "30",
+	day = "15",
+	month = dec,
+	year = "2017",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial -- presented for students at the College of Information Science and Technology~(CIST) at Hainan University -- provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial_0.pdf",
+	url.size = "5105692",
+	url.md5 = "dd54c96d743be34c823d3d26f2268a0d",
+	url.mime = "application/pdf",
+	url.pagesize = "794 x 595 pts",
+	url.checked = "2024-06-30 11:47:34 CEST"
+}
+
+@Misc{ Haikou2017-2-NEAT-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{NEAT Tutorial at Hainan University: Getting Started with NEAT}",
+	howpublished = "Invited Talk at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "20",
+	day = "18",
+	month = dec,
+	year = "2017",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NEAT, NEAT Sockets API, Client, Server, Programming, Examples, NorNet Core",
+	abstract = "{The goal of NEAT (A New, Evolutive API and Transport-Layer Architecture for the Internet) is to allow network "services" offered to applications – such as reliability, low-delay communication or security – to be dynamically tailored based on application demands, current network conditions, hardware capabilities or local policies, and also to support the integration of new network functionality in an evolutionary fashion, without applications having to be rewritten.
+	This talk gives a practical introduction to NEAT from a developer's perspective: after an introduction to NEAT, the APIs and in particular the NEAT Sockets API are explained. This is followed by pseudo-code examples and finally running-code examples. These running-code examples particularly also show how to use NEAT in NorNet Core}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-tutorial.pdf",
+	url.size = "3274944",
+	url.md5 = "3a3d41b926ad3b6e7cad46b6f4372f7e",
+	url.mime = "application/pdf",
+	url.pagesize = "719.972 x 539.972 pts",
+	url.checked = "2024-06-30 11:47:34 CEST"
+}
+
+@Misc{ Haikou2017-2-MELODIC-Introduction,
+	author = "Thomas Dreibholz",
+	title = "{Big Data Applications on Multi-Clouds: An Introduction to the MELODIC Project}",
+	howpublished = "Keynote Talk at Hainan University, College of Information Science and Technology (CIST)",
+	numpages = "28",
+	day = "29",
+	month = dec,
+	year = "2017",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "Cloud Computing, MELODIC, OpenStack, Big Data, Applications",
+	abstract = "{In former times, it was necessary to operate and maintain powerful personal computers to run applications. Nowadays, many "normal" users just use laptops, tablet PCs or smartphones. Their applications are powered by cloud systems in the background, which are operated in data centres at remote locations and being connected over the Internet. This presentation first introduces the basics of cloud computing: virtualisation, virtual machines, containers, and software as a service.
+A challenge of using cloud computing is to deploy services to cloud providers, in order to operate them in a cost-efficient way while providing the best application experience to the users. The vision of the Multi-Cloud Execution-Ware for Large-scale Optimised Data-Intensive Computing~(MELODIC) project is to enable federated cloud computing for data-intensive applications. Furthermore, it provides the user with an easy-to-use, unified cloud environment, which hides the complexity of a multi-cloud. The second part of this presentation therefore provides an overview of the basic ideas and application use cases of MELODIC.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-introduction.pdf",
+	url.size = "11649839",
+	url.md5 = "78406b60a0eb59d72adf177f427ed542",
+	url.mime = "application/pdf",
+	url.pagesize = "1919.96 x 1079.97 pts",
+	url.checked = "2024-06-30 11:47:34 CEST"
+}
+
+@Misc{ Haikou2017-2-MELODIC-NorNetCore,
+	author = "Thomas Dreibholz",
+	title = "{Combining NorNet Core with MELODIC}",
+	howpublished = "Invited Talk at Hainan University, College of Information Science and Technology (CIST)",
+	numpages = "15",
+	day = "29",
+	month = dec,
+	year = "2017",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "Cloud Computing, MELODIC, Multi-Homing, NorNet Core, NorNet Testbed, OpenStack",
+	abstract = "{This talk gives a short overview over the possibilities of testing applications in the NorNet infrastructure. Furthermore, it presents a short overview of the ongoing work on integrating NorNet Core with the MELODIC multi-cloud infrastructure, including the NorNet Core setup at Hainan University and the Haikou College of Economics.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-nornetcore.pdf",
+	url.size = "11035629",
+	url.md5 = "9ade823e423387685270004ad3561220",
+	url.mime = "application/pdf",
+	url.pagesize = "793.672 x 595.247 pts",
+	url.checked = "2024-06-30 11:47:35 CEST"
+}
+
+@InProceedings{ ITC2018,
+	author = "Runa Barik and Michael Welzl and Ahmed Mustafa Elmokashfi and Thomas Dreibholz and Stein Gjessing",
+	title = "{Can WebRTC QoS Work? A DSCP Measurement Study}",
+	booktitle = "{Proceedings of the 30th International Teletraffic Congress~(ITC)}",
+	pages = "167--175",
+	numpages = "9",
+	day = "6",
+	month = sep,
+	year = "2018",
+	address = "Wien/Austria",
+	language = "english",
+	isbn = "978-0-9883045-5-0",
+	doi = "10.1109/ITC30.2018.00034",
+	keywords = "Measurement, Fling, DSCP, Ingress, Egress",
+	abstract = "{DiffServ was designed to implement service provider quality of service (QoS) policies, where ingress and egress routers change the DiffServ Code Point (DSCP) in the IP header. However, nowadays, applications are beginning to directly set the DSCP themselves, in the hope that this will yield a more appropriate service for their respective video, audio and data streams. WebRTC is a prime example of such an application.
+As a first step towards understanding whether "WebRTC QoS works", we measured, for both IPv4 and IPv6, what happens to DSCP values along Internet paths. Our study is based on end-to-end measurements from 160 IPv4 and 65 IPv6 geographically spread controlled probe clients to 34 IPv4 and 18 IPv6 servers respectively. Clearly, when the DSCP value is changed, the net result may not be what the application desired. We find that this happens often, and conclude with recommendations on how to improve WebRTC and other applications using the DSCP.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/itc30.pdf",
+	url.size = "325160",
+	url.md5 = "61250e710bd427bef09802e076ff4185",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2020-07-18 14:27:24 CEST"
+}
+
+@InProceedings{ IAEAC2018,
+	author = "Qining Tan and Xuelei Yang and Lan Zhao and Xing Zhou and Thomas Dreibholz",
+	title = "{A Statistic Procedure to Find Formulae for Buffer Size in MPTCP}",
+	booktitle = "{Proceedings of the 3rd IEEE Advanced Information Technology, Electronic and Automation Control Conference~(IAEAC)}",
+	pages = "900--907",
+	numpages = "8",
+	day = "13",
+	month = oct,
+	year = "2018",
+	address = "Chongqing/People's Republic of China",
+	language = "english",
+	isbn = "978-1-5386-4509-3",
+	doi = "10.1109/IAEAC.2018.8577570",
+	keywords = "Multi-Path TCP~(MPTCP), Buffer Size, Throughput, Statistical Predictive Modelling, Congestion Control",
+	abstract = "{It has been shown that the Multi-Path Transmission Control Protocol~(MPTCP) can improve throughput, robustness and resilience of network transport. This paper seeks to discover the relationship of buffer size with throughput and congestion control algorithms, based on the statistical predictive modelling method. In spite of rapid growth of the implementations of MPTCP, the theoretical and fundamental question –- how large the buffer size of MPTCP should be to meet the network traffic -– remains unaddressed, although there were graphic illustrations and descriptive discussions about it.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/iaeac2018-web.pdf",
+	url.size = "1788429",
+	url.md5 = "aa33f9937c7cfa4a0e666d35986a5f48",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 14:35:08 CEST"
+}
+
+@Article{ CompEngApps2018,
+	author = "Yu Lou and Xing Zhou and Yu Long and Hanbao Kuang and Thomas Dreibholz and Yuyin Tan",
+	title = "{Performance Analysis of MPTCP Protocol in Multiple Scenarios}",
+	journal = "{Computer Engineering and Applications}",
+	volume = "54",
+	issue = "24",
+	pages = "79--86",
+	numpages = "8",
+	day = "15",
+	month = dec,
+	year = "2018",
+	publisher = "CEA",
+	language = "english",
+	content-language = "chinese",
+	issn = "1002-8331",
+	doi = "10.3778/j.issn.1002-8331.1806-0034",
+	keywords = "IPv6, MPTCP, Video Broadcast Platform, Load Balancing, Robustness",
+	abstract = "{By studying address structure of TCP/IPv4 and the functions of Socket API, the address structure of MPTCP/IPv6 and the software of Socket API are rebuilt, the SRS stream media server has been extended by IPv6 support. Based upon this, MPTCP kernel and the extended SRS stream media server are recompiled, corresponding routing tables are configured. Finally, a video broadcast platform is set up based upon the technologies of IPv6+MPTCP. It verifies the effectiveness and usability combining these two technologies. The results show: (1) The load-balancing ability of MPTCP-based concurrent multi-path transmission technology is effective; (2) MPTCP multi-path transmission technology can realize the seamless switching of the network and improve the network robustness; (3) There is good compatibility among IPv6, MPTCP and Real Time Message Protocol (RTMP); (4) The broadcast platform provides an example for developing future applications of all kinds connecting endpoints based upon IPv6+MPTCP in Next Generation Internet (NGI).}",
+	url = "https://web.archive.org/web/20190128151215/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&id=37335",
+	url.size = "844969",
+	url.md5 = "0783dbb21a0dacf0029868fecfbf3864",
+	url.mime = "application/pdf",
+	url.pagesize = "629.291 x 875.905 pts",
+	url.checked = "2019-01-28 16:22:00 CET"
+}
+
+@InProceedings{ PDP2019,
+	author = "Thomas Dreibholz and Somnath Mazumdar and Feroz Zahid and Amirhosein Taherkordi and Ernst Gunnar Gran",
+	title = "{Mobile Edge as Part of the Multi-Cloud Ecosystem: A Performance Study}",
+	booktitle = "{Proceedings of the 27th Euromicro International Conference on Parallel, Distributed and Network-Based Processing~(PDP)}",
+	pages = "59--66",
+	numpages = "8",
+	day = "13",
+	month = feb,
+	year = "2019",
+	address = "Pavia, Lombardia/Italy",
+	language = "english",
+	isbn = "978-1-7281-1644-0",
+	doi = "10.1109/EMPDP.2019.8671599",
+	keywords = "Cloud Computing, Latency, Mobile Edge Computing, Multi-Cloud, Performance",
+	abstract = "{Cloud computing has revolutionized the way of application usage and deployment: applications run cost-effectively in remote data centers. With the increasing need for mobility and micro-services, particularly with the upcoming 5G mobile broadband networks, there is also a strong demand for mobile edge computing (MEC): applications run in small cloud systems in close proximity to the user, in order to minimize latencies. Both cloud and MEC have their advantages and disadvantages. Combining the two approaches in a unified multi-cloud, consisting of both traditional cloud services provisioned over heterogeneous cloud platforms and MEC systems, has the potential of obtaining the best out of both worlds. However, a comprehensive study is needed to evaluate the performance gains and the overheads involved for real-world cloud applications. In this paper, we introduce a baseline performance evaluation in order to identify the fallacies and pitfalls of combining multiple cloud systems and MEC into a unified MEC-multi-cloud platform. For this purpose, we analyze the basic, application-independent performance metrics of average round-trip time (RTT) and average application payload throughput in a setup consisting of two private and one public cloud systems. This baseline performance analysis confirms the feasibility of MEC-multi-cloud, and provides guidelines for designing an autonomic resource provisioning solutions, in terms of an extension proposed to our existing Melodic middleware platform for multi-cloud applications.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/pdp2019-web.pdf",
+	url.size = "10204392",
+	url.md5 = "ec3ccc12f5e74208bbcb2f363f019be9",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:53:13 CEST",
+	url.keywords = "Cloud Computing, Mobile Edge Computing, Multi-Cloud, Performance, Latency"
+}
+
+@Misc{ Sydney2019,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at the University of Sydney: From Simulations to Real-World Internet Measurements for Multi-Path Transport Research}",
+	howpublished = "Invited Talk at University of Sydney",
+	numpages = "43",
+	day = "10",
+	month = jan,
+	year = "2019",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{A large fraction of the communication in the Internet is handled by the Transmission Control Protocol (TCP). Since the first deployments of this protocol more than 30 years ago, the spectrum of applications as well as the structure of the network have developed at a fast pace. For example, today's network devices, like smartphones and laptops -- i.e.\ particularly many devices in the area of mobile computing -- frequently have an interesting property: the existence of multiple IP addresses (IPv4 and/or IPv6). The addresses may even change due to mobility. This property, denoted as multi-homing, can be utilised for multi-path transport, i.e. the simultaneous usage of multiple paths in the network to improve performance. Multi-path transport is a hot topic in the Internet Engineering Task Force (IETF), which is the standardisation organisation for the Internet.
+This talk provides an overview of the work in the areas of multi-homing and multi-path transport, with focus on the area of the protocols TCP and Stream Control Transmission Protocol (SCTP) with their experimental extensions Multi-Path TCP (MPTCP) and Concurrent Multi-Path Transfer for SCTP (CMT-SCTP). It particularly shows the sequence of research and selected results, beginning from a simple simulation model, via lab setups and small Internet scenarios, up to the large-scale, international testbed project NorNet. NorNet, and particularly its landline network part NorNet Core, is furthermore described in some detail. Based on NorNet, it is finally possible to validate simulation results in real-world, multi-homed networks, in order to provide valuable input to the ongoing IETF standardisation processes of MPTCP and CMT-SCTP. Particularly, it will also show how the NorNet testbed can be utilised for research at the University of Sydney.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/sydney2019-presentation.pdf",
+	url.size = "17486981",
+	url.md5 = "8e5c35e9b396565a42c5cb24d208bd1f",
+	url.mime = "application/pdf",
+	url.pagesize = "793.672 x 595.247 pts",
+	url.checked = "2024-06-30 11:53:13 CEST"
+}
+
+@InProceedings{ M2EC2019-VideoStreaming,
+	author = "Yu Luo and Xing Zhou and Thomas Dreibholz and Hanbao Kuang",
+	title = "{A Real-Time Video Streaming System over IPv6+MPTCP Technology}",
+	booktitle = "{Proceedings of the 1st International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing~(M2EC) in conjunction with the 33rd International Conference on Advanced Information Networking and Applications~(AINA)}",
+	pages = "1007--1019",
+	numpages = "13",
+	day = "27",
+	month = mar,
+	year = "2019",
+	address = "Matsue, Shimane/Japan",
+	language = "english",
+	isbn = "978-3-030-15034-1",
+	doi = "10.1007/978-3-030-15035-8_99",
+	keywords = "Video Streaming Platform, IPv6, MPTCP, Load Balancing, Resilience",
+	abstract = "{Today, a steadily increasing number of users are not just passively consuming Internet content, but also share and publish content. Users publish text, photos and videos. With the availability of 5G high-speed, low-latency mobile broadband networks, real-time video streaming will also be possible. We believe this will become a very popular application in the coming years. But the more popular a service is, the higher the need for resilience.
+In this paper, we introduce our work-in-progress live video streaming platform for future mobile edge computing scenarios, which makes use of MPTCP+IPv6 to support multi-homing for resilience and multi-path transport for load balancing. As a proof of concept, we will show that the platform is (1) compatible with IPv6, (2) utilizes load balancing when possible and (3) provides robustness by network redundancy.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/m2ec2019-videostreaming.pdf",
+	url.size = "216080",
+	url.md5 = "724099429d06664fda7dab312b962cf2",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:57:17 CEST"
+}
+
+@InProceedings{ M2EC2019-MultiCloud,
+	author = "Jiangshui Hong and Thomas Dreibholz and Joseph Adam Schenkel and Jiaxi Alessia Hu",
+	title = "{An Overview of Multi-Cloud Computing}",
+	booktitle = "{Proceedings of the 1st International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing~(M2EC) in conjunction with the 33rd International Conference on Advanced Information Networking and Applications~(AINA)}",
+	pages = "1055--1068",
+	numpages = "14",
+	day = "27",
+	month = mar,
+	year = "2019",
+	address = "Matsue, Shimane/Japan",
+	language = "english",
+	isbn = "978-3-030-15034-1",
+	doi = "10.1007/978-3-030-15035-8_103",
+	keywords = "Cloud Computing, Multi-Cloud, Hybrid Cloud, Federated Clouds, Big Data",
+	abstract = "{The purpose of this paper is to provide a brief overview of cloud computing technologies, particularly with respect to multi-cloud networks. First, the basics of cloud computing concepts are discussed. Next we outline some challenges facing cloud computing, and discuss how multi-cloud systems including multi-clouds, hybrid clouds, federated clouds, and cross-clouds may be used to deal with some of these issues. Finally, multi-cloud systems may also be used in conjunction with new developing technologies such as Big Data and Machine Learning, leading to exciting innovations. These are reviewed in brief. Our goal is to provide a modern look at the state of the art in multi-cloud computing and review open issues in the field. The goal is that this paper will help the reader to understand challenges facing cloud computing, how multi-cloud computing addresses some of these issues, and inspire community excitement at the future integration of multi-cloud platforms with other novel technologies.}",
+	url = "https://web-backend.simula.no/sites/default/files/2024-06/M2EC2019-MultiCloud.pdf",
+	url.size = "110832",
+	url.md5 = "505f5129e8c349000eb61cdb22572cf2",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:57:17 CEST"
+}
+
+@InProceedings{ IETF104,
+	author = "Runa Barik and Michael Welzl and Gorry Fairhurst and Thomas Dreibholz and Ahmed Mustafa Elmokashfi and Stein Gjessing",
+	title = "{Native SCTP, DCCP, UDP-Lite and Home Gateway NATs}",
+	booktitle = "{Proceedings of the 104th IETF Meeting}",
+	numpages = "11",
+	day = "28",
+	month = mar,
+	year = "2019",
+	address = "Praha/Czech Republic",
+	language = "english",
+	url = "https://datatracker.ietf.org/meeting/104/materials/slides-104-maprg-native-sctp-dccp-udp-lite-and-home-gateway-nats-runa-barik-01",
+	url.size = "81086",
+	url.md5 = "83992b2612501e88a1cb746e116b0e49",
+	url.mime = "application/pdf",
+	url.pagesize = "362.835 x 272.126 pts",
+	url.checked = "2024-06-30 11:53:14 CEST"
+}
+
+@Misc{ Haikou2019-MultiPath,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at Hainan University: From Simulations to Real-World Internet Measurements for Multi-Path Transport Research}",
+	howpublished = "Keynote Talk at Hainan University, College of Information Science and Technology (CIST)",
+	numpages = "44",
+	day = "15",
+	month = apr,
+	year = "2019",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{A large fraction of the communication in the Internet is handled by the Transmission Control Protocol (TCP). Since the first deployments of this protocol more than 30 years ago, the spectrum of applications as well as the structure of the network have developed at a fast pace. For example, today's network devices, like smartphones and laptops -- i.e.\ particularly many devices in the area of mobile computing -- frequently have an interesting property: the existence of multiple IP addresses (IPv4 and/or IPv6). The addresses may even change due to mobility. This property, denoted as multi-homing, can be utilised for multi-path transport, i.e. the simultaneous usage of multiple paths in the network to improve performance. Multi-path transport is a hot topic in the Internet Engineering Task Force (IETF), which is the standardisation organisation for the Internet.
+This talk provides an overview of the work in the areas of multi-homing and multi-path transport, with focus on the area of the protocols TCP and Stream Control Transmission Protocol (SCTP) with their experimental extensions Multi-Path TCP (MPTCP) and Concurrent Multi-Path Transfer for SCTP (CMT-SCTP). It particularly shows the sequence of research and selected results, beginning from a simple simulation model, via lab setups and small Internet scenarios, up to the large-scale, international testbed project NorNet. NorNet, and particularly its landline network part NorNet Core, is furthermore described in some detail. Based on NorNet, it is finally possible to validate simulation results in real-world, multi-homed networks, in order to provide valuable input to the ongoing IETF standardisation processes of MPTCP and CMT-SCTP. Particularly, it will also show how the NorNet testbed can be utilised for research at Hainan University.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/china2019-multipath-presentation.pdf",
+	url.size = "18405526",
+	url.md5 = "e772349a001d337ecb15b28e34cefc86",
+	url.mime = "application/pdf",
+	url.pagesize = "793.701 x 595.276 pts",
+	url.checked = "2024-06-30 11:53:15 CEST"
+}
+
+@Misc{ Haikou2019-NorNet-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at Hainan University: Getting Started with NorNet Core}",
+	howpublished = "Tutorial at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "29",
+	day = "16",
+	month = apr,
+	year = "2019",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial -- presented for students at the College of Information Science and Technology~(CIST) at Hainan University -- provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/china2019-nornet-tutorial.pdf",
+	url.size = "7460860",
+	url.md5 = "bfb88231c7e5c29d0343d3fed3f9a2bf",
+	url.mime = "application/pdf",
+	url.pagesize = "793.701 x 595.276 pts",
+	url.checked = "2024-06-30 11:53:15 CEST"
+}
+
+@Misc{ Haikou2019-MELODIC-Introduction,
+	author = "Thomas Dreibholz",
+	title = "{MELODIC at Hainan University: An Introduction to the MELODIC Project}",
+	howpublished = "Keynote Talk at Hainan University, College of Information Science and Technology (CIST)",
+	numpages = "28",
+	day = "17",
+	month = apr,
+	year = "2019",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "Cloud Computing, MELODIC, OpenStack, Big Data, Applications",
+	abstract = "{In former times, it was necessary to operate and maintain powerful personal computers to run applications. Nowadays, many "normal" users just use laptops, tablet PCs or smartphones. Their applications are powered by cloud systems in the background, which are operated in data centres at remote locations and being connected over the Internet. This presentation first introduces the basics of cloud computing: virtualisation, virtual machines, containers, and software as a service.
+A challenge of using cloud computing is to deploy services to cloud providers, in order to operate them in a cost-efficient way while providing the best application experience to the users. The vision of the Multi-Cloud Execution-Ware for Large-scale Optimised Data-Intensive Computing~(MELODIC) project is to enable federated cloud computing for data-intensive applications. Furthermore, it provides the user with an easy-to-use, unified cloud environment, which hides the complexity of a multi-cloud. The second part of this presentation therefore provides an overview of the basic ideas and application use cases of MELODIC.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-introduction.pdf",
+	url.size = "8302503",
+	url.md5 = "931f7970895caa43236b89ddb370ddac",
+	url.mime = "application/pdf",
+	url.pagesize = "1919.99 x 1080 pts",
+	url.checked = "2024-06-30 11:53:15 CEST"
+}
+
+@Misc{ Haikou2019-MELODIC-NorNetCore,
+	author = "Thomas Dreibholz",
+	title = "{MELODIC at Hainan University: Combining NorNet Core with MELODIC}",
+	howpublished = "Invited Talk at Hainan University, College of Information Science and Technology (CIST)",
+	numpages = "16",
+	day = "18",
+	month = apr,
+	year = "2019",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "Cloud Computing, MELODIC, Multi-Homing, NorNet Core, NorNet Testbed, OpenStack",
+	abstract = "{This talk gives a short overview over the possibilities of testing applications in the NorNet infrastructure. Furthermore, it presents a short overview of the ongoing work on integrating NorNet Core with the MELODIC multi-cloud infrastructure, including the NorNet Core setup at Hainan University and the Haikou College of Economics.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-nornetcore.pdf",
+	url.size = "7555938",
+	url.md5 = "0daa0309becaa93ba0df66787bdac2fe",
+	url.mime = "application/pdf",
+	url.pagesize = "793.701 x 595.276 pts",
+	url.checked = "2024-06-30 11:53:16 CEST"
+}
+
+@TechReport{ CRNA-Rapport2020,
+	author = "Ahmed Mustafa Elmokashfi and Amund Kvalbein and Anas Saeed Al-Selwi and Mah-Rukh Fida",
+	title = "{Norske mobilnett i~2020 -- Tilstandsrapport fra Centre for Resilient Networks and Applications}",
+	numpages = "46",
+	day = "6",
+	month = may,
+	year = "2021",
+	institution = "Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications~(CRNA)",
+	address = "Oslo/Norway",
+	language = "norsk",
+	isbn = "82-92593-30-6",
+	abstract = "{Denne rapporten er utarbeidet av Center forResilient Networks and Applications (CRNA),som er en del av Simula Metropolitan Centerfor Digital Engineering. CRNA driver grunn-leggende forskning innen robusthet og sikker-het i nettverk med mandat og finansiering fraKommunal- og moderniseringsdepartementet.Senteret produserer en årlig rapport om tilstan-den i norske mobilnett. Årets rapport er denåttende i rekken}",
+	url = "https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2020.pdf",
+	url.size = "9700164",
+	url.md5 = "9262932cbffb03b60eb73d4353212246",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:53:16 CEST"
+}
+
+@TechReport{ CRNA-Rapport2018,
+	author = "Ahmed Mustafa Elmokashfi and Amund Kvalbein and Thomas Dreibholz and Chad Jarvis",
+	title = "{Norske mobilnett i~2018 -- Tilstandsrapport fra Centre for Resilient Networks and Applications}",
+	numpages = "49",
+	day = "29",
+	month = may,
+	year = "2019",
+	institution = "Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications~(CRNA)",
+	address = "Oslo/Norway",
+	language = "norsk",
+	isbn = "978-82-92593-25-7",
+	abstract = "{Denne rapporten er utarbeidet av Center for Resilient Networks and Applications (CRNA), som er en del av Simula Metropolitan Center for Digital Engineering. CRNA driver grunnleggende forskning innen robusthet og sikkerhet i nettverk med mandat og finansiering fra Samferdselsdepartementet. Senteret produserer en årlig rapport om tilstanden i norske mo- bilnett. Årets rapport er den sjette i rekken.}",
+	url = "https://web-backend.simula.no/sites/default/files/crna-2018_0.pdf",
+	url.size = "25505425",
+	url.md5 = "d8522bafed20dee2b12d953f28bb5222",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 11:53:17 CEST"
+}
+
+@Article{ PEVA2019,
+	author = "Runa Barik and Michael Welzl and Ahmed Mustafa Elmokashfi and Thomas Dreibholz and Safiqul Islam and Stein Gjessing",
+	title = "{On the Utility of Unregulated IP DiffServ Code Point~(DSCP) Usage by End Systems}",
+	journal = "{Performance Evaluation}",
+	volume = "135",
+	numpages = "18",
+	day = "26",
+	month = aug,
+	year = "2019",
+	publisher = "Elsevier",
+	language = "english",
+	issn = "0166-5316",
+	doi = "10.1016/j.peva.2019.102036",
+	keywords = "DiffServ, DiffServ Code Point, QoS, WebRTC, Latency",
+	abstract = "{DiffServ was designed to implement service provider quality of service (QoS) policies, where routers change and react upon the DiffServ Code Point (DSCP) in the IP header. However, nowadays, applications are beginning to directly set the DSCP themselves, in the hope that this will yield a more appropriate service for their respective video, audio and data streams. WebRTC is a prime example of such an application. We present measurements, for both IPv4 and IPv6, of what happens to DSCP values along Internet paths after an end system has set them without any prior agreement between a customer and a service provider. We find that the DSCP is often changed or zeroed along the path, but detrimental effects from using the DSCP are extremely rare; moreover, DSCP values sometimes remain intact (potentially having an effect on traffic) for several AS hops. This positive result motivates an analysis of the potential latency impact from such DSCP usage, for which we present the first measurement results. We find that routers at approximately 3% of more than 100,000 links differentiate between the WebRTC DSCP values (EF, AF42 and CS1) and consistently reduce delay in comparison with probes carrying a zero value (CS0) under congestion. In contrast, routers at around 2% of these links increase the delay by a comparable amount under congestion, uniformly for EF, AF42 and CS1.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/peva2019.pdf",
+	url.size = "1357406",
+	url.md5 = "399932a5294ce7b004f23b0e3c4f2df3",
+	url.mime = "application/pdf",
+	url.pagesize = "544.252 x 742.677 pts",
+	url.checked = "2024-06-30 11:53:17 CEST"
+}
+
+@InProceedings{ M2EC2020,
+	author = "Thomas Dreibholz",
+	title = "{Flexible 4G/5G Testbed Setup for Mobile Edge Computing using OpenAirInterface and Open Source MANO}",
+	booktitle = "{Proceedings of the 2nd International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing~(M2EC) in conjunction with the 34th International Conference on Advanced Information Networking and Applications~(AINA)}",
+	pages = "1143--1153",
+	numpages = "11",
+	day = "15",
+	month = apr,
+	year = "2020",
+	address = "Caserta, Campania/Italy",
+	language = "english",
+	isbn = "978-3-030-44037-4",
+	doi = "10.1007/978-3-030-44038-1_105",
+	keywords = "Mobile Edge Computing, Network Function Virtualisation, Evolved Packet Core, Open Source MANO, OpenAirInterface, 5G",
+	abstract = "{Setting up a working 4G/5G mobile network development testbed can be a highly complicated and error-prone task. In this paper, we therefore introduce our open source Virtual Network Function (VNF) for an OpenAirInterface-based Evolved Packet Core (EPC) for deployment with the Open Source Management and Orchestration (Open Source MANO, OSM) framework. By using our VNF as basis, it will be easily possible to create own testbeds and extend them with further functionality, particularly – but not limited to – Mobile Edge Computing (MEC) setups. In a simple proof of concept, we demonstrate a basic transport protocol performance evaluation in a deployed test network.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/m2ec2020.pdf",
+	url.size = "233071",
+	url.md5 = "8af945e9913ec42f2d69d8a0fa22b42c",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:18:07 CEST"
+}
+
+@Misc{ OSMHackfest9,
+	author = "Thomas Dreibholz",
+	title = "{Easily Setting up 4G/5G Testbeds with OpenAirInterface using OSM}",
+	howpublished = "Presentation at the OSM Hackfest",
+	numpages = "16",
+	day = "11",
+	month = mar,
+	year = "2020",
+	address = "Madrid/Spain",
+	language = "english",
+	keywords = "Network Function Virtualisation, Evolved Packet Core, Open Source MANO, OpenAirInterface, 5G",
+	abstract = "{Setting up 4G/5G testbeds can be a highly complicated and error-prone task. In this presentation, we introduce our Open Source VNF and tool-chain for an OpenAirInterface-based EPC to be deployed with the OSM framework. Using our VNF and tool-chain as basis, it will be easily possible to create own testbeds, customise them and extend them with further functionalities.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest9-presentation.pdf",
+	url.size = "3174250",
+	url.md5 = "b2bdba640baf216815370dc8ad70734f",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 405.071 pts",
+	url.checked = "2024-06-30 12:15:40 CEST"
+}
+
+@Article{ ComNets2020,
+	author = "Runa Barik and Michael Welzl and Gorry Fairhurst and Thomas Dreibholz and Ahmed Mustafa Elmokashfi and Stein Gjessing",
+	title = "{On the Usability of Transport Protocols other than TCP: A Home Gateway and Internet Path Traversal Study}",
+	journal = "{Computer Networks}",
+	volume = "173",
+	numpages = "15",
+	day = "22",
+	month = may,
+	year = "2020",
+	publisher = "Elsevier",
+	language = "english",
+	issn = "1389-1286",
+	doi = "10.1016/j.comnet.2020.107211",
+	keywords = "Protocol Testing, SCTP, DCCP, UDP-Lite, NAT, Internet",
+	abstract = "{Network APIs are moving towards protocol agility, where applications express their needs but not a static protocol binding, and it is up to the layer below the API to choose a suitable protocol. The IETF Transport Services (TAPS) Working Group is standardizing a protocol-independent transport API and offering guidance to implementers. Apple’s recent “Network.framework” is specifically designed to allow such late and dynamic binding of protocols. When the network stack autonomously chooses and configures a protocol, it must first test which protocols are locally available and which work end-to-end (“protocol racing”). For this, it is important to know the set of available options, and which protocols should be tried first: Does it make sense to offer unchecked payload delivery, as with UDP-Lite? Is a UDP-based protocol like QUIC always a better choice, or should native SCTP be tried? This paper develops answers to such questions via (i) a NAT study in a local testbed, (ii) bidirectional Internet tests, (iii) a large scale Internet measurement campaign. The examined protocols are: SCTP, DCCP, UDP-Lite, UDP with a zero checksum and three different UDP encapsulations.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/comnets2020.pdf",
+	url.size = "1931530",
+	url.md5 = "5ccb097435fedce9c617adeb99e5e5b0",
+	url.mime = "application/pdf",
+	url.pagesize = "595.245 x 793.92 pts",
+	url.checked = "2024-06-30 12:15:40 CEST"
+}
+
+@InProceedings{ Infocom2020,
+	author = "Paresh Saxena and Thomas Dreibholz and Harald Skinnemoen and Özgü Alay and Ángeles Vazquez-Castro and Simone Ferlin and Guray Acar",
+	title = "{Resilient Hybrid SatCom and Terrestrial Networking for Unmanned Aerial Vehicles}",
+	booktitle = "{Proceedings of the 39th IEEE International Conference on Computer Communications~(INFOCOM), International Workshop on Wireless Sensor, Robot and UAV Networks~(WiSARN)}",
+	pages = "418--423",
+	numpages = "6",
+	day = "6",
+	month = jul,
+	year = "2020",
+	address = "Toronto, Ontario/Canada",
+	language = "english",
+	isbn = "978-1-7281-8696-2",
+	doi = "10.1109/INFOCOMWKSHPS50562.2020.9162943",
+	abstract = "{Today, Unmanned Aerial Vehicles~(UAVs) are widely used in many different scenarios including search, monitoring, inspection, and surveillance. To be able to transmit the sensor data from the UAVs to the destination reliably within tangible response times to the relevant content is crucial, especially for tactical use cases. In this paper, we propose network coded torrents~(NECTOR) to leverage multiple network interfaces for resilient hybrid satellite communications~(SatCom) and terrestrial networking for UAVs. NECTOR is significantly different from the state-of-the-art multipath protocols such as multipath TCP~(MPTCP) as it does not require any additional packet scheduler, rate-adaptation or forward error correction. We present the design and implementation of NECTOR, and evaluate its performance compared to MPTCP. Our experimental results show that NECTOR provides goodput (up to 70\%) higher than MPTCP with 5.49~times less signaling overhead.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/infocom2020.pdf",
+	url.size = "1084331",
+	url.md5 = "6b7cadc81a5a88b954f22389db33499b",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:40 CEST"
+}
+
+@InProceedings{ EuCNC2020,
+	author = "Min Xie and Joan Sebastià Pujol-Roig and Foivos Ioannis Michelinakis and Thomas Dreibholz and Carmen Guerrero and Adrián Gallego Sánchez and Wint Yi Poe and Yue Wang and Ahmed Mustafa Elmokashfi",
+	title = "{AI-Driven Closed-Loop Service Assurance with Service Exposures}",
+	booktitle = "{Proceedings of the 29th IEEE European Conference on Networks and Communications~(EuCNC)}",
+	pages = "265--270",
+	numpages = "6",
+	day = "17",
+	month = jun,
+	year = "2020",
+	address = "Dubrovnik, Dubrovnik-Neretva/Croatia",
+	language = "english",
+	isbn = "978-1-7281-4355-2",
+	doi = "10.1109/EuCNC48522.2020.9200943",
+	keywords = "Service Assurance, Service Exposure, AI",
+	abstract = "{Artificial Intelligence~(AI) is widely applied in mobile and wireless networks to enhance network operation and service management. Advanced AI mechanisms often require high level of network service exposure in order to access data from as many network elements as possible and execute the AI recommended outcomes into the networks. However, in practice, it is not always feasible to expose the network services to 3rd parties or customers with AI ambitions. Considering that service assurance~(SA) is a major area to which AI is applied, this paper describes how a closed-loop SA architecture is associated with the service exposure model in the 5G networks with network slicing. Then we investigate the impact and implication of service exposure on SA. Finally, a set of experiment results are provided to demonstrate the trade-off relationship between the AI ambition and the exposure level in SA.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/eucnc2020.pdf",
+	url.size = "730106",
+	url.md5 = "b4a8e1df31b81c8c017ab352210a235d",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:40 CEST"
+}
+
+@InProceedings{ ANRW2020,
+	author = "Ioana Alexandrina Livadariu and Thomas Dreibholz and Anas Saeed Al-Selwi and Haakon Bryhni and Olav Lysne and Steinar Bjørnstad and Ahmed Mustafa Elmokashfi",
+	title = "{On the Accuracy of Country-Level IP Geolocation}",
+	booktitle = "{Proceedings of the ACM/IRTF Applied Networking Research Workshop~(ARNW)}",
+	pages = "67--73",
+	numpages = "7",
+	day = "27",
+	month = jul,
+	year = "2020",
+	address = "Madrid/Spain",
+	language = "english",
+	isbn = "978-1-4503-8039-3",
+	doi = "10.1145/3404868.3406664",
+	abstract = "{The proliferation of online services comprised of globally spread microservices has security and performance implications. Understanding the underlying physical paths connecting end points has become important. This paper investigates the accuracy of commonly used IP geolocation approaches in geolocating end-to-end IP paths. To this end, we perform a controlled measurement study to collect IP level paths. We find that existing databases tend to geolocate IPs that belong to networks with global presence and those move between networks erroneously. A small percentage of IP geolocation disagreement between databases results in a significant disagreement when geolocating end-to-end paths. Geolocating one week of RIPE traceroute data validates our observations.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/anrw2020.pdf",
+	url.size = "430257",
+	url.md5 = "2d789a1f7bf2ef99da8b595b2a1bb546",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:40 CEST",
+	url.keywords = "IP Geolocation, Geolocation Databases, Geolocation Approaches"
+}
+
+@TechReport{ CRNA-Rapport2019,
+	author = "Ahmed Mustafa Elmokashfi and Amund Kvalbein and Mikael Christiansson and Anas Saeed Al-Selwi and Thomas Dreibholz and Çise Mıdoğlu",
+	title = "{Norske mobilnett i~2019 -- Tilstandsrapport fra Centre for Resilient Networks and Applications}",
+	numpages = "50",
+	day = "30",
+	month = jun,
+	year = "2020",
+	institution = "Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications~(CRNA)",
+	address = "Oslo/Norway",
+	language = "norsk",
+	isbn = "978-82-92593-28-8",
+	abstract = "{Denne rapporten er utarbeidet av Center for Resilient Networks and Applications (CRNA), som er en del av Simula Metropolitan Center for Digital Engineering. CRNA driver grunn- leggende forskning innen robusthet og sikkerhet i nettverk med mandat og finansiering fra Kommunal- og moderniseringsdepartementet. Senteret produserer en årlig rapport om tilstanden i norske mobilnett. Årets rapport er den sjuende i rekken.}",
+	url = "https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2019_1.pdf",
+	url.size = "19110197",
+	url.md5 = "74325fa42c888b169941ffa0ae193227",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:41 CEST"
+}
+
+@InProceedings{ SoftCOM2020-HiPerConTracer,
+	author = "Thomas Dreibholz",
+	title = "{HiPerConTracer - A Versatile Tool for IP Connectivity Tracing in Multi-Path Setups}",
+	booktitle = "{Proceedings of the 28th IEEE International Conference on Software, Telecommunications and Computer Networks~(SoftCOM)}",
+	pages = "1--6",
+	numpages = "6",
+	day = "17",
+	month = sep,
+	year = "2020",
+	address = "Hvar, Dalmacija/Croatia",
+	language = "english",
+	isbn = "978-953-290-099-6",
+	doi = "10.23919/SoftCOM50211.2020.9238278",
+	keywords = "HiPerConTracer, Traceroute, Ping, Multi-Path Transport, NorNet, NorNet Core",
+	abstract = "{Nowadays, we see a steadily increasing number of Internet devices with connections to multiple networks. For example, every smartphone provides mobile broadband and Wi-Fi connectivity. Multi-path transport protocols, like MPTCP, CMT-SCTP or Multipath-QUIC, allow for utilising all connected networks simultaneously. However, while there is a lot of research on the Transport Layer aspects of multi-path transport, there is not much work on the Network Layer perspective, yet.
+In this paper, we introduce our Open Source tool HiPerConTracer (High-Performance Connectivity Tracer) for efficient, parallelised, long-term measurements of the path connectivity characteristics among multi-homed Internet systems. HiPerConTracer is now running as a permanent feature in the NorNet Core infrastructure, which is used for research on multi-homed systems, and in particular for research on multi-path transport. Based on the HiPerConTracer data collected in NorNet Core so far, we finally present some interesting results from the analysis of the inter-continental site connectivity between China and Norway in January 2020.
+}",
+	url = "https://web-backend.simula.no/sites/default/files/2024-06/SoftCOM2020-HiPerConTracer.pdf",
+	url.size = "5015461",
+	url.md5 = "676791cf458caa2e9f21688227fc6219",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:41 CEST"
+}
+
+@InProceedings{ SoftCOM2020-SimulaMetEPC,
+	author = "Thomas Dreibholz",
+	title = "{A 4G/5G Packet Core as VNF with Open Source MANO and OpenAirInterface}",
+	booktitle = "{Proceedings of the 28th IEEE International Conference on Software, Telecommunications and Computer Networks~(SoftCOM)}",
+	pages = "1--3",
+	numpages = "3",
+	day = "19",
+	month = sep,
+	year = "2020",
+	address = "Hvar, Dalmacija/Croatia",
+	language = "english",
+	isbn = "978-953-290-099-6",
+	doi = "10.23919/SoftCOM50211.2020.9238222",
+	keywords = "Network Function Virtualisation (NFV), Virtual Network Function (VNF), Evolved Packet Core (EPC), OpenAirInterface, Open Source MANO (OSM), Testbed",
+	abstract = "{5G, the fifth generation of mobile broadband networks, is going to make a large range of new applications possible. However, further research is necessary, and the basic step, i.e. setting up a 4G/5G testbed infrastructure, is a complicated and error-prone task.
+In this abstract and poster, we introduce our open source SimulaMet EPC Virtual Network Function (VNF), as an easy way to set up a 4G/5G testbed based on Open Source MANO and OpenAirInterface. We would like to showcase how a researcher can use our VNF as part of his own research testbed setup. Therefore, the focus is particularly on the user interface details and features of the SimulaMet EPC VNF.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/softcom2020-simulametepc-web.pdf",
+	url.size = "829534",
+	url.md5 = "e5573d55de90860f8dababa28911e819",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:41 CEST"
+}
+
+@InProceedings{ LCN2020-PCDC,
+	author = "Min Chen and Thomas Dreibholz and Xing Zhou and Xuelei Yang",
+	title = "{Improvement and Implementation of a Multi-Path Management Algorithm Based on MPTCP}",
+	booktitle = "{Proceedings of the 45th IEEE Conference on Local Computer Networks~(LCN)}",
+	pages = "134--143",
+	numpages = "10",
+	day = "16",
+	month = nov,
+	year = "2020",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	isbn = "978-1-7281-7158-6",
+	doi = "10.1109/LCN48667.2020.9314778",
+	keywords = "MPTCP, Multi-path Management, PCDC, Subflow Impact Factor, Data Stream Classification",
+	abstract = "{The core idea of Multi-Path Transmission Control Protocol (MPTCP) is to share network resources by distributing payload data transmission among multiple subflows. Then, multiple paths in the underlying network can be used to maximize the overall connection throughput. However, the concurrent transmission of not all subflows aggregation can improve network performance, because of the performance difference of each subflow. In this paper, we propose a new FullMesh algorithm based on Path Characteristic and Data Characteristic (PCDC), in which the Subflow Impact Factor (IF) is used as a subflow characteristic to predict the impact of the subflow on the overall throughput. Then, different path sets are adopted for different sizes of traffic. The PCDC algorithm is evaluated in the NorNet Core testbed, compared with the FullMesh algorithm. Our research results show that the PCDC algorithm can improve the network throughput, and reduce the overall completion time of small data streams.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-pathmgt-web.pdf",
+	url.size = "538587",
+	url.md5 = "d6ac16601873ae7788bddd205d65e70d",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:42 CEST",
+	days = "15"
+}
+
+@InProceedings{ LCN2020-HENCSAT-Demo,
+	author = "Thomas Dreibholz and Paresh Saxena and Harald Skinnemoen",
+	title = "{Efficient Network Coding for Satellite Applications: A Live Demo of HENCSAT and NECTOR}",
+	booktitle = "{Proceedings of the 45th IEEE Conference on Local Computer Networks~(LCN)}",
+	type = "Demo presentation",
+	numpages = "3",
+	day = "18",
+	month = nov,
+	year = "2020",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	keywords = "Unmanned Aerial Vehicles, Satellite Communications, Network Coding, HENCSAT, NECTOR, Live Demo",
+	abstract = "{Satellite communication is available anywhere on earth, allowing connectivity to systems like Unmanned Aerial Vehicles (UAV) in very remote geographical areas. However, satellite airtime is expensive, and a reduction of the amount of transmitted data can lead to significant cost savings. The goal of the Highly-Efficient Network Coding for Satellite Applications (HENCSAT) project is to reduce such costs by using our approach Network Coding with Torrents (NECTOR). NECTOR combines network coding, Torrent-based transmission, and H.265 highly efficient video encoding. In our demonstration, we would like to showcase NECTOR in an interactive HENCSAT test bench setup.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-hencsat-demo-web.pdf",
+	url.size = "2051346",
+	url.md5 = "bd6a2b2ee60c0057091e35fdb3d1c683",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:42 CEST"
+}
+
+@InProceedings{ LCN2020-CloudRAN-Demo,
+	author = "Andrés Felipe Ocampo and Thomas Dreibholz and Mah-Rukh Fida and Ahmed Mustafa Elmokashfi and Haakon Bryhni",
+	title = "{Integrating Cloud-RAN with Packet Core as VNF Using Open Source MANO and OpenAirInterface}",
+	booktitle = "{Proceedings of the 45th IEEE Conference on Local Computer Networks~(LCN)}",
+	type = "Demo presentation",
+	numpages = "4",
+	day = "18",
+	month = nov,
+	year = "2020",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	keywords = "Cloud Radio Access Network (Cloud-RAN), Ethernet Xhaul, Functional Splits, Network Function Virtualisation (NFV), Open Source MANO (OSM), Fronthaul",
+	abstract = "{The Cloud-based Radio Access Network (Cloud-RAN) architecture and Network Function Virtualization (NFV) are key enablers to building future mobile networks in a flexible and cost-efficient way. With early deployments of the fifth generation of mobile technologies - 5G - around the world, setting up 4G/5G experimental infrastructures is necessary to optimally design 5G networks. In this demo, we present a custom small-scale 4G/5G testbed based on OpenAirInterface and Open Source MANO. The testbed integrates a Cloud-RAN based on switched Ethernet Xhaul and functional splitting, with an Evolved Packet Core (EPC) deployed as a Virtual Network Function (VNF) in a cloud infrastructure. Using Open Source MANO, this demo shows the administration and monitoring of the EPC VNF components. Moreover, as proof of concept, collection and visualization of telemetry will be shown for two smart-phones connected to the network through the Cloud-RAN.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-simulametepc-demo-web.pdf",
+	url.size = "439801",
+	url.md5 = "0c6e5c6588aedf71fe9af3a9997a9d99",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:42 CEST"
+}
+
+@Misc{ OSMHackfest10,
+	author = "Thomas Dreibholz and Andrés Felipe Ocampo",
+	title = "{Managing Tailor-Made Enhanced Packet Cores for 4G/5G Testbeds in OSM with the SimulaMet OpenAirInterface VNF}",
+	howpublished = "Presentation at the OSM Hackfest",
+	numpages = "22",
+	day = "2",
+	month = dec,
+	year = "2020",
+	language = "english",
+	keywords = "Network Function Virtualisation, Evolved Packet Core, Open Source MANO, OpenAirInterface, 5G",
+	abstract = "{The SimulaMet OpenAirInterface VNF is a complex 4-VDU VNF, allowing its users to instantiate and maintain a tailor-made Enhanced Packet Core (EPC) for 4G/5G mobile broadband testbeds. The EPC components are directly built from their sources during instantiation, allowing to use customised versions according to the users' needs. A general overview has already been presented during the OSM Hackfest in March 2020. In this presentation and live demonstration, we would like to highlight the solutions chosen to efficiently use OSM for handling the instantiation process, provide telemetry, and to debug issues. That is, we particularly would like to present to the audience the lessons learned during the ongoing development. Finally, we would also like to show the audience a live demo of an OSM-managed 4G testbed setup with telemetry collection.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest10-presentation.pdf",
+	url.size = "7529579",
+	url.md5 = "9a49992810016c554185721a8f70f12f",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 405.071 pts",
+	url.checked = "2024-06-30 12:15:42 CEST"
+}
+
+@Misc{ M5G-2020-Workshop,
+	author = "Thomas Dreibholz",
+	title = "{Custom-Made Enhanced Packet Cores as Network Services for 4G/5G Testbeds managed with Open Source MANO}",
+	howpublished = "Presentation at the Mosaic5G Workshop",
+	numpages = "13",
+	day = "3",
+	month = dec,
+	year = "2020",
+	language = "english",
+	keywords = "Network Function Virtualisation, Evolved Packet Core, Open Source MANO, OpenAirInterface, 5G",
+	abstract = "{Setting up Enhanced Packet Cores (EPC) -- like the Mosaic5G OpenAirInterface-based EPC -- for 4G/5G Testbeds is a complicated and error-prone task. Therefore, we developed the SimulaMet OpenAirInterface VNF, a complex 4-VDU VNF, which upon instantiation builds the components of the EPC from scratch from given source Git repositories. That is, based on the parametrisation, users can easily create tailor-made EPCs for their projects, particularly EPCs based on the Mosaic5G FlexRAN sources.
+In this presentation, we would like to shortly highlight the solutions chosen to efficiently use OSM for handling the instantiation process, performing telemetry, and debugging issues. That is, we particularly would like to present to the Mosaic5G audience some lessons learned during the ongoing development.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/m5g-2020-presentation.pdf",
+	url.size = "4321338",
+	url.md5 = "a0cddc5183325e6585df53943d0592df",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 405.071 pts",
+	url.checked = "2024-06-30 12:15:42 CEST"
+}
+
+@Misc{ Haikou2021-MultiPath,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at Hainan University in 2021: From Simulations to Real-World Internet Measurements for Multi-Path Transport Research -- A Remote Presentation}",
+	howpublished = "Keynote Talk at Hainan University, College of Information Science and Technology (CIST)",
+	numpages = "44",
+	day = "8",
+	month = jan,
+	year = "2021",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status",
+	abstract = "{A large fraction of the communication in the Internet is handled by the Transmission Control Protocol (TCP). Since the first deployments of this protocol more than 30 years ago, the spectrum of applications as well as the structure of the network have developed at a fast pace. For example, today's network devices, like smartphones and laptops -- i.e.\ particularly many devices in the area of mobile computing -- frequently have an interesting property: the existence of multiple IP addresses (IPv4 and/or IPv6). The addresses may even change due to mobility. This property, denoted as multi-homing, can be utilised for multi-path transport, i.e. the simultaneous usage of multiple paths in the network to improve performance. Multi-path transport is a hot topic in the Internet Engineering Task Force (IETF), which is the standardisation organisation for the Internet.
+This talk provides an overview of the work in the areas of multi-homing and multi-path transport, with focus on the area of the protocols TCP and Stream Control Transmission Protocol (SCTP) with their experimental extensions Multi-Path TCP (MPTCP) and Concurrent Multi-Path Transfer for SCTP (CMT-SCTP). It particularly shows the sequence of research and selected results, beginning from a simple simulation model, via lab setups and small Internet scenarios, up to the large-scale, international testbed project NorNet. NorNet, and particularly its landline network part NorNet Core, is furthermore described in some detail. Based on NorNet, it is finally possible to validate simulation results in real-world, multi-homed networks, in order to provide valuable input to the ongoing IETF standardisation processes of MPTCP and CMT-SCTP. Particularly, it will also show how the NorNet testbed can be utilised for research at Hainan University in 2021.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-multipath-presentation.pdf",
+	url.size = "14523614",
+	url.md5 = "37f2850a007882bb0c12c29b0780e067",
+	url.mime = "application/pdf",
+	url.pagesize = "793.701 x 595.276 pts",
+	url.checked = "2024-06-30 12:15:43 CEST"
+}
+
+@Misc{ Haikou2021-NorNet-Tutorial,
+	author = "Thomas Dreibholz",
+	title = "{NorNet at Hainan University in 2021: Getting Started with NorNet Core -- A Remote Tutorial}",
+	howpublished = "Tutorial at Hainan University, College of Information Science and Technology~(CIST)",
+	numpages = "29",
+	day = "15",
+	month = jan,
+	year = "2021",
+	address = "Haikou, Hainan/People's Republic of China",
+	language = "english",
+	keywords = "NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial",
+	abstract = "{This tutorial -- presented for students at the College of Information Science and Technology~(CIST) at Hainan University -- provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed in 2021.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-nornet-tutorial.pdf",
+	url.size = "4764684",
+	url.md5 = "7c7a0d08c3b357c0d3086e95d033c63e",
+	url.mime = "application/pdf",
+	url.pagesize = "793.701 x 595.276 pts",
+	url.checked = "2024-06-30 12:15:43 CEST"
+}
+
+@Article{ Arxiv2101.05030,
+	author = "Ahmed Mustafa Elmokashfi and Alfred Arouna and Ioana Alexandrina Livadariu and Mah-Rukh Fida and Amund Kvalbein and Anas Saeed Al-Selwi and Thomas Dreibholz and Haakon Bryhni",
+	title = "{A Multi-Perspective Study of Internet Performance during the COVID-19 Outbreak}",
+	journal = "{E-Print Archive}",
+	numpages = "15",
+	day = "13",
+	month = jan,
+	year = "2021",
+	publisher = "Arxiv",
+	language = "english",
+	abstract = "{The rapid spread of the novel corona virus, SARS-CoV-2, has prompted an unprecedented response from governments across the world. A third of the world population have been placed in varying degrees of lockdown, and the Internet has become the primary medium for conducting most businesses and schooling activities. This paper aims to provide a multi-prospective account of Internet performance during the lockdown. We investigate the performance of the Internet control plane and data plane from a number of globally spread vantage points. We also look closer at two case studies. First, we look at growth in video traffic during the pandemic, using traffic logs from a global video conferencing provider. Second, we leverage a country-wide deployment of measurement probes to assess the performance of mobile networks during the outbreak. We find that the lockdown has visibly impacted almost all aspects of Internet performance. Access networks have experienced an increase in peak and off-peak end to end latency. Mobile networks exhibit significant changes in download speed, while certain types of video traffic has increased by an order of magnitude.}",
+	url = "https://arxiv.org/pdf/2101.05030.pdf",
+	url.size = "1855647",
+	url.md5 = "ac685610f5bd32077391c0a5be43f046",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2021-01-22 12:45:09 CET"
+}
+
+@InProceedings{ M2EC2021,
+	author = "Thomas Dreibholz and Somnath Mazumdar",
+	title = "{Reliable Server Pooling Based Workload Offloading with Mobile Edge Computing: A Proof-of-Concept}",
+	booktitle = "{Proceedings of the 3rd International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing~(M2EC) in conjunction with the 35th International Conference on Advanced Information Networking and Applications~(AINA)}",
+	volume = "3",
+	pages = "582--593",
+	numpages = "12",
+	day = "14",
+	month = may,
+	year = "2021",
+	address = "Toronto, Ontario/Canada",
+	language = "english",
+	isbn = "978-3-030-75078-7",
+	doi = "10.1007/978-3-030-75078-7_58",
+	keywords = "Mobile Edge Computing (MEC), Multi-Cloud Computing, Reliable Server Pooling (RSerPool), Network Function Virtualisation (NFV), Evolved Packet Core (EPC), 5G",
+	abstract = "{In recent times, mobile broadband devices have become almost ubiquitous. However, battery-powered devices (such as smartphones), have limitations on energy consumption, computation power and storage space. Cloud computing and Mobile Edge Computing (MEC) can provide low-latency compute and storage services at the vicinity of the user, MEC in particular due to the upcoming 5G networks. However, the complexity lies in how to simply and efficiently realise MEC services, with the auxiliary public (multi-)cloud resources?
+In this paper, we propose a proof-of-concept for using Reliable Server Pooling (RSerPool) as a light-weight layer of managing resource pools and handling application sessions with these pools. Our approach is simple, efficient, has low overhead and is available as open source. Here, we demonstrate the usefulness of our approach by measuring in a test setup, with a 4G testbed connected to MEC and public multi-cloud resources.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/m2ec2021-web.pdf",
+	url.size = "1139339",
+	url.md5 = "a75fca110072cf3941409864791e0986",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:43 CEST"
+}
+
+@InProceedings{ EuCNC2021,
+	author = "Min Xie and Thomas Dreibholz and Foivos Ioannis Michelinakis and Joan Pujol-Roig and Wint Yi Poe and Ahmed Mustafa Elmokashfi and Sayantini Majumdar and Sara Malacarne",
+	title = "{An Exposed Closed-Loop Model for Customer-Driven Service Assurance Automation}",
+	booktitle = "{Proceedings of the 30th IEEE European Conference on Networks and Communications~(EuCNC)}",
+	pages = "419--424",
+	numpages = "6",
+	day = "9",
+	month = jun,
+	year = "2021",
+	address = "Porto/Portugal",
+	language = "english",
+	isbn = "978-1-6654-1526-2",
+	doi = "10.1109/EuCNC/6GSummit51104.2021.9482533",
+	keywords = "Autonomous Management, Closed Loop, Machine Learning, Service Exposure, Monitoring",
+	abstract = "{Artificial Intelligence (AI) is widely applied in telecommunications to enable zero-touch automation in network operation and service management. Due to the high complexity, deploying advanced AI mechanisms is not always feasible inside the operator’s network domains. Instead, via service exposures, it becomes possible for vertical customers to integrate their external AI solutions with the network and service management system to form a closed loop (CL) and contribute to the automation process. In this paper, we propose an exposed CL model based on service exposure and apply it to automate service assurance tasks like autoscaling in a network function virtualization (NFV) system orchestrated by ETSI Open Source MANO (OSM). A testbed is built to validate the model. It collects monitoring data from the OSM monitoring module and external monitoring tools. Vertical customers drive and customize their AI solutions to aggregate these data sets and run analytics to detect and predict anomalies prepared for scaling. Preliminary analysis demonstrates the added values of customer-driven monitoring and analysis via the exposed CL.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/eucnc2021.pdf",
+	url.size = "1157745",
+	url.md5 = "efae267f1c2144b7639a39724b35aa62",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:44 CEST"
+}
+
+@TechReport{ AI-and-ML-WhitePaper2021,
+	author = "Mohammed~A. Abdulkadir and Özgü Alay and Angeliki Alexiou and Markos Anastasopoulos and Kiril Antevski and Erik Aumayr and Dhouha Ayed and Jordi Baranda and Rasoul Behravesh and Chafika Benzaid and Pascal Bisson and Anne-Marie Cristina Bosneag and Alexandros-Apostolos~A. Boulogeorgos and José Alcaraz Calero and Gino Carrozzo and Claudio Ettore Casetti and Giuseppe Caso and Alberto Huertas Celdrán and Hatim Chergui and Carla Fabiana Chiasserini and Lorena Chinchilla-Romero and Geoffroy Chollon and Tezcan Cogalan and Carlos Colman-Meixner and Andrea Conti and John Cosmas and José Costa-Requena and Rachana Desai and Francesco Devoti and Maria Diamanti and Thomas Dreibholz and Ahmed Mustafa Elmokashfi and Saman Feghhi and Andres Garcia-Saavedra and Anastasius Gavras and Mir Ghoraishi and Anastasios Giannopoulos and Meysam Goodarzi and Marco Gramaglia and Carlos Guimarães and Gür Gürkan and Jiguang He and Halid Hrasnica and Elisa Jimeno and Grigorios Kakkavas and Alexandros Kaloxylos and Vasileios Karyotis and Saimanoj Katta and Nikos Katzouris and Takai Eddine Kennouche and Ralf Klinkenberg and Joonas Kokkoniemi and Koteswararao Kondepu and Fotis Lazarakis and Alexios Lekidis and Xi Li and Diego Lopez and Lina Magoula and Kashif Mahmood and Sayantini Majumdar and Marco Malinverno and Josep Mangues-Bafalluy and Ricardo Martínez and Jorge Martín-Pérez and Josep Martrat and Ben Meunier and Ramy Mohamed and Flavio Morselli and Juan José Ramos Muñoz and Pablo Muñoz-Luengo and Daniel Camps Muri and Chris Murphy and Edgardo Montes De Oca and Chrysa Papagianni and Symeon Papavassiliou and Antonio Agustín Pastor Perales and Gregorio Martínez Pérez and Manuel Gil Pérez and Wint Yi Poe and Jonathan Prados-Garzon and Marco Di Renzo and Joan Pujol Roig and Pedro Miguel Sánchez and Koen De Schepper and Lina Shi and Antonio Skarmeta and Sotirios Spantideas and Gokul Krishna Srinivasan and Adamantia Stamou and Tejas Subramanya and Panagiotis Trakadas and Anna Tzanakaki and Luca Valcarenghi and José María Jorquera Valero and Stefan Videv and Qi Wang and Yue Wang and Min Xie and Zhao Xu and Shuangyi Yan and Edwin Yaqub and Anil Yesilkaya and Lanfranco Zanzi and Sofiane Zemouri and Engin Zeydan and Xun Zhang and Xueqing Zhou",
+	title = "{AI and ML –- Enablers for Beyond 5G Networks}",
+	numpages = "145",
+	day = "11",
+	month = may,
+	year = "2021",
+	institution = "5G PPP Technology Board",
+	language = "english",
+	doi = "10.5281/zenodo.429989",
+	abstract = "{This white paper on AI and ML as enablers of beyond 5G (B5G) networks is based on contributions from almost 20 5G PPP projects, coordinated through the 5G PPP Technology Board, that research, implement and validate 5G and B5G network systems. The paper introduces the main relevant mechanisms in Artificial Intelligence (AI) and Machine Learning (ML), currently investigated and exploited for enhancing 5G and B5G networks.}",
+	url = "https://5g-ppp.eu/wp-content/uploads/2021/05/AI-MLforNetworks-v1-0.pdf",
+	url.size = "6185658",
+	url.md5 = "a2c323122e119d9ab43ead46d7a08192",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2023-10-13 14:48:17 CEST"
+}
+
+@Article{ JE2021,
+	author = "Min Chen and Muhammad Waleed Raza and Thomas Dreibholz and Xing Zhou and Yuyin Tan",
+	title = "{A Multi-Parameter Comprehensive Optimized Algorithm for MPTCP Networks}",
+	journal = "{Electronics}",
+	volume = "10",
+	number = "16",
+	pages = "1--19",
+	numpages = "19",
+	day = "12",
+	month = aug,
+	year = "2021",
+	publisher = "MDPI",
+	address = "Basel/Switzerland",
+	language = "english",
+	issn = "2079-9292",
+	doi = "10.3390/electronics10161942",
+	abstract = "{With the increasing deployment of the Multi-Path Transmission Control Protocol (MPTCP) in heterogeneous network setups, there is a need to understand how its performance is affected in practice both by traditional factors such as round-trip time measurements, buffer predictive modelling and by calculating the impact factors of network subflows. Studies have shown that path management and packet scheduling have a large effect on overall performance and required limited resources with different congestion control parameters. Unfortunately, most of the previous studies have focused almost exclusively on the improvement of a single parameter, without a holistic view. To deal with this issue effectively, this paper puts forward a Multi-Parameter Comprehensive Optimized Algorithm (MPCOA), which can find the smaller buffer size and select the appropriate congestion control and path management algorithm on the premise of ensuring larger throughput. Experiments of three scenarios show that MPCOA can save the buffer space and subflow resources, and achieve high throughput. Meanwhile, a set of quantitative improvement results given by MPCOA is convenient for us to evaluate the quality of MPTCP network, and provide reference for our ongoing future work, like for 4G/5G, Internet of Things and Star Link networks.}",
+	url = "https://mdpi-res.com/d_attachment/electronics/electronics-10-01942/article_deploy/electronics-10-01942.pdf?version=1628757855",
+	url.size = "3398801",
+	url.md5 = "34590aec90bbbe3ea255e733f437bd7f",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2023-10-13 14:46:38 CEST",
+	url.keywords = "MPTCP; MPCOA; buffer size; path management; congestion control"
+}
+
+@InProceedings{ LCN2021-RSerPool-Demo,
+	author = "Thomas Dreibholz and Somnath Mazumdar",
+	title = "{A Demo of Workload Offloading in Mobile Edge Computing Using the Reliable Server Pooling Framework}",
+	booktitle = "{Proceedings of the 46th IEEE Conference on Local Computer Networks~(LCN)}",
+	type = "Demo presentation",
+	numpages = "3",
+	day = "7",
+	month = oct,
+	year = "2021",
+	address = "Edmonton, Alberta/Canada",
+	language = "english",
+	keywords = "Mobile Edge Computing (MEC), Multi-Cloud Computing, Reliable Server Pooling (RSerPool), Network Function Virtualisation (NFV), Evolved Packet Core (EPC), Demonstration",
+	abstract = "{Mobile Edge Computing (MEC) places cloud resources nearby the user, to provide support for latency-sensitive applications. Offloading workload from resource-constrained mobile devices (such as smartphones) into the cloud ecosystem is becoming increasingly popular. In this demonstration, we show how to deploy a mobile network (with OpenAirInterface and Open Source MANO), as well as to adapt the Reliable Server Pooling (RSerPool) framework to efficiently manage MEC as well as multi-cloud resources to run an interactive demo application.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/lcn2021-rserpool-web.pdf",
+	url.size = "1936948",
+	url.md5 = "c9e51673dfbb0847a1e41a8c32d0c272",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:44 CEST"
+}
+
+@Misc{ OSMHackfest12,
+	author = "Thomas Dreibholz and Andrés Felipe Ocampo and Mah-Rukh Fida",
+	title = "{Demonstration of P4-Based In-Band Telemetry for OSM-Orchestrated 4G/5G Testbeds}",
+	howpublished = "Presentation at the OSM#12 Ecosystem Day",
+	type = "Demo presentation",
+	numpages = "12",
+	day = "1",
+	month = dec,
+	year = "2021",
+	address = "Virtual",
+	language = "english",
+	keywords = "Network Function Virtualisation, In-Band Telemetry, P4, Open Source MANO, OpenAirInterface, 5G",
+	abstract = "{The SimulaMet OpenAirInterface VNF provides an OpenAirInterface-based Enhanced Packet Core (EPC), with separate VDUs for HSS, MME, SPGW-C and SPGW-U. To allow for advanced in-band telemetry, we have extended this VNF to add switches with Programming Protocol-independent Packet Processors (P4) to all relevant virtual links inside the EPC. P4 allows full programability of the packet forwarding behaviour, and especially allows to extend packets with additional information for in-band telemetry. This information can be read by other P4 instances to allow for fine-granular performance data collection.
+In this presentation and live demonstration, we would like show the solutions chosen to efficiently use OSM for handling our extended EPC, and in particular we would like to highlight the possibilities to perform P4-based in-band telemetry to evaluate the performance of the mobile network. Finally, we would also like to show the audience a live demo of our testbed setup with telemetry collection.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest12-presentation.pdf",
+	url.size = "5378048",
+	url.md5 = "a8a7bb46192c0b1179f98ad255df5caf",
+	url.mime = "application/pdf",
+	url.pagesize = "720 x 405.071 pts",
+	url.checked = "2024-06-30 12:15:44 CEST"
+}
+
+@InProceedings{ LCA2022,
+	author = "Thomas Dreibholz",
+	title = "{NorNet -- A Linux- and Open-Source-Software-based International Platform for Networking Research}",
+	booktitle = "{Proceedings of the Linux Conference Australia~(LCA)}",
+	numpages = "35",
+	day = "15",
+	month = jan,
+	year = "2022",
+	address = "Virtual",
+	language = "english",
+	keywords = "NorNet, Testbed, Multi-Homing, Multi-Path Transport, Linux, Open Source",
+	abstract = "{The NorNet testbed is an Internet testbed platform for research on multi-homed systems. The particular property of multi-homed systems is to be connected to multiple Internet Service Providers (ISP) simultaneously. Its initial purpose is of course to still provide connectivity in case of ISP/network failures. But does it really work that well, also with current protocols and applications? And redundancy does not come for free. A user connected to multiple ISPs will also receive multiple Internet bills each month. So, is there a possibility to make further use of multi-homing in the usual case where nothing goes wrong? Obviously, there are a lot of interesting research questions, which need to be examined in realistic Internet setups! Therefore, we are building up the NorNet open Internet testbed platform as a Linux- and Open-Source-software-based infrastructure, which currently spreads over multiple sites in different countries.
+NorNet makes extensive use of advanced Linux features like Kernel-based Virtualisation (KVM), Linux Containers (LXC), BTRFS file system features, IP routing rules, Stream Control Transmission Protocol (SCTP), Multi-Path TCP (MPTCP), and many more. The goal of this talk is therefore to present an overview of the testbed, its underlying Linux features, and how they are combined to provide the multi-homing features to the various testbed users. This particularly includes an overview of how to make use of multi-path transport with MPTCP – based on the Linux MPTCP implementation – in multi-homed environments. The idea is to provide guidelines for also utilising multi-homing features in own projects.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/lca2022-presentation.pdf",
+	url.size = "8167615",
+	url.md5 = "65d811842205bd1f11a8518d1c3455e4",
+	url.mime = "application/pdf",
+	url.pagesize = "793.701 x 446.457 pts",
+	url.checked = "2024-06-30 12:15:44 CEST"
+}
+
+@InProceedings{ M2EC2022,
+	author = "Thomas Dreibholz and Somnath Mazumdar",
+	title = "{Load Distribution for Mobile Edge Computing with Reliable Server Pooling}",
+	booktitle = "{Proceedings of the 4th International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing~(M2EC) in conjunction with the 36th International Conference on Advanced Information Networking and Applications~(AINA)}",
+	pages = "590--601",
+	numpages = "12",
+	day = "15",
+	month = apr,
+	year = "2022",
+	address = "Sydney, New South Wales/Australia",
+	language = "english",
+	isbn = "978-3-030-99619-2",
+	doi = "10.1007/978-3-030-99619-2_55",
+	keywords = "Mobile Edge Computing (MEC), Multi-Cloud Computing, Reliable Server Pooling (RSerPool), Load Distribution, Cloud Computing, Serverless Computing",
+	abstract = "{The energy-efficient computing model is a popular choice for both, high-performance and throughput-oriented computing ecosystems. Mobile (computing) devices are becoming increasingly ubiquitous to our computing domain, but with limited resources (true both for computation as well as for energy). Hence, workload offloading from resource-constrained mobile devices to the edge and maybe later to the cloud become necessary as well as useful. Thanks to the persistent technical breakthroughs in global wireless standards (or in mobile networks), together with the almost limitless amount of resources in public cloud platforms, workload offloading is possible and cheaper. In such scenarios, Mobile Edge Computing (MEC) resources could be provisioned in proximity to the users for supporting latency-sensitive applications. Here, two relevant problems could be:
+i) How to distribute workload to the resource pools of MEC as well as public (multi-)clouds?
+ii) How to manage such resource pools effectively?
+To answer these problems in this paper, we examine the performance of our proposed approach using the Reliable Server Pooling (RSerPool) framework in more detail. We also have outlined the resource pool management policies to effectively use RSerPool for workload offloading from mobile devices into the cloud/MEC ecosystem.
+}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/m2ec2022.pdf",
+	url.size = "3751503",
+	url.md5 = "9781c73c07685768b70b5cd7250b8b24",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:45 CEST"
+}
+
+@TechReport{ CRNA-Rapport2021,
+	author = "Ahmed Mustafa Elmokashfi and Amund Kvalbein and Anas Saeed Al-Selwi and Foivos Ioannis Michelinakis and Thomas Dreibholz",
+	title = "{Norske mobilnett i 2021 -- Tilstandsrapport fra Centre for Resilient Networks and Applications}",
+	numpages = "50",
+	day = "6",
+	month = apr,
+	year = "2022",
+	institution = "Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications~(CRNA)",
+	address = "Oslo/Norway",
+	language = "norsk",
+	isbn = "82-92593-36-5",
+	abstract = "{Denne rapporten er utarbeidet av Center for Resilient Networks and Applications (CRNA), som er en del av Simula Metropolitan Center for Digital Engineering. CRNA driver grunn- leggende forskning innen robusthet og sikker- het i nettverk med mandat og finansiering fra Kommunal- og moderniseringsdepartementet. Senteret produserer en årlig rapport om tilstan- den i norske mobilnett. Årets rapport er den niende i rekken.}",
+	url = "https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2021.pdf",
+	url.size = "10764682",
+	url.md5 = "0d3cc03901b210a639bc62c872997434",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:45 CEST"
+}
+
+@TechReport{ CRNA-Rapport2022,
+	author = "Tarik Čičić and Amund Kvalbein and Anas Saeed Al-Selwi and Foivos Ioannis Michelinakis and Thomas Dreibholz",
+	title = "{Norske mobilnett i 2022 -- Tilstandsrapport fra Centre for Resilient Networks and Applications}",
+	numpages = "44",
+	day = "27",
+	month = apr,
+	year = "2023",
+	institution = "Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications~(CRNA)",
+	address = "Oslo/Norway",
+	language = "norsk",
+	isbn = "978-82-92593-38-7",
+	abstract = "{Denne rapporten er utarbeidet av Center for Resilient Networks and Applications (CRNA), som er en del av Simula Metropolitan Center for Digital Engineering. CRNA driver grunnleggende forskning innen robusthet og sikkerhet i nettverk med mandat og finansiering fra Kommunal- og moderniseringsdepartementet. Senteret produserer en årlig rapport om tilstanden i norske mobilnett. Årets rapport er den tiende i rekken}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/crna-2022.pdf",
+	url.size = "8543107",
+	url.md5 = "0e3fb8dba3abb5a4877bf234cbb64a4a",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:45 CEST"
+}
+
+@TechReport{ CRNA-Rapport2023,
+	author = "Tarik Čičić and Alojz Gomola and Hugo Martineau and Foivos Ioannis Michelinakis and Anas Saeed Al-Selwi",
+	title = "{Norske mobilnett i 2023 -- Tilstandsrapport fra Simula Metropolitan Center for Digital Engineering, Center for Resilient Networks and Applications}",
+	numpages = "54",
+	day = "30",
+	month = apr,
+	year = "2024",
+	institution = "Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications~(CRNA)",
+	address = "Oslo/Norway",
+	language = "norsk",
+	isbn = "978-82-92593-39-4",
+	abstract = "{Denne rapporten er utarbeidet av Center for Resilient Networks and Applications (CRNA), som er en del av Simula Metropolitan Center for Digital Engineering. CRNA driver grunnleggende forskning innen robusthet og sikker- het i nettverk med mandat og finansiering fra Digitaliserings- og forvaltningsdepartementet. Senteret produserer en årlig rapport om tilstanden i norske mobilnett. Årets rapport er den ellevte i rekken.}",
+	url = "https://web-backend.simula.no/sites/default/files/2024-05/crna-2023.pdf",
+	url.size = "15175028",
+	url.md5 = "94fd419f79f90760230dd741d1ca8aa4",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:46 CEST"
+}
+
+@Misc{ OSMHackfest13,
+	author = "Thomas Dreibholz and Azza Hassan Mohamed Ahmed and Mah-Rukh Fida and Andrés Felipe Ocampo and Foivos Ioannis Michelinakis",
+	title = "{Detecting Issues with In-Band Telemetry in OSM-Orchestrated Core Networks}",
+	howpublished = "Presentation at the OSM#13 Ecosystem Day",
+	type = "Demo presentation",
+	numpages = "14",
+	day = "15",
+	month = jun,
+	year = "2022",
+	address = "Virtual",
+	language = "english",
+	keywords = "Network Function Virtualisation (NFV), Open Source MANO (OSM), P4, Telemetry, Anomaly Detection",
+	abstract = "{Open Source MANO is a helpful tool to manage and orchestrate the instantiation of core network setups, like Network Service (NS) instances of our SimulaMet OpenAirInterface Virtual Network Function (VNF) for Enhanced Packet Cores (EPC). We furthermore extended our NS with VNF instances of Programming Protocol-independent Packet Processors (P4) switches, in order to allow for in-band telemetry. With in-band telemetry, it is possible to flexibly add, process, and remove telemetry information to traffic within the packet core, in order to allow for fine-granular evaluation of the system performance and the users' experienced quality of service.
+In our presentation and demo, we would like to provide an overview of our ongoing work on P4-based in-band telemetry in an OSM-orchestrated 4G core, which is used for detecting performance problems and anomalies in the network based on machine learning. We would furthermore like to demonstrate the details of our setup to the audience in a live demo.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest13-presentation.pdf",
+	url.size = "4883444",
+	url.md5 = "8e45be5e236c300b6172de1948edcd61",
+	url.mime = "application/pdf",
+	url.pagesize = "793.701 x 446.457 pts",
+	url.checked = "2024-06-30 12:15:46 CEST"
+}
+
+@InProceedings{ TMA2022,
+	author = "Alfred Arouna and Steinar Bjørnstad and Stein Jørgen Ryan and Thomas Dreibholz and Sobia Rind and Ahmed Mustafa Elmokashfi",
+	title = "{Network Path Integrity Verification using Deterministic Delay Measurements}",
+	booktitle = "{Proceedings of the 6th IEEE/IFIP Network Traffic Measurement and Analysis Conference~(TMA)}",
+	numpages = "8",
+	day = "29",
+	month = jun,
+	year = "2022",
+	address = "Enschede, Overijssel/Netherlands",
+	language = "english",
+	isbn = "978-3-903176-47-8",
+	keywords = "Network, Deterministic RTT, Alien Switch",
+	abstract = "{If an attacker succeeds in planting a device in a network, detecting the alien device can be extremely difficult. With the intuition that every device on the data path contributes to the end-to-end delay, we propose a simple and deterministic measurement-based approach for detecting the insertion of a layer-2 switch on the data path of a network operator. For this purpose, we use commodity hardware and the standard ping tool for collecting ICMP RTTs. To minimise inaccuracies in the measurements, we increase timing determinism on both ICMP source and target by using a real-time kernel on both, a dedicated source (a Linux server) and target (an RPI4 with custom image). Additionally, we manipulate real-time attributes for prioritising the ping process. By using this approach on different loaded networks: lab, campus network, research and education network and an ISP, we are able to reliably detect that a switch was added at the end of the path or within it. Our method yields an excellent performance on networks with considerable cross traffic as well as lightly loaded networks.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/tma_camera_ready_network_path_integrity_verification_using_deterministic_delay_measurements.pdf",
+	url.size = "457440",
+	url.md5 = "2e26d7e6bb08e8d8fd9fe6da67b960c1",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:46 CEST"
+}
+
+@Article{ TNSM2022,
+	author = "Foivos Ioannis Michelinakis and Joan Sebastià Pujol-Roig and Sara Malacarne and Min Xie and Thomas Dreibholz and Sayantini Majumdar and Wint Yi Poe and Georgios Patounas and Carmen Guerrero and Ahmed Mustafa Elmokashfi and Vasileios Theodorou",
+	title = "{AI Anomaly Detection for Cloudified Mobile Core Architectures}",
+	journal = "{Transactions on Network and Service Management~(TNSM)}",
+	numpages = "16",
+	day = "31",
+	month = aug,
+	year = "2022",
+	publisher = "IEEE Computer Society",
+	address = "Los Alamitos, California/U.S.A.",
+	language = "english",
+	issn = "1932-4537",
+	doi = "10.1109/TNSM.2022.3203246",
+	keywords = "Anomaly Detection, Autoencoders, Deep Learning, 5G, AI, Smart Networks, Mobile Networks",
+	abstract = "{IT systems monitoring is a crucial process for managing and orchestrating network resources, allowing network providers to rapidly detect and react to most impediment causing network degradation. However, the high growth in size and complexity of current operational networks (2022) demands new solutions to process huge amounts of data (including alarms) reliably and swiftly. Further, as the network becomes progressively more virtualized, the hosting of nfv on cloud environments adds a magnitude of possible bottlenecks outside the control of the service owners. In this paper, we propose two deep learning anomaly detection solutions that leverage service exposure and apply it to automate the detection of service degradation and root cause discovery in a cloudified mobile network that is orchestrated by ETSI OSM. A testbed is built to validate these AI models. The testbed collects monitoring data from the OSM monitoring module, which is then exposed to the external AI anomaly detection modules, tuned to identify the anomalies and the network services causing them. The deep learning solutions are tested using various artificially induced bottlenecks. The AI solutions are shown to correctly detect anomalies and identify the network components involved in the bottlenecks, with certain limitations in a particular type of bottlenecks. A discussion of the right monitoring tools to identify concrete bottlenecks is provided.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/tnsm2022.pdf",
+	url.size = "9889260",
+	url.md5 = "47e525a56f9c1cfd27c249601bdb8c3b",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:47 CEST"
+}
+
+@InProceedings{ LCN2022-DemoPaper,
+	author = "Thomas Dreibholz and Mah-Rukh Fida and Azza Hassan Mohamed Ahmed and Andrés Felipe Ocampo and Foivos Ioannis Michelinakis",
+	title = "{A Live Demonstration of In-Band Telemetry in OSM-Orchestrated Core Networks}",
+	booktitle = "{Proceedings of the 47th IEEE Conference on Local Computer Networks~(LCN)}",
+	pages = "245--247",
+	numpages = "3",
+	day = "28",
+	month = sep,
+	year = "2022",
+	address = "Edmonton, Alberta/Canada",
+	language = "english",
+	isbn = "978-1-6654-8001-7",
+	doi = "10.1109/LCN53696.2022.9843413",
+	keywords = "Network Function Virtualisation (NFV), Open Source MANO (OSM), P4, Telemetry, Anomaly Detection",
+	abstract = "{Network Function Virtualization is a key enabler to building future mobile networks in a flexible and cost-efficient way. Such a network is expected to manage and maintain itself with least human intervention. With early deployments of the fifth generation of mobile technologies -- 5G -- around the world, setting up 4G/5G experimental infrastructures is necessary to optimally design Self-Organising Networks~(SON). In this demo, we present a custom small-scale 4G/5G testbed. As a step towards self-healing, the testbed integrates four Programming Protocol-independent Packet Processors (P4) virtual switches, that are placed along interfaces between different components of transport and core network. This demo not only shows the administration and monitoring of the Evolved Packet Core (EPC) VNF components, using Open Source MANO, but also as a proof of concept for the potential of P4-based telemetry in detecting anomalous behaviour of the mobile network, such as a congestion in the transport part.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/lcn2022-telemetry-demo-web.pdf",
+	url.size = "555999",
+	url.md5 = "e94078ba8836b84235cf9313a9d69ed1",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:47 CEST"
+}
+
+@InProceedings{ CNSM2022,
+	author = "Thomas Dreibholz and Somnath Mazumdar",
+	title = "{Find Out: How Do Your Data Packets Travel?}",
+	booktitle = "{Proceedings of the 18th IEEE International Conference on Network and Service Management~(CNSM)}",
+	pages = "359--363",
+	numpages = "5",
+	day = "1",
+	month = nov,
+	year = "2022",
+	address = "Thessaloniki, Greece",
+	language = "english",
+	isbn = "978-3-903176-51-5",
+	doi = "10.23919/CNSM55787.2022.9965091",
+	keywords = "Internet, Connectivity, Routing, Data, Packets, Traffic Paths",
+	abstract = "{In today's communication-centric world, users generate and exchange a massive amount of data. The Internet helps user data to travel from one part of the world to another, via a complex set of network systems. These systems are intelligent, heterogeneous, and non-transparent to users. This paper presents an extensive, trace-driven study of user data traffic covering five years of observations, six large ISPs, 22 different autonomous systems, and a total of 12 countries. This work aims to make users aware of how their data travels in the Internet, as the interests of ISPs majorly influence the data traffic path. Although data traffic should prefer to travel through countries that share land borders, we found that the shortest land distance between the two countries does not impact data path selection.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/cnsm2022.pdf",
+	url.size = "7412046",
+	url.md5 = "1a49b8096e6f7d92d50d2ff98836db4c",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:47 CEST"
+}
+
+@Article{ CommMag2022,
+	author = "Somnath Mazumdar and Thomas Dreibholz",
+	title = "{Secure Embedded Living: Towards a Self-contained User Data Preserving Framework}",
+	journal = "{IEEE Communications Magazine}",
+	volume = "60",
+	issue = "11",
+	pages = "74--80",
+	numpages = "7",
+	day = "11",
+	month = nov,
+	year = "2022",
+	language = "english",
+	issn = "0163-6804",
+	doi = "10.1109/MCOM.001.2200165",
+	keywords = "IoTs, Cloud, Blockchain, Data, Security, User",
+	abstract = "{Smart living represents the hardware-software co-inhabiting with humans for better living standards and improved well-being. Here, hardware monitors human activities (by collecting data) specific to a context. Such data can be processed to offer context-specific valuable insights. Such insights can be used for optimising the well-being, living experience and energy cost of smart homes. This paper proposes a Secure Embedded Living Framework~(SELF) that enforces a privacy-preserving data control mechanism by integrating multiple technologies, such as Internet-of-thing, cloud/fog platform, machine learning and blockchain. The primary aim of the SELF is to allow the user to retain more control of its data.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/commmag2022.pdf",
+	url.size = "343205",
+	url.md5 = "aee5a6a9043799f00b9836ce7cafd8d4",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:47 CEST"
+}
+
+@InProceedings{ PDCAT2022,
+	author = "Somnath Mazumdar and Thomas Dreibholz",
+	title = "{Towards a Blockchain and Fog-Based Proactive Data Distribution Framework for ICN}",
+	booktitle = "{Proceedings of the International Conference on Parallel and Distributed Computing, Applications and Technologies~(PDCAT)}",
+	pages = "175--186",
+	numpages = "12",
+	day = "7",
+	month = dec,
+	year = "2022",
+	address = "Sendai, Miyagi/Japan",
+	language = "english",
+	isbn = "978-3-031-29927-8",
+	doi = "10.1007/978-3-031-29927-8_14",
+	keywords = "Blockchain, Data, Distribution, Fog, ICN, Protection",
+	abstract = "{Most of today's IP traffic is cloud traffic. Due to a vast, complex and non-transparent Internet infrastructure, securely accessing and delegating data is not a trivial task. Existing technologies of Information-Centric Networking (ICN) make content distribution and access easy while primarily relying on the existing cloud-based security features. The primary aim of ICN is to make data independent of its storage location and application. ICN builds upon traditional distributed computing, which means ICN platforms also can suffer from similar data security issues as distributed computing platforms. We present our ongoing work to develop a secure, proactive data distribution framework. The framework answers the research question, i.e., How to extend online data protection with a secure data distribution model for the ICN platform? Our framework adds a data protection layer over the content distribution network, using blockchain and relying on the fog to distribute the contents with low latency. Our framework is different from the existing works in multiple aspects, such as i) data are primarily distributed from the fog nodes, ii) blockchain is used to protect data and iii) blockchain allows statistical and other information sharing among stakeholders (such as content creators) following access rights. Sharing statistics about content distribution activity can bring transparency and trustworthiness among the stakeholders, including the subscribers, into the ICN platforms. We showed such a framework is possible by presenting initial performance results and our reflections while implementing it on a cloud/fog research testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/pdcat2022.pdf",
+	url.size = "3090191",
+	url.md5 = "dcfa615332c774c3f7ae57e1b55eebc2",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:48 CEST"
+}
+
+@InProceedings{ HPCC2022,
+	author = "Somnath Mazumdar and Thomas Dreibholz",
+	title = "{Towards a Privacy Preserving Data Flow Control via Packet Header Marking}",
+	booktitle = "{Proceedings of the 24th IEEE International Conference on High Performance Computing, Data, and Analytics~(HPCC)}",
+	pages = "1509--1516",
+	numpages = "8",
+	day = "18",
+	month = dec,
+	year = "2022",
+	address = "Chengdu, Sichuan/People's Republic of China",
+	language = "english",
+	isbn = "979-8-3503-1993-4",
+	doi = "10.1109/HPCC-DSS-SmartCity-DependSys57074.2022.00232",
+	keywords = "Cloud, Data, Fog, P4, Packets, Privacy, Routing",
+	abstract = "{Computing infrastructure is becoming ubiquitous thanks to the advancement in computing and the network domain. Reliable network communication is essential to offer good quality services, but it is not trivial. There are privacy concerns. Metadata may leak user information even if traffic is encrypted. Some countries have data privacy preserving-related regulations, but end-users cannot control through which path, networks, and hardware their data packets should travel. Even worse, the user cannot declare their privacy preferences. This paper presents an approach to tackle such privacy issues through data privacy-aware routing. The user can specify their preferences for packet routing using marking and filtering. Routing can work according to such specifications. It is implemented by P4, allowing a vendor-independent realisation with standard off-the-shelf hardware and open-source software components. We presented the initial experimental results of a proof-of-concept run on a unified cloud/fog research testbed.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/hpcc2022.pdf",
+	url.size = "2056774",
+	url.md5 = "e4736c18f80bee8084c75a587f6c7e0a",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:48 CEST"
+}
+
+@Article{ IoT2023,
+	author = "Thomas Dreibholz and Somnath Mazumdar",
+	title = "{Towards a Lightweight Task Scheduling Framework for Cloud and Edge Platform}",
+	journal = "{Internet of Things}",
+	volume = "21",
+	numpages = "16",
+	month = apr,
+	year = "2023",
+	publisher = "Elsevier",
+	language = "english",
+	issn = "2542-6605",
+	doi = "10.1016/j.iot.2022.100651",
+	keywords = "Cloud, Edge, Framework, Placement, Task",
+	abstract = "{Mobile devices are becoming ubiquitous in our daily lives, but they have limited computational capacity. Thanks to the advancement in the network infrastructure, task offloading from resource-constrained devices to the near edge and the cloud becomes possible and advantageous. Complete task offloading is now possible to almost limitless computing resources of public cloud platforms. Generally, the edge computing resources support latency-sensitive applications with limited computing resources, while the cloud supports latency-tolerant applications. This paper proposes one lightweight task-scheduling framework from cloud service provider perspective, for applications using both cloud and edge platforms. Here, the challenge is using edge and cloud resources efficiently when necessary. Such decisions have to be made quickly, with a small management overhead. Our framework aims at solving two research questions. They are: i) How to distribute tasks to the edge resource pools and multi-clouds? ii) How to manage these resource pools effectively with low overheads? To answer these two questions, we examine the performance of our proposed framework based on Reliable Server Pooling (RSerPool). We have shown via simulations that RSerPool, with the correct usage and configuration of pool member selection policies, can accomplish the cloud/edge setup resource selection task with a small overhead.}",
+	url = "https://web-backend.simula.no/sites/default/files/publications/files/iot2023.pdf",
+	url.size = "4115472",
+	url.md5 = "b6aef5ff3b1bbf61cd4c03c8acb60222",
+	url.mime = "application/pdf",
+	url.pagesize = "544.252 x 742.677 pts",
+	url.checked = "2024-06-30 12:15:48 CEST"
+}
+
+@InProceedings{ ICTON2023,
+	author = "Steinar Bjørnstad and Jameel Ali and Thomas Dreibholz and Erik Sæthre",
+	title = "{A Scalable Data Collection System for Continuous State of Polarisation Monitoring}",
+	booktitle = "{Proceedings of the 23rd International Conference on Transparent Optical Networks~(ICTON)}",
+	pages = "1--4",
+	numpages = "4",
+	day = "3",
+	month = jul,
+	year = "2023",
+	address = "Bucharest/Romania",
+	language = "english",
+	isbn = "979-8-3503-0303-2",
+	doi = "10.1109/ICTON59386.2023.10207183",
+	keywords = "State of Polarisation, Monitoring, Critical Infrastructure",
+	abstract = "{Our dependency on the telecommunication infrastructure is continuously increasing, as different infrastructures -- such as energy and telecommunication -- now have mutual dependencies. This calls for increased monitoring of the fibre network, which is a highly critical part of the infrastructure. State of Polarisation (SoP) of light propagating through fibre transmission systems is impacted by any vibrations and mechanical impacts on the fibre. By continuously monitoring the SoP, any unexpected movements of a fibre along a fibre-path may be traced. Movements may be caused by e.g. work in node-rooms impacting patch-cords, trawlers or other types of sub-sea equipment touching or hooking into sub-sea fibre cables, digging close to a fibre-cable, or geophysical phenomena like earthquakes. In this paper, we describe a low-cost, scalable system for SoP monitoring and give examples of patterns monitored in different types of fibre infrastructures. The monitoring system consists of single-unit rack-mount instruments connected to taps from live optical transmission signals. Each instrument has local storage for 1-2 years of data, and is periodically automatically uploading data to a server for backup and data-access purposes. Examples of observed patterns are impact from a thunderstorm on a Fibre-To-The-Home (FTTH) cable, 50 Hz on a fibre-cable spun around a high-voltage power air-cable, as well as animal impact on a patch-cord.}",
+	url = "https://web-backend.simula.no/sites/default/files/2023-10/ICTON2023.pdf",
+	url.size = "1020465",
+	url.md5 = "91f2a32aeb8e3d1f193288d235130e4e",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:48 CEST"
+}
+
+@InProceedings{ ISCC2023,
+	author = "Somnath Mazumdar and Thomas Dreibholz",
+	title = "{Proactive Resource Orchestration Framework for Cloud/Fog Platform}",
+	booktitle = "{Proceedings of the 28th IEEE Symposium on Computers and Communications~(ISCC)}",
+	pages = "259--265",
+	numpages = "7",
+	day = "10",
+	month = jul,
+	year = "2023",
+	address = "Gammarth, Tunis/Tunisia",
+	language = "english",
+	isbn = "979-8-3503-0048-2",
+	doi = "10.1109/ISCC58397.2023.10218068",
+	keywords = "Cloud, Fog, Resource Allocation, Orchestration, Prediction",
+	abstract = "{Cloud computing makes complex computing an off-premise activity by offering software- and hardware-based services using standard security protocols over the Internet. It has been seen that the cloud is not ideal for latency-sensitive applications. Thanks to the current growth of network communication and infrastructure, fog adds a computing resource delegation layer between the user and the cloud. Fog aims to improve latency-sensitive applications support. Here, we propose one unified, proactive resource orchestration framework from a cloud/fog service provider perspective. The framework consists of a predictor and a resource allocator module. Users subscribe to these resources to execute their applications. The framework does not require application-specific information and is modular, meaning a service provider can customise each module. We have presented the framework prototype by showing each module's simulated performance results using the parameters of our cloud/fog research test bed.}",
+	url = "https://web-backend.simula.no/sites/default/files/2023-10/ISCC2023.pdf",
+	url.size = "228158",
+	url.md5 = "8791dda646edfc85901dfdfbde43d260",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:48 CEST"
+}
+
+@InProceedings{ ConTEL2023,
+	author = "Thomas Dreibholz and Steinar Bjørnstad and Jameel Ali",
+	title = "{A Scalable Infrastructure for Continuous State of Polarisation Monitoring for Revealing Security and Vulnerability Impacts in Optical Networks}",
+	booktitle = "{Proceedings of the 17th International Conference on Telecommunications~(ConTEL)}",
+	pages = "1--8",
+	numpages = "8",
+	day = "11",
+	month = jul,
+	year = "2023",
+	address = "Graz, Steiermark/Austria",
+	language = "english",
+	isbn = "979-8-3503-0223-3",
+	doi = "10.1109/ConTEL58387.2023.10198969",
+	abstract = "{Optical networks are spanning the world. They are the main medium for carrying all types of data-traffic. From a vulnerability and security perspective, it is therefore the most important part of the network to protect against any physical impacts that may cause disruptions or security incidents. In this paper, we demonstrate and describe a scalable, low-cost monitoring system based on detecting the state of polarisation in the fibre cables. We give examples on how any direct movement of fibre-cables or fibre-cords as well as indirect vibrations on the cable can be detected, and how basic characteristics in the patterns can be used for recognition of these events.}",
+	url = "https://web-backend.simula.no/sites/default/files/2023-10/ConTEL2023.pdf",
+	url.size = "8632879",
+	url.md5 = "b4077cd0550b708dc23dbf768120f6ac",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:49 CEST",
+	url.keywords = "State of Polarisation, Hardware, Software, Monitoring, Infrastructure"
+}
+
+@InProceedings{ SEAA2023,
+	author = "Somnath Mazumdar and Thomas Dreibholz",
+	title = "{Towards A Data Privacy-Aware Execution Zone Creation on Cloud/Fog Platform}",
+	booktitle = "{Proceedings of the 49th Euromicro Conference Series on Software Engineering and Advanced Applications~(SEAA)}",
+	pages = "140--149",
+	numpages = "10",
+	day = "8",
+	month = sep,
+	year = "2023",
+	address = "Durrës/Albania",
+	language = "english",
+	isbn = "979-8-3503-4235-2",
+	doi = "10.1109/SEAA60479.2023.00030",
+	keywords = "Cloud, Data, Fog, Message, Privacy, Resource Management",
+	abstract = "{Cloud computing is now a `go-to' platform for running various types of application. A wide spectrum of users needing software and hardware resources have embraced the cloud. Following the cloud business model, one is either a cloud-based service provider or a cloud service (hardware and software) user. There is a continuous evolution in the cloud ecosystem to support the ever-changing features of user applications. The cloud ecosystem has added a new resource delegation model to accommodate such new requirements. This new resource delegation model is known as fog. Both cloud and fog platforms employ complex hardware and software to provide better run-time support for applications. This paper presents a message-based privacy-aware application execution zone management framework for the cloud/fog platform. The framework aims to create a static execution zone based on the performance of the user application and the data privacy requirements. It also enables the user to set the resource termination conditions. Here, we have prototyped the proposed framework and showed how the proposed approach works with message structure and experiments with the P4 switch. We also present how the prototype could be implemented on a cloud/fog platform.}",
+	url = "https://web-backend.simula.no/sites/default/files/2023-10/SEAA2023.pdf",
+	url.size = "2245747",
+	url.md5 = "44c985ac9d4d090a8f08c068c864814f",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:49 CEST"
+}
+
+@InProceedings{ SoftCOM2023-Timestamping,
+	author = "Thomas Dreibholz",
+	title = "{High-Precision Round-Trip Time Measurements in the Internet with HiPerConTracer}",
+	booktitle = "{Proceedings of the 31st International Conference on Software, Telecommunications and Computer Networks~(SoftCOM)}",
+	numpages = "7",
+	day = "22",
+	month = sep,
+	year = "2023",
+	address = "Split, Dalmacija/Croatia",
+	language = "english",
+	isbn = "979-8-3503-0107-6",
+	doi = "10.23919/SoftCOM58365.2023.10271612",
+	keywords = "Internet, Round-Trip Time, Packet Timestamping, Measurement, Tools, HiPerConTracer",
+	abstract = "{Accurately measuring Round-Trip Times (RTT) for Internet communications is important for various research topics, ranging from protocol performance and congestion control to routing and network security. Unix systems, particularly Linux and FreeBSD, provide some features to obtain network packet timing information, but there is a lack of documentation for these. With High-Performance Connectivity Tracer (HiPerConTracer), there is already an open source tool for running large-scale, long-running and high-frequency ICMP Ping and Traceroute measurements. However, it lacks support of high-precision timing.
+As part of this paper, first the network packet timestamping features of Unix systems are analysed and introduced, to provide the reader with a detailed overview over the available methods, their usage, as well as their limitations. Then, enhancements to HiPerConTracer are presented for adding high-precision timestamping support, as well as a UDP module to also perform UDP Ping and Traceroute measurements. Finally, the newly added features are demonstrated in a proof-of-concept analysis.}",
+	url = "https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Timestamping.pdf",
+	url.size = "12772551",
+	url.md5 = "99b0c36bb661d436dfc2c7fadc81c7d1",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:49 CEST"
+}
+
+@InProceedings{ SoftCOM2023-Demo,
+	author = "Thomas Dreibholz",
+	title = "{A Live Demonstration of HiPerConTracer~2.0}",
+	booktitle = "{Proceedings of the 31st International Conference on Software, Telecommunications and Computer Networks~(SoftCOM)}",
+	numpages = "3",
+	day = "22",
+	month = sep,
+	year = "2023",
+	address = "Split, Dalmacija/Croatia",
+	language = "english",
+	keywords = "Internet, Round-Trip Time, Traceroute, Measurement, Tools, HiPerConTracer",
+	abstract = "{HiPerConTracer is an open source tool for large-scale, long-term, high-frequency Ping and Traceroute measurements. Using such measurements, it is possible to obtain information about latency in the network, as well as about the actual routing. This proposed live demo provides an overview over the tool and its features, as well as an introduction of how to use it for performing measurements, storing the results, querying selected results, and post-processing them for visualisation.}",
+	url = "https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Demo_0.pdf",
+	url.size = "1954032",
+	url.md5 = "ab326fd72248f5fcbeb717c5a7095283",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:49 CEST"
+}
+
+@Article{ ToMC2023,
+	author = "Mah-Rukh Fida and Azza Hassan Mohamed Ahmed and Thomas Dreibholz and Andrés Felipe Ocampo and Ahmed Mustafa Elmokashfi and Foivos Ioannis Michelinakis",
+	title = "{Bottleneck Identification in Cloudified Mobile Networks based on Distributed Telemetry}",
+	journal = "{Transactions on Mobile Computing}",
+	pages = "1--18",
+	numpages = "18",
+	day = "5",
+	month = sep,
+	year = "2023",
+	publisher = "IEEE",
+	language = "english",
+	issn = "1558-0660",
+	doi = "10.1109/TMC.2023.3312051",
+	keywords = "Bottleneck, Congestion, Mobile Cloud Network, Telemetry, Anomaly, Classification",
+	abstract = "{Cloudified mobile networks are expected to deliver a multitude of services with reduced capital and operating expenses. A characteristic example is 5G networks serving several slices in parallel. Such mobile networks, therefore, need to ensure that the SLAs of customised end-to-end sliced services are met. This requires monitoring the resource usage and characteristics of data flows at the virtualised network core, as well as tracking the performance of the radio interfaces and UEs. A centralised monitoring architecture can not scale to support millions of UEs though. This paper, proposes a 2-stage distributed telemetry framework in which UEs act as early warning sensors. After UEs flag an anomaly, a ML model is activated, at network controller, to attribute the cause of the anomaly. The framework achieves 85% F1-score in detecting anomalies caused by different bottlenecks, and an overall 89% F1-score in attributing these bottlenecks. This accuracy of our distributed framework is similar to that of a centralised monitoring system, but with no overhead of transmitting UE-based telemetry data to the centralised controller. The study also finds that passive in-band network telemetry has the potential to replace active monitoring and can further reduce the overhead of a network monitoring system.}",
+	url = "https://web-backend.simula.no/sites/default/files/2023-10/ToMC2023.pdf",
+	url.size = "4379940",
+	url.md5 = "a687e6432369b42947c91ae00a748096",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:50 CEST"
+}
+
+@InProceedings{ OFS2023,
+	author = "Steinar Bjørnstad and Jameel Ali and Thomas Dreibholz",
+	title = "{Detecting Physical Impacts by Monitoring State of Polarisation in a Live Fibre-To-The-Home Data-Communication Air-Cable}",
+	booktitle = "{Proceedings of the 28th International Conference on Optical Fiber Sensors~(OFS)}",
+	numpages = "4",
+	day = "21",
+	month = nov,
+	year = "2023",
+	address = "Hamamatsu, Shizuoka/Japan",
+	language = "english",
+	isbn = "978-1-957171-30-2",
+	doi = "10.1364/ofs.2023.tu3.44",
+	keywords = "State of Polarisation, Fibre-To-The-Home, Monitoring",
+	abstract = "{Heavy wind may tear cables down, damaging infrastructure, triggering outage in data-communication networks. We demonstrate local observations of wind in the access-network, monitoring State of Polarisation in a live Fiber-To-The-Home air-cable.}",
+	url = "https://web-backend.simula.no/sites/default/files/2023-11/OFS2023.pdf",
+	url.size = "7669401",
+	url.md5 = "41487d3204e1112852533c9a8a964f6b",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:15:50 CEST"
+}
+
+@InProceedings{ CENet2023-Blockchain,
+	author = "Fa Fu and Gaoshang Lu and Jianqiang Huang and Thomas Dreibholz",
+	title = "{A Survey of Blockchain-Based Identity Anonymity Research}",
+	booktitle = "{Proceedings of the 13th International Conference on Computer Engineering and Networks~(CENet)}",
+	numpages = "10",
+	day = "4",
+	month = nov,
+	year = "2023",
+	publisher = "Springer Nature",
+	address = "Wuxi, Jiangsu/People's Republic of China",
+	language = "english",
+	issn = "1876-1100",
+	doi = "10.1007/978-981-99-9247-8_44",
+	keywords = "Blockchain, Identity Anonymous, Data Transaction",
+	abstract = "{With the booming development of blockchain technology, blockchain-based data transactions have been applied in many fields such as finance, healthcare and logistics. It can help users to realize data transactions and management more conveniently, securely, transparently and efficiently. However, there is a certain problem of identity privacy leakage when data transactions are conducted on blockchain. Therefore, the issue of user identity privacy protection has become the core issue of data transactions on the blockchain, which is crucial to the sustainable development and wide application of the blockchain. This paper discusses the privacy protection in the process of data transactions on blockchain in terms of user identity anonymity, introduces and analyzes in detail the current research status and implementation technologies for realizing identity anonymity on blockchain, explains the threats and challenges for realizing identity anonymity, analyzes the existing problems, and gives an outlook and summary of the future research directions for realizing identity anonymity on blockchain.}",
+	url = "https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-Blockchain.pdf",
+	url.size = "297270",
+	url.md5 = "37c8853f9d84e78d90766fafd2b26419",
+	url.mime = "application/pdf",
+	url.pagesize = "595.3 x 841.9 pts (A4)",
+	url.checked = "2024-06-30 12:15:50 CEST"
+}
+
+@InProceedings{ CENet2023-SmartContracts,
+	author = "Jingqi Zhang and Xin Zhang and Zhaojun Liu and Fa Fu and Jianyu Nie and Jianqiang Huang and Thomas Dreibholz",
+	title = "{A Survey of Security Vulnerabilities and Detection Methods for Smart Contracts}",
+	booktitle = "{Proceedings of the 13th International Conference on Computer Engineering and Networks~(CENet)}",
+	numpages = "11",
+	day = "4",
+	month = nov,
+	year = "2023",
+	publisher = "Springer Nature",
+	address = "Wuxi, Jiangsu/People's Republic of China",
+	language = "english",
+	issn = "1876-1100",
+	doi = "10.1007/978-981-99-9247-8_43",
+	keywords = "Blockchain, Smart Contracts, Detection Methods, Security Vulnerabilities",
+	abstract = "{At present, smart contracts cannot guarantee absolute security, and they have exposed many security issues and caused incalculable losses. Due to the existence of these security vulnerabilities, researchers have designed many detection and classification tools to identify and discover them. In this article, we present a classification of smart contract security vulnerabilities based on a large number of detailed arti- cles. Then, we introduce the latest smart contract vulnerability detection methods, summarize the process model of detection tools based on artificial intelligence methods, and compare and analyze various detection tools. Finally, we provide an outlook on future research directions based on the current status of smart contract security}",
+	url = "https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-SmartContracts.pdf",
+	url.size = "211674",
+	url.md5 = "c45d7a974d5f6b1a48f96b3d9d8a7bb3",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2024-06-30 12:15:50 CEST"
+}
+
+@Data{ TARTAN-Traceroute-Dataset2023,
+	author = "Thomas Dreibholz and Somnath Mazumdar",
+	title = "{TARTAN Traceroute Dataset}",
+	day = "9",
+	month = nov,
+	year = "2023",
+	publisher = "IEEE DataPort",
+	doi = "10.21227/a241-gm35",
+	keywords = "Cloud Computing, Quality of Service, Privacy, Internet, Packets, Routing",
+	abstract = "{The Transport-level pAcket RouTing ANalysis Tool for Cloud-native Applications (TARTAN) Dataset contains TARTAN/HiPerConTracer Traceroute runs between an endpoint in Oslo, Norway and the public Comprehensive TeX Archive Network (CTAN, https://www.ctan.org) and Comprehensive R Archive Network (CRAN, https://cran.r-project.org) mirror web servers, using ICMP and TCP as Transport Layer protocols. The data has been collected between August and October 2023. 3 rounds of Traceroute runs have been performed every 300 s. Both, IPv4 and IPv6 data have been collected. The purpose of the dataset is to show the changes of routes over time between a private endpoint and public web servers in different countries.}"
+}
+
+@Data{ Reflection-Server-Tuning-Dataset2024,
+	author = "Jan Marius Evang and Thomas Dreibholz",
+	title = "{Reflection Server Tuning Dataset}",
+	day = "2",
+	month = feb,
+	year = "2024",
+	publisher = "IEEE DataPort",
+	doi = "10.21227/8wbz-7e29"
+}
+
+@InProceedings{ M2EC2024,
+	author = "Jan Marius Evang and Thomas Dreibholz",
+	title = "{Optimizing Network Latency: Unveiling the Impact of Reflection Server Tuning}",
+	booktitle = "{Proceedings of the 6th International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing~(M2EC) in conjunction with the 38th International Conference on Advanced Information Networking and Applications~(AINA)}",
+	pages = "374--384",
+	numpages = "11",
+	day = "18",
+	month = apr,
+	year = "2024",
+	address = "Kitakyushu, Fukuoka/Japan",
+	language = "english",
+	isbn = "978-3-031-57942-4",
+	doi = "10.1007/978-3-031-57942-4_3",
+	keywords = "Latency, Kernel Tuning, HiPerConTracer",
+	abstract = "{This study investigates the dynamics of network latency optimizations, with a focus on the role of reflection server tuning. In an era marked by the demand for precise and low-latency network measurements, our exploration unveils the interplay of diverse parameters in achieving optimal performance. Notably, the implementation of a tuned profile on Linux emerges as a standout strategy, showcasing significant rewards in network efficiency. We highlight the importance of early acceptance of latency-critical traffic in the firewall chain and emphasize the cumulative impact of various optimizations. These findings have practical implications for network administrators and system architects, providing valuable insights for the deployment of efficient and low-latency network infrastructures, essential in the landscape of emerging technologies such as 5G networks and edge computing solutions.}",
+	url = "https://web-backend.simula.no/sites/default/files/2024-02/M2EC2024.pdf",
+	url.size = "431347",
+	url.md5 = "b77b88c046472082a9fb635befcda1bd",
+	url.mime = "application/pdf",
+	url.pagesize = "595.276 x 841.89 pts (A4)",
+	url.checked = "2024-06-30 12:18:07 CEST"
+}
+
+@Misc{ CBSTalk2024,
+	author = "Thomas Dreibholz",
+	title = "{Cloud and Fog: How and Where is My Data Flowing? Obtaining Insights into Data Privacy in Today's Applications}",
+	howpublished = "Invited Talk at Copenhagen Business School~(CBS)",
+	numpages = "23",
+	day = "26",
+	month = apr,
+	year = "2024",
+	address = "Fredriksberg/Denmark",
+	language = "english",
+	keywords = "Cloud, Fog, Privacy, Networking, Routing, Traceroute, HiPerConTracer",
+	abstract = "{In today's applications, network access is almost ubiquitous: While users interact with their applications on the smartphone -- anywhere and anytime -- many tasks are actually offloaded to cloud/fog systems for processing somewhere else, mostly unknown by the users. So, a lot of user data continuously flows around the world, between cities, countries and continents. This talk intends to provide some interesting insights into privacy-relevant networking aspects of cloud/fog applications, without requiring detailed computer networking knowledge.}",
+	url = "https://web-backend.simula.no/sites/default/files/2024-04/CBSTalk2024.pdf",
+	url.size = "14728406",
+	url.md5 = "a1e26306386ce8ef176e278dfbcca44c",
+	url.mime = "application/pdf",
+	url.pagesize = "793.701 x 446.457 pts",
+	url.checked = "2024-04-26 17:04:33 CEST"
+}
+
+@Misc{ KOHS2024,
+	author = "Thomas Dreibholz and Somnath Mazumdar",
+	title = "{Secure and Privacy-Preserving Smart Living}",
+	howpublished = "Invited Talk at KOHS Workshop on Technology for Co-Working on Health and Active Life",
+	numpages = "8",
+	day = "13",
+	month = jun,
+	year = "2024",
+	address = "Wien/Austria",
+	language = "english",
+	keywords = "Cloud, Data, Fog, Message, Privacy, Resource Management",
+	url = "https://web-backend.simula.no/sites/default/files/2024-06/KOHS2024-Presentation_0.pdf",
+	url.size = "5363012",
+	url.md5 = "5ed6a837d6d534f6f671ecc5fa413ea6",
+	url.mime = "application/pdf",
+	url.pagesize = "793.701 x 446.457 pts",
+	url.checked = "2024-06-19 14:54:44 CEST"
+}
+
+@InProceedings{ PDP2025,
+	author = "Thomas Dreibholz and Somnath Mazumdar",
+	title = "{HiPerConTracer~3.0: Transport-level Packet Routing Analysis Tool}",
+	booktitle = "{Proceedings of the 33rd Euromicro International Conference on Parallel, Distributed and Network-Based Processing~(PDP)}",
+	pages = "33--41",
+	numpages = "9",
+	day = "14",
+	month = mar,
+	year = "2025",
+	address = "Torino, Piemonte/Italy",
+	language = "english",
+	isbn = "979-8-3315-2493-7",
+	doi = "10.1109/PDP66500.2025.00014",
+	keywords = "Long-Term Analysis, Network, Packets, Routing, Round-Trip Time, Traceroute",
+	abstract = "{Applications rely on the network to reliably forward packets between nodes. The way packets are forwarded has a significant impact on latency-sensitive applications. It is important to gain a better understanding of the routes the packets take, to adapt an application's communication to network performance, and to achieve good quality of experience~(QoE) for the user. Continuous, long-term evaluation is required to obtain detailed insights into network performance.
+Here, we present HiPerConTracer~3.0 for tracing routes between senders and receivers in public and private networks. This open-source tool for large-scale IP trace analysis performs traceroute/ping measurements to provide detailed insights into packet routes and packet timing. In this paper, we have demonstrated the intuitive route visualization capability of the proposed tool by verifying some known network behaviors.}",
+	url = "https://web-backend.simula.no/sites/default/files/2025-02/PDP2025.pdf",
+	url.size = "5477231",
+	url.md5 = "5958ae5a77cbe4da76bad8f48f34f180",
+	url.mime = "application/pdf",
+	url.pagesize = "612 x 792 pts (letter)",
+	url.checked = "2025-02-11 15:21:22 CET"
+}
+
diff -pruN 1.4.4-2/src/bibtexconv-tests/odt-example.good 2.0.2-1/src/bibtexconv-tests/odt-example.good
--- 1.4.4-2/src/bibtexconv-tests/odt-example.good	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/bibtexconv-tests/odt-example.good	2025-05-10 20:42:07.000000000 +0000
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<office:document-content xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:rpt="http://openoffice.org/2005/report" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0">
+
+<office:automatic-styles>
+  <style:style style:name="P1" style:family="paragraph" style:parent-style-name="Standard">
+    <style:paragraph-properties fo:text-align="justify" style:justify-single-word="false"/>
+  </style:style>
+  <style:style style:name="T1" style:family="text">
+    <style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
+  </style:style>
+  <style:style style:name="T2" style:family="text">
+    <style:text-properties fo:font-size="10pt" style:font-size-asian="10pt" style:font-size-complex="10pt"/>
+  </style:style>
+  <style:style style:name="T3" style:family="text">     <style:text-properties fo:font-style="italic" style:font-style-asian="italic" style:font-style-complex="italic"/>  </style:style></office:automatic-styles>
+
+<office:body>
+<office:text>
+
+<text:h text:style-name="Heading_20_1" text:outline-level="1">References</text:h>
+
+<text:h text:style-name="Heading_20_2" text:outline-level="2">2025</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">March</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="PDP2025"/>PDP2025<text:bookmark-end text:name="PDP2025"/>] Dreibholz, Thomas; Mazumdar, Somnath: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2025-02/PDP2025.pdf">HiPerConTracer 3.0: Transport-level Packet Routing Analysis Tool</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2025-02/PDP2025.pdf">PDF</text:a>, 5349 KiB, 9 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 33rd Euromicro International Conference on Parallel, Distributed and Network-Based Processing (PDP)</text:span>, pp. 33–41, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/PDP66500.2025.00014">10.1109/PDP66500.2025.00014</text:a>, ISBN 979-8-3315-2493-7, Torino, Piemonte/Italy, March 14, 2025.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2025-02/PDP2025.pdf">https://web-backend.simula.no/sites/default/files/2025-02/PDP2025.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2024</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">June</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="KOHS2024"/>KOHS2024<text:bookmark-end text:name="KOHS2024"/>] Dreibholz, Thomas; Mazumdar, Somnath: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-06/KOHS2024-Presentation_0.pdf">Secure and Privacy-Preserving Smart Living</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-06/KOHS2024-Presentation_0.pdf">PDF</text:a>, 5238 KiB, 8 pages, 🇬🇧), Invited Talk at KOHS Workshop on Technology for Co-Working on Health and Active Life, Wien/Austria, June 13, 2024.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-06/KOHS2024-Presentation_0.pdf">https://web-backend.simula.no/sites/default/files/2024-06/KOHS2024-Presentation_0.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">April</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="CRNA-Rapport2023"/>CRNA-Rapport2023<text:bookmark-end text:name="CRNA-Rapport2023"/>] Čičić, Tarik; Gomola, Alojz; Martineau, Hugo; Michelinakis, Foivos Ioannis; Al-Selwi, Anas Saeed: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-05/crna-2023.pdf">Norske mobilnett i 2023 – Tilstandsrapport fra Simula Metropolitan Center for Digital Engineering, Center for Resilient Networks and Applications</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-05/crna-2023.pdf">PDF</text:a>, 14820 KiB, 54 pages, 🇳🇴), Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications (CRNA), ISBN 978-82-92593-39-4, Oslo/Norway, April 30, 2024.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-05/crna-2023.pdf">https://web-backend.simula.no/sites/default/files/2024-05/crna-2023.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="CBSTalk2024"/>CBSTalk2024<text:bookmark-end text:name="CBSTalk2024"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-04/CBSTalk2024.pdf">Cloud and Fog: How and Where is My Data Flowing? Obtaining Insights into Data Privacy in Today&apos;s Applications</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-04/CBSTalk2024.pdf">PDF</text:a>, 14384 KiB, 23 pages, 🇬🇧), Invited Talk at Copenhagen Business School (CBS), Fredriksberg/Denmark, April 26, 2024.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-04/CBSTalk2024.pdf">https://web-backend.simula.no/sites/default/files/2024-04/CBSTalk2024.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="M2EC2024"/>M2EC2024<text:bookmark-end text:name="M2EC2024"/>] Evang, Jan Marius; Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-02/M2EC2024.pdf">Optimizing Network Latency: Unveiling the Impact of Reflection Server Tuning</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-02/M2EC2024.pdf">PDF</text:a>, 422 KiB, 11 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 6th International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing (M2EC) in conjunction with the 38th International Conference on Advanced Information Networking and Applications (AINA)</text:span>, pp. 374–384, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1007/978-3-031-57942-4_3">10.1007/978-3-031-57942-4_3</text:a>, ISBN 978-3-031-57942-4, Kitakyushu, Fukuoka/Japan, April 18, 2024.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-02/M2EC2024.pdf">https://web-backend.simula.no/sites/default/files/2024-02/M2EC2024.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">February</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Reflection-Server-Tuning-Dataset2024"/>Reflection-Server-Tuning-Dataset2024<text:bookmark-end text:name="Reflection-Server-Tuning-Dataset2024"/>] Evang, Jan Marius; Dreibholz, Thomas: </text:span>“Reflection Server Tuning Dataset”in , IEEE DataPort, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.21227/8wbz-7e29">10.21227/8wbz-7e29</text:a>, February 2, 2024.</text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2023</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">November</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="OFS2023"/>OFS2023<text:bookmark-end text:name="OFS2023"/>] Bjørnstad, Steinar; Ali, Jameel; Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-11/OFS2023.pdf">Detecting Physical Impacts by Monitoring State of Polarisation in a Live Fibre-To-The-Home Data-Communication Air-Cable</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-11/OFS2023.pdf">PDF</text:a>, 7490 KiB, 4 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 28th International Conference on Optical Fiber Sensors (OFS)</text:span>, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1364/ofs.2023.tu3.44">10.1364/ofs.2023.tu3.44</text:a>, ISBN 978-1-957171-30-2, Hamamatsu, Shizuoka/Japan, November 21, 2023.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-11/OFS2023.pdf">https://web-backend.simula.no/sites/default/files/2023-11/OFS2023.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="TARTAN-Traceroute-Dataset2023"/>TARTAN-Traceroute-Dataset2023<text:bookmark-end text:name="TARTAN-Traceroute-Dataset2023"/>] Dreibholz, Thomas; Mazumdar, Somnath: </text:span>“TARTAN Traceroute Dataset”in , IEEE DataPort, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.21227/a241-gm35">10.21227/a241-gm35</text:a>, November 9, 2023.</text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="CENet2023-Blockchain"/>CENet2023-Blockchain<text:bookmark-end text:name="CENet2023-Blockchain"/>] Fu, Fa; Lu, Gaoshang; Huang, Jianqiang; Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-Blockchain.pdf">A Survey of Blockchain-Based Identity Anonymity Research</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-Blockchain.pdf">PDF</text:a>, 291 KiB, 10 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 13th International Conference on Computer Engineering and Networks (CENet)</text:span>, Springer Nature, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1007/978-981-99-9247-8_44">10.1007/978-981-99-9247-8_44</text:a>, ISSN 1876-1100, Wuxi, Jiangsu/People&apos;s Republic of China, November 4, 2023.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-Blockchain.pdf">https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-Blockchain.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="CENet2023-SmartContracts"/>CENet2023-SmartContracts<text:bookmark-end text:name="CENet2023-SmartContracts"/>] Zhang, Jingqi; Zhang, Xin; Liu, Zhaojun; Fu, Fa; Nie, Jianyu; Huang, Jianqiang; Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-SmartContracts.pdf">A Survey of Security Vulnerabilities and Detection Methods for Smart Contracts</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-SmartContracts.pdf">PDF</text:a>, 207 KiB, 11 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 13th International Conference on Computer Engineering and Networks (CENet)</text:span>, Springer Nature, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1007/978-981-99-9247-8_43">10.1007/978-981-99-9247-8_43</text:a>, ISSN 1876-1100, Wuxi, Jiangsu/People&apos;s Republic of China, November 4, 2023.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-SmartContracts.pdf">https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-SmartContracts.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">September</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="SoftCOM2023-Timestamping"/>SoftCOM2023-Timestamping<text:bookmark-end text:name="SoftCOM2023-Timestamping"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Timestamping.pdf">High-Precision Round-Trip Time Measurements in the Internet with HiPerConTracer</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Timestamping.pdf">PDF</text:a>, 12474 KiB, 7 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 31st International Conference on Software, Telecommunications and Computer Networks (SoftCOM)</text:span>, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.23919/SoftCOM58365.2023.10271612">10.23919/SoftCOM58365.2023.10271612</text:a>, ISBN 979-8-3503-0107-6, Split, Dalmacija/Croatia, September 22, 2023.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Timestamping.pdf">https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Timestamping.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="SoftCOM2023-Demo"/>SoftCOM2023-Demo<text:bookmark-end text:name="SoftCOM2023-Demo"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Demo_0.pdf">A Live Demonstration of HiPerConTracer 2.0</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Demo_0.pdf">PDF</text:a>, 1909 KiB, 3 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 31st International Conference on Software, Telecommunications and Computer Networks (SoftCOM)</text:span>, Split, Dalmacija/Croatia, September 22, 2023.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Demo_0.pdf">https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Demo_0.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="SEAA2023"/>SEAA2023<text:bookmark-end text:name="SEAA2023"/>] Mazumdar, Somnath; Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/SEAA2023.pdf">Towards A Data Privacy-Aware Execution Zone Creation on Cloud/Fog Platform</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/SEAA2023.pdf">PDF</text:a>, 2194 KiB, 10 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 49th Euromicro Conference Series on Software Engineering and Advanced Applications (SEAA)</text:span>, pp. 140–149, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/SEAA60479.2023.00030">10.1109/SEAA60479.2023.00030</text:a>, ISBN 979-8-3503-4235-2, Durrës/Albania, September 8, 2023.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/SEAA2023.pdf">https://web-backend.simula.no/sites/default/files/2023-10/SEAA2023.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ToMC2023"/>ToMC2023<text:bookmark-end text:name="ToMC2023"/>] Fida, Mah-Rukh; Ahmed, Azza Hassan Mohamed; Dreibholz, Thomas; Ocampo, Andrés Felipe; Elmokashfi, Ahmed Mustafa; Michelinakis, Foivos Ioannis: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/ToMC2023.pdf">Bottleneck Identification in Cloudified Mobile Networks based on Distributed Telemetry</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/ToMC2023.pdf">PDF</text:a>, 4278 KiB, 18 pages, 🇬🇧), in <text:span text:style-name="T3">Transactions on Mobile Computing</text:span>, pp. 1–18, IEEE, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/TMC.2023.3312051">10.1109/TMC.2023.3312051</text:a>, ISSN 1558-0660, September 5, 2023.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/ToMC2023.pdf">https://web-backend.simula.no/sites/default/files/2023-10/ToMC2023.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">July</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ConTEL2023"/>ConTEL2023<text:bookmark-end text:name="ConTEL2023"/>] Dreibholz, Thomas; Bjørnstad, Steinar; Ali, Jameel: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/ConTEL2023.pdf">A Scalable Infrastructure for Continuous State of Polarisation Monitoring for Revealing Security and Vulnerability Impacts in Optical Networks</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/ConTEL2023.pdf">PDF</text:a>, 8431 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 17th International Conference on Telecommunications (ConTEL)</text:span>, pp. 1–8, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/ConTEL58387.2023.10198969">10.1109/ConTEL58387.2023.10198969</text:a>, ISBN 979-8-3503-0223-3, Graz, Steiermark/Austria, July 11, 2023.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/ConTEL2023.pdf">https://web-backend.simula.no/sites/default/files/2023-10/ConTEL2023.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ISCC2023"/>ISCC2023<text:bookmark-end text:name="ISCC2023"/>] Mazumdar, Somnath; Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/ISCC2023.pdf">Proactive Resource Orchestration Framework for Cloud/Fog Platform</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/ISCC2023.pdf">PDF</text:a>, 223 KiB, 7 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 28th IEEE Symposium on Computers and Communications (ISCC)</text:span>, pp. 259–265, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/ISCC58397.2023.10218068">10.1109/ISCC58397.2023.10218068</text:a>, ISBN 979-8-3503-0048-2, Gammarth, Tunis/Tunisia, July 10, 2023.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/ISCC2023.pdf">https://web-backend.simula.no/sites/default/files/2023-10/ISCC2023.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ICTON2023"/>ICTON2023<text:bookmark-end text:name="ICTON2023"/>] Bjørnstad, Steinar; Ali, Jameel; Dreibholz, Thomas; Sæthre, Erik: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/ICTON2023.pdf">A Scalable Data Collection System for Continuous State of Polarisation Monitoring</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/ICTON2023.pdf">PDF</text:a>, 997 KiB, 4 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 23rd International Conference on Transparent Optical Networks (ICTON)</text:span>, pp. 1–4, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/ICTON59386.2023.10207183">10.1109/ICTON59386.2023.10207183</text:a>, ISBN 979-8-3503-0303-2, Bucharest/Romania, July 3, 2023.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2023-10/ICTON2023.pdf">https://web-backend.simula.no/sites/default/files/2023-10/ICTON2023.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">April</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="IoT2023"/>IoT2023<text:bookmark-end text:name="IoT2023"/>] Dreibholz, Thomas; Mazumdar, Somnath: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/iot2023.pdf">Towards a Lightweight Task Scheduling Framework for Cloud and Edge Platform</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/iot2023.pdf">PDF</text:a>, 4020 KiB, 16 pages, 🇬🇧), in <text:span text:style-name="T3">Internet of Things</text:span>, vol. 21, Elsevier, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1016/j.iot.2022.100651">10.1016/j.iot.2022.100651</text:a>, ISSN 2542-6605, April 2023.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/iot2023.pdf">https://web-backend.simula.no/sites/default/files/publications/files/iot2023.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="CRNA-Rapport2022"/>CRNA-Rapport2022<text:bookmark-end text:name="CRNA-Rapport2022"/>] Čičić, Tarik; Kvalbein, Amund; Al-Selwi, Anas Saeed; Michelinakis, Foivos Ioannis; Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/crna-2022.pdf">Norske mobilnett i 2022 – Tilstandsrapport fra Centre for Resilient Networks and Applications</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/crna-2022.pdf">PDF</text:a>, 8343 KiB, 44 pages, 🇳🇴), Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications (CRNA), ISBN 978-82-92593-38-7, Oslo/Norway, April 27, 2023.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/crna-2022.pdf">https://web-backend.simula.no/sites/default/files/publications/files/crna-2022.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2022</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">December</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="HPCC2022"/>HPCC2022<text:bookmark-end text:name="HPCC2022"/>] Mazumdar, Somnath; Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/hpcc2022.pdf">Towards a Privacy Preserving Data Flow Control via Packet Header Marking</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/hpcc2022.pdf">PDF</text:a>, 2009 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 24th IEEE International Conference on High Performance Computing, Data, and Analytics (HPCC)</text:span>, pp. 1509–1516, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/HPCC-DSS-SmartCity-DependSys57074.2022.00232">10.1109/HPCC-DSS-SmartCity-DependSys57074.2022.00232</text:a>, ISBN 979-8-3503-1993-4, Chengdu, Sichuan/People&apos;s Republic of China, December 18, 2022.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/hpcc2022.pdf">https://web-backend.simula.no/sites/default/files/publications/files/hpcc2022.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="PDCAT2022"/>PDCAT2022<text:bookmark-end text:name="PDCAT2022"/>] Mazumdar, Somnath; Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/pdcat2022.pdf">Towards a Blockchain and Fog-Based Proactive Data Distribution Framework for ICN</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/pdcat2022.pdf">PDF</text:a>, 3018 KiB, 12 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the International Conference on Parallel and Distributed Computing, Applications and Technologies (PDCAT)</text:span>, pp. 175–186, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1007/978-3-031-29927-8_14">10.1007/978-3-031-29927-8_14</text:a>, ISBN 978-3-031-29927-8, Sendai, Miyagi/Japan, December 7, 2022.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/pdcat2022.pdf">https://web-backend.simula.no/sites/default/files/publications/files/pdcat2022.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">November</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="CommMag2022"/>CommMag2022<text:bookmark-end text:name="CommMag2022"/>] Mazumdar, Somnath; Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/commmag2022.pdf">Secure Embedded Living: Towards a Self-contained User Data Preserving Framework</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/commmag2022.pdf">PDF</text:a>, 336 KiB, 7 pages, 🇬🇧), in <text:span text:style-name="T3">IEEE Communications Magazine</text:span>, vol. 60, pp. 74–80, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/MCOM.001.2200165">10.1109/MCOM.001.2200165</text:a>, ISSN 0163-6804, November 11, 2022.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/commmag2022.pdf">https://web-backend.simula.no/sites/default/files/publications/files/commmag2022.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="CNSM2022"/>CNSM2022<text:bookmark-end text:name="CNSM2022"/>] Dreibholz, Thomas; Mazumdar, Somnath: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/cnsm2022.pdf">Find Out: How Do Your Data Packets Travel?</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/cnsm2022.pdf">PDF</text:a>, 7239 KiB, 5 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 18th IEEE International Conference on Network and Service Management (CNSM)</text:span>, pp. 359–363, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.23919/CNSM55787.2022.9965091">10.23919/CNSM55787.2022.9965091</text:a>, ISBN 978-3-903176-51-5, Thessaloniki, Greece, November 1, 2022.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/cnsm2022.pdf">https://web-backend.simula.no/sites/default/files/publications/files/cnsm2022.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">September</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="LCN2022-DemoPaper"/>LCN2022-DemoPaper<text:bookmark-end text:name="LCN2022-DemoPaper"/>] Dreibholz, Thomas; Fida, Mah-Rukh; Ahmed, Azza Hassan Mohamed; Ocampo, Andrés Felipe; Michelinakis, Foivos Ioannis: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2022-telemetry-demo-web.pdf">A Live Demonstration of In-Band Telemetry in OSM-Orchestrated Core Networks</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2022-telemetry-demo-web.pdf">PDF</text:a>, 543 KiB, 3 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 47th IEEE Conference on Local Computer Networks (LCN)</text:span>, pp. 245–247, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/LCN53696.2022.9843413">10.1109/LCN53696.2022.9843413</text:a>, ISBN 978-1-6654-8001-7, Edmonton, Alberta/Canada, September 28, 2022.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2022-telemetry-demo-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/lcn2022-telemetry-demo-web.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">August</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="TNSM2022"/>TNSM2022<text:bookmark-end text:name="TNSM2022"/>] Michelinakis, Foivos Ioannis; Pujol-Roig, Joan Sebastià; Malacarne, Sara; Xie, Min; Dreibholz, Thomas; Majumdar, Sayantini; Poe, Wint Yi; Patounas, Georgios; Guerrero, Carmen; Elmokashfi, Ahmed Mustafa; Theodorou, Vasileios: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/tnsm2022.pdf">AI Anomaly Detection for Cloudified Mobile Core Architectures</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/tnsm2022.pdf">PDF</text:a>, 9658 KiB, 16 pages, 🇬🇧), in <text:span text:style-name="T3">Transactions on Network and Service Management (TNSM)</text:span>, IEEE Computer Society, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/TNSM.2022.3203246">10.1109/TNSM.2022.3203246</text:a>, ISSN 1932-4537, Los Alamitos, California/U.S.A., August 31, 2022.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/tnsm2022.pdf">https://web-backend.simula.no/sites/default/files/publications/files/tnsm2022.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">June</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="TMA2022"/>TMA2022<text:bookmark-end text:name="TMA2022"/>] Arouna, Alfred; Bjørnstad, Steinar; Ryan, Stein Jørgen; Dreibholz, Thomas; Rind, Sobia; Elmokashfi, Ahmed Mustafa: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/tma_camera_ready_network_path_integrity_verification_using_deterministic_delay_measurements.pdf">Network Path Integrity Verification using Deterministic Delay Measurements</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/tma_camera_ready_network_path_integrity_verification_using_deterministic_delay_measurements.pdf">PDF</text:a>, 447 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 6th IEEE/IFIP Network Traffic Measurement and Analysis Conference (TMA)</text:span>, ISBN 978-3-903176-47-8, Enschede, Overijssel/Netherlands, June 29, 2022.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/tma_camera_ready_network_path_integrity_verification_using_deterministic_delay_measurements.pdf">https://web-backend.simula.no/sites/default/files/publications/files/tma_camera_ready_network_path_integrity_verification_using_deterministic_delay_measurements.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="OSMHackfest13"/>OSMHackfest13<text:bookmark-end text:name="OSMHackfest13"/>] Dreibholz, Thomas; Ahmed, Azza Hassan Mohamed; Fida, Mah-Rukh; Ocampo, Andrés Felipe; Michelinakis, Foivos Ioannis: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest13-presentation.pdf">Detecting Issues with In-Band Telemetry in OSM-Orchestrated Core Networks</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest13-presentation.pdf">PDF</text:a>, 4769 KiB, 14 pages, 🇬🇧), Presentation at the OSM#13 Ecosystem Day, Demo presentation, Virtual, June 15, 2022.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest13-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest13-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">April</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="M2EC2022"/>M2EC2022<text:bookmark-end text:name="M2EC2022"/>] Dreibholz, Thomas; Mazumdar, Somnath: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2022.pdf">Load Distribution for Mobile Edge Computing with Reliable Server Pooling</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2022.pdf">PDF</text:a>, 3664 KiB, 12 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 4th International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing (M2EC) in conjunction with the 36th International Conference on Advanced Information Networking and Applications (AINA)</text:span>, pp. 590–601, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1007/978-3-030-99619-2_55">10.1007/978-3-030-99619-2_55</text:a>, ISBN 978-3-030-99619-2, Sydney, New South Wales/Australia, April 15, 2022.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2022.pdf">https://web-backend.simula.no/sites/default/files/publications/files/m2ec2022.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="CRNA-Rapport2021"/>CRNA-Rapport2021<text:bookmark-end text:name="CRNA-Rapport2021"/>] Elmokashfi, Ahmed Mustafa; Kvalbein, Amund; Al-Selwi, Anas Saeed; Michelinakis, Foivos Ioannis; Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2021.pdf">Norske mobilnett i 2021 – Tilstandsrapport fra Centre for Resilient Networks and Applications</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2021.pdf">PDF</text:a>, 10513 KiB, 50 pages, 🇳🇴), Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications (CRNA), ISBN 82-92593-36-5, Oslo/Norway, April 6, 2022.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2021.pdf">https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2021.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">January</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="LCA2022"/>LCA2022<text:bookmark-end text:name="LCA2022"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/lca2022-presentation.pdf">NorNet – A Linux- and Open-Source-Software-based International Platform for Networking Research</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/lca2022-presentation.pdf">PDF</text:a>, 7977 KiB, 35 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the Linux Conference Australia (LCA)</text:span>, Virtual, January 15, 2022.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/lca2022-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/lca2022-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2021</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">December</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="OSMHackfest12"/>OSMHackfest12<text:bookmark-end text:name="OSMHackfest12"/>] Dreibholz, Thomas; Ocampo, Andrés Felipe; Fida, Mah-Rukh: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest12-presentation.pdf">Demonstration of P4-Based In-Band Telemetry for OSM-Orchestrated 4G/5G Testbeds</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest12-presentation.pdf">PDF</text:a>, 5252 KiB, 12 pages, 🇬🇧), Presentation at the OSM#12 Ecosystem Day, Demo presentation, Virtual, December 1, 2021.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest12-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest12-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">October</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="LCN2021-RSerPool-Demo"/>LCN2021-RSerPool-Demo<text:bookmark-end text:name="LCN2021-RSerPool-Demo"/>] Dreibholz, Thomas; Mazumdar, Somnath: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2021-rserpool-web.pdf">A Demo of Workload Offloading in Mobile Edge Computing Using the Reliable Server Pooling Framework</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2021-rserpool-web.pdf">PDF</text:a>, 1892 KiB, 3 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 46th IEEE Conference on Local Computer Networks (LCN)</text:span>, Demo presentation, Edmonton, Alberta/Canada, October 7, 2021.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2021-rserpool-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/lcn2021-rserpool-web.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">August</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="JE2021"/>JE2021<text:bookmark-end text:name="JE2021"/>] Chen, Min; Raza, Muhammad Waleed; Dreibholz, Thomas; Zhou, Xing; Tan, Yuyin: </text:span>“<text:a xlink:type="simple" xlink:href="https://mdpi-res.com/d_attachment/electronics/electronics-10-01942/article_deploy/electronics-10-01942.pdf?version=1628757855">A Multi-Parameter Comprehensive Optimized Algorithm for MPTCP Networks</text:a>” (<text:a xlink:type="simple" xlink:href="https://mdpi-res.com/d_attachment/electronics/electronics-10-01942/article_deploy/electronics-10-01942.pdf?version=1628757855">PDF</text:a>, 3320 KiB, 19 pages, 🇬🇧), in <text:span text:style-name="T3">Electronics</text:span>, vol. 10, no. 16, pp. 1–19, MDPI, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.3390/electronics10161942">10.3390/electronics10161942</text:a>, ISSN 2079-9292, Basel/Switzerland, August 12, 2021.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://mdpi-res.com/d_attachment/electronics/electronics-10-01942/article_deploy/electronics-10-01942.pdf?version=1628757855">https://mdpi-res.com/d_attachment/electronics/electronics-10-01942/article_deploy/electronics-10-01942.pdf?version=1628757855</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">June</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="EuCNC2021"/>EuCNC2021<text:bookmark-end text:name="EuCNC2021"/>] Xie, Min; Dreibholz, Thomas; Michelinakis, Foivos Ioannis; Pujol-Roig, Joan; Poe, Wint Yi; Elmokashfi, Ahmed Mustafa; Majumdar, Sayantini; Malacarne, Sara: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/eucnc2021.pdf">An Exposed Closed-Loop Model for Customer-Driven Service Assurance Automation</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/eucnc2021.pdf">PDF</text:a>, 1131 KiB, 6 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 30th IEEE European Conference on Networks and Communications (EuCNC)</text:span>, pp. 419–424, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/EuCNC/6GSummit51104.2021.9482533">10.1109/EuCNC/6GSummit51104.2021.9482533</text:a>, ISBN 978-1-6654-1526-2, Porto/Portugal, June 9, 2021.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/eucnc2021.pdf">https://web-backend.simula.no/sites/default/files/publications/files/eucnc2021.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">May</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="M2EC2021"/>M2EC2021<text:bookmark-end text:name="M2EC2021"/>] Dreibholz, Thomas; Mazumdar, Somnath: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2021-web.pdf">Reliable Server Pooling Based Workload Offloading with Mobile Edge Computing: A Proof-of-Concept</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2021-web.pdf">PDF</text:a>, 1113 KiB, 12 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 3rd International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing (M2EC) in conjunction with the 35th International Conference on Advanced Information Networking and Applications (AINA)</text:span>, vol. 3, pp. 582–593, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1007/978-3-030-75078-7_58">10.1007/978-3-030-75078-7_58</text:a>, ISBN 978-3-030-75078-7, Toronto, Ontario/Canada, May 14, 2021.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2021-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/m2ec2021-web.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="AI-and-ML-WhitePaper2021"/>AI-and-ML-WhitePaper2021<text:bookmark-end text:name="AI-and-ML-WhitePaper2021"/>] Abdulkadir, Mohammed A.; Alay, Özgü; Alexiou, Angeliki; Anastasopoulos, Markos; Antevski, Kiril; Aumayr, Erik; Ayed, Dhouha; Baranda, Jordi; Behravesh, Rasoul; Benzaid, Chafika; Bisson, Pascal; Bosneag, Anne-Marie Cristina; Boulogeorgos, Alexandros-Apostolos A.; Calero, José Alcaraz; Carrozzo, Gino; Casetti, Claudio Ettore; Caso, Giuseppe; Celdrán, Alberto Huertas; Chergui, Hatim; Chiasserini, Carla Fabiana; Chinchilla-Romero, Lorena; Chollon, Geoffroy; Cogalan, Tezcan; Colman-Meixner, Carlos; Conti, Andrea; Cosmas, John; Costa-Requena, José; Desai, Rachana; Devoti, Francesco; Diamanti, Maria; Dreibholz, Thomas; Elmokashfi, Ahmed Mustafa; Feghhi, Saman; Garcia-Saavedra, Andres; Gavras, Anastasius; Ghoraishi, Mir; Giannopoulos, Anastasios; Goodarzi, Meysam; Gramaglia, Marco; Guimarães, Carlos; Gürkan, Gür; He, Jiguang; Hrasnica, Halid; Jimeno, Elisa; Kakkavas, Grigorios; Kaloxylos, Alexandros; Karyotis, Vasileios; Katta, Saimanoj; Katzouris, Nikos; Kennouche, Takai Eddine; Klinkenberg, Ralf; Kokkoniemi, Joonas; Kondepu, Koteswararao; Lazarakis, Fotis; Lekidis, Alexios; Li, Xi; Lopez, Diego; Magoula, Lina; Mahmood, Kashif; Majumdar, Sayantini; Malinverno, Marco; Mangues-Bafalluy, Josep; Martínez, Ricardo; Martín-Pérez, Jorge; Martrat, Josep; Meunier, Ben; Mohamed, Ramy; Morselli, Flavio; Muñoz, Juan José Ramos; Muñoz-Luengo, Pablo; Muri, Daniel Camps; Murphy, Chris; Oca, Edgardo Montes De; Papagianni, Chrysa; Papavassiliou, Symeon; Perales, Antonio Agustín Pastor; Pérez, Gregorio Martínez; Pérez, Manuel Gil; Poe, Wint Yi; Prados-Garzon, Jonathan; Renzo, Marco Di; Roig, Joan Pujol; Sánchez, Pedro Miguel; Schepper, Koen De; Shi, Lina; Skarmeta, Antonio; Spantideas, Sotirios; Srinivasan, Gokul Krishna; Stamou, Adamantia; Subramanya, Tejas; Trakadas, Panagiotis; Tzanakaki, Anna; Valcarenghi, Luca; Valero, José María Jorquera; Videv, Stefan; Wang, Qi; Wang, Yue; Xie, Min; Xu, Zhao; Yan, Shuangyi; Yaqub, Edwin; Yesilkaya, Anil; Zanzi, Lanfranco; Zemouri, Sofiane; Zeydan, Engin; Zhang, Xun; Zhou, Xueqing: </text:span>“<text:a xlink:type="simple" xlink:href="https://5g-ppp.eu/wp-content/uploads/2021/05/AI-MLforNetworks-v1-0.pdf">AI and ML –- Enablers for Beyond 5G Networks</text:a>” (<text:a xlink:type="simple" xlink:href="https://5g-ppp.eu/wp-content/uploads/2021/05/AI-MLforNetworks-v1-0.pdf">PDF</text:a>, 6041 KiB, 145 pages, 🇬🇧), 5G PPP Technology Board, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.5281/zenodo.429989">10.5281/zenodo.429989</text:a>, May 11, 2021.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://5g-ppp.eu/wp-content/uploads/2021/05/AI-MLforNetworks-v1-0.pdf">https://5g-ppp.eu/wp-content/uploads/2021/05/AI-MLforNetworks-v1-0.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="CRNA-Rapport2020"/>CRNA-Rapport2020<text:bookmark-end text:name="CRNA-Rapport2020"/>] Elmokashfi, Ahmed Mustafa; Kvalbein, Amund; Al-Selwi, Anas Saeed; Fida, Mah-Rukh: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2020.pdf">Norske mobilnett i 2020 – Tilstandsrapport fra Centre for Resilient Networks and Applications</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2020.pdf">PDF</text:a>, 9473 KiB, 46 pages, 🇳🇴), Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications (CRNA), ISBN 82-92593-30-6, Oslo/Norway, May 6, 2021.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2020.pdf">https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2020.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">January</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Haikou2021-NorNet-Tutorial"/>Haikou2021-NorNet-Tutorial<text:bookmark-end text:name="Haikou2021-NorNet-Tutorial"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-nornet-tutorial.pdf">NorNet at Hainan University in 2021: Getting Started with NorNet Core – A Remote Tutorial</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-nornet-tutorial.pdf">PDF</text:a>, 4654 KiB, 29 pages, 🇬🇧), Tutorial at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, January 15, 2021.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-nornet-tutorial.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-nornet-tutorial.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Arxiv2101.05030"/>Arxiv2101.05030<text:bookmark-end text:name="Arxiv2101.05030"/>] Elmokashfi, Ahmed Mustafa; Arouna, Alfred; Livadariu, Ioana Alexandrina; Fida, Mah-Rukh; Kvalbein, Amund; Al-Selwi, Anas Saeed; Dreibholz, Thomas; Bryhni, Haakon: </text:span>“<text:a xlink:type="simple" xlink:href="https://arxiv.org/pdf/2101.05030.pdf">A Multi-Perspective Study of Internet Performance during the COVID-19 Outbreak</text:a>” (<text:a xlink:type="simple" xlink:href="https://arxiv.org/pdf/2101.05030.pdf">PDF</text:a>, 1813 KiB, 15 pages, 🇬🇧), in <text:span text:style-name="T3">E-Print Archive</text:span>, Arxiv, January 13, 2021.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://arxiv.org/pdf/2101.05030.pdf">https://arxiv.org/pdf/2101.05030.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Haikou2021-MultiPath"/>Haikou2021-MultiPath<text:bookmark-end text:name="Haikou2021-MultiPath"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-multipath-presentation.pdf">NorNet at Hainan University in 2021: From Simulations to Real-World Internet Measurements for Multi-Path Transport Research – A Remote Presentation</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-multipath-presentation.pdf">PDF</text:a>, 14184 KiB, 44 pages, 🇬🇧), Keynote Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, January 8, 2021.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-multipath-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-multipath-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2020</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">December</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="M5G-2020-Workshop"/>M5G-2020-Workshop<text:bookmark-end text:name="M5G-2020-Workshop"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/m5g-2020-presentation.pdf">Custom-Made Enhanced Packet Cores as Network Services for 4G/5G Testbeds managed with Open Source MANO</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/m5g-2020-presentation.pdf">PDF</text:a>, 4221 KiB, 13 pages, 🇬🇧), Presentation at the Mosaic5G Workshop, December 3, 2020.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/m5g-2020-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/m5g-2020-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="OSMHackfest10"/>OSMHackfest10<text:bookmark-end text:name="OSMHackfest10"/>] Dreibholz, Thomas; Ocampo, Andrés Felipe: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest10-presentation.pdf">Managing Tailor-Made Enhanced Packet Cores for 4G/5G Testbeds in OSM with the SimulaMet OpenAirInterface VNF</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest10-presentation.pdf">PDF</text:a>, 7354 KiB, 22 pages, 🇬🇧), Presentation at the OSM Hackfest, December 2, 2020.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest10-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest10-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">November</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="LCN2020-HENCSAT-Demo"/>LCN2020-HENCSAT-Demo<text:bookmark-end text:name="LCN2020-HENCSAT-Demo"/>] Dreibholz, Thomas; Saxena, Paresh; Skinnemoen, Harald: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-hencsat-demo-web.pdf">Efficient Network Coding for Satellite Applications: A Live Demo of HENCSAT and NECTOR</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-hencsat-demo-web.pdf">PDF</text:a>, 2004 KiB, 3 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 45th IEEE Conference on Local Computer Networks (LCN)</text:span>, Demo presentation, Sydney, New South Wales/Australia, November 18, 2020.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-hencsat-demo-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-hencsat-demo-web.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="LCN2020-CloudRAN-Demo"/>LCN2020-CloudRAN-Demo<text:bookmark-end text:name="LCN2020-CloudRAN-Demo"/>] Ocampo, Andrés Felipe; Dreibholz, Thomas; Fida, Mah-Rukh; Elmokashfi, Ahmed Mustafa; Bryhni, Haakon: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-simulametepc-demo-web.pdf">Integrating Cloud-RAN with Packet Core as VNF Using Open Source MANO and OpenAirInterface</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-simulametepc-demo-web.pdf">PDF</text:a>, 430 KiB, 4 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 45th IEEE Conference on Local Computer Networks (LCN)</text:span>, Demo presentation, Sydney, New South Wales/Australia, November 18, 2020.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-simulametepc-demo-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-simulametepc-demo-web.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="LCN2020-PCDC"/>LCN2020-PCDC<text:bookmark-end text:name="LCN2020-PCDC"/>] Chen, Min; Dreibholz, Thomas; Zhou, Xing; Yang, Xuelei: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-pathmgt-web.pdf">Improvement and Implementation of a Multi-Path Management Algorithm Based on MPTCP</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-pathmgt-web.pdf">PDF</text:a>, 526 KiB, 10 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 45th IEEE Conference on Local Computer Networks (LCN)</text:span>, pp. 134–143, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/LCN48667.2020.9314778">10.1109/LCN48667.2020.9314778</text:a>, ISBN 978-1-7281-7158-6, Sydney, New South Wales/Australia, November 16, 2020.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-pathmgt-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-pathmgt-web.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">September</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="SoftCOM2020-SimulaMetEPC"/>SoftCOM2020-SimulaMetEPC<text:bookmark-end text:name="SoftCOM2020-SimulaMetEPC"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/softcom2020-simulametepc-web.pdf">A 4G/5G Packet Core as VNF with Open Source MANO and OpenAirInterface</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/softcom2020-simulametepc-web.pdf">PDF</text:a>, 811 KiB, 3 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 28th IEEE International Conference on Software, Telecommunications and Computer Networks (SoftCOM)</text:span>, pp. 1–3, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.23919/SoftCOM50211.2020.9238222">10.23919/SoftCOM50211.2020.9238222</text:a>, ISBN 978-953-290-099-6, Hvar, Dalmacija/Croatia, September 19, 2020.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/softcom2020-simulametepc-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/softcom2020-simulametepc-web.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="SoftCOM2020-HiPerConTracer"/>SoftCOM2020-HiPerConTracer<text:bookmark-end text:name="SoftCOM2020-HiPerConTracer"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-06/SoftCOM2020-HiPerConTracer.pdf">HiPerConTracer - A Versatile Tool for IP Connectivity Tracing in Multi-Path Setups</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-06/SoftCOM2020-HiPerConTracer.pdf">PDF</text:a>, 4898 KiB, 6 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 28th IEEE International Conference on Software, Telecommunications and Computer Networks (SoftCOM)</text:span>, pp. 1–6, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.23919/SoftCOM50211.2020.9238278">10.23919/SoftCOM50211.2020.9238278</text:a>, ISBN 978-953-290-099-6, Hvar, Dalmacija/Croatia, September 17, 2020.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-06/SoftCOM2020-HiPerConTracer.pdf">https://web-backend.simula.no/sites/default/files/2024-06/SoftCOM2020-HiPerConTracer.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">July</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ANRW2020"/>ANRW2020<text:bookmark-end text:name="ANRW2020"/>] Livadariu, Ioana Alexandrina; Dreibholz, Thomas; Al-Selwi, Anas Saeed; Bryhni, Haakon; Lysne, Olav; Bjørnstad, Steinar; Elmokashfi, Ahmed Mustafa: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/anrw2020.pdf">On the Accuracy of Country-Level IP Geolocation</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/anrw2020.pdf">PDF</text:a>, 421 KiB, 7 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the ACM/IRTF Applied Networking Research Workshop (ARNW)</text:span>, pp. 67–73, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1145/3404868.3406664">10.1145/3404868.3406664</text:a>, ISBN 978-1-4503-8039-3, Madrid/Spain, July 27, 2020.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/anrw2020.pdf">https://web-backend.simula.no/sites/default/files/publications/files/anrw2020.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Infocom2020"/>Infocom2020<text:bookmark-end text:name="Infocom2020"/>] Saxena, Paresh; Dreibholz, Thomas; Skinnemoen, Harald; Alay, Özgü; Vazquez-Castro, Ángeles; Ferlin, Simone; Acar, Guray: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/infocom2020.pdf">Resilient Hybrid SatCom and Terrestrial Networking for Unmanned Aerial Vehicles</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/infocom2020.pdf">PDF</text:a>, 1059 KiB, 6 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 39th IEEE International Conference on Computer Communications (INFOCOM), International Workshop on Wireless Sensor, Robot and UAV Networks (WiSARN)</text:span>, pp. 418–423, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/INFOCOMWKSHPS50562.2020.9162943">10.1109/INFOCOMWKSHPS50562.2020.9162943</text:a>, ISBN 978-1-7281-8696-2, Toronto, Ontario/Canada, July 6, 2020.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/infocom2020.pdf">https://web-backend.simula.no/sites/default/files/publications/files/infocom2020.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">June</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="CRNA-Rapport2019"/>CRNA-Rapport2019<text:bookmark-end text:name="CRNA-Rapport2019"/>] Elmokashfi, Ahmed Mustafa; Kvalbein, Amund; Christiansson, Mikael; Al-Selwi, Anas Saeed; Dreibholz, Thomas; Mıdoğlu, Çise: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2019_1.pdf">Norske mobilnett i 2019 – Tilstandsrapport fra Centre for Resilient Networks and Applications</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2019_1.pdf">PDF</text:a>, 18663 KiB, 50 pages, 🇳🇴), Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications (CRNA), ISBN 978-82-92593-28-8, Oslo/Norway, June 30, 2020.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2019_1.pdf">https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2019_1.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="EuCNC2020"/>EuCNC2020<text:bookmark-end text:name="EuCNC2020"/>] Xie, Min; Pujol-Roig, Joan Sebastià; Michelinakis, Foivos Ioannis; Dreibholz, Thomas; Guerrero, Carmen; Sánchez, Adrián Gallego; Poe, Wint Yi; Wang, Yue; Elmokashfi, Ahmed Mustafa: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/eucnc2020.pdf">AI-Driven Closed-Loop Service Assurance with Service Exposures</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/eucnc2020.pdf">PDF</text:a>, 713 KiB, 6 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 29th IEEE European Conference on Networks and Communications (EuCNC)</text:span>, pp. 265–270, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/EuCNC48522.2020.9200943">10.1109/EuCNC48522.2020.9200943</text:a>, ISBN 978-1-7281-4355-2, Dubrovnik, Dubrovnik-Neretva/Croatia, June 17, 2020.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/eucnc2020.pdf">https://web-backend.simula.no/sites/default/files/publications/files/eucnc2020.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">May</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ComNets2020"/>ComNets2020<text:bookmark-end text:name="ComNets2020"/>] Barik, Runa; Welzl, Michael; Fairhurst, Gorry; Dreibholz, Thomas; Elmokashfi, Ahmed Mustafa; Gjessing, Stein: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/comnets2020.pdf">On the Usability of Transport Protocols other than TCP: A Home Gateway and Internet Path Traversal Study</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/comnets2020.pdf">PDF</text:a>, 1887 KiB, 15 pages, 🇬🇧), in <text:span text:style-name="T3">Computer Networks</text:span>, vol. 173, Elsevier, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1016/j.comnet.2020.107211">10.1016/j.comnet.2020.107211</text:a>, ISSN 1389-1286, May 22, 2020.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/comnets2020.pdf">https://web-backend.simula.no/sites/default/files/publications/files/comnets2020.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">April</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="M2EC2020"/>M2EC2020<text:bookmark-end text:name="M2EC2020"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2020.pdf">Flexible 4G/5G Testbed Setup for Mobile Edge Computing using OpenAirInterface and Open Source MANO</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2020.pdf">PDF</text:a>, 228 KiB, 11 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 2nd International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing (M2EC) in conjunction with the 34th International Conference on Advanced Information Networking and Applications (AINA)</text:span>, pp. 1143–1153, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1007/978-3-030-44038-1_105">10.1007/978-3-030-44038-1_105</text:a>, ISBN 978-3-030-44037-4, Caserta, Campania/Italy, April 15, 2020.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2020.pdf">https://web-backend.simula.no/sites/default/files/publications/files/m2ec2020.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">March</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="OSMHackfest9"/>OSMHackfest9<text:bookmark-end text:name="OSMHackfest9"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest9-presentation.pdf">Easily Setting up 4G/5G Testbeds with OpenAirInterface using OSM</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest9-presentation.pdf">PDF</text:a>, 3100 KiB, 16 pages, 🇬🇧), Presentation at the OSM Hackfest, Madrid/Spain, March 11, 2020.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest9-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest9-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2019</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">August</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="PEVA2019"/>PEVA2019<text:bookmark-end text:name="PEVA2019"/>] Barik, Runa; Welzl, Michael; Elmokashfi, Ahmed Mustafa; Dreibholz, Thomas; Islam, Safiqul; Gjessing, Stein: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/peva2019.pdf">On the Utility of Unregulated IP DiffServ Code Point (DSCP) Usage by End Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/peva2019.pdf">PDF</text:a>, 1326 KiB, 18 pages, 🇬🇧), in <text:span text:style-name="T3">Performance Evaluation</text:span>, vol. 135, Elsevier, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1016/j.peva.2019.102036">10.1016/j.peva.2019.102036</text:a>, ISSN 0166-5316, August 26, 2019.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/peva2019.pdf">https://web-backend.simula.no/sites/default/files/publications/files/peva2019.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">May</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="CRNA-Rapport2018"/>CRNA-Rapport2018<text:bookmark-end text:name="CRNA-Rapport2018"/>] Elmokashfi, Ahmed Mustafa; Kvalbein, Amund; Dreibholz, Thomas; Jarvis, Chad: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/crna-2018_0.pdf">Norske mobilnett i 2018 – Tilstandsrapport fra Centre for Resilient Networks and Applications</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/crna-2018_0.pdf">PDF</text:a>, 24908 KiB, 49 pages, 🇳🇴), Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications (CRNA), ISBN 978-82-92593-25-7, Oslo/Norway, May 29, 2019.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/crna-2018_0.pdf">https://web-backend.simula.no/sites/default/files/crna-2018_0.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">April</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Haikou2019-MELODIC-NorNetCore"/>Haikou2019-MELODIC-NorNetCore<text:bookmark-end text:name="Haikou2019-MELODIC-NorNetCore"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-nornetcore.pdf">MELODIC at Hainan University: Combining NorNet Core with MELODIC</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-nornetcore.pdf">PDF</text:a>, 7379 KiB, 16 pages, 🇬🇧), Invited Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, April 18, 2019.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-nornetcore.pdf">https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-nornetcore.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Haikou2019-MELODIC-Introduction"/>Haikou2019-MELODIC-Introduction<text:bookmark-end text:name="Haikou2019-MELODIC-Introduction"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-introduction.pdf">MELODIC at Hainan University: An Introduction to the MELODIC Project</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-introduction.pdf">PDF</text:a>, 8108 KiB, 28 pages, 🇬🇧), Keynote Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, April 17, 2019.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-introduction.pdf">https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-introduction.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Haikou2019-NorNet-Tutorial"/>Haikou2019-NorNet-Tutorial<text:bookmark-end text:name="Haikou2019-NorNet-Tutorial"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-nornet-tutorial.pdf">NorNet at Hainan University: Getting Started with NorNet Core</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-nornet-tutorial.pdf">PDF</text:a>, 7286 KiB, 29 pages, 🇬🇧), Tutorial at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, April 16, 2019.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-nornet-tutorial.pdf">https://web-backend.simula.no/sites/default/files/publications/files/china2019-nornet-tutorial.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Haikou2019-MultiPath"/>Haikou2019-MultiPath<text:bookmark-end text:name="Haikou2019-MultiPath"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-multipath-presentation.pdf">NorNet at Hainan University: From Simulations to Real-World Internet Measurements for Multi-Path Transport Research</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-multipath-presentation.pdf">PDF</text:a>, 17975 KiB, 44 pages, 🇬🇧), Keynote Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, April 15, 2019.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-multipath-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/china2019-multipath-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">March</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="IETF104"/>IETF104<text:bookmark-end text:name="IETF104"/>] Barik, Runa; Welzl, Michael; Fairhurst, Gorry; Dreibholz, Thomas; Elmokashfi, Ahmed Mustafa; Gjessing, Stein: </text:span>“<text:a xlink:type="simple" xlink:href="https://datatracker.ietf.org/meeting/104/materials/slides-104-maprg-native-sctp-dccp-udp-lite-and-home-gateway-nats-runa-barik-01">Native SCTP, DCCP, UDP-Lite and Home Gateway NATs</text:a>” (<text:a xlink:type="simple" xlink:href="https://datatracker.ietf.org/meeting/104/materials/slides-104-maprg-native-sctp-dccp-udp-lite-and-home-gateway-nats-runa-barik-01">PDF</text:a>, 80 KiB, 11 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 104th IETF Meeting</text:span>, Praha/Czech Republic, March 28, 2019.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://datatracker.ietf.org/meeting/104/materials/slides-104-maprg-native-sctp-dccp-udp-lite-and-home-gateway-nats-runa-barik-01">https://datatracker.ietf.org/meeting/104/materials/slides-104-maprg-native-sctp-dccp-udp-lite-and-home-gateway-nats-runa-barik-01</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="M2EC2019-VideoStreaming"/>M2EC2019-VideoStreaming<text:bookmark-end text:name="M2EC2019-VideoStreaming"/>] Luo, Yu; Zhou, Xing; Dreibholz, Thomas; Kuang, Hanbao: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2019-videostreaming.pdf">A Real-Time Video Streaming System over IPv6+MPTCP Technology</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2019-videostreaming.pdf">PDF</text:a>, 212 KiB, 13 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 1st International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing (M2EC) in conjunction with the 33rd International Conference on Advanced Information Networking and Applications (AINA)</text:span>, pp. 1007–1019, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1007/978-3-030-15035-8_99">10.1007/978-3-030-15035-8_99</text:a>, ISBN 978-3-030-15034-1, Matsue, Shimane/Japan, March 27, 2019.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2019-videostreaming.pdf">https://web-backend.simula.no/sites/default/files/publications/files/m2ec2019-videostreaming.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="M2EC2019-MultiCloud"/>M2EC2019-MultiCloud<text:bookmark-end text:name="M2EC2019-MultiCloud"/>] Hong, Jiangshui; Dreibholz, Thomas; Schenkel, Joseph Adam; Hu, Jiaxi Alessia: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-06/M2EC2019-MultiCloud.pdf">An Overview of Multi-Cloud Computing</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-06/M2EC2019-MultiCloud.pdf">PDF</text:a>, 109 KiB, 14 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 1st International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing (M2EC) in conjunction with the 33rd International Conference on Advanced Information Networking and Applications (AINA)</text:span>, pp. 1055–1068, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1007/978-3-030-15035-8_103">10.1007/978-3-030-15035-8_103</text:a>, ISBN 978-3-030-15034-1, Matsue, Shimane/Japan, March 27, 2019.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-06/M2EC2019-MultiCloud.pdf">https://web-backend.simula.no/sites/default/files/2024-06/M2EC2019-MultiCloud.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">February</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="PDP2019"/>PDP2019<text:bookmark-end text:name="PDP2019"/>] Dreibholz, Thomas; Mazumdar, Somnath; Zahid, Feroz; Taherkordi, Amirhosein; Gran, Ernst Gunnar: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/pdp2019-web.pdf">Mobile Edge as Part of the Multi-Cloud Ecosystem: A Performance Study</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/pdp2019-web.pdf">PDF</text:a>, 9966 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 27th Euromicro International Conference on Parallel, Distributed and Network-Based Processing (PDP)</text:span>, pp. 59–66, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/EMPDP.2019.8671599">10.1109/EMPDP.2019.8671599</text:a>, ISBN 978-1-7281-1644-0, Pavia, Lombardia/Italy, February 13, 2019.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/pdp2019-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/pdp2019-web.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">January</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Sydney2019"/>Sydney2019<text:bookmark-end text:name="Sydney2019"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/sydney2019-presentation.pdf">NorNet at the University of Sydney: From Simulations to Real-World Internet Measurements for Multi-Path Transport Research</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/sydney2019-presentation.pdf">PDF</text:a>, 17078 KiB, 43 pages, 🇬🇧), Invited Talk at University of Sydney, Sydney, New South Wales/Australia, January 10, 2019.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/sydney2019-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/sydney2019-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2018</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">December</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="CompEngApps2018"/>CompEngApps2018<text:bookmark-end text:name="CompEngApps2018"/>] Lou, Yu; Zhou, Xing; Long, Yu; Kuang, Hanbao; Dreibholz, Thomas; Tan, Yuyin: </text:span>“<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20190128151215/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=37335">Performance Analysis of MPTCP Protocol in Multiple Scenarios</text:a>” (<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20190128151215/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=37335">PDF</text:a>, 826 KiB, 8 pages, 🇨🇳), in <text:span text:style-name="T3">Computer Engineering and Applications</text:span>, vol. 54, pp. 79–86, CEA, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.3778/j.issn.1002-8331.1806-0034">10.3778/j.issn.1002-8331.1806-0034</text:a>, ISSN 1002-8331, December 15, 2018.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20190128151215/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=37335">https://web.archive.org/web/20190128151215/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=37335</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">October</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="IAEAC2018"/>IAEAC2018<text:bookmark-end text:name="IAEAC2018"/>] Tan, Qining; Yang, Xuelei; Zhao, Lan; Zhou, Xing; Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/iaeac2018-web.pdf">A Statistic Procedure to Find Formulae for Buffer Size in MPTCP</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/iaeac2018-web.pdf">PDF</text:a>, 1747 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 3rd IEEE Advanced Information Technology, Electronic and Automation Control Conference (IAEAC)</text:span>, pp. 900–907, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/IAEAC.2018.8577570">10.1109/IAEAC.2018.8577570</text:a>, ISBN 978-1-5386-4509-3, Chongqing/People&apos;s Republic of China, October 13, 2018.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/iaeac2018-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/iaeac2018-web.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">September</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ITC2018"/>ITC2018<text:bookmark-end text:name="ITC2018"/>] Barik, Runa; Welzl, Michael; Elmokashfi, Ahmed Mustafa; Dreibholz, Thomas; Gjessing, Stein: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/itc30.pdf">Can WebRTC QoS Work? A DSCP Measurement Study</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/itc30.pdf">PDF</text:a>, 318 KiB, 9 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 30th International Teletraffic Congress (ITC)</text:span>, pp. 167–175, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/ITC30.2018.00034">10.1109/ITC30.2018.00034</text:a>, ISBN 978-0-9883045-5-0, Wien/Austria, September 6, 2018.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/itc30.pdf">https://web-backend.simula.no/sites/default/files/publications/files/itc30.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2017</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">December</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Haikou2017-2-MELODIC-Introduction"/>Haikou2017-2-MELODIC-Introduction<text:bookmark-end text:name="Haikou2017-2-MELODIC-Introduction"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-introduction.pdf">Big Data Applications on Multi-Clouds: An Introduction to the MELODIC Project</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-introduction.pdf">PDF</text:a>, 11377 KiB, 28 pages, 🇬🇧), Keynote Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, December 29, 2017.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-introduction.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-introduction.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Haikou2017-2-MELODIC-NorNetCore"/>Haikou2017-2-MELODIC-NorNetCore<text:bookmark-end text:name="Haikou2017-2-MELODIC-NorNetCore"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-nornetcore.pdf">Combining NorNet Core with MELODIC</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-nornetcore.pdf">PDF</text:a>, 10777 KiB, 15 pages, 🇬🇧), Invited Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, December 29, 2017.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-nornetcore.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-nornetcore.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Haikou2017-2-NEAT-Tutorial"/>Haikou2017-2-NEAT-Tutorial<text:bookmark-end text:name="Haikou2017-2-NEAT-Tutorial"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-tutorial.pdf">NEAT Tutorial at Hainan University: Getting Started with NEAT</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-tutorial.pdf">PDF</text:a>, 3199 KiB, 20 pages, 🇬🇧), Invited Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, December 18, 2017.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-tutorial.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-tutorial.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Haikou2017-2-NorNet-Tutorial"/>Haikou2017-2-NorNet-Tutorial<text:bookmark-end text:name="Haikou2017-2-NorNet-Tutorial"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial_0.pdf">NorNet Core Beginner Tutorial at Hainan University</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial_0.pdf">PDF</text:a>, 4987 KiB, 30 pages, 🇬🇧), Tutorial at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, December 15, 2017.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial_0.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial_0.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Haikou2017-2-MultiPath"/>Haikou2017-2-MultiPath<text:bookmark-end text:name="Haikou2017-2-MultiPath"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation_0.pdf">An Introduction to Multi-Path Transport at Hainan University</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation_0.pdf">PDF</text:a>, 14797 KiB, 44 pages, 🇬🇧), Keynote Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, December 14, 2017.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation_0.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation_0.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">September</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="MELODIC-Warsaw2017"/>MELODIC-Warsaw2017<text:bookmark-end text:name="MELODIC-Warsaw2017"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/melodic-warsaw2017.pdf">Testing Applications with the NorNet Infrastructure</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/melodic-warsaw2017.pdf">PDF</text:a>, 11995 KiB, 15 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the MELODIC Plenary Meeting</text:span>, Warszawa, Masovia/Poland, September 21, 2017.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/melodic-warsaw2017.pdf">https://web-backend.simula.no/sites/default/files/publications/files/melodic-warsaw2017.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">July</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ANRW2017"/>ANRW2017<text:bookmark-end text:name="ANRW2017"/>] Weinrank, Felix; Grinnemo, Karl-Johan; Bozakov, Zdravko; Brunström, Anna; Dreibholz, Thomas; Hurtig, Per; Khademi, Naeem; Tüxen, Michael: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/anrw17-final13.pdf">A NEAT Way to Browse the Web</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/anrw17-final13.pdf">PDF</text:a>, 417 KiB, 2 pages, 🇬🇧), Demo Presentation, in <text:span text:style-name="T3">Proceedings of the ACM, IRTF and ISOC Applied Networking Research Workshop (ANRW)</text:span>, pp. 33–34, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1145/3106328.3106335">10.1145/3106328.3106335</text:a>, ISBN 978-1-4503-5108-9, Praha/Czech Republic, July 15, 2017.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/anrw17-final13.pdf">https://web-backend.simula.no/sites/default/files/publications/files/anrw17-final13.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">April</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Haikou2017-MultiPath-Presentation"/>Haikou2017-MultiPath-Presentation<text:bookmark-end text:name="Haikou2017-MultiPath-Presentation"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation.pdf">Multi-Path Transport at Hainan University – From Simulations to Real-World Internet Measurements in the NorNet Testbed</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation.pdf">PDF</text:a>, 14797 KiB, 44 pages, 🇬🇧), Keynote Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, April 18, 2017.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Haikou2017-Tutorial"/>Haikou2017-Tutorial<text:bookmark-end text:name="Haikou2017-Tutorial"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial.pdf">The Basics of Using the NorNet Core Testbed at Hainan University</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial.pdf">PDF</text:a>, 4987 KiB, 30 pages, 🇬🇧), Tutorial at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, April 18, 2017.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Haikou2017-NEAT"/>Haikou2017-NEAT<text:bookmark-end text:name="Haikou2017-NEAT"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-introduction.pdf">A Practical Introduction to NEAT at Hainan University</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-introduction.pdf">PDF</text:a>, 866 KiB, 19 pages, 🇬🇧), Invited Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, April 17, 2017.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-introduction.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-introduction.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">March</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="AINA2017-PathMgt"/>AINA2017-PathMgt<text:bookmark-end text:name="AINA2017-PathMgt"/>] Wang, Kun; Dreibholz, Thomas; Zhou, Xing; Fu, Fa; Tan, Yuyin; Cheng, Xi; Tan, Qining: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/kunwang-paper-web.pdf">On the Path Management of Multi-Path TCP in Internet Scenarios based on the NorNet Testbed</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/kunwang-paper-web.pdf">PDF</text:a>, 379 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the IEEE International Conference on Advanced Information Networking and Applications (AINA)</text:span>, pp. 1–8, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/AINA.2017.29">10.1109/AINA.2017.29</text:a>, ISBN 978-1-5090-6028-3, Taipei, Taiwan/People&apos;s Republic of China, March 27, 2017.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/kunwang-paper-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/kunwang-paper-web.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="AINA2017-BufferSize"/>AINA2017-BufferSize<text:bookmark-end text:name="AINA2017-BufferSize"/>] Zhou, Feng; Dreibholz, Thomas; Zhou, Xing; Fu, Fa; Tan, Yuyin; Gan, Quan: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/fengzhou-mptcp-web.pdf">The Performance Impact of Buffer Sizes for Multi-Path TCP in Internet Setups</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/fengzhou-mptcp-web.pdf">PDF</text:a>, 1006 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the IEEE International Conference on Advanced Information Networking and Applications (AINA)</text:span>, pp. 9–16, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/AINA.2017.26">10.1109/AINA.2017.26</text:a>, ISBN 978-1-5090-6028-3, Taipei, Taiwan/People&apos;s Republic of China, March 27, 2017.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/fengzhou-mptcp-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/fengzhou-mptcp-web.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">February</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="UCLM2017-MultiPath-Presentation"/>UCLM2017-MultiPath-Presentation<text:bookmark-end text:name="UCLM2017-MultiPath-Presentation"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-multipath-presentation_1.pdf">Multi-Path Transport – From Simulations to Real-World Internet Measurements</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-multipath-presentation_1.pdf">PDF</text:a>, 14631 KiB, 36 pages, 🇬🇧), Keynote Talk at the Universidad de Castilla-La Mancha, Instituto de Investigación Informática de Albacete, Albacete, Castilla-La Mancha/Spain, February 16, 2017.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-multipath-presentation_1.pdf">https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-multipath-presentation_1.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="UCLM2017-NorNet-Tutorial"/>UCLM2017-NorNet-Tutorial<text:bookmark-end text:name="UCLM2017-NorNet-Tutorial"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-nornet-tutorial.pdf">An Experiment Tutorial for the NorNet Core Testbed at the the Universidad de Castilla-La Mancha</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-nornet-tutorial.pdf">PDF</text:a>, 5244 KiB, 27 pages, 🇬🇧), Tutorial at the Universidad de Castilla-La Mancha, Instituto de Investigación Informática de Albacete, Albacete, Castilla-La Mancha/Spain, February 16, 2017.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-nornet-tutorial.pdf">https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-nornet-tutorial.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="UCLM2017-INET-Presentation"/>UCLM2017-INET-Presentation<text:bookmark-end text:name="UCLM2017-INET-Presentation"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-inet-presentation.pdf">Multi-Path Transport with OMNeT++ and the INET Framework</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-inet-presentation.pdf">PDF</text:a>, 4367 KiB, 27 pages, 🇬🇧), Invited Talk at the Universidad de Castilla-La Mancha, Instituto de Investigación Informática de Albacete, Albacete, Castilla-La Mancha/Spain, February 16, 2017.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-inet-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-inet-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">January</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Sydney2017-Presentation"/>Sydney2017-Presentation<text:bookmark-end text:name="Sydney2017-Presentation"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/sydney2017-presentation.pdf">NorNet at the University of Sydney – An Introduction to the NorNet Core Testbed</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/sydney2017-presentation.pdf">PDF</text:a>, 11848 KiB, 25 pages, 🇬🇧), Invited Talk at University of Sydney, School of Information Technologies, Sydney, New South Wales/Australia, January 24, 2017.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/sydney2017-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/sydney2017-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Sydney2017-Tutorial"/>Sydney2017-Tutorial<text:bookmark-end text:name="Sydney2017-Tutorial"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/sydney-tutorial.pdf">An Experiment Tutorial for the NorNet Core Testbed at the University of Sydney</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/sydney-tutorial.pdf">PDF</text:a>, 4829 KiB, 27 pages, 🇬🇧), Tutorial at University of Sydney, School of Information Technologies, Sydney, New South Wales/Australia, January 24, 2017.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/sydney-tutorial.pdf">https://web-backend.simula.no/sites/default/files/publications/files/sydney-tutorial.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2016</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">October</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="LinuxCon2016"/>LinuxCon2016<text:bookmark-end text:name="LinuxCon2016"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/linuxcon2016-presentation.pdf">NorNet – Building an Inter-Continental Internet Testbed based on Open Source Software</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/linuxcon2016-presentation.pdf">PDF</text:a>, 9587 KiB, 36 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the LinuxCon Europe</text:span>, Berlin/Germany, October 5, 2016.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/linuxcon2016-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/linuxcon2016-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">August</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ComNets2016-MultipathSurvey"/>ComNets2016-MultipathSurvey<text:bookmark-end text:name="ComNets2016-MultipathSurvey"/>] Yedugundla, Kiran Venkata; Ferlin, Simone; Dreibholz, Thomas; Alay, Özgü; Kuhn, Nicolas; Hurtig, Per; Brunström, Anna: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/comnets2016-multipathsurvey.pdf">Is Multi-Path Transport Suitable for Latency Sensitive Traffic?</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/comnets2016-multipathsurvey.pdf">PDF</text:a>, 4525 KiB, 21 pages, 🇬🇧), in <text:span text:style-name="T3">Computer Networks</text:span>, vol. 105, pp. 1–21, Elsevier, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1016/j.comnet.2016.05.008">10.1016/j.comnet.2016.05.008</text:a>, ISSN 1389-1286, August 4, 2016.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/comnets2016-multipathsurvey.pdf">https://web-backend.simula.no/sites/default/files/publications/files/comnets2016-multipathsurvey.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">July</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="MSN2016"/>MSN2016<text:bookmark-end text:name="MSN2016"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/msn2016-presentation.pdf">NorNet – The Internet Testbed for Multi-Homed Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/msn2016-presentation.pdf">PDF</text:a>, 11198 KiB, 16 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the Multi-Service Networks Conference (MSN, Coseners)</text:span>, Abingdon, Oxfordshire/United Kingdom, July 8, 2016.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/msn2016-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/msn2016-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">June</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="HKC2016-Presentation"/>HKC2016-Presentation<text:bookmark-end text:name="HKC2016-Presentation"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hkc-presentation.pdf">NorNet at the Haikou College of Economics – An Introduction to the NorNet Testbed</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hkc-presentation.pdf">PDF</text:a>, 10163 KiB, 28 pages, 🇬🇧), Invited Talk at the Haikou College of Economics, Guilinyang, Hainan/People&apos;s Republic of China, June 6, 2016.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hkc-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hkc-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">May</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Haikou2016-Presentation"/>Haikou2016-Presentation<text:bookmark-end text:name="Haikou2016-Presentation"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-presentation_1.pdf">NorNet at Hainan University – An Introduction to the NorNet Testbed</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-presentation_1.pdf">PDF</text:a>, 13840 KiB, 34 pages, 🇬🇧), Invited Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, May 29, 2016.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-presentation_1.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-presentation_1.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Haikou2016-Tutorial"/>Haikou2016-Tutorial<text:bookmark-end text:name="Haikou2016-Tutorial"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-tutorial_0.pdf">An Experiment Tutorial for the NorNet Core Testbed at Hainan University</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-tutorial_0.pdf">PDF</text:a>, 7304 KiB, 27 pages, 🇬🇧), Tutorial at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, May 29, 2016.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-tutorial_0.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-tutorial_0.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">April</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Infocom2016"/>Infocom2016<text:bookmark-end text:name="Infocom2016"/>] Ferlin, Simone; Alay, Özgü; Hayes, David Andrew; Dreibholz, Thomas; Welzl, Michael: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/infocom2016-web.pdf">Revisiting Congestion Control for Multipath TCP with Shared Bottleneck Detection</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/infocom2016-web.pdf">PDF</text:a>, 1440 KiB, 9 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 35th IEEE International Conference on Computer Communications (INFOCOM)</text:span>, pp. 2419–2427, ISBN 978-1-4673-9953-1, San Francisco, California/U.S.A., April 14, 2016.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/infocom2016-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/infocom2016-web.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">March</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="HAWHamburg2016-Presentation"/>HAWHamburg2016-Presentation<text:bookmark-end text:name="HAWHamburg2016-Presentation"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-presentation.pdf">NorNet at HAW Hamburg – An Introduction to the NorNet Testbed</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-presentation.pdf">PDF</text:a>, 13981 KiB, 38 pages, 🇬🇧), Invited Talk at Hochschule für Angewandte Wissenschaften Hamburg (HAW Hamburg), Hamburg/Germany, March 22, 2016.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="HAWHamburg2016-Tutorial"/>HAWHamburg2016-Tutorial<text:bookmark-end text:name="HAWHamburg2016-Tutorial"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-tutorial.pdf">An Experiment Tutorial for the NorNet Core Testbed at HAW Hamburg</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-tutorial.pdf">PDF</text:a>, 4134 KiB, 27 pages, 🇬🇧), Tutorial at Hochschule für Angewandte Wissenschaften Hamburg (HAW Hamburg), Hamburg/Germany, March 22, 2016.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-tutorial.pdf">https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-tutorial.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="CompEngApps2016"/>CompEngApps2016<text:bookmark-end text:name="CompEngApps2016"/>] Fu, Fa; Zhou, Xing; Tan, Yuyin; Dreibholz, Thomas; Adhari, Hakim; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20160305203850/http://cea.ceaj.org/CN/article/downloadArticleFile.do?attachType=PDF&amp;id=34214">Performance Analysis of MPTCP Protocol in Multiple Scenarios</text:a>” (<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20160305203850/http://cea.ceaj.org/CN/article/downloadArticleFile.do?attachType=PDF&amp;id=34214">PDF</text:a>, 581 KiB, 5 pages, 🇨🇳), in <text:span text:style-name="T3">Computer Engineering and Applications</text:span>, vol. 52, pp. 89–93, CEA, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/0.3778/j.issn.1002-8331.1508-0186">0.3778/j.issn.1002-8331.1508-0186</text:a>, ISSN 1002-8331, March 1, 2016.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20160305203850/http://cea.ceaj.org/CN/article/downloadArticleFile.do?attachType=PDF&amp;id=34214">https://web.archive.org/web/20160305203850/http://cea.ceaj.org/CN/article/downloadArticleFile.do?attachType=PDF&amp;id=34214</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">January</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="NICTA2016-Presentation"/>NICTA2016-Presentation<text:bookmark-end text:name="NICTA2016-Presentation"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-presentation.pdf">NorNet at NICTA – An Introduction to the NorNet Testbed</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-presentation.pdf">PDF</text:a>, 13403 KiB, 38 pages, 🇬🇧), Invited Talk at National Information Communications Technology Australia (NICTA), Sydney, New South Wales/Australia, January 22, 2016.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="NICTA2016-Tutorial"/>NICTA2016-Tutorial<text:bookmark-end text:name="NICTA2016-Tutorial"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-tutorial.pdf">An Experiment Tutorial for the NorNet Core Testbed at NICTA</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-tutorial.pdf">PDF</text:a>, 4140 KiB, 27 pages, 🇬🇧), Tutorial at National Information Communications Technology Australia (NICTA), Sydney, New South Wales/Australia, January 22, 2016.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-tutorial.pdf">https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-tutorial.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2015</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">November</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ICCC2015"/>ICCC2015<text:bookmark-end text:name="ICCC2015"/>] Fu, Fa; Zhou, Xing; Dreibholz, Thomas; Wang, Keying; Zhou, Feng; Gan, Quan: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/fufa-mptcp-web.pdf">Performance Comparison of Congestion Control Strategies for Multi-Path TCP in the NorNet Testbed</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/fufa-mptcp-web.pdf">PDF</text:a>, 172 KiB, 6 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 4th IEEE/CIC International Conference on Communications in China (ICCC)</text:span>, pp. 607–612, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/ICCChina.2015.7448667">10.1109/ICCChina.2015.7448667</text:a>, ISBN 978-1-5090-0243-6, Shenzhen, Guangdong/People&apos;s Republic of China, November 3, 2015.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/fufa-mptcp-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/fufa-mptcp-web.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">September</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="fairness-algorithms-UDE-UHB-P2"/>fairness-algorithms-UDE-UHB-P2<text:bookmark-end text:name="fairness-algorithms-UDE-UHB-P2"/>] Singh, Amanpreet; Könsgen, Andreas; Adhari, Hakim; Görg, Carmelita; Rathgeb, Erwin P.: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/naomi2015-FairnessAlgorithms.pdf">Algorithms for Theoretical Investigation of Fairness in Multipath Transport</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/naomi2015-FairnessAlgorithms.pdf">PDF</text:a>, 501 KiB, 14 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 7th EAI International Conference on Mobile Networks and Management (MONAMI 2015)</text:span>, Santander/Spain, September 2015.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/naomi2015-FairnessAlgorithms.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/naomi2015-FairnessAlgorithms.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="NTW2015"/>NTW2015<text:bookmark-end text:name="NTW2015"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/ntw2015.pdf">The NorNet Experimentation Platform for Multi-Homed Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/ntw2015.pdf">PDF</text:a>, 14369 KiB, 30 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the NORDUnet Technical Workshop (NTW)</text:span>, København/Denmark, September 17, 2015.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/ntw2015.pdf">https://web-backend.simula.no/sites/default/files/publications/files/ntw2015.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="MPTCPBlog2015"/>MPTCPBlog2015<text:bookmark-end text:name="MPTCPBlog2015"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20230518084721/http://blog.multipath-tcp.org/blog/html/2015/09/07/netperfmeter.html">NetPerfMeter: A Network Performance Metering Tool</text:a>” (<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20230518084721/http://blog.multipath-tcp.org/blog/html/2015/09/07/netperfmeter.html">HTML</text:a>, 42 KiB, 🇬🇧), in <text:span text:style-name="T3">Multipath TCP Blog</text:span>, September 7, 2015.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20230518084721/http://blog.multipath-tcp.org/blog/html/2015/09/07/netperfmeter.html">https://web.archive.org/web/20230518084721/http://blog.multipath-tcp.org/blog/html/2015/09/07/netperfmeter.html</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="NBiS2015"/>NBiS2015<text:bookmark-end text:name="NBiS2015"/>] Adhari, Hakim; Dreibholz, Thomas; Werner, Sebastian; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/paper-web.pdf">Eclipse: A New Dynamic Delay-based Congestion Control Algorithm for Background Traffic</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/paper-web.pdf">PDF</text:a>, 1082 KiB, 9 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 18th International Conference on Network-Based Information Systems (NBiS)</text:span>, pp. 115–123, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/NBiS.2015.21">10.1109/NBiS.2015.21</text:a>, ISBN 978-1-4799-9942-2, Taipei/Taiwan, September 2, 2015.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/paper-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/paper-web.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">August</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="NNUW3-Dreibholz-NorNetCore-Status"/>NNUW3-Dreibholz-NorNetCore-Status<text:bookmark-end text:name="NNUW3-Dreibholz-NorNetCore-Status"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/nnuw3-dreibholz.pdf">The NorNet Core Testbed: A Status Update for the NNUW-3</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/nnuw3-dreibholz.pdf">PDF</text:a>, 12120 KiB, 16 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 3rd International NorNet Users Workshop (NNUW-3)</text:span>, Fornebu, Akershus/Norway, August 28, 2015.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/nnuw3-dreibholz.pdf">https://web-backend.simula.no/sites/default/files/publications/files/nnuw3-dreibholz.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">July</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="fairness-revisited-UDE-UHB-P1"/>fairness-revisited-UDE-UHB-P1<text:bookmark-end text:name="fairness-revisited-UDE-UHB-P1"/>] Adhari, Hakim; Rathgeb, Erwin P.; Singh, Amanpreet; Könsgen, Andreas; Görg, Carmelita: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/contel-Fairness-Adhari.pdf">Transport Layer Fairness Revisited</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/contel-Fairness-Adhari.pdf">PDF</text:a>, 846 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 13th IEEE International Conference on Telecommunications (ConTEL 2015)</text:span>, Graz/Austria, July 2015.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/contel-Fairness-Adhari.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/contel-Fairness-Adhari.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="IETF93-MPTCP"/>IETF93-MPTCP<text:bookmark-end text:name="IETF93-MPTCP"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/ietf93-presentation.pdf">MPTCP Experiences in the NorNet Testbed: draft-dreibholz-mptcp-nornet-experience-01</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/ietf93-presentation.pdf">PDF</text:a>, 12798 KiB, 10 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 93th IETF Meeting</text:span>, Praha/Czech Republic, July 21, 2015.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/ietf93-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/ietf93-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="IETF93-Hackathon"/>IETF93-Hackathon<text:bookmark-end text:name="IETF93-Hackathon"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/ietf93-hackathon-intro.pdf">NorNet Core @ IETF Hackathon 93</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/ietf93-hackathon-intro.pdf">PDF</text:a>, 337 KiB, 3 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the IETF Hackathon at the 93rd IETF Meeting</text:span>, Praha/Czech Republic, July 18, 2015.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/ietf93-hackathon-intro.pdf">https://web-backend.simula.no/sites/default/files/publications/files/ietf93-hackathon-intro.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">April</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="GI2015"/>GI2015<text:bookmark-end text:name="GI2015"/>] Livadariu, Ioana Alexandrina; Ferlin, Simone; Alay, Özgü; Dreibholz, Thomas; Dhamdhere, Amogh; Elmokashfi, Ahmed Mustafa: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/gis2015_0.pdf">Leveraging the IPv4/IPv6 Identity Duality by using Multi-Path Transport</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/gis2015_0.pdf">PDF</text:a>, 327 KiB, 6 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 18th IEEE Global Internet Symposium (GI) at the 34th IEEE Conference on Computer Communications (INFOCOM)</text:span>, pp. 312–317, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/INFCOMW.2015.7179403">10.1109/INFCOMW.2015.7179403</text:a>, ISBN 978-1-4673-7131-5, Hong Kong/People&apos;s Republic of China, April 27, 2015.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/gis2015_0.pdf">https://web-backend.simula.no/sites/default/files/publications/files/gis2015_0.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="CompEngineering2015"/>CompEngineering2015<text:bookmark-end text:name="CompEngineering2015"/>] Liu, Ji; Tan, Yuyin; Fu, Fa; Dreibholz, Thomas; Zhou, Xing; Bai, Yong; Yang, Xiong; Du, Wencai: </text:span>“<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20160222130810/http://www.ecice06.com/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=26295">Study on MPTCP and CMT-SCTP Congestion Control Mechanism</text:a>” (<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20160222130810/http://www.ecice06.com/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=26295">PDF</text:a>, 28239 KiB, 8 pages, 🇨🇳), in <text:span text:style-name="T3">Computer Engineering</text:span>, vol. 41, pp. 117–124, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.3969/j.issn.1000-3428.2015.04.022">10.3969/j.issn.1000-3428.2015.04.022</text:a>, ISSN 1000-3428, April 15, 2015.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20160222130810/http://www.ecice06.com/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=26295">https://web.archive.org/web/20160222130810/http://www.ecice06.com/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=26295</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">March</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="PAMS2015-MPTCP"/>PAMS2015-MPTCP<text:bookmark-end text:name="PAMS2015-MPTCP"/>] Dreibholz, Thomas; Zhou, Xing; Fu, Fa: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/pams2015-mptcp-web.pdf">Multi-Path TCP in Real-World Setups – An Evaluation in the NorNet Core Testbed</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/pams2015-mptcp-web.pdf">PDF</text:a>, 211 KiB, 6 pages, 🇬🇧), in <text:span text:style-name="T3">5th International Workshop on Protocols and Applications with Multi-Homing Support (PAMS)</text:span>, pp. 617–622, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/WAINA.2015.74">10.1109/WAINA.2015.74</text:a>, ISBN 978-1-4799-1775-4, Gwangju/South Korea, March 25, 2015.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/pams2015-mptcp-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/pams2015-mptcp-web.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="PAMS2015-Monitoring"/>PAMS2015-Monitoring<text:bookmark-end text:name="PAMS2015-Monitoring"/>] Dreibholz, Thomas; Bjørgeengen, Jarle; Werme, Jonas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/pams2015-nornet-monitoring-web.pdf">Monitoring and Maintaining the Infrastructure of the NorNet Testbed for Multi-Homed Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/pams2015-nornet-monitoring-web.pdf">PDF</text:a>, 538 KiB, 6 pages, 🇬🇧), in <text:span text:style-name="T3">5th International Workshop on Protocols and Applications with Multi-Homing Support (PAMS)</text:span>, pp. 611–616, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/WAINA.2015.76">10.1109/WAINA.2015.76</text:a>, ISBN 978-1-4799-1775-4, Gwangju/South Korea, March 25, 2015.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/pams2015-nornet-monitoring-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/pams2015-nornet-monitoring-web.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">January</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="CAIA2015"/>CAIA2015<text:bookmark-end text:name="CAIA2015"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-06/CAIA2015.pdf">The NorNet Testbed – A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-06/CAIA2015.pdf">PDF</text:a>, 6771 KiB, 38 pages, 🇬🇧), Invited Talk at Swinburne University, Centre for Advanced Internet Architectures (CAIA), Melbourne, Victoria/Australia, January 29, 2015.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/2024-06/CAIA2015.pdf">https://web-backend.simula.no/sites/default/files/2024-06/CAIA2015.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="NICTA2015"/>NICTA2015<text:bookmark-end text:name="NICTA2015"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/nicta2015-presentation-web.pdf">NorNet at NICTA – An Open, Large-Scale Testbed for Multi-Homed Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/nicta2015-presentation-web.pdf">PDF</text:a>, 6545 KiB, 38 pages, 🇬🇧), Invited Talk at National Information Communications Technology Australia (NICTA), Sydney, New South Wales/Australia, January 15, 2015.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/nicta2015-presentation-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/nicta2015-presentation-web.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2014</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">December</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Globecom2014"/>Globecom2014<text:bookmark-end text:name="Globecom2014"/>] Ferlin, Simone; Dreibholz, Thomas; Alay, Özgü: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2884.pdf">Multi-Path Transport over Heterogeneous Wireless Networks: Does it really pay off?</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2884.pdf">PDF</text:a>, 986 KiB, 7 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the IEEE Global Communications Conference (GLOBECOM)</text:span>, pp. 4807–4813, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/GLOCOM.2014.7037567">10.1109/GLOCOM.2014.7037567</text:a>, ISBN 978-1-4799-3512-3, Austin, Texas/U.S.A., December 11, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2884.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2884.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Globecom2014-NorNetDemo"/>Globecom2014-NorNetDemo<text:bookmark-end text:name="Globecom2014-NorNetDemo"/>] Dreibholz, Thomas; Simonsen, Henrik Vest; Gran, Ernst Gunnar: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2868.pdf">A Demonstration of the NorNet Core Research Testbed for Multi-Homed Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2868.pdf">PDF</text:a>, 60 KiB, 1 page, 🇬🇧), Demo Presentation at the IEEE Global Communications Conference (GLOBECOM), Austin, Texas/U.S.A., December 9, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2868.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2868.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="NoF2014"/>NoF2014<text:bookmark-end text:name="NoF2014"/>] Golkar, Forough; Dreibholz, Thomas; Kvalbein, Amund: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3048.pdf">Measuring and Comparing Internet Path Stability in IPv4 and IPv6</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3048.pdf">PDF</text:a>, 436 KiB, 5 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 5th IEEE International Conference on the Network of the Future (NoF)</text:span>, pp. 1–5, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/NOF.2014.7119767">10.1109/NOF.2014.7119767</text:a>, ISBN 978-1-4799-7531-0, Paris/France, December 4, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3048.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3048.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">October</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="TsinghuaUniversity2014"/>TsinghuaUniversity2014<text:bookmark-end text:name="TsinghuaUniversity2014"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-tsinghuauniversity-presentation.pdf">The NorNet Testbed at Tsinghua University – A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-tsinghuauniversity-presentation.pdf">PDF</text:a>, 12148 KiB, 38 pages, 🇬🇧), Invited Talk at Tsinghua University, Department of Computer Science, Beijing/People&apos;s Republic of China, October 30, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-tsinghuauniversity-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-tsinghuauniversity-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Haikou2014-NorNetCore-Tutorial"/>Haikou2014-NorNetCore-Tutorial<text:bookmark-end text:name="Haikou2014-NorNetCore-Tutorial"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20230521130309/https://www.simula.no/file/simulasimula3078pdf/download">An Experiment Tutorial for the NorNet Core Testbed at Hainan University</text:a>” (<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20230521130309/https://www.simula.no/file/simulasimula3078pdf/download">PDF</text:a>, 2148 KiB, 27 pages, 🇬🇧), Tutorial at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, October 27, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20230521130309/https://www.simula.no/file/simulasimula3078pdf/download">https://web.archive.org/web/20230521130309/https://www.simula.no/file/simulasimula3078pdf/download</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Haikou2014-QiongzhouUniversity"/>Haikou2014-QiongzhouUniversity<text:bookmark-end text:name="Haikou2014-QiongzhouUniversity"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-qiongzhouuniversity-presentation.pdf">The NorNet Testbed at Qiongzhou University – A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-qiongzhouuniversity-presentation.pdf">PDF</text:a>, 7475 KiB, 30 pages, 🇬🇧), Invited Talk at Qiongzhou University, Sanya, Hainan/People&apos;s Republic of China, October 25, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-qiongzhouuniversity-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-qiongzhouuniversity-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Haikou2014-HainanUniversity"/>Haikou2014-HainanUniversity<text:bookmark-end text:name="Haikou2014-HainanUniversity"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-hainanuniversity-presentation.pdf">The NorNet Testbed at Hainan University – A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-hainanuniversity-presentation.pdf">PDF</text:a>, 11940 KiB, 37 pages, 🇬🇧), Invited Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, October 20, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-hainanuniversity-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-hainanuniversity-presentation.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">September</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="KTH2014"/>KTH2014<text:bookmark-end text:name="KTH2014"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3008.pdf">The NorNet Testbed – An Overview for the GENI Meeting</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3008.pdf">PDF</text:a>, 21055 KiB, 31 pages, 🇬🇧), Invited Talk for the GENI Meeting at the Kungliga Tekniska högskolan (KTH), Stockholm/Sweden, September 15, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3008.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3008.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">August</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="NNUW2-Dreibholz-NorNetCore-Tutorial"/>NNUW2-Dreibholz-NorNetCore-Tutorial<text:bookmark-end text:name="NNUW2-Dreibholz-NorNetCore-Tutorial"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2938.pdf">An Experiment Tutorial for the NorNet Core Testbed</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2938.pdf">PDF</text:a>, 6033 KiB, 26 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 2nd International NorNet Users Workshop (NNUW-2)</text:span>, Fornebu, Akershus/Norway, August 29, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2938.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2938.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="NNUW2-Alay-Multipath-Transport"/>NNUW2-Alay-Multipath-Transport<text:bookmark-end text:name="NNUW2-Alay-Multipath-Transport"/>] Alay, Özgü; Ferlin, Simone; Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2970.pdf">Multipath Transport over Heterogeneous Networks</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2970.pdf">PDF</text:a>, 2930 KiB, 37 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 2nd International NorNet Users Workshop (NNUW-2)</text:span>, Fornebu, Akershus/Norway, August 29, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2970.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2970.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="NNUW2-adhari"/>NNUW2-adhari<text:bookmark-end text:name="NNUW2-adhari"/>] Adhari, Hakim: </text:span>“Does the End-User Really Have Benefits From Using Multipath Transport?” (🇬🇧), in <text:span text:style-name="T3">Proceedings of the 2nd International NorNet Users Workshop (NNUW-2)</text:span>, Fornebu, Akershus/Norway, August 29, 2014.</text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="NNUW2-Dreibholz-NorNetCore-Introduction"/>NNUW2-Dreibholz-NorNetCore-Introduction<text:bookmark-end text:name="NNUW2-Dreibholz-NorNetCore-Introduction"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2936.pdf">The NorNet Core Testbed – Introduction and Status in August 2014</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2936.pdf">PDF</text:a>, 14850 KiB, 32 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 2nd International NorNet Users Workshop (NNUW-2)</text:span>, Fornebu, Akershus/Norway, August 28, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2936.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2936.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">June</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="IFIPNetworking2014"/>IFIPNetworking2014<text:bookmark-end text:name="IFIPNetworking2014"/>] Aziz, Adnan; Hoffstadt, Dirk; Rathgeb, Erwin Paul; Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20241125122924/https://tdr.informatik.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Distributed_Infrastructure_to_Analyse_SIP_Attacks_in_the_Internet.pdf">A Distributed Infrastructure to Analyse SIP Attacks in the Internet</text:a>” (<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20241125122924/https://tdr.informatik.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Distributed_Infrastructure_to_Analyse_SIP_Attacks_in_the_Internet.pdf">PDF</text:a>, 728 KiB, 9 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the IFIP Networking Conference</text:span>, pp. 1–9, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/IFIPNetworking.2014.6857088">10.1109/IFIPNetworking.2014.6857088</text:a>, ISBN 978-3-901882-58-6, Trondheim, Sør-Trøndelag/Norway, June 4, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20241125122924/https://tdr.informatik.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Distributed_Infrastructure_to_Analyse_SIP_Attacks_in_the_Internet.pdf">https://web.archive.org/web/20241125122924/https://tdr.informatik.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Distributed_Infrastructure_to_Analyse_SIP_Attacks_in_the_Internet.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">May</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="IWQoS2014"/>IWQoS2014<text:bookmark-end text:name="IWQoS2014"/>] Ferlin, Simone; Dreibholz, Thomas; Alay, Özgü: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2722.pdf">Tackling the Challenge of Bufferbloat in Multi-Path Transport over Heterogeneous Wireless Networks</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2722.pdf">PDF</text:a>, 820 KiB, 6 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the IEEE/ACM International Symposium on Quality of Service (IWQoS)</text:span>, pp. 123–128, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/IWQoS.2014.6914310">10.1109/IWQoS.2014.6914310</text:a>, ISBN 978-1-4799-4852-9, Hong Kong/People&apos;s Republic of China, May 26, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2722.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2722.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="PAMS2014-NorNetEdge"/>PAMS2014-NorNetEdge<text:bookmark-end text:name="PAMS2014-NorNetEdge"/>] Ferlin, Simone; Dreibholz, Thomas; Alay, Özgü; Kvalbein, Amund: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2516.pdf">Measuring the QoS Characteristics of Operational 3G Mobile Broadband Networks</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2516.pdf">PDF</text:a>, 1524 KiB, 6 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 4th International Workshop on Protocols and Applications with Multi-Homing Support (PAMS)</text:span>, pp. 753–758, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/WAINA.2014.123">10.1109/WAINA.2014.123</text:a>, ISBN 978-1-4799-2652-7, Victoria, British Columbia/Canada, May 16, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2516.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2516.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="PAMS2014-LEDBAT"/>PAMS2014-LEDBAT<text:bookmark-end text:name="PAMS2014-LEDBAT"/>] Adhari, Hakim; Werner, Sebastian; Dreibholz, Thomas; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2512.pdf">LEDBAT-MP – On the Application of Lower-than-Best-Effort for Concurrent Multipath Transfer</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2512.pdf">PDF</text:a>, 1229 KiB, 7 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 4th International Workshop on Protocols and Applications with Multi-Homing Support (PAMS)</text:span>, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/WAINA.2014.125">10.1109/WAINA.2014.125</text:a>, ISBN 978-1-4799-2652-7, Victoria, British Columbia/Canada, May 16, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2512.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2512.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="UBC2014"/>UBC2014<text:bookmark-end text:name="UBC2014"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2740.pdf">The NorNet Testbed for Multi-Homed Systems – Overview and Status</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2740.pdf">PDF</text:a>, 8480 KiB, 30 pages, 🇬🇧), Invited Talk at the University of British Columbia (UBC), Vancouver, British Columbia/Canada, May 12, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2740.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2740.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Princeton2014"/>Princeton2014<text:bookmark-end text:name="Princeton2014"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2730.pdf">The NorNet Testbed for Multi-Homed Systems – Introduction and Status</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2730.pdf">PDF</text:a>, 8480 KiB, 30 pages, 🇬🇧), Invited Talk at Princeton University, Department of Computer Science, Princeton, New Jersey/U.S.A., May 8, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2730.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2730.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="NYU2014"/>NYU2014<text:bookmark-end text:name="NYU2014"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2728.pdf">The NorNet Testbed – Overview and Selected Results from Multi-Path Transport Research</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2728.pdf">PDF</text:a>, 6432 KiB, 35 pages, 🇬🇧), Invited Talk at the New York University (NYU), Polytechnic School of Engineering, Brooklyn, New York/U.S.A., May 5, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2728.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2728.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">March</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ComNets2013-Core"/>ComNets2013-Core<text:bookmark-end text:name="ComNets2013-Core"/>] Gran, Ernst Gunnar; Dreibholz, Thomas; Kvalbein, Amund: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2236.pdf">NorNet Core – A Multi-Homed Research Testbed</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2236.pdf">PDF</text:a>, 1458 KiB, 13 pages, 🇬🇧), in <text:span text:style-name="T3">Computer Networks, Special Issue on Future Internet Testbeds</text:span>, vol. 61, pp. 75–87, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1016/j.bjp.2013.12.035">10.1016/j.bjp.2013.12.035</text:a>, ISSN 1389-1286, March 14, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2236.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2236.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="IETF89-VNFPOOL"/>IETF89-VNFPOOL<text:bookmark-end text:name="IETF89-VNFPOOL"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2584.pdf">On the Applicability of Reliable Server Pooling for Virtualised Network Function Resource Pooling</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2584.pdf">PDF</text:a>, 2476 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 89th IETF Meeting</text:span>, London/United Kingdom, March 4, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2584.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2584.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="IETF89-NorNet"/>IETF89-NorNet<text:bookmark-end text:name="IETF89-NorNet"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2582.pdf">The Status of MPTCP Deployment and Evaluation in the NorNet Testbed</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2582.pdf">PDF</text:a>, 1514 KiB, 6 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 89th IETF Meeting</text:span>, London/United Kingdom, March 3, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2582.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2582.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">January</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="CAIA2014"/>CAIA2014<text:bookmark-end text:name="CAIA2014"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/caia2014-presentation-web.pdf">NorNet – An Open, Large-Scale Testbed for Multi-Homed Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/caia2014-presentation-web.pdf">PDF</text:a>, 4655 KiB, 31 pages, 🇬🇧), Invited Talk at Swinburne University, Centre for Advanced Internet Architectures (CAIA), Melbourne, Victoria/Australia, January 30, 2014.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/files/caia2014-presentation-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/caia2014-presentation-web.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2013</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">December</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Globecom2013"/>Globecom2013<text:bookmark-end text:name="Globecom2013"/>] Becke, Martin; Adhari, Hakim; Rathgeb, Erwin Paul; Fu, Fa; Yang, Xiong; Zhou, Xing: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/GLOBECOM2013.pdf">Comparison of Multipath TCP and CMT-SCTP based on Intercontinental Measurements</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/GLOBECOM2013.pdf">PDF</text:a>, 924 KiB, 7 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the IEEE Global Communications Conference (GLOBECOM)</text:span>, Atlanta, Georgia/U.S.A., December 10, 2013.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/GLOBECOM2013.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/GLOBECOM2013.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">October</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="simsekBPF"/>simsekBPF<text:bookmark-end text:name="simsekBPF"/>] Simsek, Irfan; Becke, Martin; Jerschow, Yves Igor; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20240427155505/https://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Clean-Slate_Security_Vision_for_Future_Networks.pdf">A Clean-Slate Security Vision for Future Networks</text:a>” (<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20240427155505/https://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Clean-Slate_Security_Vision_for_Future_Networks.pdf">PDF</text:a>, 480 KiB, 5 pagesin ), in <text:span text:style-name="T3">Proceedings of the IEEE International Conference on Network of the Future ({NoF})</text:span>, Pohang/South Korea, October 2013.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20240427155505/https://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Clean-Slate_Security_Vision_for_Future_Networks.pdf">https://web.archive.org/web/20240427155505/https://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Clean-Slate_Security_Vision_for_Future_Networks.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ComEngApps2013"/>ComEngApps2013<text:bookmark-end text:name="ComEngApps2013"/>] Fu, Fa; Xing, Zhou; Xiong, Yang; Adhari, Hakim; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20160427132028/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=31123">Performance Analysis of MPTCP and CMT-SCTP Multi-Path Transport Protocols</text:a>” (<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20160427132028/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=31123">PDF</text:a>, 529 KiB, 4 pages, 🇨🇳), in <text:span text:style-name="T3">Computer Engineering and Applications</text:span>, vol. 49, no. 21, pp. 79–82, October 30, 2013.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20160427132028/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=31123">https://web.archive.org/web/20160427132028/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=31123</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">September</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="zdn2013simsek"/>zdn2013simsek<text:bookmark-end text:name="zdn2013simsek"/>] Simsek, Irfan: </text:span>“<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20230521195156/http://www.vde-itg-kommunikationsnetze.de/images/stories/Fachtagungen/zdn2013/vortraege/zdn2013_simsek.pdf">Blind Packet Forwarding</text:a>” (<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20230521195156/http://www.vde-itg-kommunikationsnetze.de/images/stories/Fachtagungen/zdn2013/vortraege/zdn2013_simsek.pdf">PDF</text:a>, 877 KiB, 20 pagesin ), in <text:span text:style-name="T3">12. ITG-Fachtagung Zukunft der Netze – Application-Driven Networking</text:span>, Osnabrück/Germany, September 20, 2013.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20230521195156/http://www.vde-itg-kommunikationsnetze.de/images/stories/Fachtagungen/zdn2013/vortraege/zdn2013_simsek.pdf">https://web.archive.org/web/20230521195156/http://www.vde-itg-kommunikationsnetze.de/images/stories/Fachtagungen/zdn2013/vortraege/zdn2013_simsek.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="NNUW1-Dreibholz-NorNetCore-Tutorial"/>NNUW1-Dreibholz-NorNetCore-Tutorial<text:bookmark-end text:name="NNUW1-Dreibholz-NorNetCore-Tutorial"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2130.pdf">The NorNet Core Testbed – An Experiment Tutorial</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2130.pdf">PDF</text:a>, 4454 KiB, 25 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 1st International NorNet Users Workshop (NNUW-1)</text:span>, Fornebu, Akershus/Norway, September 19, 2013.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2130.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2130.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="NNUW1-Adhari-CC"/>NNUW1-Adhari-CC<text:bookmark-end text:name="NNUW1-Adhari-CC"/>] Adhari, Hakim: </text:span>“<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20141127040341/https://www.simula.no/publications/Simula.simula.2144/simula_pdf_file">Practical Experiences with an Inter-Continental Testbed for Multi-Path Transport</text:a>” (<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20141127040341/https://www.simula.no/publications/Simula.simula.2144/simula_pdf_file">PDF</text:a>, 692 KiB, 19 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 1st International NorNet Users Workshop (NNUW-1)</text:span>, Fornebu, Akershus/Norway, September 18, 2013.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20141127040341/https://www.simula.no/publications/Simula.simula.2144/simula_pdf_file">https://web.archive.org/web/20141127040341/https://www.simula.no/publications/Simula.simula.2144/simula_pdf_file</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="NNUW1-Rathgeb-Security"/>NNUW1-Rathgeb-Security<text:bookmark-end text:name="NNUW1-Rathgeb-Security"/>] Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20141127040313/https://www.simula.no/publications/Simula.simula.2142/simula_pdf_file">Distributed Detection of VoIP Fraud and Misuse – Tools and First Results</text:a>” (<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20141127040313/https://www.simula.no/publications/Simula.simula.2142/simula_pdf_file">PDF</text:a>, 2089 KiB, 31 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 1st International NorNet Users Workshop (NNUW-1)</text:span>, Fornebu, Akershus/Norway, September 18, 2013.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20141127040313/https://www.simula.no/publications/Simula.simula.2142/simula_pdf_file">https://web.archive.org/web/20141127040313/https://www.simula.no/publications/Simula.simula.2142/simula_pdf_file</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="NNUW1-Dreibholz-NorNetCore-Introduction"/>NNUW1-Dreibholz-NorNetCore-Introduction<text:bookmark-end text:name="NNUW1-Dreibholz-NorNetCore-Introduction"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2124.pdf">The NorNet Core Testbed – Introduction and Status</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2124.pdf">PDF</text:a>, 8399 KiB, 29 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 1st International NorNet Users Workshop (NNUW-1)</text:span>, Fornebu, Akershus/Norway, September 18, 2013.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2124.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2124.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">August</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="TKNBerlin2013"/>TKNBerlin2013<text:bookmark-end text:name="TKNBerlin2013"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2056.pdf">The NorNet Project – A Research Testbed for Multi-Path Transport</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2056.pdf">PDF</text:a>, 23650 KiB, 26 pages, 🇬🇧), Invited Talk at Technische Universität Berlin, Department of Telecommunication Networks, Berlin/Germany, August 1, 2013.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2056.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2056.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">July</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="IETF87"/>IETF87<text:bookmark-end text:name="IETF87"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.ietf.org/proceedings/87/slides/slides-87-mptcp-4.pdf">The NorNet Testbed: A Platform for Evaluating Multi-Path Transport in the Real-World Internet</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.ietf.org/proceedings/87/slides/slides-87-mptcp-4.pdf">PDF</text:a>, 13341 KiB, 9 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 87th IETF Meeting</text:span>, Berlin/Germany, July 30, 2013.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.ietf.org/proceedings/87/slides/slides-87-mptcp-4.pdf">https://www.ietf.org/proceedings/87/slides/slides-87-mptcp-4.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Louvain2013"/>Louvain2013<text:bookmark-end text:name="Louvain2013"/>] Dreibholz, Thomas; Ferlin, Simone: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2046.pdf">The NorNet Research Testbed</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2046.pdf">PDF</text:a>, 12015 KiB, 8 pages, 🇬🇧), Talk, in <text:span text:style-name="T3">Proceedings of the CHANGE Bootcamp Workshop</text:span>, Louvain-la-Neuve/Belgium, July 17, 2013.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2046.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2046.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">June</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ConTEL2013"/>ConTEL2013<text:bookmark-end text:name="ConTEL2013"/>] Becke, Martin; Dreibholz, Thomas; Bayer, Andreas; Packeiser, Markus; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2000.pdf">Alternative Transmission Strategies for Multipath Transport of Multimedia Streams over Wireless Networks</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2000.pdf">PDF</text:a>, 792 KiB, 7 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 12th IEEE International Conference on Telecommunications (ConTEL)</text:span>, pp. 147–153, ISBN 978-953-184-175-7, Zagreb, Središnja Hrvatska/Croatia, June 26, 2013.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2000.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2000.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">April</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="rtcwebBecke"/>rtcwebBecke<text:bookmark-end text:name="rtcwebBecke"/>] Becke, Martin; Rathgeb, Erwin Paul; Werner, Sebastian; Rüngeler, Irene; Tüxen, Michael; Stewart, Randall R.: </text:span>“Data Channel Considerations for RTCWeb”in , in <text:span text:style-name="T3">IEEE Communications Magazine</text:span>, vol. 51, no. 4, pp. 34–41, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/MCOM.2013.6495758">10.1109/MCOM.2013.6495758</text:a>, ISSN 0163-6804, April 2013.</text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="HiOA2013"/>HiOA2013<text:bookmark-end text:name="HiOA2013"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1984.pdf">An Overview of the NorNet Testbed for Multi-Homed Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1984.pdf">PDF</text:a>, 21755 KiB, 25 pages, 🇬🇧), Invited Talk at Høgskolen i Oslo og Akershus (HiOA), Oslo/Norway, April 18, 2013.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1984.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1984.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Trondheim2013"/>Trondheim2013<text:bookmark-end text:name="Trondheim2013"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1974.pdf">The NorNet Project – An Introduction to NorNet for the Site Deployment at NTNU Trondheim</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1974.pdf">PDF</text:a>, 21705 KiB, 25 pages, 🇬🇧), Invited Talk at Norges teknisk-naturvitenskapelige universitet (NTNU), Trondheim, Sør-Trøndelag/Norway, April 12, 2013.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1974.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1974.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="EWNS2013-NorNet"/>EWNS2013-NorNet<text:bookmark-end text:name="EWNS2013-NorNet"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1968.pdf">The NorNet Project: A Research Platform for Robust and Secure Networks</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1968.pdf">PDF</text:a>, 7304 KiB, 2 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the Essener Workshop zur Netzsicherheit (EWNS)</text:span>, Essen, Nordrhein-Westfalen/Germany, April 8, 2013.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1968.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1968.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">March</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="PAMS2013-EssenIlmenau"/>PAMS2013-EssenIlmenau<text:bookmark-end text:name="PAMS2013-EssenIlmenau"/>] Volkert, Thomas; Becke, Martin; Osdoba, Manuel; Mitschele-Thiel, Andreas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20210210145830/http://www.homer-conferencing.com/public/MP_HRM.pdf">Multipath Video Streaming based on Hierarchical Routing Management</text:a>” (<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20210210145830/http://www.homer-conferencing.com/public/MP_HRM.pdf">PDF</text:a>, 1152 KiB, 6 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 3nd International Workshop on Protocols and Applications with Multi-Homing Support (PAMS)</text:span>, pp. 1107–1112, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/WAINA.2013.161">10.1109/WAINA.2013.161</text:a>, ISBN 978-0-7695-4952-1, Barcelona, Catalonia/Spain, March 27, 2013.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20210210145830/http://www.homer-conferencing.com/public/MP_HRM.pdf">https://web.archive.org/web/20210210145830/http://www.homer-conferencing.com/public/MP_HRM.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="PAMS2013-NorNet"/>PAMS2013-NorNet<text:bookmark-end text:name="PAMS2013-NorNet"/>] Dreibholz, Thomas; Gran, Ernst Gunnar: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/threfereedinproceedingsreference.2012-12-20.7643198512.pdf">Design and Implementation of the NorNet Core Research Testbed for Multi-Homed Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/threfereedinproceedingsreference.2012-12-20.7643198512.pdf">PDF</text:a>, 20082 KiB, 7 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 3nd International Workshop on Protocols and Applications with Multi-Homing Support (PAMS)</text:span>, pp. 1094–1100, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/WAINA.2013.71">10.1109/WAINA.2013.71</text:a>, ISBN 978-0-7695-4952-1, Barcelona, Catalonia/Spain, March 27, 2013.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/threfereedinproceedingsreference.2012-12-20.7643198512.pdf">https://web-backend.simula.no/sites/default/files/publications/threfereedinproceedingsreference.2012-12-20.7643198512.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Narvik2013"/>Narvik2013<text:bookmark-end text:name="Narvik2013"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1950.pdf">An Introduction to NorNet for the Site Deployment at Høgskolen i Narvik</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1950.pdf">PDF</text:a>, 21440 KiB, 26 pages, 🇬🇧), Invited Talk at Høgskolen i Narvik (HiN), Narvik, Nordland/Norway, March 12, 2013.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1950.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1950.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Geilo2013-NorNetCore"/>Geilo2013-NorNetCore<text:bookmark-end text:name="Geilo2013-NorNetCore"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1948.pdf">An Overview of NorNet Core</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1948.pdf">PDF</text:a>, 19045 KiB, 19 pages, 🇬🇧), Invited Talk at the Geilo Siminar of the Simula Research Laboratory, Network Systems Group, Geilo, Buskerud/Norway, March 9, 2013.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1948.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1948.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2012</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">December</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ICCCT2013-Homer"/>ICCCT2013-Homer<text:bookmark-end text:name="ICCCT2013-Homer"/>] Volkert, Thomas; Becke, Martin; Osdoba, Manuel; Mitschele-Thiel, Andreas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20210525124457/http://www.homer-conferencing.com/public/Homer_Conferencing.pdf">Homer Conferencing – A Multimedia Test Bed for Various Experiments and Measurements</text:a>” (<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20210525124457/http://www.homer-conferencing.com/public/Homer_Conferencing.pdf">PDF</text:a>, 744 KiB, 6 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 7th International Conference on Computing and Convergence Technology (ICCCT)</text:span>, Seoul/South Korea, December 2012.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20210525124457/http://www.homer-conferencing.com/public/Homer_Conferencing.pdf">https://web.archive.org/web/20210525124457/http://www.homer-conferencing.com/public/Homer_Conferencing.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">November</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Stavanger2012"/>Stavanger2012<text:bookmark-end text:name="Stavanger2012"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1626.pdf">An Introduction to NorNet Core for the Site Deployment at Universitetet i Stavanger</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1626.pdf">PDF</text:a>, 21576 KiB, 26 pages, 🇬🇧), Invited Talk at Universitetet i Stavanger (UiS), Stavanger, Rogaland/Norway, November 27, 2012.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1626.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1626.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Karlstad2012"/>Karlstad2012<text:bookmark-end text:name="Karlstad2012"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1580.pdf">The NorNet Project – A Research Testbed for Multi-Homed Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1580.pdf">PDF</text:a>, 37415 KiB, 28 pages, 🇬🇧), Invited Talk at Karlstads Universitet, Karlstad, Värmland/Sweden, November 2, 2012.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1580.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1580.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">July</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="EuroView2012-HomerDemo"/>EuroView2012-HomerDemo<text:bookmark-end text:name="EuroView2012-HomerDemo"/>] Volkert, Thomas; Liers, Florian; Becke, Martin; Adhari, Hakim: </text:span>“<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20240413144124/http://www.euroview2012.org/fileadmin/content/euroview2012/abstracts/07_01_abstract_volkert.pdf">Requirements-Oriented Path Selection for Multipath Transmission</text:a>” (<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20240413144124/http://www.euroview2012.org/fileadmin/content/euroview2012/abstracts/07_01_abstract_volkert.pdf">PDF</text:a>, 459 KiB, 2 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the Joint ITG and Euro-NF Workshop on Visions of Future Generation Networks (EuroView)</text:span>, Würzburg, Bayern/Germany, July 23, 2012.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20240413144124/http://www.euroview2012.org/fileadmin/content/euroview2012/abstracts/07_01_abstract_volkert.pdf">https://web.archive.org/web/20240413144124/http://www.euroview2012.org/fileadmin/content/euroview2012/abstracts/07_01_abstract_volkert.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">June</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ICC2012"/>ICC2012<text:bookmark-end text:name="ICC2012"/>] Becke, Martin; Dreibholz, Thomas; Adhari, Hakim; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICC2012.pdf">On the Fairness of Transport Protocols in a Multi-Path Environment</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICC2012.pdf">PDF</text:a>, 1970 KiB, 7 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the IEEE International Conference on Communications (ICC)</text:span>, pp. 2666–2672, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/ICC.2012.6363695">10.1109/ICC.2012.6363695</text:a>, ISBN 978-1-4577-2052-9, Ottawa, Ontario/Canada, June 12, 2012.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICC2012.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICC2012.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">April</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="NOMS2012"/>NOMS2012<text:bookmark-end text:name="NOMS2012"/>] Becke, Martin; Dreibholz, Thomas; Adhari, Hakim; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NOMS2012.pdf">A Future Internet Architecture supporting Multipath Communication Networks</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NOMS2012.pdf">PDF</text:a>, 743 KiB, 4 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 13th IEEE/IFIP Network Operations and Management Symposium (NOMS)</text:span>, pp. 639–642, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/NOMS.2012.6211975">10.1109/NOMS.2012.6211975</text:a>, ISBN 978-1-4673-0268-5, Maui, Hawaii/U.S.A., April 19, 2012.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NOMS2012.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NOMS2012.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">March</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="PAMS2012"/>PAMS2012<text:bookmark-end text:name="PAMS2012"/>] Dreibholz, Thomas; Adhari, Hakim; Becke, Martin; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2012.pdf">Simulation and Experimental Evaluation of Multipath Congestion Control Strategies</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2012.pdf">PDF</text:a>, 403 KiB, 6 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 2nd International Workshop on Protocols and Applications with Multi-Homing Support (PAMS)</text:span>, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/WAINA.2012.186">10.1109/WAINA.2012.186</text:a>, ISBN 978-0-7695-4652-0, Fukuoka/Japan, March 29, 2012.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2012.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2012.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Dre2012"/>Dre2012<text:bookmark-end text:name="Dre2012"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029737/Dre2012_final.pdf">Evaluation and Optimisation of Multi-Path Transport using the Stream Control Transmission Protocol</text:a>” (<text:a xlink:type="simple" xlink:href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029737/Dre2012_final.pdf">PDF</text:a>, 36779 KiB, 264 pages, 🇬🇧), Habilitation Treatise, University of Duisburg-Essen, Faculty of Economics, Institute for Computer Science and Business Information Systems, URN <text:a xlink:type="simple" xlink:href="https://www.nbn-resolving.de/urn:nbn:de:hbz:464-20120315-103208-1">urn:nbn:de:hbz:464-20120315-103208-1</text:a>, March 13, 2012.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029737/Dre2012_final.pdf">https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029737/Dre2012_final.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Dre2012-FutureInternet"/>Dre2012-FutureInternet<text:bookmark-end text:name="Dre2012-FutureInternet"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029756/Habilitationsvortrag.pdf">Konzepte für das Future Internet aus der Netzperspektive</text:a>” (<text:a xlink:type="simple" xlink:href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029756/Habilitationsvortrag.pdf">PDF</text:a>, 5777 KiB, 49 pages, 🇩🇪), Habilitation Talk, University of Duisburg-Essen, Faculty of Economics, Institute for Computer Science and Business Information Systems, URN <text:a xlink:type="simple" xlink:href="https://www.nbn-resolving.de/urn:nbn:de:hbz:464-20120404-135350-0">urn:nbn:de:hbz:464-20120404-135350-0</text:a>, March 13, 2012.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029756/Habilitationsvortrag.pdf">https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029756/Habilitationsvortrag.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">February</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="NetPerfMeterSim2012"/>NetPerfMeterSim2012<text:bookmark-end text:name="NetPerfMeterSim2012"/>] Dreibholz, Thomas; Adhari, Hakim; Becke, Martin; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NetPerfMeterSim2012.pdf">NetPerfMeter – A Versatile Tool for Multi-Protocol Network Performance Evaluations</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NetPerfMeterSim2012.pdf">PDF</text:a>, 334 KiB, 3 pages, 🇬🇧), OMNeT++ Code Contribution, University of Duisburg-Essen, Institute for Experimental Mathematics, February 8, 2012.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NetPerfMeterSim2012.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NetPerfMeterSim2012.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="RspSim2012"/>RspSim2012<text:bookmark-end text:name="RspSim2012"/>] Dreibholz, Thomas; Becke, Martin; Adhari, Hakim; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RspSim2012.pdf">RspSim – A Simulation Model of the Reliable Server Pooling Framework</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RspSim2012.pdf">PDF</text:a>, 226 KiB, 2 pages, 🇬🇧), OMNeT++ Code Contribution, University of Duisburg-Essen, Institute for Experimental Mathematics, February 6, 2012.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RspSim2012.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RspSim2012.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="SCTPSim2012"/>SCTPSim2012<text:bookmark-end text:name="SCTPSim2012"/>] Dreibholz, Thomas; Becke, Martin; Adhari, Hakim; Rathgeb, Erwin Paul; Rüngeler, Irene; Seggelmann, Robin; Tüxen, Michael: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SCTPSim2012.pdf">Improvements to the SCTP Environment in the INET Framework</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SCTPSim2012.pdf">PDF</text:a>, 875 KiB, 2 pages, 🇬🇧), OMNeT++ Code Contribution, University of Duisburg-Essen, Institute for Experimental Mathematics, February 6, 2012.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SCTPSim2012.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SCTPSim2012.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2011</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">November</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Darmstadt2011"/>Darmstadt2011<text:bookmark-end text:name="Darmstadt2011"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Darmstadt2011.pdf">Multipath-Transfer mit dem Stream Control Transmission Protocol</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Darmstadt2011.pdf">PDF</text:a>, 2096 KiB, 24 pages, 🇬🇧), Invited Talk at Technische Universität Darmstadt, Multimedia Communications Lab, Darmstadt, Hessen/Germany, November 16, 2011.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Darmstadt2011.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Darmstadt2011.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">September</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="SoftCOM2011"/>SoftCOM2011<text:bookmark-end text:name="SoftCOM2011"/>] Dreibholz, Thomas; Becke, Martin; Adhari, Hakim; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SoftCOM2011.pdf">Evaluation of A New Multipath Congestion Control Scheme using the NetPerfMeter Tool-Chain</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SoftCOM2011.pdf">PDF</text:a>, 360 KiB, 6 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 19th IEEE International Conference on Software, Telecommunications and Computer Networks (SoftCOM)</text:span>, pp. 1–6, ISBN 978-953-290-027-9, Hvar, Dalmacija/Croatia, September 16, 2011.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SoftCOM2011.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SoftCOM2011.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">August</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="euroview2011"/>euroview2011<text:bookmark-end text:name="euroview2011"/>] Kleis, Michael; Siddiqui, Abbas; Simsek, Irfan; Becke, Martin; Hoffstadt, Dirk; Marold, Alexander; Henke, Christian; Müller, Julius; Varas, Cristian; Magedanz, Thomas; Müller, Paul; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20231223022714/http://www.euroview2011.com/fileadmin/content/euroview2011/abstracts/abstract_kleis.pdf">Cross-Layer Security and Functional Composition for a Future Internet</text:a>” (<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20231223022714/http://www.euroview2011.com/fileadmin/content/euroview2011/abstracts/abstract_kleis.pdf">PDF</text:a>, 391 KiB, 2 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the Joint ITG and Euro-NF Workshop on Visions of Future Generation Networks (EuroView2011)</text:span>, Würzburg, Bayern/Germany, Demo Presentation at the G-Lab Status Meeting, August 2, 2011.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20231223022714/http://www.euroview2011.com/fileadmin/content/euroview2011/abstracts/abstract_kleis.pdf">https://web.archive.org/web/20231223022714/http://www.euroview2011.com/fileadmin/content/euroview2011/abstracts/abstract_kleis.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">June</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ConTEL2011"/>ConTEL2011<text:bookmark-end text:name="ConTEL2011"/>] Dreibholz, Thomas; Becke, Martin; Adhari, Hakim; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ConTEL2011.pdf">On the Impact of Congestion Control for Concurrent Multipath Transfer on the Transport Layer</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ConTEL2011.pdf">PDF</text:a>, 6498 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 11th IEEE International Conference on Telecommunications (ConTEL)</text:span>, pp. 397–404, ISBN 978-953-184-152-8, Graz, Steiermark/Austria, June 16, 2011.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ConTEL2011.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ConTEL2011.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">May</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="LinuxTag2011"/>LinuxTag2011<text:bookmark-end text:name="LinuxTag2011"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2011.pdf">Server-Redundanz und Lastverteilung einfach in eigene Anwendungen integrieren – mit Reliable Server Pooling und RSPLIB</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2011.pdf">PDF</text:a>, 1309 KiB, 23 pages, 🇩🇪), in <text:span text:style-name="T3">Proceedings of the LinuxTag</text:span>, Berlin/Germany, May 12, 2011.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2011.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2011.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">April</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Tridentcom2011"/>Tridentcom2011<text:bookmark-end text:name="Tridentcom2011"/>] Kleis, M.; Müller, J.; Siddiqui, A.; Becke, Martin: </text:span>“<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20200229073430/http://dspace.icsy.de:12000/dspace/bitstream/123456789/324/1/2010-09-Measurements.pdf">Evaluating a Future Internet Cross-Layer Composition Prototype</text:a>” (<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20200229073430/http://dspace.icsy.de:12000/dspace/bitstream/123456789/324/1/2010-09-Measurements.pdf">PDF</text:a>, 1012 KiB, 16 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 7th International ICST Conference on Testbeds and Research Infrastructures for the Development of Networks and Communities (TridentCom)</text:span>, Shanghai/People&apos;s Republic of China, April 18, 2011.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20200229073430/http://dspace.icsy.de:12000/dspace/bitstream/123456789/324/1/2010-09-Measurements.pdf">https://web.archive.org/web/20200229073430/http://dspace.icsy.de:12000/dspace/bitstream/123456789/324/1/2010-09-Measurements.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="CommMag2011"/>CommMag2011<text:bookmark-end text:name="CommMag2011"/>] Dreibholz, Thomas; Rüngeler, Irene; Seggelmann, Robin; Tüxen, Michael; Rathgeb, Erwin Paul; Stewart, Randall R.: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/CommMag2011.pdf">Stream Control Transmission Protocol: Past, Current, and Future Standardization Activities</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/CommMag2011.pdf">PDF</text:a>, 287 KiB, 7 pages, 🇬🇧), in <text:span text:style-name="T3">IEEE Communications Magazine</text:span>, vol. 49, no. 4, pp. 82–88, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/MCOM.2011.5741151">10.1109/MCOM.2011.5741151</text:a>, ISSN 0163-6804, April 5, 2011.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/CommMag2011.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/CommMag2011.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">March</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="PAMS2011"/>PAMS2011<text:bookmark-end text:name="PAMS2011"/>] Adhari, Hakim; Dreibholz, Thomas; Becke, Martin; Rathgeb, Erwin Paul; Tüxen, Michael: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2011.pdf">Evaluation of Concurrent Multipath Transfer over Dissimilar Paths</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2011.pdf">PDF</text:a>, 666 KiB, 7 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 1st International Workshop on Protocols and Applications with Multi-Homing Support (PAMS)</text:span>, pp. 708–714, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/WAINA.2011.92">10.1109/WAINA.2011.92</text:a>, ISBN 978-0-7695-4338-3, Singapore, March 22, 2011.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2011.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2011.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="GENIWorkshop2011"/>GENIWorkshop2011<text:bookmark-end text:name="GENIWorkshop2011"/>] Becke, Martin; Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/GENIWorkshop2011.pdf">Multi-Path Transport</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/GENIWorkshop2011.pdf">PDF</text:a>, 1660 KiB, 1 page, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 1st DFG/NSF Doctoral Consortium</text:span>, San Juan/Puerto Rico, Poster Presentation, March 13, 2011.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/GENIWorkshop2011.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/GENIWorkshop2011.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">January</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ICN2011"/>ICN2011<text:bookmark-end text:name="ICN2011"/>] Becke, Martin; Dreibholz, Thomas; Rathgeb, Erwin Paul; Formann, Johannes: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICN2011.pdf">Link Emulation on the Data Link Layer in a Linux-based Future Internet Testbed Environment</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICN2011.pdf">PDF</text:a>, 465 KiB, 7 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 10th International Conference on Networks (ICN)</text:span>, pp. 92–98, ISBN 978-1-61208-002-4, St. Maarten/Netherlands Antilles, January 25, 2011.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICN2011.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICN2011.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2010</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">December</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="IJIIDS2010"/>IJIIDS2010<text:bookmark-end text:name="IJIIDS2010"/>] Dreibholz, Thomas; Zhou, Xing; Becke, Martin; Pulinthanath, Jobin; Rathgeb, Erwin Paul; Du, Wencai: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJIIDS2010.pdf">On the Security of Reliable Server Pooling Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJIIDS2010.pdf">PDF</text:a>, 540 KiB, 27 pages, 🇬🇧), in <text:span text:style-name="T3">International Journal on Intelligent Information and Database Systems (IJIIDS)</text:span>, vol. 4, no. 6, pp. 552–578, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1504/IJIIDS.2010.036894">10.1504/IJIIDS.2010.036894</text:a>, ISSN 1751-5858, December 2010.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJIIDS2010.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJIIDS2010.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Globecom2010-Demo"/>Globecom2010-Demo<text:bookmark-end text:name="Globecom2010-Demo"/>] Dreibholz, Thomas; Becke, Martin: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Globecom2010-Demo.pdf">The RSPLIB Project – From Research to Application</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Globecom2010-Demo.pdf">PDF</text:a>, 2105 KiB, 3 pages, 🇬🇧), Demo Presentation at the IEEE Global Communications Conference (GLOBECOM), Miami, Florida/U.S.A., December 8, 2010.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Globecom2010-Demo.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Globecom2010-Demo.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Globecom2010"/>Globecom2010<text:bookmark-end text:name="Globecom2010"/>] Dreibholz, Thomas; Becke, Martin; Rathgeb, Erwin Paul; Tüxen, Michael: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Globecom2010.pdf">On the Use of Concurrent Multipath Transfer over Asymmetric Paths</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Globecom2010.pdf">PDF</text:a>, 1036 KiB, 6 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the IEEE Global Communications Conference (GLOBECOM)</text:span>, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/GLOCOM.2010.5683579">10.1109/GLOCOM.2010.5683579</text:a>, ISBN 978-1-4244-5637-6, Miami, Florida/U.S.A., December 7, 2010.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Globecom2010.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Globecom2010.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">November</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="PFLDNeT2010"/>PFLDNeT2010<text:bookmark-end text:name="PFLDNeT2010"/>] Dreibholz, Thomas; Seggelmann, Robin; Tüxen, Michael; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PFLDNeT2010.pdf">Transmission Scheduling Optimizations for Concurrent Multipath Transfer</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PFLDNeT2010.pdf">PDF</text:a>, 633 KiB, 6 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 8th International Workshop on Protocols for Future, Large-Scale and Diverse Network Transports (PFLDNeT)</text:span>, vol. 8, ISSN 2074-5168, Lancaster, Pennsylvania/U.S.A., November 29, 2010.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PFLDNeT2010.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PFLDNeT2010.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">August</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="EuroView2010-SIGMultipath"/>EuroView2010-SIGMultipath<text:bookmark-end text:name="EuroView2010-SIGMultipath"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/EuroView2010-SIGMultiPath-SCTP.pdf">Buffer Splitting for Efficient Transport over Asymmetric Paths</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/EuroView2010-SIGMultiPath-SCTP.pdf">PDF</text:a>, 363 KiB, 11 pages, 🇬🇧), Talk at the SIG Multipath Meeting during the 10th Joint EuroFGI and ITG Workshop on Visions of Future Network Generations (EuroView), Würzburg, Bayern/Germany, August 4, 2010.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/EuroView2010-SIGMultiPath-SCTP.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/EuroView2010-SIGMultiPath-SCTP.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">June</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="FutureInternet2010"/>FutureInternet2010<text:bookmark-end text:name="FutureInternet2010"/>] Dreibholz, Thomas; Becke, Martin; Henke, Christian; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20171101093204/http://www.future-internet.org/files/2010/Folien/Abstract_Dreibholz2.pdf">An Approach for Transferring an End-to-End Transport Service into a Functional Building Block Structure</text:a>” (<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20171101093204/http://www.future-internet.org/files/2010/Folien/Abstract_Dreibholz2.pdf">PDF</text:a>, 149 KiB, 3 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 5th GI/ITG KuVS Workshop on the Future Internet</text:span>, Stuttgart, Baden-Württemberg/Germany, June 9, 2010.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://web.archive.org/web/20171101093204/http://www.future-internet.org/files/2010/Folien/Abstract_Dreibholz2.pdf">https://web.archive.org/web/20171101093204/http://www.future-internet.org/files/2010/Folien/Abstract_Dreibholz2.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">May</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="SERA2010"/>SERA2010<text:bookmark-end text:name="SERA2010"/>] Zhou, Xing; Dreibholz, Thomas; Becke, Martin; Pulinthanath, Jobin; Rathgeb, Erwin Paul; Du, Wencai: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SERA2010.pdf">The Software Modeling and Implementation of Reliable Server Pooling and RSPLIB</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SERA2010.pdf">PDF</text:a>, 2764 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 8th ACIS Conference on Software Engineering Research, Management and Applications (SERA)</text:span>, pp. 129–136, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/SERA.2010.26">10.1109/SERA.2010.26</text:a>, ISBN 978-0-7695-4075-7, Montréal, Québec/Canada, May 24, 2010.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SERA2010.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SERA2010.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">April</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="AINA2010"/>AINA2010<text:bookmark-end text:name="AINA2010"/>] Dreibholz, Thomas; Becke, Martin; Pulinthanath, Jobin; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/AINA2010.pdf">Applying TCP-Friendly Congestion Control to Concurrent Multipath Transfer</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/AINA2010.pdf">PDF</text:a>, 957 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 24th IEEE International Conference on Advanced Information Networking and Applications (AINA)</text:span>, pp. 312–319, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/AINA.2010.117">10.1109/AINA.2010.117</text:a>, ISBN 978-0-7695-4018-4, Perth, Western Australia/Australia, April 21, 2010.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/AINA2010.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/AINA2010.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">March</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="E-Teaching2010"/>E-Teaching2010<text:bookmark-end text:name="E-Teaching2010"/>] Biella, Daniel; Huth, Dieter; Striewe, Michael; Kohnen, Michael; Dreibholz, Thomas; Becke, Martin: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.e-teaching.org/praxis/erfahrungsberichte/10-03-25_PC-Hall_Biella-Huth-Striewe-Kohnen-Dreibholz-Becke.pdf">Erfahrungsbericht: Zur Organisation und Implementierung PC-gestützter Prüfungen an der Universität Duisburg-Essen</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.e-teaching.org/praxis/erfahrungsberichte/10-03-25_PC-Hall_Biella-Huth-Striewe-Kohnen-Dreibholz-Becke.pdf">PDF</text:a>, 1375 KiB, 17 pages, 🇩🇪), in <text:span text:style-name="T3">E-Teaching.org</text:span>, March 25, 2010.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.e-teaching.org/praxis/erfahrungsberichte/10-03-25_PC-Hall_Biella-Huth-Striewe-Kohnen-Dreibholz-Becke.pdf">https://www.e-teaching.org/praxis/erfahrungsberichte/10-03-25_PC-Hall_Biella-Huth-Striewe-Kohnen-Dreibholz-Becke.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="OMNeT++Workshop2010-SCTP"/>OMNeT++Workshop2010-SCTP<text:bookmark-end text:name="OMNeT++Workshop2010-SCTP"/>] Dreibholz, Thomas; Becke, Martin; Pulinthanath, Jobin; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-SCTP.pdf">Implementation and Evaluation of Concurrent Multipath Transfer for SCTP in the INET Framework</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-SCTP.pdf">PDF</text:a>, 587 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 3rd ACM/ICST International Workshop on OMNeT++</text:span>, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.4108/ICST.SIMUTOOLS2010.8673">10.4108/ICST.SIMUTOOLS2010.8673</text:a>, ISBN 978-963-9799-87-5, Torremolinos, Málaga/Spain, March 19, 2010.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-SCTP.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-SCTP.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="OMNeT++Workshop2010-TCP"/>OMNeT++Workshop2010-TCP<text:bookmark-end text:name="OMNeT++Workshop2010-TCP"/>] Reschka, Thomas; Dreibholz, Thomas; Becke, Martin; Pulinthanath, Jobin; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-TCP.pdf">Enhancement of the TCP Module in the OMNeT++/INET Framework</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-TCP.pdf">PDF</text:a>, 582 KiB, 5 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 3rd ACM/ICST International Workshop on OMNeT++</text:span>, ISBN 978-963-9799-87-5, Torremolinos, Málaga/Spain, March 19, 2010.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-TCP.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-TCP.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2009</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">June</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Contel2009"/>Contel2009<text:bookmark-end text:name="Contel2009"/>] Dreibholz, Thomas; Zhou, Xing; Rathgeb, Erwin Paul; Du, Wencai: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ConTEL2009.pdf">A PlanetLab-Based Performance Analysis of RSerPool Security Mechanisms</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ConTEL2009.pdf">PDF</text:a>, 721 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 10th IEEE International Conference on Telecommunications (ConTEL)</text:span>, pp. 213–220, ISBN 978-953-184-131-3, Zagreb, Središnja Hrvatska/Croatia, June 8, 2009.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ConTEL2009.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ConTEL2009.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="IJAIT2009"/>IJAIT2009<text:bookmark-end text:name="IJAIT2009"/>] Dreibholz, Thomas; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJAIT2009.pdf">Overview and Evaluation of the Server Redundancy and Session Failover Mechanisms in the Reliable Server Pooling Framework</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJAIT2009.pdf">PDF</text:a>, 1157 KiB, 14 pages, 🇬🇧), in <text:span text:style-name="T3">International Journal on Advances in Internet Technology (IJAIT)</text:span>, vol. 2, no. 1, pp. 1–14, ISSN 1942-2652, June 8, 2009.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJAIT2009.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJAIT2009.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">May</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="SNPD2009"/>SNPD2009<text:bookmark-end text:name="SNPD2009"/>] Zhou, Xing; Dreibholz, Thomas; Rathgeb, Erwin Paul; Du, Wencai: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SNPD2009.pdf">Takeover Suggestion – A Registrar Redundancy Handling Optimization for Reliable Server Pooling Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SNPD2009.pdf">PDF</text:a>, 543 KiB, 6 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 10th IEEE/ACIS International Conference on Software Engineering, Artificial Intelligence, Networking and Parallel/Distributed Computing (SNPD)</text:span>, pp. 168–173, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/SNPD.2009.17">10.1109/SNPD.2009.17</text:a>, ISBN 978-3-642-01202-0, Daegu/South Korea, May 27, 2009.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SNPD2009.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SNPD2009.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="AINA2009"/>AINA2009<text:bookmark-end text:name="AINA2009"/>] Zhou, Xing; Dreibholz, Thomas; Fu, Fa; Du, Wencai; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINA2009.pdf">Evaluation and Optimization of the Registrar Redundancy Handling in Reliable Server Pooling Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINA2009.pdf">PDF</text:a>, 484 KiB, 7 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the IEEE 23rd International Conference on Advanced Information Networking and Applications (AINA)</text:span>, pp. 256–262, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/AINA.2009.25">10.1109/AINA.2009.25</text:a>, ISBN 978-0-7695-3638-5, Bradford, West Yorkshire/United Kingdom, May 26, 2009.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINA2009.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINA2009.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">April</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="IJMUE2009"/>IJMUE2009<text:bookmark-end text:name="IJMUE2009"/>] Zhu, Wenyu; Dreibholz, Thomas; Rathgeb, Erwin Paul; Zhou, Xing: </text:span>“<text:a xlink:type="simple" xlink:href="https://gvpress.com/journals/IJMUE/vol4_no2/14.pdf">A Scalable QoS Device for Broadband Access to Multimedia Services</text:a>” (<text:a xlink:type="simple" xlink:href="https://gvpress.com/journals/IJMUE/vol4_no2/14.pdf">PDF</text:a>, 1081 KiB, 16 pages, 🇬🇧), in <text:span text:style-name="T3">SERSC International Journal of Multimedia and Ubiquitous Engineering (IJMUE)</text:span>, vol. 4, no. 2, pp. 157–172, ISSN 1975-0080, April 30, 2009.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://gvpress.com/journals/IJMUE/vol4_no2/14.pdf">https://gvpress.com/journals/IJMUE/vol4_no2/14.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">March</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="OMNeT++Workshop2009"/>OMNeT++Workshop2009<text:bookmark-end text:name="OMNeT++Workshop2009"/>] Dreibholz, Thomas; Zhou, Xing; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeT__Workshop2009.pdf">SimProcTC – The Design and Realization of a Powerful Tool-Chain for OMNeT++ Simulations</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeT__Workshop2009.pdf">PDF</text:a>, 552 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 2nd ACM/ICST International Workshop on OMNeT++</text:span>, pp. 1–8, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.4108/ICST.SIMUTOOLS2009.5517">10.4108/ICST.SIMUTOOLS2009.5517</text:a>, ISBN 978-963-9799-45-5, Rome/Italy, March 6, 2009.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeT__Workshop2009.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeT__Workshop2009.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="KiVS2009"/>KiVS2009<text:bookmark-end text:name="KiVS2009"/>] Zhou, Xing; Dreibholz, Thomas; Du, Wencai; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2009.pdf">Evaluation of Attack Countermeasures to Improve the DoS Robustness of RSerPool Systems by Simulations and Measurements</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2009.pdf">PDF</text:a>, 471 KiB, 12 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 16. ITG/GI Fachtagung Kommunikation in Verteilten Systemen (KiVS)</text:span>, Informatik aktuell, pp. 217–228, Springer, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1007/978-3-540-92666-5_18">10.1007/978-3-540-92666-5_18</text:a>, ISBN 978-3-540-92665-8, Kassel, Hessen/Germany, March 5, 2009.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2009.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2009.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2008</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">December</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="FGCN2008"/>FGCN2008<text:bookmark-end text:name="FGCN2008"/>] Zhu, Wenyu; Dreibholz, Thomas; Rathgeb, Erwin Paul; Zhou, Xing: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/FGCN2008.pdf">A Scalable QoS Device for Broadband Access to Multimedia Services</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/FGCN2008.pdf">PDF</text:a>, 509 KiB, 6 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the IEEE International Conference on Future Generation Communication and Networking (FGCN)</text:span>, vol. 1, pp. 343–348, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/FGCN.2008.124">10.1109/FGCN.2008.124</text:a>, ISBN 978-0-7695-3431-2, Sanya, Hainan/People&apos;s Republic of China, December 13, 2008.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/FGCN2008.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/FGCN2008.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">November</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="FutureInternet2008"/>FutureInternet2008<text:bookmark-end text:name="FutureInternet2008"/>] Dreibholz, Thomas; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FutureInternet2008.pdf">Towards the Future Internet – An Overview of Challenges and Solutions in Research and Standardization</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FutureInternet2008.pdf">PDF</text:a>, 1643 KiB, 3 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 2nd GI/ITG KuVS Workshop on the Future Internet</text:span>, Karlsruhe, Baden-Württemberg/Germany, November 11, 2008.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FutureInternet2008.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FutureInternet2008.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">October</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="LCN2008-RSerPool"/>LCN2008-RSerPool<text:bookmark-end text:name="LCN2008-RSerPool"/>] Schöttle, Pascal; Dreibholz, Thomas; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2008.pdf">On the Application of Anomaly Detection in Reliable Server Pooling Systems for Improved Robustness against Denial of Service Attacks</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2008.pdf">PDF</text:a>, 563 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 33rd IEEE Conference on Local Computer Networks (LCN)</text:span>, pp. 207–214, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/LCN.2008.4664171">10.1109/LCN.2008.4664171</text:a>, ISBN 978-1-4244-2413-9, Montréal, Québec/Canada, October 16, 2008.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2008.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2008.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="LCN2008-EdgeDevice"/>LCN2008-EdgeDevice<text:bookmark-end text:name="LCN2008-EdgeDevice"/>] Zhu, Wenyu; Dreibholz, Thomas; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2008-FlowRouting.pdf">Analysis and Evaluation of a Scalable QoS Device for Broadband Access to Multimedia Services</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2008-FlowRouting.pdf">PDF</text:a>, 166 KiB, 2 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 33rd IEEE Conference on Local Computer Networks (LCN)</text:span>, pp. 504–505, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/LCN.2008.4664212">10.1109/LCN.2008.4664212</text:a>, ISBN 978-1-4244-2413-9, Montréal, Québec/Canada, October 15, 2008.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2008-FlowRouting.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2008-FlowRouting.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">September</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="HaikouTalk2008"/>HaikouTalk2008<text:bookmark-end text:name="HaikouTalk2008"/>] Dreibholz, Thomas; Zhou, Xing: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Haikou2008-English.pdf">SCTP and RSerPool: Architectures and Protocols for the Future Internet</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Haikou2008-English.pdf">PDF</text:a>, 2256 KiB, 22 pages, 🇬🇧), Invited Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, September 26, 2008.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Haikou2008-English.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Haikou2008-English.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">May</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Networking2008"/>Networking2008<text:bookmark-end text:name="Networking2008"/>] Dreibholz, Thomas; Rathgeb, Erwin Paul; Zhou, Xing: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Networking2008.pdf">On Robustness and Countermeasures of Reliable Server Pooling Systems against Denial of Service Attacks</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Networking2008.pdf">PDF</text:a>, 479 KiB, 13 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 7th International IFIP Networking Conference</text:span>, Lecture Notes in Computer Science, vol. 4982, pp. 586–598, Springer, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1007/978-3-540-79549-0_51">10.1007/978-3-540-79549-0_51</text:a>, ISBN 978-3-540-79548-3, Singapore, May 7, 2008.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Networking2008.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Networking2008.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">April</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="IJHIT2008"/>IJHIT2008<text:bookmark-end text:name="IJHIT2008"/>] Dreibholz, Thomas; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJHIT2008.pdf">An Evaluation of the Pool Maintenance Overhead in Reliable Server Pooling Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJHIT2008.pdf">PDF</text:a>, 3289 KiB, 16 pages, 🇬🇧), in <text:span text:style-name="T3">SERSC International Journal on Hybrid Information Technology (IJHIT)</text:span>, vol. 1, no. 2, pp. 17–32, ISSN 1738-9968, April 2008.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJHIT2008.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJHIT2008.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">March</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="OMNeT++Workshop2008"/>OMNeT++Workshop2008<text:bookmark-end text:name="OMNeT++Workshop2008"/>] Dreibholz, Thomas; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeTWorkshop2008.pdf">A Powerful Tool-Chain for Setup, Distributed Processing, Analysis and Debugging of OMNeT++ Simulations</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeTWorkshop2008.pdf">PDF</text:a>, 558 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 1st ACM/ICST International Workshop on OMNeT++</text:span>, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.4108/ICST.SIMUTOOLS2008.2990">10.4108/ICST.SIMUTOOLS2008.2990</text:a>, ISBN 978-963-9799-20-2, Marseille, Bouches-du-Rhône/France, March 7, 2008.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeTWorkshop2008.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeTWorkshop2008.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">February</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ICDS2008-Failover"/>ICDS2008-Failover<text:bookmark-end text:name="ICDS2008-Failover"/>] Dreibholz, Thomas; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-Failover.pdf">Reliable Server Pooling – A Novel IETF Architecture for Availability-Sensitive Services</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-Failover.pdf">PDF</text:a>, 504 KiB, 7 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 2nd IEEE International Conference on Digital Society (ICDS)</text:span>, pp. 150–156, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/ICDS.2008.11">10.1109/ICDS.2008.11</text:a>, ISBN 978-0-7695-3087-1, Sainte Luce/Martinique, February 14, 2008.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-Failover.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-Failover.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ICDS2008-LUD"/>ICDS2008-LUD<text:bookmark-end text:name="ICDS2008-LUD"/>] Zhou, Xing; Dreibholz, Thomas; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-LUD.pdf">A New Server Selection Strategy for Reliable Server Pooling in Widely Distributed Environments</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-LUD.pdf">PDF</text:a>, 444 KiB, 7 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 2nd IEEE International Conference on Digital Society (ICDS)</text:span>, pp. 171–177, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/ICDS.2008.12">10.1109/ICDS.2008.12</text:a>, ISBN 978-0-7695-3087-1, Sainte Luce/Martinique, February 14, 2008.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-LUD.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-LUD.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2007</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">December</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ADCOM2007"/>ADCOM2007<text:bookmark-end text:name="ADCOM2007"/>] Zhou, Xing; Dreibholz, Thomas; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ADCOM2007.pdf">A New Approach of Performance Improvement for Server Selection in Reliable Server Pooling Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ADCOM2007.pdf">PDF</text:a>, 10141 KiB, 5 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 15th IEEE International Conference on Advanced Computing and Communication (ADCOM)</text:span>, pp. 117–121, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/ADCOM.2007.19">10.1109/ADCOM.2007.19</text:a>, ISBN 0-7695-3059-1, Guwahati/India, December 19, 2007.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ADCOM2007.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ADCOM2007.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="FGCN2007-LoadBalancing"/>FGCN2007-LoadBalancing<text:bookmark-end text:name="FGCN2007-LoadBalancing"/>] Zhou, Xing; Dreibholz, Thomas; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-LoadBalancing.pdf">Evaluation of a Simple Load Balancing Improvement for Reliable Server Pooling with Heterogeneous Server Pools</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-LoadBalancing.pdf">PDF</text:a>, 456 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the IEEE International Conference on Future Generation Communication and Networking (FGCN)</text:span>, vol. 1, pp. 173–180, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/FGCN.2007.119">10.1109/FGCN.2007.119</text:a>, ISBN 0-7695-3048-6, Jeju Island/South Korea, December 8, 2007.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-LoadBalancing.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-LoadBalancing.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="FGCN2007-HsMgt"/>FGCN2007-HsMgt<text:bookmark-end text:name="FGCN2007-HsMgt"/>] Dreibholz, Thomas; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-HsMgt.pdf">An Evaluation of the Pool Maintenance Overhead in Reliable Server Pooling Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-HsMgt.pdf">PDF</text:a>, 482 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the IEEE International Conference on Future Generation Communication and Networking (FGCN)</text:span>, vol. 1, pp. 136–143, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/FGCN.2007.62">10.1109/FGCN.2007.62</text:a>, ISBN 0-7695-3048-6, Jeju Island/South Korea, December 6, 2007.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-HsMgt.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-HsMgt.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="HaikouTalk2007"/>HaikouTalk2007<text:bookmark-end text:name="HaikouTalk2007"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/HaikouTalk2007.pdf">An Introduction to Reliable Server Pooling and the RSPLIB Implementation</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/HaikouTalk2007.pdf">PDF</text:a>, 7736 KiB, 23 pages, 🇬🇧), Invited Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, December 2, 2007.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/HaikouTalk2007.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/HaikouTalk2007.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">November</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="AINTEC2007"/>AINTEC2007<text:bookmark-end text:name="AINTEC2007"/>] Zhou, Xing; Dreibholz, Thomas; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINTEC2007.pdf">Improving the Load Balancing Performance of Reliable Server Pooling in Heterogeneous Capacity Environments</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINTEC2007.pdf">PDF</text:a>, 408 KiB, 16 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 3rd Asian Internet Engineering Conference (AINTEC)</text:span>, Lecture Notes in Computer Science, vol. 4866, pp. 125–140, Springer, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1007/978-3-540-76809-8_12">10.1007/978-3-540-76809-8_12</text:a>, ISBN 978-3-540-76808-1, November 28, 2007.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINTEC2007.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINTEC2007.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Linuxtage2007"/>Linuxtage2007<text:bookmark-end text:name="Linuxtage2007"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2007.pdf">Hochverfügbarkeit mit Reliable Server Pooling</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2007.pdf">PDF</text:a>, 7740 KiB, 23 pages, 🇩🇪), in <text:span text:style-name="T3">Proceedings of the Linuxtage in Essen</text:span>, Essen, Nordrhein-Westfalen/Germany, November 10, 2007.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2007.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2007.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">August</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Euromicro2007"/>Euromicro2007<text:bookmark-end text:name="Euromicro2007"/>] Dreibholz, Thomas; Zhou, Xing; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2007.pdf">A Performance Evaluation of RSerPool Server Selection Policies in Varying Heterogeneous Capacity Scenarios</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2007.pdf">PDF</text:a>, 383 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 33rd IEEE EuroMirco Conference on Software Engineering and Advanced Applications</text:span>, pp. 157–164, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/EUROMICRO.2007.9">10.1109/EUROMICRO.2007.9</text:a>, ISBN 0-7695-2977-1, Lübeck, Schleswig-Holstein/Germany, August 29, 2007.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2007.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2007.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">July</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="EuroView2007"/>EuroView2007<text:bookmark-end text:name="EuroView2007"/>] Dreibholz, Thomas; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroView2007.pdf">Towards the Future Internet – A Survey of Challenges and Solutions in Research and Standardization</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroView2007.pdf">PDF</text:a>, 1669 KiB, 2 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 7th Joint EuroFGI and ITG Workshop on Visions of Future Network Generations (EuroView)</text:span>, Würzburg, Bayern/Germany, Poster Presentation, July 23, 2007.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroView2007.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroView2007.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">March</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Dre2006"/>Dre2006<text:bookmark-end text:name="Dre2006"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00016326/Dre2006_final.pdf">Reliable Server Pooling – Evaluation, Optimization and Extension of a Novel IETF Architecture</text:a>” (<text:a xlink:type="simple" xlink:href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00016326/Dre2006_final.pdf">PDF</text:a>, 9080 KiB, 267 pages, 🇬🇧), University of Duisburg-Essen, Faculty of Economics, Institute for Computer Science and Business Information Systems, URN <text:a xlink:type="simple" xlink:href="https://www.nbn-resolving.de/urn:nbn:de:hbz:465-20070308-164527-0">urn:nbn:de:hbz:465-20070308-164527-0</text:a>, March 7, 2007.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00016326/Dre2006_final.pdf">https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00016326/Dre2006_final.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">February</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="KiVS2007"/>KiVS2007<text:bookmark-end text:name="KiVS2007"/>] Dreibholz, Thomas; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2007.pdf">On Improving the Performance of Reliable Server Pooling Systems for Distance-Sensitive Distributed Applications</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2007.pdf">PDF</text:a>, 393 KiB, 12 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 15. ITG/GI Fachtagung Kommunikation in Verteilten Systemen (KiVS)</text:span>, Informatik aktuell, pp. 39–50, Springer, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1007/978-3-540-69962-0_4">10.1007/978-3-540-69962-0_4</text:a>, ISBN 978-3-540-69962-0, Bern/Switzerland, February 28, 2007.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2007.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2007.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2006</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">September</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Linuxtage2006"/>Linuxtage2006<text:bookmark-end text:name="Linuxtage2006"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2006.pdf">RSPLIB – Eine Open Source Implementation von Reliable Server Pooling</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2006.pdf">PDF</text:a>, 7868 KiB, 28 pages, 🇩🇪), in <text:span text:style-name="T3">Proceedings of the Linuxtage in Essen</text:span>, Essen, Nordrhein-Westfalen/Germany, September 9, 2006.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2006.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2006.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2005</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">November</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Tencon2005"/>Tencon2005<text:bookmark-end text:name="Tencon2005"/>] Dreibholz, Thomas; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Tencon2005.pdf">The Performance of Reliable Server Pooling Systems in Different Server Capacity Scenarios</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Tencon2005.pdf">PDF</text:a>, 679 KiB, 6 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the IEEE TENCON</text:span>, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/TENCON.2005.300939">10.1109/TENCON.2005.300939</text:a>, ISBN 0-7803-9312-0, Melbourne, Victoria/Australia, November 22, 2005.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Tencon2005.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Tencon2005.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="LCN2005-EdgeDevice"/>LCN2005-EdgeDevice<text:bookmark-end text:name="LCN2005-EdgeDevice"/>] Dreibholz, Thomas; IJsselmuiden, Avril J.; Adams, John L.: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2005-EdgeDevice.pdf">An Advanced QoS Protocol for Mass Content</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2005-EdgeDevice.pdf">PDF</text:a>, 113 KiB, 2 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the IEEE Conference on Local Computer Networks (LCN) 30th Anniversary</text:span>, pp. 517–518, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/LCN.2005.25">10.1109/LCN.2005.25</text:a>, ISBN 0-7695-2421-4, Sydney, New South Wales/Australia, November 17, 2005.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2005-EdgeDevice.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2005-EdgeDevice.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="LCN2005"/>LCN2005<text:bookmark-end text:name="LCN2005"/>] Dreibholz, Thomas; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2005.pdf">On the Performance of Reliable Server Pooling Systems</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2005.pdf">PDF</text:a>, 673 KiB, 9 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the IEEE Conference on Local Computer Networks (LCN) 30th Anniversary</text:span>, pp. 200–208, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/LCN.2005.98">10.1109/LCN.2005.98</text:a>, ISBN 0-7695-2421-4, Sydney, New South Wales/Australia, November 16, 2005.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2005.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2005.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">September</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Euromicro2005"/>Euromicro2005<text:bookmark-end text:name="Euromicro2005"/>] Dreibholz, Thomas; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2005.pdf">RSerPool – Providing Highly Available Services using Unreliable Servers</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2005.pdf">PDF</text:a>, 429 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 31st IEEE EuroMirco Conference on Software Engineering and Advanced Applications</text:span>, pp. 396–403, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/EUROMICRO.2005.50">10.1109/EUROMICRO.2005.50</text:a>, ISBN 0-7695-2431-1, Porto/Portugal, September 2, 2005.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2005.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2005.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">August</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="IETF63"/>IETF63<text:bookmark-end text:name="IETF63"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF63.pdf">draft-ietf-rserpool-mib-01.txt – Management Information Base Definition for Reliable Server Pooling</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF63.pdf">PDF</text:a>, 2249 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 63rd IETF Meeting</text:span>, Paris/France, August 1, 2005.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF63.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF63.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">June</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="LinuxTag2005"/>LinuxTag2005<text:bookmark-end text:name="LinuxTag2005"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2005.pdf">Das rsplib–Projekt – Hochverfügbarkeit mit Reliable Server Pooling</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2005.pdf">PDF</text:a>, 1154 KiB, 19 pages, 🇩🇪), in <text:span text:style-name="T3">Proceedings of the LinuxTag</text:span>, Karlsruhe, Baden-Württemberg/Germany, June 24, 2005.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2005.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2005.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Contel2005"/>Contel2005<text:bookmark-end text:name="Contel2005"/>] Dreibholz, Thomas; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Contel2005.pdf">Implementing the Reliable Server Pooling Framework</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Contel2005.pdf">PDF</text:a>, 467 KiB, 8 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 8th IEEE International Conference on Telecommunications (ConTEL)</text:span>, vol. 1, pp. 21–28, ISBN 953-184-081-4, Zagreb, Središnja Hrvatska/Croatia, June 15, 2005.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Contel2005.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Contel2005.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">April</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ICN2005"/>ICN2005<text:bookmark-end text:name="ICN2005"/>] Dreibholz, Thomas; Rathgeb, Erwin Paul; Tüxen, Michael: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICN2005.pdf">Load Distribution Performance of the Reliable Server Pooling Framework</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICN2005.pdf">PDF</text:a>, 219 KiB, 11 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 4th IEEE International Conference on Networking (ICN)</text:span>, Lecture Notes in Computer Science, vol. 3421, pp. 564–574, Springer, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1007/978-3-540-31957-3_65">10.1007/978-3-540-31957-3_65</text:a>, ISBN 3-540-25338-6, Saint Gilles Les Bains/Reunion Island, April 21, 2005.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICN2005.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICN2005.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">March</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Infocom2005"/>Infocom2005<text:bookmark-end text:name="Infocom2005"/>] Dreibholz, Thomas; Rathgeb, Erwin Paul: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Infocom2005.pdf">An Application Demonstration of the Reliable Server Pooling Framework</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Infocom2005.pdf">PDF</text:a>, 330 KiB, 3 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 24th IEEE International Conference on Computer Communications (INFOCOM)</text:span>, Miami, Florida/U.S.A., Demonstration and Poster Presentation, March 16, 2005.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Infocom2005.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Infocom2005.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2004</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">November</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="IETF61"/>IETF61<text:bookmark-end text:name="IETF61"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF61.pdf">draft-ietf-rserpool-policies-00.txt – Definition of Member Selection Policies</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF61.pdf">PDF</text:a>, 2729 KiB, 10 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 61st IETF Meeting</text:span>, Washington, DC/U.S.A., November 8, 2004.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF61.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF61.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">October</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ICNP2004"/>ICNP2004<text:bookmark-end text:name="ICNP2004"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICNP2004.pdf">An Overview of the Reliable Server Pooling Architecture</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICNP2004.pdf">PDF</text:a>, 66 KiB, 2 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 12th IEEE International Conference on Network Protocols (ICNP)</text:span>, Berlin/Germany, Poster Presentation, October 7, 2004.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICNP2004.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICNP2004.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">August</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="IETF60"/>IETF60<text:bookmark-end text:name="IETF60"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF60.pdf">Member Selection Policies for the Reliable Server Pooling Protocol Suite</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF60.pdf">PDF</text:a>, 3299 KiB, 11 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 60th IETF Meeting</text:span>, San Diego, California/U.S.A., August 5, 2004.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF60.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF60.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">July</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="HETNET2004"/>HETNET2004<text:bookmark-end text:name="HETNET2004"/>] Dreibholz, Thomas; IJsselmuiden, Avril J.; Adams, John L.: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/HET-NET2004-Paper.pdf">Simulation of an Advanced QoS Protocol for Mass Content</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/HET-NET2004-Paper.pdf">PDF</text:a>, 248 KiB, 7 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 2nd International Conference on Performance Modelling and Evaluation of Heterogeneous Networks (HET-NETs)</text:span>, Ikley, West Yorkshire/United Kingdom, July 26, 2004.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/HET-NET2004-Paper.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/HET-NET2004-Paper.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="MSN2004"/>MSN2004<text:bookmark-end text:name="MSN2004"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/MSN2004-Final-with-Examples.pdf">Policy Management in the Reliable Server Pooling Architecture</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/MSN2004-Final-with-Examples.pdf">PDF</text:a>, 4930 KiB, 17 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the Multi-Service Networks Conference (MSN, Coseners)</text:span>, Abingdon, Oxfordshire/United Kingdom, July 8, 2004.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/MSN2004-Final-with-Examples.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/MSN2004-Final-with-Examples.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2003</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">October</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="LCN2003"/>LCN2003<text:bookmark-end text:name="LCN2003"/>] Dreibholz, Thomas; Jungmaier, Andreas; Tüxen, Michael: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2003.pdf">A New Scheme for IP-based Internet Mobility</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2003.pdf">PDF</text:a>, 210 KiB, 10 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 28th IEEE Local Computer Networks Conference (LCN)</text:span>, pp. 99–108, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/LCN.2003.1243117">10.1109/LCN.2003.1243117</text:a>, ISBN 0-7695-2037-5, Königswinter, Nordrhein-Westfalen/Germany, October 22, 2003.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2003.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2003.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">February</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="ICT2003"/>ICT2003<text:bookmark-end text:name="ICT2003"/>] Dreibholz, Thomas; Smith, Avril J.; Adams, John L.: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/EdgeDevice-Paper.pdf">Realizing a Scalable Edge Device to Meet QoS Requirements for Real-Time Content Delivered to IP Broadband Customers</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/EdgeDevice-Paper.pdf">PDF</text:a>, 112 KiB, 7 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 10th IEEE International Conference on Telecommunications (ICT)</text:span>, vol. 2, pp. 1133–1139, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/ICTEL.2003.1191595">10.1109/ICTEL.2003.1191595</text:a>, ISBN 0-7803-7661-7, Papeete/French Polynesia, February 26, 2003.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/EdgeDevice-Paper.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/EdgeDevice-Paper.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_3" text:outline-level="3">January</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="LCA2003"/>LCA2003<text:bookmark-end text:name="LCA2003"/>] Dreibholz, Thomas; Tüxen, Michael: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RSerPool-Paper.pdf">High Availability using Reliable Server Pooling</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RSerPool-Paper.pdf">PDF</text:a>, 79 KiB, 11 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the Linux Conference Australia (LCA)</text:span>, Perth, Western Australia/Australia, January 24, 2003.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RSerPool-Paper.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RSerPool-Paper.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2002</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">November</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="LCN2002"/>LCN2002<text:bookmark-end text:name="LCN2002"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/StateSharing-Paper-ShortVersion.pdf">An Efficient Approach for State Sharing in Server Pools</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/StateSharing-Paper-ShortVersion.pdf">PDF</text:a>, 111 KiB, 2 pages, 🇬🇧), in <text:span text:style-name="T3">Proceedings of the 27th IEEE Local Computer Networks Conference (LCN)</text:span>, pp. 348–349, DOI <text:a xlink:type="simple" xlink:href="https://dx.doi.org/10.1109/LCN.2002.1181806">10.1109/LCN.2002.1181806</text:a>, ISBN 0-7695-1591-6, Tampa, Florida/U.S.A., November 8, 2002.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/StateSharing-Paper-ShortVersion.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/StateSharing-Paper-ShortVersion.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2001</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">February</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="Dre2001"/>Dre2001<text:bookmark-end text:name="Dre2001"/>] Dreibholz, Thomas: </text:span>“<text:a xlink:type="simple" xlink:href="https://duepublico.uni-duisburg-essen.de/servlets/DerivateServlet/Derivate-29936/Dre2001.pdf">Management of Layered Variable Bitrate Multimedia Streams over DiffServ with Apriori Knowledge</text:a>” (<text:a xlink:type="simple" xlink:href="https://duepublico.uni-duisburg-essen.de/servlets/DerivateServlet/Derivate-29936/Dre2001.pdf">PDF</text:a>, 60591 KiB, 204 pages, 🇬🇧), Masters Thesis, University of Bonn, Institute for Computer Science, URN <text:a xlink:type="simple" xlink:href="https://www.nbn-resolving.de/urn:nbn:de:hbz:464-20120416-095753-8">urn:nbn:de:hbz:464-20120416-095753-8</text:a>, February 20, 2001.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://duepublico.uni-duisburg-essen.de/servlets/DerivateServlet/Derivate-29936/Dre2001.pdf">https://duepublico.uni-duisburg-essen.de/servlets/DerivateServlet/Derivate-29936/Dre2001.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /><text:h text:style-name="Heading_20_2" text:outline-level="2">2000</text:h><text:h text:style-name="Heading_20_3" text:outline-level="3">August</text:h><text:p text:style-name="P1"><text:span text:style-name="T1">[<text:bookmark-start text:name="DSV00"/>DSV00<text:bookmark-end text:name="DSV00"/>] Dreibholz, Thomas; Selzer, Jan; Vey, Simon: </text:span>“<text:a xlink:type="simple" xlink:href="https://www.nntb.no/~dreibh/rn/DSV00.pdf">Echtzeit-Audioübertragung mit QoS-Management in einem DiffServ-Szenario</text:a>” (<text:a xlink:type="simple" xlink:href="https://www.nntb.no/~dreibh/rn/DSV00.pdf">PDF</text:a>, 4322 KiB, 171 pages, 🇩🇪), Projektseminararbeit, Universität Bonn, Institut für Informatik, August 14, 2000.</text:p><text:p text:style-name="P1"><text:span text:style-name="T2">🔗<text:a xlink:type="simple" xlink:href="https://www.nntb.no/~dreibh/rn/DSV00.pdf">https://www.nntb.no/~dreibh/rn/DSV00.pdf</text:a>.</text:span></text:p><text:p text:style-name="P1" /></office:text></office:body></office:document-content>
\ No newline at end of file
diff -pruN 1.4.4-2/src/bibtexconv-tests/ok 2.0.2-1/src/bibtexconv-tests/ok
--- 1.4.4-2/src/bibtexconv-tests/ok	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/bibtexconv-tests/ok	2025-04-21 09:35:57.000000000 +0000
@@ -0,0 +1,12 @@
+#!/usr/bin/env bash
+
+# Bash options:
+set -eu
+
+while [ $# -gt 0 ] ; do
+   f="$1"
+   n="$(echo "$f" | sed -e "s/\.[^\.]*$/.good/")"
+   echo "$f -> $n"
+   mv "$f" "$n"
+   shift
+done
diff -pruN 1.4.4-2/src/bibtexconv-tests/show 2.0.2-1/src/bibtexconv-tests/show
--- 1.4.4-2/src/bibtexconv-tests/show	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/bibtexconv-tests/show	2025-04-21 09:35:57.000000000 +0000
@@ -0,0 +1,12 @@
+#!/usr/bin/env bash
+
+# Bash options:
+set -eu
+
+while [ $# -gt 0 ] ; do
+   f="$1"
+   print-utf8 -n -s "\x1b[32m====== $f " "=" "=\x1b[0m"
+   cat "$f"
+   echo ""
+   shift
+done
diff -pruN 1.4.4-2/src/bibtexconv-tests/test1.good 2.0.2-1/src/bibtexconv-tests/test1.good
--- 1.4.4-2/src/bibtexconv-tests/test1.good	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/bibtexconv-tests/test1.good	2025-04-21 16:21:30.000000000 +0000
@@ -0,0 +1,32 @@
+===== Begin of My Publications List =====
+[Ref01] Dreibholz, Thomas; Tüxen, Michael: "High Availability using Reliable Server Pooling" (PDF, 79 KiB), in Proceedings of the Linux Conference Australia (LCA), Perth, Western Australia/Australia, January 24, 2003.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RSerPool-Paper.pdf.
+
+[Ref02] Dreibholz, Thomas; Rathgeb, Erwin Paul: "On the Performance of Reliable Server Pooling Systems" (PDF, 673 KiB), in Proceedings of the IEEE Conference on Local Computer Networks (LCN) 30th Anniversary, pp. 200–208, DOI: 10.1109/LCN.2005.98., ISBN 0-7695-2421-4, Sydney, New South Wales/Australia, November 16, 2005.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2005.pdf.
+
+[Ref03] Dreibholz, Thomas: "Reliable Server Pooling – Evaluation, Optimization and Extension of a Novel IETF Architecture" (PDF, 9080 KiB), University of Duisburg-Essen, Faculty of Economics, Institute for Computer Science and Business Information Systems, URN: urn:nbn:de:hbz:465-20070308-164527-0, March 7, 2007.
+URL: https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00016326/Dre2006_final.pdf.
+
+[Ref04] Dreibholz, Thomas; Rathgeb, Erwin Paul: "An Evaluation of the Pool Maintenance Overhead in Reliable Server Pooling Systems" (PDF, 3289 KiB), in SERSC International Journal on Hybrid Information Technology (IJHIT), vol. 1, no. 2, pp. 17–32, ISSN 1738-9968, April 2008.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJHIT2008.pdf.
+
+[Ref05] Dreibholz, Thomas; Rathgeb, Erwin Paul: "An Evaluation of the Pool Maintenance Overhead in Reliable Server Pooling Systems" (PDF, 3289 KiB), in SERSC International Journal on Hybrid Information Technology (IJHIT), vol. 1, no. 2, pp. 17–32, ISSN 1738-9968, April 2008.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJHIT2008.pdf.
+
+[Ref06] Dreibholz, Thomas; Zhou, Xing; Becke, Martin; Pulinthanath, Jobin; Rathgeb, Erwin Paul; Du, Wencai: "On the Security of Reliable Server Pooling Systems" (PDF, 540 KiB), in International Journal on Intelligent Information and Database Systems (IJIIDS), vol. 4, no. 6, pp. 552–578, DOI: 10.1504/IJIIDS.2010.036894., ISSN 1751-5858, December 2010.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJIIDS2010.pdf.
+
+[Ref07] Dreibholz, Thomas; Becke, Martin: "The RSPLIB Project – From Research to Application" (PDF, 2105 KiB), Demo Presentation at the IEEE Global Communications Conference (GLOBECOM), Miami, Florida/U.S.A., December 8, 2010.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Globecom2010-Demo.pdf.
+
+[Ref08] Dreibholz, Thomas; Becke, Martin: "The RSPLIB Project – From Research to Application" (PDF, 2105 KiB), Demo Presentation at the IEEE Global Communications Conference (GLOBECOM), Miami, Florida/U.S.A., December 8, 2010.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Globecom2010-Demo.pdf.
+
+[Ref09] Dreibholz, Thomas; Seggelmann, Robin; Tüxen, Michael; Rathgeb, Erwin Paul: "Transmission Scheduling Optimizations for Concurrent Multipath Transfer" (PDF, 633 KiB), in Proceedings of the 8th International Workshop on Protocols for Future, Large-Scale and Diverse Network Transports (PFLDNeT), vol. 8, ISSN 2074-5168, Lancaster, Pennsylvania/U.S.A., November 29, 2010.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PFLDNeT2010.pdf.
+
+[Ref10] Adhari, Hakim; Dreibholz, Thomas; Becke, Martin; Rathgeb, Erwin Paul; Tüxen, Michael: "Evaluation of Concurrent Multipath Transfer over Dissimilar Paths" (PDF, 666 KiB), in Proceedings of the 1st International Workshop on Protocols and Applications with Multi-Homing Support (PAMS), pp. 708–714, DOI: 10.1109/WAINA.2011.92., ISBN 978-0-7695-4338-3, Singapore, March 22, 2011.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2011.pdf.
+
+===== End of My Publications List =====
diff -pruN 1.4.4-2/src/bibtexconv-tests/test2.good 2.0.2-1/src/bibtexconv-tests/test2.good
--- 1.4.4-2/src/bibtexconv-tests/test2.good	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/bibtexconv-tests/test2.good	2025-04-21 16:21:30.000000000 +0000
@@ -0,0 +1,14 @@
+===== Begin of My Publications List =====
+[Ref01] Dreibholz, Thomas; Tüxen, Michael: "High Availability using Reliable Server Pooling" (PDF, 79 KiB), in Proceedings of the Linux Conference Australia (LCA), Perth, Western Australia/Australia, January 24, 2003.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RSerPool-Paper.pdf.
+
+[Ref02] Dreibholz, Thomas; Rathgeb, Erwin Paul: "On the Performance of Reliable Server Pooling Systems" (PDF, 673 KiB), in Proceedings of the IEEE Conference on Local Computer Networks (LCN) 30th Anniversary, pp. 200–208, DOI: 10.1109/LCN.2005.98., ISBN 0-7695-2421-4, Sydney, New South Wales/Australia, November 16, 2005.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2005.pdf.
+
+[Ref03] Dreibholz, Thomas: "Reliable Server Pooling – Evaluation, Optimization and Extension of a Novel IETF Architecture" (PDF, 9080 KiB), University of Duisburg-Essen, Faculty of Economics, Institute for Computer Science and Business Information Systems, URN: urn:nbn:de:hbz:465-20070308-164527-0, March 7, 2007.
+URL: https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00016326/Dre2006_final.pdf.
+
+[Ref04] Dreibholz, Thomas; Rathgeb, Erwin Paul: "An Evaluation of the Pool Maintenance Overhead in Reliable Server Pooling Systems" (PDF, 3289 KiB), in SERSC International Journal on Hybrid Information Technology (IJHIT), vol. 1, no. 2, pp. 17–32, ISSN 1738-9968, April 2008.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJHIT2008.pdf.
+
+===== End of My Publications List =====
diff -pruN 1.4.4-2/src/bibtexconv-tests/test3.good 2.0.2-1/src/bibtexconv-tests/test3.good
--- 1.4.4-2/src/bibtexconv-tests/test3.good	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/bibtexconv-tests/test3.good	2025-04-21 16:21:30.000000000 +0000
@@ -0,0 +1,44 @@
+[TD02] LCA2003
+AUTHOR: FIRST: initials=T. given=Thomas family=Dreibholz
+AUTHOR: LAST: initials=M. given=Michael family=Tüxen
+
+"High Availability using Reliable Server Pooling", Proceedings of the Linux Conference Australia (LCA), Perth, Western Australia/Australia, 1, 24, 2003.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RSerPool-Paper.pdf.
+
+[TD01] LCN2005
+AUTHOR: FIRST: initials=T. given=Thomas family=Dreibholz
+AUTHOR: LAST: initials=E. P. given=Erwin Paul family=Rathgeb
+
+"On the Performance of Reliable Server Pooling Systems", Proceedings of the IEEE Conference on Local Computer Networks (LCN) 30th Anniversary, pp. 200–208, ISBN 0-7695-2421-4, Sydney, New South Wales/Australia, 11, 16, 2005.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2005.pdf.
+
+[TD04] Dre2006
+AUTHOR: FIRST: initials=T. given=Thomas family=Dreibholz
+
+"Reliable Server Pooling – Evaluation, Optimization and Extension of a Novel IETF Architecture", 3, 7, 2007.
+URL: https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00016326/Dre2006_final.pdf.
+
+[2] IJHIT2008
+AUTHOR: FIRST: initials=T. given=Thomas family=Dreibholz
+AUTHOR: LAST: initials=E. P. given=Erwin Paul family=Rathgeb
+
+"An Evaluation of the Pool Maintenance Overhead in Reliable Server Pooling Systems", SERSC International Journal on Hybrid Information Technology (IJHIT), Volume 1, Number 2, pp. 17–32, ISSN 1738-9968, 4 2008.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJHIT2008.pdf.
+
+[TD06] CommMag2011
+AUTHOR: FIRST: initials=T. given=Thomas family=Dreibholz
+AUTHOR: NOT-FIRST: initials=I. given=Irene family=Rüngeler
+AUTHOR: NOT-FIRST: initials=R. given=Robin family=Seggelmann
+AUTHOR: NOT-FIRST: initials=M. given=Michael family=Tüxen
+AUTHOR: NOT-FIRST: initials=E. P. given=Erwin Paul family=Rathgeb
+AUTHOR: LAST: initials=R. R. given=Randall R. family=Stewart
+
+"Stream Control Transmission Protocol: Past, Current, and Future Standardization Activities", IEEE Communications Magazine, Volume 49, Number 4, pp. 82–88, ISSN 0163-6804, 4, 5, 2011.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/CommMag2011.pdf.
+
+[TD05] Dre2012
+AUTHOR: FIRST: initials=T. given=Thomas family=Dreibholz
+
+"Evaluation and Optimisation of Multi-Path Transport using the Stream Control Transmission Protocol", 3, 13, 2012.
+URL: https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029737/Dre2012_final.pdf.
+
diff -pruN 1.4.4-2/src/bibtexconv-tests/text-example.good 2.0.2-1/src/bibtexconv-tests/text-example.good
--- 1.4.4-2/src/bibtexconv-tests/text-example.good	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/bibtexconv-tests/text-example.good	2025-04-21 19:41:03.000000000 +0000
@@ -0,0 +1,865 @@
+===== Begin of My Publications List =====
+===== YEAR 2000 =====
+---- August 2000 ----
+[Ref01] Dreibholz, Thomas; Selzer, Jan; Vey, Simon: "Echtzeit-Audioübertragung mit QoS-Management in einem DiffServ-Szenario" (PDF, 4322 KiB), Universität Bonn, Institut für Informatik, August 14, 2000.
+URL: https://www.nntb.no/~dreibh/rn/DSV00.pdf.
+
+===== YEAR 2001 =====
+---- February 2001 ----
+[Ref02] Dreibholz, Thomas: "Management of Layered Variable Bitrate Multimedia Streams over DiffServ with Apriori Knowledge" (PDF, 60591 KiB), University of Bonn, Institute for Computer Science, URN: urn:nbn:de:hbz:464-20120416-095753-8, February 20, 2001.
+URL: https://duepublico.uni-duisburg-essen.de/servlets/DerivateServlet/Derivate-29936/Dre2001.pdf.
+
+===== YEAR 2002 =====
+---- November 2002 ----
+[Ref03] Dreibholz, Thomas: "An Efficient Approach for State Sharing in Server Pools" (PDF, 111 KiB), in Proceedings of the 27th IEEE Local Computer Networks Conference (LCN), pp. 348–349, DOI: 10.1109/LCN.2002.1181806., ISBN 0-7695-1591-6, Tampa, Florida/U.S.A., November 8, 2002.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/StateSharing-Paper-ShortVersion.pdf.
+
+===== YEAR 2003 =====
+---- October 2003 ----
+[Ref04] Dreibholz, Thomas; Jungmaier, Andreas; Tüxen, Michael: "A New Scheme for IP-based Internet Mobility" (PDF, 210 KiB), in Proceedings of the 28th IEEE Local Computer Networks Conference (LCN), pp. 99–108, DOI: 10.1109/LCN.2003.1243117., ISBN 0-7695-2037-5, Königswinter, Nordrhein-Westfalen/Germany, October 22, 2003.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2003.pdf.
+
+---- February 2003 ----
+[Ref05] Dreibholz, Thomas; Smith, Avril J.; Adams, John L.: "Realizing a Scalable Edge Device to Meet QoS Requirements for Real-Time Content Delivered to IP Broadband Customers" (PDF, 112 KiB), in Proceedings of the 10th IEEE International Conference on Telecommunications (ICT), vol. 2, pp. 1133–1139, DOI: 10.1109/ICTEL.2003.1191595., ISBN 0-7803-7661-7, Papeete/French Polynesia, February 26, 2003.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/EdgeDevice-Paper.pdf.
+
+---- January 2003 ----
+[Ref06] Dreibholz, Thomas; Tüxen, Michael: "High Availability using Reliable Server Pooling" (PDF, 79 KiB), in Proceedings of the Linux Conference Australia (LCA), Perth, Western Australia/Australia, January 24, 2003.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RSerPool-Paper.pdf.
+
+===== YEAR 2004 =====
+---- November 2004 ----
+[Ref07] Dreibholz, Thomas: "draft-ietf-rserpool-policies-00.txt – Definition of Member Selection Policies" (PDF, 2729 KiB), in Proceedings of the 61st IETF Meeting, Washington, DC/U.S.A., November 8, 2004.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF61.pdf.
+
+---- October 2004 ----
+[Ref08] Dreibholz, Thomas: "An Overview of the Reliable Server Pooling Architecture" (PDF, 66 KiB), in Proceedings of the 12th IEEE International Conference on Network Protocols (ICNP), Poster Presentation, Berlin/Germany, October 7, 2004.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICNP2004.pdf.
+
+---- August 2004 ----
+[Ref09] Dreibholz, Thomas: "Member Selection Policies for the Reliable Server Pooling Protocol Suite" (PDF, 3299 KiB), in Proceedings of the 60th IETF Meeting, San Diego, California/U.S.A., August 5, 2004.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF60.pdf.
+
+---- July 2004 ----
+[Ref10] Dreibholz, Thomas; IJsselmuiden, Avril J.; Adams, John L.: "Simulation of an Advanced QoS Protocol for Mass Content" (PDF, 248 KiB), in Proceedings of the 2nd International Conference on Performance Modelling and Evaluation of Heterogeneous Networks (HET-NETs), Ikley, West Yorkshire/United Kingdom, July 26, 2004.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/HET-NET2004-Paper.pdf.
+
+[Ref11] Dreibholz, Thomas: "Policy Management in the Reliable Server Pooling Architecture" (PDF, 4930 KiB), in Proceedings of the Multi-Service Networks Conference (MSN, Coseners), Abingdon, Oxfordshire/United Kingdom, July 8, 2004.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/MSN2004-Final-with-Examples.pdf.
+
+===== YEAR 2005 =====
+---- November 2005 ----
+[Ref12] Dreibholz, Thomas; Rathgeb, Erwin Paul: "The Performance of Reliable Server Pooling Systems in Different Server Capacity Scenarios" (PDF, 679 KiB), in Proceedings of the IEEE TENCON, DOI: 10.1109/TENCON.2005.300939., ISBN 0-7803-9312-0, Melbourne, Victoria/Australia, November 22, 2005.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Tencon2005.pdf.
+
+[Ref13] Dreibholz, Thomas; IJsselmuiden, Avril J.; Adams, John L.: "An Advanced QoS Protocol for Mass Content" (PDF, 113 KiB), in Proceedings of the IEEE Conference on Local Computer Networks (LCN) 30th Anniversary, pp. 517–518, DOI: 10.1109/LCN.2005.25., ISBN 0-7695-2421-4, Sydney, New South Wales/Australia, November 17, 2005.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2005-EdgeDevice.pdf.
+
+[Ref14] Dreibholz, Thomas; Rathgeb, Erwin Paul: "On the Performance of Reliable Server Pooling Systems" (PDF, 673 KiB), in Proceedings of the IEEE Conference on Local Computer Networks (LCN) 30th Anniversary, pp. 200–208, DOI: 10.1109/LCN.2005.98., ISBN 0-7695-2421-4, Sydney, New South Wales/Australia, November 16, 2005.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2005.pdf.
+
+---- September 2005 ----
+[Ref15] Dreibholz, Thomas; Rathgeb, Erwin Paul: "RSerPool – Providing Highly Available Services using Unreliable Servers" (PDF, 429 KiB), in Proceedings of the 31st IEEE EuroMirco Conference on Software Engineering and Advanced Applications, pp. 396–403, DOI: 10.1109/EUROMICRO.2005.50., ISBN 0-7695-2431-1, Porto/Portugal, September 2, 2005.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2005.pdf.
+
+---- August 2005 ----
+[Ref16] Dreibholz, Thomas: "draft-ietf-rserpool-mib-01.txt – Management Information Base Definition for Reliable Server Pooling" (PDF, 2249 KiB), in Proceedings of the 63rd IETF Meeting, Paris/France, August 1, 2005.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF63.pdf.
+
+---- June 2005 ----
+[Ref17] Dreibholz, Thomas: "Das rsplib–Projekt – Hochverfügbarkeit mit Reliable Server Pooling" (PDF, 1154 KiB), in Proceedings of the LinuxTag, Karlsruhe, Baden-Württemberg/Germany, June 24, 2005.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2005.pdf.
+
+[Ref18] Dreibholz, Thomas; Rathgeb, Erwin Paul: "Implementing the Reliable Server Pooling Framework" (PDF, 467 KiB), in Proceedings of the 8th IEEE International Conference on Telecommunications (ConTEL), vol. 1, pp. 21–28, ISBN 953-184-081-4, Zagreb, Središnja Hrvatska/Croatia, June 15, 2005.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Contel2005.pdf.
+
+---- April 2005 ----
+[Ref19] Dreibholz, Thomas; Rathgeb, Erwin Paul; Tüxen, Michael: "Load Distribution Performance of the Reliable Server Pooling Framework" (PDF, 219 KiB), in Proceedings of the 4th IEEE International Conference on Networking (ICN), Lecture Notes in Computer Science, vol. 3421, pp. 564–574, Springer, DOI: 10.1007/978-3-540-31957-3_65., ISBN 3-540-25338-6, Saint Gilles Les Bains/Reunion Island, April 21, 2005.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICN2005.pdf.
+
+---- March 2005 ----
+[Ref20] Dreibholz, Thomas; Rathgeb, Erwin Paul: "An Application Demonstration of the Reliable Server Pooling Framework" (PDF, 330 KiB), in Proceedings of the 24th IEEE International Conference on Computer Communications (INFOCOM), Demonstration and Poster Presentation, Miami, Florida/U.S.A., March 16, 2005.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Infocom2005.pdf.
+
+===== YEAR 2006 =====
+---- September 2006 ----
+[Ref21] Dreibholz, Thomas: "RSPLIB – Eine Open Source Implementation von Reliable Server Pooling" (PDF, 7868 KiB), in Proceedings of the Linuxtage in Essen, Essen, Nordrhein-Westfalen/Germany, September 9, 2006.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2006.pdf.
+
+===== YEAR 2007 =====
+---- December 2007 ----
+[Ref22] Zhou, Xing; Dreibholz, Thomas; Rathgeb, Erwin Paul: "A New Approach of Performance Improvement for Server Selection in Reliable Server Pooling Systems" (PDF, 10141 KiB), in Proceedings of the 15th IEEE International Conference on Advanced Computing and Communication (ADCOM), pp. 117–121, DOI: 10.1109/ADCOM.2007.19., ISBN 0-7695-3059-1, Guwahati/India, December 19, 2007.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ADCOM2007.pdf.
+
+[Ref23] Zhou, Xing; Dreibholz, Thomas; Rathgeb, Erwin Paul: "Evaluation of a Simple Load Balancing Improvement for Reliable Server Pooling with Heterogeneous Server Pools" (PDF, 456 KiB), in Proceedings of the IEEE International Conference on Future Generation Communication and Networking (FGCN), vol. 1, pp. 173–180, DOI: 10.1109/FGCN.2007.119., ISBN 0-7695-3048-6, Jeju Island/South Korea, December 8, 2007.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-LoadBalancing.pdf.
+
+[Ref24] Dreibholz, Thomas; Rathgeb, Erwin Paul: "An Evaluation of the Pool Maintenance Overhead in Reliable Server Pooling Systems" (PDF, 482 KiB), in Proceedings of the IEEE International Conference on Future Generation Communication and Networking (FGCN), vol. 1, pp. 136–143, DOI: 10.1109/FGCN.2007.62., ISBN 0-7695-3048-6, Jeju Island/South Korea, December 6, 2007.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-HsMgt.pdf.
+
+[Ref25] Dreibholz, Thomas: "An Introduction to Reliable Server Pooling and the RSPLIB Implementation" (PDF, 7736 KiB), Invited Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People's Republic of China, December 2, 2007.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/HaikouTalk2007.pdf.
+
+---- November 2007 ----
+[Ref26] Zhou, Xing; Dreibholz, Thomas; Rathgeb, Erwin Paul: "Improving the Load Balancing Performance of Reliable Server Pooling in Heterogeneous Capacity Environments" (PDF, 408 KiB), in Proceedings of the 3rd Asian Internet Engineering Conference (AINTEC), Lecture Notes in Computer Science, vol. 4866, pp. 125–140, Springer, DOI: 10.1007/978-3-540-76809-8_12., ISBN 978-3-540-76808-1, November 28, 2007.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINTEC2007.pdf.
+
+[Ref27] Dreibholz, Thomas: "Hochverfügbarkeit mit Reliable Server Pooling" (PDF, 7740 KiB), in Proceedings of the Linuxtage in Essen, Essen, Nordrhein-Westfalen/Germany, November 10, 2007.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2007.pdf.
+
+---- August 2007 ----
+[Ref28] Dreibholz, Thomas; Zhou, Xing; Rathgeb, Erwin Paul: "A Performance Evaluation of RSerPool Server Selection Policies in Varying Heterogeneous Capacity Scenarios" (PDF, 383 KiB), in Proceedings of the 33rd IEEE EuroMirco Conference on Software Engineering and Advanced Applications, pp. 157–164, DOI: 10.1109/EUROMICRO.2007.9., ISBN 0-7695-2977-1, Lübeck, Schleswig-Holstein/Germany, August 29, 2007.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2007.pdf.
+
+---- July 2007 ----
+[Ref29] Dreibholz, Thomas; Rathgeb, Erwin Paul: "Towards the Future Internet – A Survey of Challenges and Solutions in Research and Standardization" (PDF, 1669 KiB), in Proceedings of the 7th Joint EuroFGI and ITG Workshop on Visions of Future Network Generations (EuroView), Poster Presentation, Würzburg, Bayern/Germany, July 23, 2007.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroView2007.pdf.
+
+---- March 2007 ----
+[Ref30] Dreibholz, Thomas: "Reliable Server Pooling – Evaluation, Optimization and Extension of a Novel IETF Architecture" (PDF, 9080 KiB), University of Duisburg-Essen, Faculty of Economics, Institute for Computer Science and Business Information Systems, URN: urn:nbn:de:hbz:465-20070308-164527-0, March 7, 2007.
+URL: https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00016326/Dre2006_final.pdf.
+
+---- February 2007 ----
+[Ref31] Dreibholz, Thomas; Rathgeb, Erwin Paul: "On Improving the Performance of Reliable Server Pooling Systems for Distance-Sensitive Distributed Applications" (PDF, 393 KiB), in Proceedings of the 15. ITG/GI Fachtagung Kommunikation in Verteilten Systemen (KiVS), Informatik aktuell, pp. 39–50, Springer, DOI: 10.1007/978-3-540-69962-0_4., ISBN 978-3-540-69962-0, Bern/Switzerland, February 28, 2007.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2007.pdf.
+
+===== YEAR 2008 =====
+---- December 2008 ----
+[Ref32] Zhu, Wenyu; Dreibholz, Thomas; Rathgeb, Erwin Paul; Zhou, Xing: "A Scalable QoS Device for Broadband Access to Multimedia Services" (PDF, 509 KiB), in Proceedings of the IEEE International Conference on Future Generation Communication and Networking (FGCN), vol. 1, pp. 343–348, DOI: 10.1109/FGCN.2008.124., ISBN 978-0-7695-3431-2, Sanya, Hainan/People's Republic of China, December 13, 2008.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/FGCN2008.pdf.
+
+---- November 2008 ----
+[Ref33] Dreibholz, Thomas; Rathgeb, Erwin Paul: "Towards the Future Internet – An Overview of Challenges and Solutions in Research and Standardization" (PDF, 1643 KiB), in Proceedings of the 2nd GI/ITG KuVS Workshop on the Future Internet, Karlsruhe, Baden-Württemberg/Germany, November 11, 2008.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FutureInternet2008.pdf.
+
+---- October 2008 ----
+[Ref34] Schöttle, Pascal; Dreibholz, Thomas; Rathgeb, Erwin Paul: "On the Application of Anomaly Detection in Reliable Server Pooling Systems for Improved Robustness against Denial of Service Attacks" (PDF, 563 KiB), in Proceedings of the 33rd IEEE Conference on Local Computer Networks (LCN), pp. 207–214, DOI: 10.1109/LCN.2008.4664171., ISBN 978-1-4244-2413-9, Montréal, Québec/Canada, October 16, 2008.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2008.pdf.
+
+[Ref35] Zhu, Wenyu; Dreibholz, Thomas; Rathgeb, Erwin Paul: "Analysis and Evaluation of a Scalable QoS Device for Broadband Access to Multimedia Services" (PDF, 166 KiB), in Proceedings of the 33rd IEEE Conference on Local Computer Networks (LCN), pp. 504–505, DOI: 10.1109/LCN.2008.4664212., ISBN 978-1-4244-2413-9, Montréal, Québec/Canada, October 15, 2008.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2008-FlowRouting.pdf.
+
+---- September 2008 ----
+[Ref36] Dreibholz, Thomas; Zhou, Xing: "SCTP and RSerPool: Architectures and Protocols for the Future Internet" (PDF, 2256 KiB), Invited Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People's Republic of China, September 26, 2008.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Haikou2008-English.pdf.
+
+---- May 2008 ----
+[Ref37] Dreibholz, Thomas; Rathgeb, Erwin Paul; Zhou, Xing: "On Robustness and Countermeasures of Reliable Server Pooling Systems against Denial of Service Attacks" (PDF, 479 KiB), in Proceedings of the 7th International IFIP Networking Conference, Lecture Notes in Computer Science, vol. 4982, pp. 586–598, Springer, DOI: 10.1007/978-3-540-79549-0_51., ISBN 978-3-540-79548-3, Singapore, May 7, 2008.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Networking2008.pdf.
+
+---- April 2008 ----
+[Ref38] Dreibholz, Thomas; Rathgeb, Erwin Paul: "An Evaluation of the Pool Maintenance Overhead in Reliable Server Pooling Systems" (PDF, 3289 KiB), in SERSC International Journal on Hybrid Information Technology (IJHIT), vol. 1, no. 2, pp. 17–32, ISSN 1738-9968, April 2008.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJHIT2008.pdf.
+
+---- March 2008 ----
+[Ref39] Dreibholz, Thomas; Rathgeb, Erwin Paul: "A Powerful Tool-Chain for Setup, Distributed Processing, Analysis and Debugging of OMNeT++ Simulations" (PDF, 558 KiB), in Proceedings of the 1st ACM/ICST International Workshop on OMNeT++, DOI: 10.4108/ICST.SIMUTOOLS2008.2990., ISBN 978-963-9799-20-2, Marseille, Bouches-du-Rhône/France, March 7, 2008.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeTWorkshop2008.pdf.
+
+---- February 2008 ----
+[Ref40] Dreibholz, Thomas; Rathgeb, Erwin Paul: "Reliable Server Pooling – A Novel IETF Architecture for Availability-Sensitive Services" (PDF, 504 KiB), in Proceedings of the 2nd IEEE International Conference on Digital Society (ICDS), pp. 150–156, DOI: 10.1109/ICDS.2008.11., ISBN 978-0-7695-3087-1, Sainte Luce/Martinique, February 14, 2008.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-Failover.pdf.
+
+[Ref41] Zhou, Xing; Dreibholz, Thomas; Rathgeb, Erwin Paul: "A New Server Selection Strategy for Reliable Server Pooling in Widely Distributed Environments" (PDF, 444 KiB), in Proceedings of the 2nd IEEE International Conference on Digital Society (ICDS), pp. 171–177, DOI: 10.1109/ICDS.2008.12., ISBN 978-0-7695-3087-1, Sainte Luce/Martinique, February 14, 2008.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-LUD.pdf.
+
+===== YEAR 2009 =====
+---- June 2009 ----
+[Ref42] Dreibholz, Thomas; Zhou, Xing; Rathgeb, Erwin Paul; Du, Wencai: "A PlanetLab-Based Performance Analysis of RSerPool Security Mechanisms" (PDF, 721 KiB), in Proceedings of the 10th IEEE International Conference on Telecommunications (ConTEL), pp. 213–220, ISBN 978-953-184-131-3, Zagreb, Središnja Hrvatska/Croatia, June 8, 2009.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ConTEL2009.pdf.
+
+[Ref43] Dreibholz, Thomas; Rathgeb, Erwin Paul: "Overview and Evaluation of the Server Redundancy and Session Failover Mechanisms in the Reliable Server Pooling Framework" (PDF, 1157 KiB), in International Journal on Advances in Internet Technology (IJAIT), vol. 2, no. 1, pp. 1–14, ISSN 1942-2652, June 8, 2009.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJAIT2009.pdf.
+
+---- May 2009 ----
+[Ref44] Zhou, Xing; Dreibholz, Thomas; Rathgeb, Erwin Paul; Du, Wencai: "Takeover Suggestion – A Registrar Redundancy Handling Optimization for Reliable Server Pooling Systems" (PDF, 543 KiB), in Proceedings of the 10th IEEE/ACIS International Conference on Software Engineering, Artificial Intelligence, Networking and Parallel/Distributed Computing (SNPD), pp. 168–173, DOI: 10.1109/SNPD.2009.17., ISBN 978-3-642-01202-0, Daegu/South Korea, May 27, 2009.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SNPD2009.pdf.
+
+[Ref45] Zhou, Xing; Dreibholz, Thomas; Fu, Fa; Du, Wencai; Rathgeb, Erwin Paul: "Evaluation and Optimization of the Registrar Redundancy Handling in Reliable Server Pooling Systems" (PDF, 484 KiB), in Proceedings of the IEEE 23rd International Conference on Advanced Information Networking and Applications (AINA), pp. 256–262, DOI: 10.1109/AINA.2009.25., ISBN 978-0-7695-3638-5, Bradford, West Yorkshire/United Kingdom, May 26, 2009.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINA2009.pdf.
+
+---- April 2009 ----
+[Ref46] Zhu, Wenyu; Dreibholz, Thomas; Rathgeb, Erwin Paul; Zhou, Xing: "A Scalable QoS Device for Broadband Access to Multimedia Services" (PDF, 1081 KiB), in SERSC International Journal of Multimedia and Ubiquitous Engineering (IJMUE), vol. 4, no. 2, pp. 157–172, ISSN 1975-0080, April 30, 2009.
+URL: https://gvpress.com/journals/IJMUE/vol4_no2/14.pdf.
+
+---- March 2009 ----
+[Ref47] Dreibholz, Thomas; Zhou, Xing; Rathgeb, Erwin Paul: "SimProcTC – The Design and Realization of a Powerful Tool-Chain for OMNeT++ Simulations" (PDF, 552 KiB), in Proceedings of the 2nd ACM/ICST International Workshop on OMNeT++, pp. 1–8, DOI: 10.4108/ICST.SIMUTOOLS2009.5517., ISBN 978-963-9799-45-5, Rome/Italy, March 6, 2009.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeT__Workshop2009.pdf.
+
+[Ref48] Zhou, Xing; Dreibholz, Thomas; Du, Wencai; Rathgeb, Erwin Paul: "Evaluation of Attack Countermeasures to Improve the DoS Robustness of RSerPool Systems by Simulations and Measurements" (PDF, 471 KiB), in Proceedings of the 16. ITG/GI Fachtagung Kommunikation in Verteilten Systemen (KiVS), Informatik aktuell, pp. 217–228, Springer, DOI: 10.1007/978-3-540-92666-5_18., ISBN 978-3-540-92665-8, Kassel, Hessen/Germany, March 5, 2009.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2009.pdf.
+
+===== YEAR 2010 =====
+---- December 2010 ----
+[Ref49] Dreibholz, Thomas; Zhou, Xing; Becke, Martin; Pulinthanath, Jobin; Rathgeb, Erwin Paul; Du, Wencai: "On the Security of Reliable Server Pooling Systems" (PDF, 540 KiB), in International Journal on Intelligent Information and Database Systems (IJIIDS), vol. 4, no. 6, pp. 552–578, DOI: 10.1504/IJIIDS.2010.036894., ISSN 1751-5858, December 2010.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJIIDS2010.pdf.
+
+[Ref50] Dreibholz, Thomas; Becke, Martin: "The RSPLIB Project – From Research to Application" (PDF, 2105 KiB), Demo Presentation at the IEEE Global Communications Conference (GLOBECOM), Miami, Florida/U.S.A., December 8, 2010.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Globecom2010-Demo.pdf.
+
+[Ref51] Dreibholz, Thomas; Becke, Martin; Rathgeb, Erwin Paul; Tüxen, Michael: "On the Use of Concurrent Multipath Transfer over Asymmetric Paths" (PDF, 1036 KiB), in Proceedings of the IEEE Global Communications Conference (GLOBECOM), DOI: 10.1109/GLOCOM.2010.5683579., ISBN 978-1-4244-5637-6, Miami, Florida/U.S.A., December 7, 2010.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Globecom2010.pdf.
+
+---- November 2010 ----
+[Ref52] Dreibholz, Thomas; Seggelmann, Robin; Tüxen, Michael; Rathgeb, Erwin Paul: "Transmission Scheduling Optimizations for Concurrent Multipath Transfer" (PDF, 633 KiB), in Proceedings of the 8th International Workshop on Protocols for Future, Large-Scale and Diverse Network Transports (PFLDNeT), vol. 8, ISSN 2074-5168, Lancaster, Pennsylvania/U.S.A., November 29, 2010.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PFLDNeT2010.pdf.
+
+---- August 2010 ----
+[Ref53] Dreibholz, Thomas: "Buffer Splitting for Efficient Transport over Asymmetric Paths" (PDF, 363 KiB), Talk at the SIG Multipath Meeting during the 10th Joint EuroFGI and ITG Workshop on Visions of Future Network Generations (EuroView), Würzburg, Bayern/Germany, August 4, 2010.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/EuroView2010-SIGMultiPath-SCTP.pdf.
+
+---- June 2010 ----
+[Ref54] Dreibholz, Thomas; Becke, Martin; Henke, Christian; Rathgeb, Erwin Paul: "An Approach for Transferring an End-to-End Transport Service into a Functional Building Block Structure" (PDF, 149 KiB), in Proceedings of the 5th GI/ITG KuVS Workshop on the Future Internet, Stuttgart, Baden-Württemberg/Germany, June 9, 2010.
+URL: https://web.archive.org/web/20171101093204/http://www.future-internet.org/files/2010/Folien/Abstract_Dreibholz2.pdf.
+
+---- May 2010 ----
+[Ref55] Zhou, Xing; Dreibholz, Thomas; Becke, Martin; Pulinthanath, Jobin; Rathgeb, Erwin Paul; Du, Wencai: "The Software Modeling and Implementation of Reliable Server Pooling and RSPLIB" (PDF, 2764 KiB), in Proceedings of the 8th ACIS Conference on Software Engineering Research, Management and Applications (SERA), pp. 129–136, DOI: 10.1109/SERA.2010.26., ISBN 978-0-7695-4075-7, Montréal, Québec/Canada, May 24, 2010.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SERA2010.pdf.
+
+---- April 2010 ----
+[Ref56] Dreibholz, Thomas; Becke, Martin; Pulinthanath, Jobin; Rathgeb, Erwin Paul: "Applying TCP-Friendly Congestion Control to Concurrent Multipath Transfer" (PDF, 957 KiB), in Proceedings of the 24th IEEE International Conference on Advanced Information Networking and Applications (AINA), pp. 312–319, DOI: 10.1109/AINA.2010.117., ISBN 978-0-7695-4018-4, Perth, Western Australia/Australia, April 21, 2010.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/AINA2010.pdf.
+
+---- March 2010 ----
+[Ref57] Biella, Daniel; Huth, Dieter; Striewe, Michael; Kohnen, Michael; Dreibholz, Thomas; Becke, Martin: "Erfahrungsbericht: Zur Organisation und Implementierung PC-gestützter Prüfungen an der Universität Duisburg-Essen" (PDF, 1375 KiB), in E-Teaching.org, March 25, 2010.
+URL: https://www.e-teaching.org/praxis/erfahrungsberichte/10-03-25_PC-Hall_Biella-Huth-Striewe-Kohnen-Dreibholz-Becke.pdf.
+
+[Ref58] Dreibholz, Thomas; Becke, Martin; Pulinthanath, Jobin; Rathgeb, Erwin Paul: "Implementation and Evaluation of Concurrent Multipath Transfer for SCTP in the INET Framework" (PDF, 587 KiB), in Proceedings of the 3rd ACM/ICST International Workshop on OMNeT++, DOI: 10.4108/ICST.SIMUTOOLS2010.8673., ISBN 978-963-9799-87-5, Torremolinos, Málaga/Spain, March 19, 2010.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-SCTP.pdf.
+
+[Ref59] Reschka, Thomas; Dreibholz, Thomas; Becke, Martin; Pulinthanath, Jobin; Rathgeb, Erwin Paul: "Enhancement of the TCP Module in the OMNeT++/INET Framework" (PDF, 582 KiB), in Proceedings of the 3rd ACM/ICST International Workshop on OMNeT++, ISBN 978-963-9799-87-5, Torremolinos, Málaga/Spain, March 19, 2010.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-TCP.pdf.
+
+===== YEAR 2011 =====
+---- November 2011 ----
+[Ref60] Dreibholz, Thomas: "Multipath-Transfer mit dem Stream Control Transmission Protocol" (PDF, 2096 KiB), Invited Talk at Technische Universität Darmstadt, Multimedia Communications Lab, Darmstadt, Hessen/Germany, November 16, 2011.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Darmstadt2011.pdf.
+
+---- September 2011 ----
+[Ref61] Dreibholz, Thomas; Becke, Martin; Adhari, Hakim; Rathgeb, Erwin Paul: "Evaluation of A New Multipath Congestion Control Scheme using the NetPerfMeter Tool-Chain" (PDF, 360 KiB), in Proceedings of the 19th IEEE International Conference on Software, Telecommunications and Computer Networks (SoftCOM), pp. 1–6, ISBN 978-953-290-027-9, Hvar, Dalmacija/Croatia, September 16, 2011.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SoftCOM2011.pdf.
+
+---- August 2011 ----
+[Ref62] Kleis, Michael; Siddiqui, Abbas; Simsek, Irfan; Becke, Martin; Hoffstadt, Dirk; Marold, Alexander; Henke, Christian; Müller, Julius; Varas, Cristian; Magedanz, Thomas; Müller, Paul; Rathgeb, Erwin Paul: "Cross-Layer Security and Functional Composition for a Future Internet" (PDF, 391 KiB), in Proceedings of the Joint ITG and Euro-NF Workshop on Visions of Future Generation Networks (EuroView2011), Demo Presentation at the G-Lab Status Meeting, Würzburg, Bayern/Germany, August 2, 2011.
+URL: https://web.archive.org/web/20231223022714/http://www.euroview2011.com/fileadmin/content/euroview2011/abstracts/abstract_kleis.pdf.
+
+---- June 2011 ----
+[Ref63] Dreibholz, Thomas; Becke, Martin; Adhari, Hakim; Rathgeb, Erwin Paul: "On the Impact of Congestion Control for Concurrent Multipath Transfer on the Transport Layer" (PDF, 6498 KiB), in Proceedings of the 11th IEEE International Conference on Telecommunications (ConTEL), pp. 397–404, ISBN 978-953-184-152-8, Graz, Steiermark/Austria, June 16, 2011.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ConTEL2011.pdf.
+
+---- May 2011 ----
+[Ref64] Dreibholz, Thomas: "Server-Redundanz und Lastverteilung einfach in eigene Anwendungen integrieren – mit Reliable Server Pooling und RSPLIB" (PDF, 1309 KiB), in Proceedings of the LinuxTag, Berlin/Germany, May 12, 2011.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2011.pdf.
+
+---- April 2011 ----
+[Ref65] Kleis, M.; Müller, J.; Siddiqui, A.; Becke, Martin: "Evaluating a Future Internet Cross-Layer Composition Prototype" (PDF, 1012 KiB), in Proceedings of the 7th International ICST Conference on Testbeds and Research Infrastructures for the Development of Networks and Communities (TridentCom), Shanghai/People's Republic of China, April 18, 2011.
+URL: https://web.archive.org/web/20200229073430/http://dspace.icsy.de:12000/dspace/bitstream/123456789/324/1/2010-09-Measurements.pdf.
+
+[Ref66] Dreibholz, Thomas; Rüngeler, Irene; Seggelmann, Robin; Tüxen, Michael; Rathgeb, Erwin Paul; Stewart, Randall R.: "Stream Control Transmission Protocol: Past, Current, and Future Standardization Activities" (PDF, 287 KiB), in IEEE Communications Magazine, vol. 49, no. 4, pp. 82–88, DOI: 10.1109/MCOM.2011.5741151., ISSN 0163-6804, April 5, 2011.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/CommMag2011.pdf.
+
+---- March 2011 ----
+[Ref67] Adhari, Hakim; Dreibholz, Thomas; Becke, Martin; Rathgeb, Erwin Paul; Tüxen, Michael: "Evaluation of Concurrent Multipath Transfer over Dissimilar Paths" (PDF, 666 KiB), in Proceedings of the 1st International Workshop on Protocols and Applications with Multi-Homing Support (PAMS), pp. 708–714, DOI: 10.1109/WAINA.2011.92., ISBN 978-0-7695-4338-3, Singapore, March 22, 2011.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2011.pdf.
+
+[Ref68] Becke, Martin; Dreibholz, Thomas: "Multi-Path Transport" (PDF, 1660 KiB), in Proceedings of the 1st DFG/NSF Doctoral Consortium, Poster Presentation, San Juan/Puerto Rico, March 13, 2011.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/GENIWorkshop2011.pdf.
+
+---- January 2011 ----
+[Ref69] Becke, Martin; Dreibholz, Thomas; Rathgeb, Erwin Paul; Formann, Johannes: "Link Emulation on the Data Link Layer in a Linux-based Future Internet Testbed Environment" (PDF, 465 KiB), in Proceedings of the 10th International Conference on Networks (ICN), pp. 92–98, ISBN 978-1-61208-002-4, St. Maarten/Netherlands Antilles, January 25, 2011.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICN2011.pdf.
+
+===== YEAR 2012 =====
+---- December 2012 ----
+[Ref70] Volkert, Thomas; Becke, Martin; Osdoba, Manuel; Mitschele-Thiel, Andreas: "Homer Conferencing – A Multimedia Test Bed for Various Experiments and Measurements" (PDF, 744 KiB), in Proceedings of the 7th International Conference on Computing and Convergence Technology (ICCCT), Seoul/South Korea, December 2012.
+URL: https://web.archive.org/web/20210525124457/http://www.homer-conferencing.com/public/Homer_Conferencing.pdf.
+
+---- November 2012 ----
+[Ref71] Dreibholz, Thomas: "An Introduction to NorNet Core for the Site Deployment at Universitetet i Stavanger" (PDF, 21576 KiB), Invited Talk at Universitetet i Stavanger (UiS), Stavanger, Rogaland/Norway, November 27, 2012.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1626.pdf.
+
+[Ref72] Dreibholz, Thomas: "The NorNet Project – A Research Testbed for Multi-Homed Systems" (PDF, 37415 KiB), Invited Talk at Karlstads Universitet, Karlstad, Värmland/Sweden, November 2, 2012.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1580.pdf.
+
+---- July 2012 ----
+[Ref73] Volkert, Thomas; Liers, Florian; Becke, Martin; Adhari, Hakim: "Requirements-Oriented Path Selection for Multipath Transmission" (PDF, 459 KiB), in Proceedings of the Joint ITG and Euro-NF Workshop on Visions of Future Generation Networks (EuroView), Würzburg, Bayern/Germany, July 23, 2012.
+URL: https://web.archive.org/web/20240413144124/http://www.euroview2012.org/fileadmin/content/euroview2012/abstracts/07_01_abstract_volkert.pdf.
+
+---- June 2012 ----
+[Ref74] Becke, Martin; Dreibholz, Thomas; Adhari, Hakim; Rathgeb, Erwin Paul: "On the Fairness of Transport Protocols in a Multi-Path Environment" (PDF, 1970 KiB), in Proceedings of the IEEE International Conference on Communications (ICC), pp. 2666–2672, DOI: 10.1109/ICC.2012.6363695., ISBN 978-1-4577-2052-9, Ottawa, Ontario/Canada, June 12, 2012.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICC2012.pdf.
+
+---- April 2012 ----
+[Ref75] Becke, Martin; Dreibholz, Thomas; Adhari, Hakim; Rathgeb, Erwin Paul: "A Future Internet Architecture supporting Multipath Communication Networks" (PDF, 743 KiB), in Proceedings of the 13th IEEE/IFIP Network Operations and Management Symposium (NOMS), pp. 639–642, DOI: 10.1109/NOMS.2012.6211975., ISBN 978-1-4673-0268-5, Maui, Hawaii/U.S.A., April 19, 2012.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NOMS2012.pdf.
+
+---- March 2012 ----
+[Ref76] Dreibholz, Thomas; Adhari, Hakim; Becke, Martin; Rathgeb, Erwin Paul: "Simulation and Experimental Evaluation of Multipath Congestion Control Strategies" (PDF, 403 KiB), in Proceedings of the 2nd International Workshop on Protocols and Applications with Multi-Homing Support (PAMS), DOI: 10.1109/WAINA.2012.186., ISBN 978-0-7695-4652-0, Fukuoka/Japan, March 29, 2012.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2012.pdf.
+
+[Ref77] Dreibholz, Thomas: "Evaluation and Optimisation of Multi-Path Transport using the Stream Control Transmission Protocol" (PDF, 36779 KiB), University of Duisburg-Essen, Faculty of Economics, Institute for Computer Science and Business Information Systems, URN: urn:nbn:de:hbz:464-20120315-103208-1, March 13, 2012.
+URL: https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029737/Dre2012_final.pdf.
+
+[Ref78] Dreibholz, Thomas: "Konzepte für das Future Internet aus der Netzperspektive" (PDF, 5777 KiB), Habilitation Talk, University of Duisburg-Essen, Faculty of Economics, Institute for Computer Science and Business Information Systems, URN: urn:nbn:de:hbz:464-20120404-135350-0, March 13, 2012.
+URL: https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029756/Habilitationsvortrag.pdf.
+
+---- February 2012 ----
+[Ref79] Dreibholz, Thomas; Adhari, Hakim; Becke, Martin; Rathgeb, Erwin Paul: "NetPerfMeter – A Versatile Tool for Multi-Protocol Network Performance Evaluations" (PDF, 334 KiB), University of Duisburg-Essen, Institute for Experimental Mathematics, February 8, 2012.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NetPerfMeterSim2012.pdf.
+
+[Ref80] Dreibholz, Thomas; Becke, Martin; Adhari, Hakim; Rathgeb, Erwin Paul: "RspSim – A Simulation Model of the Reliable Server Pooling Framework" (PDF, 226 KiB), University of Duisburg-Essen, Institute for Experimental Mathematics, February 6, 2012.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RspSim2012.pdf.
+
+[Ref81] Dreibholz, Thomas; Becke, Martin; Adhari, Hakim; Rathgeb, Erwin Paul; Rüngeler, Irene; Seggelmann, Robin; Tüxen, Michael: "Improvements to the SCTP Environment in the INET Framework" (PDF, 875 KiB), University of Duisburg-Essen, Institute for Experimental Mathematics, February 6, 2012.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SCTPSim2012.pdf.
+
+===== YEAR 2013 =====
+---- December 2013 ----
+[Ref82] Becke, Martin; Adhari, Hakim; Rathgeb, Erwin Paul; Fu, Fa; Yang, Xiong; Zhou, Xing: "Comparison of Multipath TCP and CMT-SCTP based on Intercontinental Measurements" (PDF, 924 KiB), in Proceedings of the IEEE Global Communications Conference (GLOBECOM), Atlanta, Georgia/U.S.A., December 10, 2013.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/GLOBECOM2013.pdf.
+
+---- October 2013 ----
+[Ref83] Simsek, Irfan; Becke, Martin; Jerschow, Yves Igor; Rathgeb, Erwin Paul: "A Clean-Slate Security Vision for Future Networks" (PDF, 480 KiB), in Proceedings of the IEEE International Conference on Network of the Future ({NoF}), Pohang/South Korea, October 2013.
+URL: https://web.archive.org/web/20240427155505/https://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Clean-Slate_Security_Vision_for_Future_Networks.pdf.
+
+[Ref84] Fu, Fa; Xing, Zhou; Xiong, Yang; Adhari, Hakim; Rathgeb, Erwin Paul: "Performance Analysis of MPTCP and CMT-SCTP Multi-Path Transport Protocols" (PDF, 529 KiB), in Computer Engineering and Applications, vol. 49, no. 21, pp. 79–82, October 30, 2013.
+URL: https://web.archive.org/web/20160427132028/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&id=31123.
+
+---- September 2013 ----
+[Ref85] Simsek, Irfan: "Blind Packet Forwarding" (PDF, 877 KiB), in 12. ITG-Fachtagung Zukunft der Netze – Application-Driven Networking, Osnabrück/Germany, September 20, 2013.
+URL: https://web.archive.org/web/20230521195156/http://www.vde-itg-kommunikationsnetze.de/images/stories/Fachtagungen/zdn2013/vortraege/zdn2013_simsek.pdf.
+
+[Ref86] Dreibholz, Thomas: "The NorNet Core Testbed – An Experiment Tutorial" (PDF, 4454 KiB), in Proceedings of the 1st International NorNet Users Workshop (NNUW-1), Fornebu, Akershus/Norway, September 19, 2013.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2130.pdf.
+
+[Ref87] Adhari, Hakim: "Practical Experiences with an Inter-Continental Testbed for Multi-Path Transport" (PDF, 692 KiB), in Proceedings of the 1st International NorNet Users Workshop (NNUW-1), Fornebu, Akershus/Norway, September 18, 2013.
+URL: https://web.archive.org/web/20141127040341/https://www.simula.no/publications/Simula.simula.2144/simula_pdf_file.
+
+[Ref88] Rathgeb, Erwin Paul: "Distributed Detection of VoIP Fraud and Misuse – Tools and First Results" (PDF, 2089 KiB), in Proceedings of the 1st International NorNet Users Workshop (NNUW-1), Fornebu, Akershus/Norway, September 18, 2013.
+URL: https://web.archive.org/web/20141127040313/https://www.simula.no/publications/Simula.simula.2142/simula_pdf_file.
+
+[Ref89] Dreibholz, Thomas: "The NorNet Core Testbed – Introduction and Status" (PDF, 8399 KiB), in Proceedings of the 1st International NorNet Users Workshop (NNUW-1), Fornebu, Akershus/Norway, September 18, 2013.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2124.pdf.
+
+---- August 2013 ----
+[Ref90] Dreibholz, Thomas: "The NorNet Project – A Research Testbed for Multi-Path Transport" (PDF, 23650 KiB), Invited Talk at Technische Universität Berlin, Department of Telecommunication Networks, Berlin/Germany, August 1, 2013.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2056.pdf.
+
+---- July 2013 ----
+[Ref91] Dreibholz, Thomas: "The NorNet Testbed: A Platform for Evaluating Multi-Path Transport in the Real-World Internet" (PDF, 13341 KiB), in Proceedings of the 87th IETF Meeting, Berlin/Germany, July 30, 2013.
+URL: https://www.ietf.org/proceedings/87/slides/slides-87-mptcp-4.pdf.
+
+[Ref92] Dreibholz, Thomas; Ferlin, Simone: "The NorNet Research Testbed" (PDF, 12015 KiB), Talk, in Proceedings of the CHANGE Bootcamp Workshop, Louvain-la-Neuve/Belgium, July 17, 2013.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2046.pdf.
+
+---- June 2013 ----
+[Ref93] Becke, Martin; Dreibholz, Thomas; Bayer, Andreas; Packeiser, Markus; Rathgeb, Erwin Paul: "Alternative Transmission Strategies for Multipath Transport of Multimedia Streams over Wireless Networks" (PDF, 792 KiB), in Proceedings of the 12th IEEE International Conference on Telecommunications (ConTEL), pp. 147–153, ISBN 978-953-184-175-7, Zagreb, Središnja Hrvatska/Croatia, June 26, 2013.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2000.pdf.
+
+---- April 2013 ----
+[Ref94] Becke, Martin; Rathgeb, Erwin Paul; Werner, Sebastian; Rüngeler, Irene; Tüxen, Michael; Stewart, Randall R.: "Data Channel Considerations for RTCWeb" , in IEEE Communications Magazine, vol. 51, no. 4, pp. 34–41, DOI: 10.1109/MCOM.2013.6495758., ISSN 0163-6804, April 2013.
+
+[Ref95] Dreibholz, Thomas: "An Overview of the NorNet Testbed for Multi-Homed Systems" (PDF, 21755 KiB), Invited Talk at Høgskolen i Oslo og Akershus (HiOA), Oslo/Norway, April 18, 2013.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1984.pdf.
+
+[Ref96] Dreibholz, Thomas: "The NorNet Project – An Introduction to NorNet for the Site Deployment at NTNU Trondheim" (PDF, 21705 KiB), Invited Talk at Norges teknisk-naturvitenskapelige universitet (NTNU), Trondheim, Sør-Trøndelag/Norway, April 12, 2013.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1974.pdf.
+
+[Ref97] Dreibholz, Thomas: "The NorNet Project: A Research Platform for Robust and Secure Networks" (PDF, 7304 KiB), in Proceedings of the Essener Workshop zur Netzsicherheit (EWNS), Essen, Nordrhein-Westfalen/Germany, April 8, 2013.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1968.pdf.
+
+---- March 2013 ----
+[Ref98] Volkert, Thomas; Becke, Martin; Osdoba, Manuel; Mitschele-Thiel, Andreas: "Multipath Video Streaming based on Hierarchical Routing Management" (PDF, 1152 KiB), in Proceedings of the 3nd International Workshop on Protocols and Applications with Multi-Homing Support (PAMS), pp. 1107–1112, DOI: 10.1109/WAINA.2013.161., ISBN 978-0-7695-4952-1, Barcelona, Catalonia/Spain, March 27, 2013.
+URL: https://web.archive.org/web/20210210145830/http://www.homer-conferencing.com/public/MP_HRM.pdf.
+
+[Ref99] Dreibholz, Thomas; Gran, Ernst Gunnar: "Design and Implementation of the NorNet Core Research Testbed for Multi-Homed Systems" (PDF, 20082 KiB), in Proceedings of the 3nd International Workshop on Protocols and Applications with Multi-Homing Support (PAMS), pp. 1094–1100, DOI: 10.1109/WAINA.2013.71., ISBN 978-0-7695-4952-1, Barcelona, Catalonia/Spain, March 27, 2013.
+URL: https://web-backend.simula.no/sites/default/files/publications/threfereedinproceedingsreference.2012-12-20.7643198512.pdf.
+
+[Ref100] Dreibholz, Thomas: "An Introduction to NorNet for the Site Deployment at Høgskolen i Narvik" (PDF, 21440 KiB), Invited Talk at Høgskolen i Narvik (HiN), Narvik, Nordland/Norway, March 12, 2013.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1950.pdf.
+
+[Ref101] Dreibholz, Thomas: "An Overview of NorNet Core" (PDF, 19045 KiB), Invited Talk at the Geilo Siminar of the Simula Research Laboratory, Network Systems Group, Geilo, Buskerud/Norway, March 9, 2013.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1948.pdf.
+
+===== YEAR 2014 =====
+---- December 2014 ----
+[Ref102] Ferlin, Simone; Dreibholz, Thomas; Alay, Özgü: "Multi-Path Transport over Heterogeneous Wireless Networks: Does it really pay off?" (PDF, 986 KiB), in Proceedings of the IEEE Global Communications Conference (GLOBECOM), pp. 4807–4813, DOI: 10.1109/GLOCOM.2014.7037567., ISBN 978-1-4799-3512-3, Austin, Texas/U.S.A., December 11, 2014.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2884.pdf.
+
+[Ref103] Dreibholz, Thomas; Simonsen, Henrik Vest; Gran, Ernst Gunnar: "A Demonstration of the NorNet Core Research Testbed for Multi-Homed Systems" (PDF, 60 KiB), Demo Presentation at the IEEE Global Communications Conference (GLOBECOM), Austin, Texas/U.S.A., December 9, 2014.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2868.pdf.
+
+[Ref104] Golkar, Forough; Dreibholz, Thomas; Kvalbein, Amund: "Measuring and Comparing Internet Path Stability in IPv4 and IPv6" (PDF, 436 KiB), in Proceedings of the 5th IEEE International Conference on the Network of the Future (NoF), pp. 1–5, DOI: 10.1109/NOF.2014.7119767., ISBN 978-1-4799-7531-0, Paris/France, December 4, 2014.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3048.pdf.
+
+---- October 2014 ----
+[Ref105] Dreibholz, Thomas: "The NorNet Testbed at Tsinghua University – A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems" (PDF, 12148 KiB), Invited Talk at Tsinghua University, Department of Computer Science, Beijing/People's Republic of China, October 30, 2014.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-tsinghuauniversity-presentation.pdf.
+
+[Ref106] Dreibholz, Thomas: "An Experiment Tutorial for the NorNet Core Testbed at Hainan University" (PDF, 2148 KiB), Tutorial at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People's Republic of China, October 27, 2014.
+URL: https://web.archive.org/web/20230521130309/https://www.simula.no/file/simulasimula3078pdf/download.
+
+[Ref107] Dreibholz, Thomas: "The NorNet Testbed at Qiongzhou University – A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems" (PDF, 7475 KiB), Invited Talk at Qiongzhou University, Sanya, Hainan/People's Republic of China, October 25, 2014.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-qiongzhouuniversity-presentation.pdf.
+
+[Ref108] Dreibholz, Thomas: "The NorNet Testbed at Hainan University – A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems" (PDF, 11940 KiB), Invited Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People's Republic of China, October 20, 2014.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-hainanuniversity-presentation.pdf.
+
+---- September 2014 ----
+[Ref109] Dreibholz, Thomas: "The NorNet Testbed – An Overview for the GENI Meeting" (PDF, 21055 KiB), Invited Talk for the GENI Meeting at the Kungliga Tekniska högskolan (KTH), Stockholm/Sweden, September 15, 2014.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3008.pdf.
+
+---- August 2014 ----
+[Ref110] Dreibholz, Thomas: "An Experiment Tutorial for the NorNet Core Testbed" (PDF, 6033 KiB), in Proceedings of the 2nd International NorNet Users Workshop (NNUW-2), Fornebu, Akershus/Norway, August 29, 2014.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2938.pdf.
+
+[Ref111] Alay, Özgü; Ferlin, Simone; Dreibholz, Thomas: "Multipath Transport over Heterogeneous Networks" (PDF, 2930 KiB), in Proceedings of the 2nd International NorNet Users Workshop (NNUW-2), Fornebu, Akershus/Norway, August 29, 2014.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2970.pdf.
+
+[Ref112] Adhari, Hakim: "Does the End-User Really Have Benefits From Using Multipath Transport?" , in Proceedings of the 2nd International NorNet Users Workshop (NNUW-2), Fornebu, Akershus/Norway, August 29, 2014.
+
+[Ref113] Dreibholz, Thomas: "The NorNet Core Testbed – Introduction and Status in August 2014" (PDF, 14850 KiB), in Proceedings of the 2nd International NorNet Users Workshop (NNUW-2), Fornebu, Akershus/Norway, August 28, 2014.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2936.pdf.
+
+---- June 2014 ----
+[Ref114] Aziz, Adnan; Hoffstadt, Dirk; Rathgeb, Erwin Paul; Dreibholz, Thomas: "A Distributed Infrastructure to Analyse SIP Attacks in the Internet" (PDF, 728 KiB), in Proceedings of the IFIP Networking Conference, pp. 1–9, DOI: 10.1109/IFIPNetworking.2014.6857088., ISBN 978-3-901882-58-6, Trondheim, Sør-Trøndelag/Norway, June 4, 2014.
+URL: https://web.archive.org/web/20241125122924/https://tdr.informatik.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Distributed_Infrastructure_to_Analyse_SIP_Attacks_in_the_Internet.pdf.
+
+---- May 2014 ----
+[Ref115] Ferlin, Simone; Dreibholz, Thomas; Alay, Özgü: "Tackling the Challenge of Bufferbloat in Multi-Path Transport over Heterogeneous Wireless Networks" (PDF, 820 KiB), in Proceedings of the IEEE/ACM International Symposium on Quality of Service (IWQoS), pp. 123–128, DOI: 10.1109/IWQoS.2014.6914310., ISBN 978-1-4799-4852-9, Hong Kong/People's Republic of China, May 26, 2014.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2722.pdf.
+
+[Ref116] Ferlin, Simone; Dreibholz, Thomas; Alay, Özgü; Kvalbein, Amund: "Measuring the QoS Characteristics of Operational 3G Mobile Broadband Networks" (PDF, 1524 KiB), in Proceedings of the 4th International Workshop on Protocols and Applications with Multi-Homing Support (PAMS), pp. 753–758, DOI: 10.1109/WAINA.2014.123., ISBN 978-1-4799-2652-7, Victoria, British Columbia/Canada, May 16, 2014.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2516.pdf.
+
+[Ref117] Adhari, Hakim; Werner, Sebastian; Dreibholz, Thomas; Rathgeb, Erwin Paul: "LEDBAT-MP – On the Application of Lower-than-Best-Effort for Concurrent Multipath Transfer" (PDF, 1229 KiB), in Proceedings of the 4th International Workshop on Protocols and Applications with Multi-Homing Support (PAMS), DOI: 10.1109/WAINA.2014.125., ISBN 978-1-4799-2652-7, Victoria, British Columbia/Canada, May 16, 2014.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2512.pdf.
+
+[Ref118] Dreibholz, Thomas: "The NorNet Testbed for Multi-Homed Systems – Overview and Status" (PDF, 8480 KiB), Invited Talk at the University of British Columbia (UBC), Vancouver, British Columbia/Canada, May 12, 2014.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2740.pdf.
+
+[Ref119] Dreibholz, Thomas: "The NorNet Testbed for Multi-Homed Systems – Introduction and Status" (PDF, 8480 KiB), Invited Talk at Princeton University, Department of Computer Science, Princeton, New Jersey/U.S.A., May 8, 2014.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2730.pdf.
+
+[Ref120] Dreibholz, Thomas: "The NorNet Testbed – Overview and Selected Results from Multi-Path Transport Research" (PDF, 6432 KiB), Invited Talk at the New York University (NYU), Polytechnic School of Engineering, Brooklyn, New York/U.S.A., May 5, 2014.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2728.pdf.
+
+---- March 2014 ----
+[Ref121] Gran, Ernst Gunnar; Dreibholz, Thomas; Kvalbein, Amund: "NorNet Core – A Multi-Homed Research Testbed" (PDF, 1458 KiB), in Computer Networks, Special Issue on Future Internet Testbeds, vol. 61, pp. 75–87, DOI: 10.1016/j.bjp.2013.12.035., ISSN 1389-1286, March 14, 2014.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2236.pdf.
+
+[Ref122] Dreibholz, Thomas: "On the Applicability of Reliable Server Pooling for Virtualised Network Function Resource Pooling" (PDF, 2476 KiB), in Proceedings of the 89th IETF Meeting, London/United Kingdom, March 4, 2014.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2584.pdf.
+
+[Ref123] Dreibholz, Thomas: "The Status of MPTCP Deployment and Evaluation in the NorNet Testbed" (PDF, 1514 KiB), in Proceedings of the 89th IETF Meeting, London/United Kingdom, March 3, 2014.
+URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2582.pdf.
+
+---- January 2014 ----
+[Ref124] Dreibholz, Thomas: "NorNet – An Open, Large-Scale Testbed for Multi-Homed Systems" (PDF, 4655 KiB), Invited Talk at Swinburne University, Centre for Advanced Internet Architectures (CAIA), Melbourne, Victoria/Australia, January 30, 2014.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/caia2014-presentation-web.pdf.
+
+===== YEAR 2015 =====
+---- November 2015 ----
+[Ref125] Fu, Fa; Zhou, Xing; Dreibholz, Thomas; Wang, Keying; Zhou, Feng; Gan, Quan: "Performance Comparison of Congestion Control Strategies for Multi-Path TCP in the NorNet Testbed" (PDF, 172 KiB), in Proceedings of the 4th IEEE/CIC International Conference on Communications in China (ICCC), pp. 607–612, DOI: 10.1109/ICCChina.2015.7448667., ISBN 978-1-5090-0243-6, Shenzhen, Guangdong/People's Republic of China, November 3, 2015.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/fufa-mptcp-web.pdf.
+
+---- September 2015 ----
+[Ref126] Singh, Amanpreet; Könsgen, Andreas; Adhari, Hakim; Görg, Carmelita; Rathgeb, Erwin P.: "Algorithms for Theoretical Investigation of Fairness in Multipath Transport" (PDF, 501 KiB), in Proceedings of the 7th EAI International Conference on Mobile Networks and Management (MONAMI 2015), Santander/Spain, September 2015.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/naomi2015-FairnessAlgorithms.pdf.
+
+[Ref127] Dreibholz, Thomas: "The NorNet Experimentation Platform for Multi-Homed Systems" (PDF, 14369 KiB), in Proceedings of the NORDUnet Technical Workshop (NTW), København/Denmark, September 17, 2015.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/ntw2015.pdf.
+
+[Ref128] Dreibholz, Thomas: "NetPerfMeter: A Network Performance Metering Tool" (HTML, 42 KiB), in Multipath TCP Blog, September 7, 2015.
+URL: https://web.archive.org/web/20230518084721/http://blog.multipath-tcp.org/blog/html/2015/09/07/netperfmeter.html.
+
+[Ref129] Adhari, Hakim; Dreibholz, Thomas; Werner, Sebastian; Rathgeb, Erwin Paul: "Eclipse: A New Dynamic Delay-based Congestion Control Algorithm for Background Traffic" (PDF, 1082 KiB), in Proceedings of the 18th International Conference on Network-Based Information Systems (NBiS), pp. 115–123, DOI: 10.1109/NBiS.2015.21., ISBN 978-1-4799-9942-2, Taipei/Taiwan, September 2, 2015.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/paper-web.pdf.
+
+---- August 2015 ----
+[Ref130] Dreibholz, Thomas: "The NorNet Core Testbed: A Status Update for the NNUW-3" (PDF, 12120 KiB), in Proceedings of the 3rd International NorNet Users Workshop (NNUW-3), Fornebu, Akershus/Norway, August 28, 2015.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/nnuw3-dreibholz.pdf.
+
+---- July 2015 ----
+[Ref131] Adhari, Hakim; Rathgeb, Erwin P.; Singh, Amanpreet; Könsgen, Andreas; Görg, Carmelita: "Transport Layer Fairness Revisited" (PDF, 846 KiB), in Proceedings of the 13th IEEE International Conference on Telecommunications (ConTEL 2015), Graz/Austria, July 2015.
+URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/contel-Fairness-Adhari.pdf.
+
+[Ref132] Dreibholz, Thomas: "MPTCP Experiences in the NorNet Testbed: draft-dreibholz-mptcp-nornet-experience-01" (PDF, 12798 KiB), in Proceedings of the 93th IETF Meeting, Praha/Czech Republic, July 21, 2015.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/ietf93-presentation.pdf.
+
+[Ref133] Dreibholz, Thomas: "NorNet Core @ IETF Hackathon 93" (PDF, 337 KiB), in Proceedings of the IETF Hackathon at the 93rd IETF Meeting, Praha/Czech Republic, July 18, 2015.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/ietf93-hackathon-intro.pdf.
+
+---- April 2015 ----
+[Ref134] Livadariu, Ioana Alexandrina; Ferlin, Simone; Alay, Özgü; Dreibholz, Thomas; Dhamdhere, Amogh; Elmokashfi, Ahmed Mustafa: "Leveraging the IPv4/IPv6 Identity Duality by using Multi-Path Transport" (PDF, 327 KiB), in Proceedings of the 18th IEEE Global Internet Symposium (GI) at the 34th IEEE Conference on Computer Communications (INFOCOM), pp. 312–317, DOI: 10.1109/INFCOMW.2015.7179403., ISBN 978-1-4673-7131-5, Hong Kong/People's Republic of China, April 27, 2015.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/gis2015_0.pdf.
+
+[Ref135] Liu, Ji; Tan, Yuyin; Fu, Fa; Dreibholz, Thomas; Zhou, Xing; Bai, Yong; Yang, Xiong; Du, Wencai: "Study on MPTCP and CMT-SCTP Congestion Control Mechanism" (PDF, 28239 KiB), in Computer Engineering, vol. 41, pp. 117–124, DOI: 10.3969/j.issn.1000-3428.2015.04.022., ISSN 1000-3428, April 15, 2015.
+URL: https://web.archive.org/web/20160222130810/http://www.ecice06.com/EN/article/downloadArticleFile.do?attachType=PDF&id=26295.
+
+---- March 2015 ----
+[Ref136] Dreibholz, Thomas; Zhou, Xing; Fu, Fa: "Multi-Path TCP in Real-World Setups – An Evaluation in the NorNet Core Testbed" (PDF, 211 KiB), in 5th International Workshop on Protocols and Applications with Multi-Homing Support (PAMS), pp. 617–622, DOI: 10.1109/WAINA.2015.74., ISBN 978-1-4799-1775-4, Gwangju/South Korea, March 25, 2015.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/pams2015-mptcp-web.pdf.
+
+[Ref137] Dreibholz, Thomas; Bjørgeengen, Jarle; Werme, Jonas: "Monitoring and Maintaining the Infrastructure of the NorNet Testbed for Multi-Homed Systems" (PDF, 538 KiB), in 5th International Workshop on Protocols and Applications with Multi-Homing Support (PAMS), pp. 611–616, DOI: 10.1109/WAINA.2015.76., ISBN 978-1-4799-1775-4, Gwangju/South Korea, March 25, 2015.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/pams2015-nornet-monitoring-web.pdf.
+
+---- January 2015 ----
+[Ref138] Dreibholz, Thomas: "The NorNet Testbed – A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems" (PDF, 6771 KiB), Invited Talk at Swinburne University, Centre for Advanced Internet Architectures (CAIA), Melbourne, Victoria/Australia, January 29, 2015.
+URL: https://web-backend.simula.no/sites/default/files/2024-06/CAIA2015.pdf.
+
+[Ref139] Dreibholz, Thomas: "NorNet at NICTA – An Open, Large-Scale Testbed for Multi-Homed Systems" (PDF, 6545 KiB), Invited Talk at National Information Communications Technology Australia (NICTA), Sydney, New South Wales/Australia, January 15, 2015.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/nicta2015-presentation-web.pdf.
+
+===== YEAR 2016 =====
+---- October 2016 ----
+[Ref140] Dreibholz, Thomas: "NorNet – Building an Inter-Continental Internet Testbed based on Open Source Software" (PDF, 9587 KiB), in Proceedings of the LinuxCon Europe, Berlin/Germany, October 5, 2016.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/linuxcon2016-presentation.pdf.
+
+---- August 2016 ----
+[Ref141] Yedugundla, Kiran Venkata; Ferlin, Simone; Dreibholz, Thomas; Alay, Özgü; Kuhn, Nicolas; Hurtig, Per; Brunström, Anna: "Is Multi-Path Transport Suitable for Latency Sensitive Traffic?" (PDF, 4525 KiB), in Computer Networks, vol. 105, pp. 1–21, Elsevier, DOI: 10.1016/j.comnet.2016.05.008., ISSN 1389-1286, August 4, 2016.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/comnets2016-multipathsurvey.pdf.
+
+---- July 2016 ----
+[Ref142] Dreibholz, Thomas: "NorNet – The Internet Testbed for Multi-Homed Systems" (PDF, 11198 KiB), in Proceedings of the Multi-Service Networks Conference (MSN, Coseners), Abingdon, Oxfordshire/United Kingdom, July 8, 2016.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/msn2016-presentation.pdf.
+
+---- June 2016 ----
+[Ref143] Dreibholz, Thomas: "NorNet at the Haikou College of Economics – An Introduction to the NorNet Testbed" (PDF, 10163 KiB), Invited Talk at the Haikou College of Economics, Guilinyang, Hainan/People's Republic of China, June 6, 2016.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hkc-presentation.pdf.
+
+---- May 2016 ----
+[Ref144] Dreibholz, Thomas: "NorNet at Hainan University – An Introduction to the NorNet Testbed" (PDF, 13840 KiB), Invited Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People's Republic of China, May 29, 2016.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-presentation_1.pdf.
+
+[Ref145] Dreibholz, Thomas: "An Experiment Tutorial for the NorNet Core Testbed at Hainan University" (PDF, 7304 KiB), Tutorial at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People's Republic of China, May 29, 2016.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-tutorial_0.pdf.
+
+---- April 2016 ----
+[Ref146] Ferlin, Simone; Alay, Özgü; Hayes, David Andrew; Dreibholz, Thomas; Welzl, Michael: "Revisiting Congestion Control for Multipath TCP with Shared Bottleneck Detection" (PDF, 1440 KiB), in Proceedings of the 35th IEEE International Conference on Computer Communications (INFOCOM), pp. 2419–2427, ISBN 978-1-4673-9953-1, San Francisco, California/U.S.A., April 14, 2016.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/infocom2016-web.pdf.
+
+---- March 2016 ----
+[Ref147] Dreibholz, Thomas: "NorNet at HAW Hamburg – An Introduction to the NorNet Testbed" (PDF, 13981 KiB), Invited Talk at Hochschule für Angewandte Wissenschaften Hamburg (HAW Hamburg), Hamburg/Germany, March 22, 2016.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-presentation.pdf.
+
+[Ref148] Dreibholz, Thomas: "An Experiment Tutorial for the NorNet Core Testbed at HAW Hamburg" (PDF, 4134 KiB), Tutorial at Hochschule für Angewandte Wissenschaften Hamburg (HAW Hamburg), Hamburg/Germany, March 22, 2016.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-tutorial.pdf.
+
+[Ref149] Fu, Fa; Zhou, Xing; Tan, Yuyin; Dreibholz, Thomas; Adhari, Hakim; Rathgeb, Erwin Paul: "Performance Analysis of MPTCP Protocol in Multiple Scenarios" (PDF, 581 KiB), in Computer Engineering and Applications, vol. 52, pp. 89–93, CEA, DOI: 0.3778/j.issn.1002-8331.1508-0186., ISSN 1002-8331, March 1, 2016.
+URL: https://web.archive.org/web/20160305203850/http://cea.ceaj.org/CN/article/downloadArticleFile.do?attachType=PDF&id=34214.
+
+---- January 2016 ----
+[Ref150] Dreibholz, Thomas: "NorNet at NICTA – An Introduction to the NorNet Testbed" (PDF, 13403 KiB), Invited Talk at National Information Communications Technology Australia (NICTA), Sydney, New South Wales/Australia, January 22, 2016.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-presentation.pdf.
+
+[Ref151] Dreibholz, Thomas: "An Experiment Tutorial for the NorNet Core Testbed at NICTA" (PDF, 4140 KiB), Tutorial at National Information Communications Technology Australia (NICTA), Sydney, New South Wales/Australia, January 22, 2016.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-tutorial.pdf.
+
+===== YEAR 2017 =====
+---- December 2017 ----
+[Ref152] Dreibholz, Thomas: "Big Data Applications on Multi-Clouds: An Introduction to the MELODIC Project" (PDF, 11377 KiB), Keynote Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People's Republic of China, December 29, 2017.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-introduction.pdf.
+
+[Ref153] Dreibholz, Thomas: "Combining NorNet Core with MELODIC" (PDF, 10777 KiB), Invited Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People's Republic of China, December 29, 2017.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-nornetcore.pdf.
+
+[Ref154] Dreibholz, Thomas: "NEAT Tutorial at Hainan University: Getting Started with NEAT" (PDF, 3199 KiB), Invited Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People's Republic of China, December 18, 2017.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-tutorial.pdf.
+
+[Ref155] Dreibholz, Thomas: "NorNet Core Beginner Tutorial at Hainan University" (PDF, 4987 KiB), Tutorial at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People's Republic of China, December 15, 2017.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial_0.pdf.
+
+[Ref156] Dreibholz, Thomas: "An Introduction to Multi-Path Transport at Hainan University" (PDF, 14797 KiB), Keynote Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People's Republic of China, December 14, 2017.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation_0.pdf.
+
+---- September 2017 ----
+[Ref157] Dreibholz, Thomas: "Testing Applications with the NorNet Infrastructure" (PDF, 11995 KiB), in Proceedings of the MELODIC Plenary Meeting, Warszawa, Masovia/Poland, September 21, 2017.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/melodic-warsaw2017.pdf.
+
+---- July 2017 ----
+[Ref158] Weinrank, Felix; Grinnemo, Karl-Johan; Bozakov, Zdravko; Brunström, Anna; Dreibholz, Thomas; Hurtig, Per; Khademi, Naeem; Tüxen, Michael: "A NEAT Way to Browse the Web" (PDF, 417 KiB), Demo Presentation, in Proceedings of the ACM, IRTF and ISOC Applied Networking Research Workshop (ANRW), pp. 33–34, DOI: 10.1145/3106328.3106335., ISBN 978-1-4503-5108-9, Praha/Czech Republic, July 15, 2017.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/anrw17-final13.pdf.
+
+---- April 2017 ----
+[Ref159] Dreibholz, Thomas: "Multi-Path Transport at Hainan University – From Simulations to Real-World Internet Measurements in the NorNet Testbed" (PDF, 14797 KiB), Keynote Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People's Republic of China, April 18, 2017.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation.pdf.
+
+[Ref160] Dreibholz, Thomas: "The Basics of Using the NorNet Core Testbed at Hainan University" (PDF, 4987 KiB), Tutorial at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People's Republic of China, April 18, 2017.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial.pdf.
+
+[Ref161] Dreibholz, Thomas: "A Practical Introduction to NEAT at Hainan University" (PDF, 866 KiB), Invited Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People's Republic of China, April 17, 2017.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-introduction.pdf.
+
+---- March 2017 ----
+[Ref162] Wang, Kun; Dreibholz, Thomas; Zhou, Xing; Fu, Fa; Tan, Yuyin; Cheng, Xi; Tan, Qining: "On the Path Management of Multi-Path TCP in Internet Scenarios based on the NorNet Testbed" (PDF, 379 KiB), in Proceedings of the IEEE International Conference on Advanced Information Networking and Applications (AINA), pp. 1–8, DOI: 10.1109/AINA.2017.29., ISBN 978-1-5090-6028-3, Taipei, Taiwan/People's Republic of China, March 27, 2017.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/kunwang-paper-web.pdf.
+
+[Ref163] Zhou, Feng; Dreibholz, Thomas; Zhou, Xing; Fu, Fa; Tan, Yuyin; Gan, Quan: "The Performance Impact of Buffer Sizes for Multi-Path TCP in Internet Setups" (PDF, 1006 KiB), in Proceedings of the IEEE International Conference on Advanced Information Networking and Applications (AINA), pp. 9–16, DOI: 10.1109/AINA.2017.26., ISBN 978-1-5090-6028-3, Taipei, Taiwan/People's Republic of China, March 27, 2017.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/fengzhou-mptcp-web.pdf.
+
+---- February 2017 ----
+[Ref164] Dreibholz, Thomas: "Multi-Path Transport – From Simulations to Real-World Internet Measurements" (PDF, 14631 KiB), Keynote Talk at the Universidad de Castilla-La Mancha, Instituto de Investigación Informática de Albacete, Albacete, Castilla-La Mancha/Spain, February 16, 2017.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-multipath-presentation_1.pdf.
+
+[Ref165] Dreibholz, Thomas: "An Experiment Tutorial for the NorNet Core Testbed at the the Universidad de Castilla-La Mancha" (PDF, 5244 KiB), Tutorial at the Universidad de Castilla-La Mancha, Instituto de Investigación Informática de Albacete, Albacete, Castilla-La Mancha/Spain, February 16, 2017.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-nornet-tutorial.pdf.
+
+[Ref166] Dreibholz, Thomas: "Multi-Path Transport with OMNeT++ and the INET Framework" (PDF, 4367 KiB), Invited Talk at the Universidad de Castilla-La Mancha, Instituto de Investigación Informática de Albacete, Albacete, Castilla-La Mancha/Spain, February 16, 2017.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-inet-presentation.pdf.
+
+---- January 2017 ----
+[Ref167] Dreibholz, Thomas: "NorNet at the University of Sydney – An Introduction to the NorNet Core Testbed" (PDF, 11848 KiB), Invited Talk at University of Sydney, School of Information Technologies, Sydney, New South Wales/Australia, January 24, 2017.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/sydney2017-presentation.pdf.
+
+[Ref168] Dreibholz, Thomas: "An Experiment Tutorial for the NorNet Core Testbed at the University of Sydney" (PDF, 4829 KiB), Tutorial at University of Sydney, School of Information Technologies, Sydney, New South Wales/Australia, January 24, 2017.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/sydney-tutorial.pdf.
+
+===== YEAR 2018 =====
+---- December 2018 ----
+[Ref169] Lou, Yu; Zhou, Xing; Long, Yu; Kuang, Hanbao; Dreibholz, Thomas; Tan, Yuyin: "Performance Analysis of MPTCP Protocol in Multiple Scenarios" (PDF, 826 KiB), in Computer Engineering and Applications, vol. 54, pp. 79–86, CEA, DOI: 10.3778/j.issn.1002-8331.1806-0034., ISSN 1002-8331, December 15, 2018.
+URL: https://web.archive.org/web/20190128151215/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&id=37335.
+
+---- October 2018 ----
+[Ref170] Tan, Qining; Yang, Xuelei; Zhao, Lan; Zhou, Xing; Dreibholz, Thomas: "A Statistic Procedure to Find Formulae for Buffer Size in MPTCP" (PDF, 1747 KiB), in Proceedings of the 3rd IEEE Advanced Information Technology, Electronic and Automation Control Conference (IAEAC), pp. 900–907, DOI: 10.1109/IAEAC.2018.8577570., ISBN 978-1-5386-4509-3, Chongqing/People's Republic of China, October 13, 2018.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/iaeac2018-web.pdf.
+
+---- September 2018 ----
+[Ref171] Barik, Runa; Welzl, Michael; Elmokashfi, Ahmed Mustafa; Dreibholz, Thomas; Gjessing, Stein: "Can WebRTC QoS Work? A DSCP Measurement Study" (PDF, 318 KiB), in Proceedings of the 30th International Teletraffic Congress (ITC), pp. 167–175, DOI: 10.1109/ITC30.2018.00034., ISBN 978-0-9883045-5-0, Wien/Austria, September 6, 2018.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/itc30.pdf.
+
+===== YEAR 2019 =====
+---- August 2019 ----
+[Ref172] Barik, Runa; Welzl, Michael; Elmokashfi, Ahmed Mustafa; Dreibholz, Thomas; Islam, Safiqul; Gjessing, Stein: "On the Utility of Unregulated IP DiffServ Code Point (DSCP) Usage by End Systems" (PDF, 1326 KiB), in Performance Evaluation, vol. 135, Elsevier, DOI: 10.1016/j.peva.2019.102036., ISSN 0166-5316, August 26, 2019.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/peva2019.pdf.
+
+---- May 2019 ----
+[Ref173] Elmokashfi, Ahmed Mustafa; Kvalbein, Amund; Dreibholz, Thomas; Jarvis, Chad: "Norske mobilnett i 2018 – Tilstandsrapport fra Centre for Resilient Networks and Applications" (PDF, 24908 KiB), Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications (CRNA), ISBN 978-82-92593-25-7, Oslo/Norway, May 29, 2019.
+URL: https://web-backend.simula.no/sites/default/files/crna-2018_0.pdf.
+
+---- April 2019 ----
+[Ref174] Dreibholz, Thomas: "MELODIC at Hainan University: Combining NorNet Core with MELODIC" (PDF, 7379 KiB), Invited Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People's Republic of China, April 18, 2019.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-nornetcore.pdf.
+
+[Ref175] Dreibholz, Thomas: "MELODIC at Hainan University: An Introduction to the MELODIC Project" (PDF, 8108 KiB), Keynote Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People's Republic of China, April 17, 2019.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-introduction.pdf.
+
+[Ref176] Dreibholz, Thomas: "NorNet at Hainan University: Getting Started with NorNet Core" (PDF, 7286 KiB), Tutorial at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People's Republic of China, April 16, 2019.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/china2019-nornet-tutorial.pdf.
+
+[Ref177] Dreibholz, Thomas: "NorNet at Hainan University: From Simulations to Real-World Internet Measurements for Multi-Path Transport Research" (PDF, 17975 KiB), Keynote Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People's Republic of China, April 15, 2019.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/china2019-multipath-presentation.pdf.
+
+---- March 2019 ----
+[Ref178] Barik, Runa; Welzl, Michael; Fairhurst, Gorry; Dreibholz, Thomas; Elmokashfi, Ahmed Mustafa; Gjessing, Stein: "Native SCTP, DCCP, UDP-Lite and Home Gateway NATs" (PDF, 80 KiB), in Proceedings of the 104th IETF Meeting, Praha/Czech Republic, March 28, 2019.
+URL: https://datatracker.ietf.org/meeting/104/materials/slides-104-maprg-native-sctp-dccp-udp-lite-and-home-gateway-nats-runa-barik-01.
+
+[Ref179] Luo, Yu; Zhou, Xing; Dreibholz, Thomas; Kuang, Hanbao: "A Real-Time Video Streaming System over IPv6+MPTCP Technology" (PDF, 212 KiB), in Proceedings of the 1st International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing (M2EC) in conjunction with the 33rd International Conference on Advanced Information Networking and Applications (AINA), pp. 1007–1019, DOI: 10.1007/978-3-030-15035-8_99., ISBN 978-3-030-15034-1, Matsue, Shimane/Japan, March 27, 2019.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/m2ec2019-videostreaming.pdf.
+
+[Ref180] Hong, Jiangshui; Dreibholz, Thomas; Schenkel, Joseph Adam; Hu, Jiaxi Alessia: "An Overview of Multi-Cloud Computing" (PDF, 109 KiB), in Proceedings of the 1st International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing (M2EC) in conjunction with the 33rd International Conference on Advanced Information Networking and Applications (AINA), pp. 1055–1068, DOI: 10.1007/978-3-030-15035-8_103., ISBN 978-3-030-15034-1, Matsue, Shimane/Japan, March 27, 2019.
+URL: https://web-backend.simula.no/sites/default/files/2024-06/M2EC2019-MultiCloud.pdf.
+
+---- February 2019 ----
+[Ref181] Dreibholz, Thomas; Mazumdar, Somnath; Zahid, Feroz; Taherkordi, Amirhosein; Gran, Ernst Gunnar: "Mobile Edge as Part of the Multi-Cloud Ecosystem: A Performance Study" (PDF, 9966 KiB), in Proceedings of the 27th Euromicro International Conference on Parallel, Distributed and Network-Based Processing (PDP), pp. 59–66, DOI: 10.1109/EMPDP.2019.8671599., ISBN 978-1-7281-1644-0, Pavia, Lombardia/Italy, February 13, 2019.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/pdp2019-web.pdf.
+
+---- January 2019 ----
+[Ref182] Dreibholz, Thomas: "NorNet at the University of Sydney: From Simulations to Real-World Internet Measurements for Multi-Path Transport Research" (PDF, 17078 KiB), Invited Talk at University of Sydney, Sydney, New South Wales/Australia, January 10, 2019.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/sydney2019-presentation.pdf.
+
+===== YEAR 2020 =====
+---- December 2020 ----
+[Ref183] Dreibholz, Thomas: "Custom-Made Enhanced Packet Cores as Network Services for 4G/5G Testbeds managed with Open Source MANO" (PDF, 4221 KiB), Presentation at the Mosaic5G Workshop, December 3, 2020.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/m5g-2020-presentation.pdf.
+
+[Ref184] Dreibholz, Thomas; Ocampo, Andrés Felipe: "Managing Tailor-Made Enhanced Packet Cores for 4G/5G Testbeds in OSM with the SimulaMet OpenAirInterface VNF" (PDF, 7354 KiB), Presentation at the OSM Hackfest, December 2, 2020.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest10-presentation.pdf.
+
+---- November 2020 ----
+[Ref185] Dreibholz, Thomas; Saxena, Paresh; Skinnemoen, Harald: "Efficient Network Coding for Satellite Applications: A Live Demo of HENCSAT and NECTOR" (PDF, 2004 KiB), in Proceedings of the 45th IEEE Conference on Local Computer Networks (LCN), Sydney, New South Wales/Australia, November 18, 2020.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-hencsat-demo-web.pdf.
+
+[Ref186] Ocampo, Andrés Felipe; Dreibholz, Thomas; Fida, Mah-Rukh; Elmokashfi, Ahmed Mustafa; Bryhni, Haakon: "Integrating Cloud-RAN with Packet Core as VNF Using Open Source MANO and OpenAirInterface" (PDF, 430 KiB), in Proceedings of the 45th IEEE Conference on Local Computer Networks (LCN), Sydney, New South Wales/Australia, November 18, 2020.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-simulametepc-demo-web.pdf.
+
+[Ref187] Chen, Min; Dreibholz, Thomas; Zhou, Xing; Yang, Xuelei: "Improvement and Implementation of a Multi-Path Management Algorithm Based on MPTCP" (PDF, 526 KiB), in Proceedings of the 45th IEEE Conference on Local Computer Networks (LCN), pp. 134–143, DOI: 10.1109/LCN48667.2020.9314778., ISBN 978-1-7281-7158-6, Sydney, New South Wales/Australia, November 16, 2020.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-pathmgt-web.pdf.
+
+---- September 2020 ----
+[Ref188] Dreibholz, Thomas: "A 4G/5G Packet Core as VNF with Open Source MANO and OpenAirInterface" (PDF, 811 KiB), in Proceedings of the 28th IEEE International Conference on Software, Telecommunications and Computer Networks (SoftCOM), pp. 1–3, DOI: 10.23919/SoftCOM50211.2020.9238222., ISBN 978-953-290-099-6, Hvar, Dalmacija/Croatia, September 19, 2020.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/softcom2020-simulametepc-web.pdf.
+
+[Ref189] Dreibholz, Thomas: "HiPerConTracer - A Versatile Tool for IP Connectivity Tracing in Multi-Path Setups" (PDF, 4898 KiB), in Proceedings of the 28th IEEE International Conference on Software, Telecommunications and Computer Networks (SoftCOM), pp. 1–6, DOI: 10.23919/SoftCOM50211.2020.9238278., ISBN 978-953-290-099-6, Hvar, Dalmacija/Croatia, September 17, 2020.
+URL: https://web-backend.simula.no/sites/default/files/2024-06/SoftCOM2020-HiPerConTracer.pdf.
+
+---- July 2020 ----
+[Ref190] Livadariu, Ioana Alexandrina; Dreibholz, Thomas; Al-Selwi, Anas Saeed; Bryhni, Haakon; Lysne, Olav; Bjørnstad, Steinar; Elmokashfi, Ahmed Mustafa: "On the Accuracy of Country-Level IP Geolocation" (PDF, 421 KiB), in Proceedings of the ACM/IRTF Applied Networking Research Workshop (ARNW), pp. 67–73, DOI: 10.1145/3404868.3406664., ISBN 978-1-4503-8039-3, Madrid/Spain, July 27, 2020.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/anrw2020.pdf.
+
+[Ref191] Saxena, Paresh; Dreibholz, Thomas; Skinnemoen, Harald; Alay, Özgü; Vazquez-Castro, Ángeles; Ferlin, Simone; Acar, Guray: "Resilient Hybrid SatCom and Terrestrial Networking for Unmanned Aerial Vehicles" (PDF, 1059 KiB), in Proceedings of the 39th IEEE International Conference on Computer Communications (INFOCOM), International Workshop on Wireless Sensor, Robot and UAV Networks (WiSARN), pp. 418–423, DOI: 10.1109/INFOCOMWKSHPS50562.2020.9162943., ISBN 978-1-7281-8696-2, Toronto, Ontario/Canada, July 6, 2020.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/infocom2020.pdf.
+
+---- June 2020 ----
+[Ref192] Elmokashfi, Ahmed Mustafa; Kvalbein, Amund; Christiansson, Mikael; Al-Selwi, Anas Saeed; Dreibholz, Thomas; Mıdoğlu, Çise: "Norske mobilnett i 2019 – Tilstandsrapport fra Centre for Resilient Networks and Applications" (PDF, 18663 KiB), Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications (CRNA), ISBN 978-82-92593-28-8, Oslo/Norway, June 30, 2020.
+URL: https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2019_1.pdf.
+
+[Ref193] Xie, Min; Pujol-Roig, Joan Sebastià; Michelinakis, Foivos Ioannis; Dreibholz, Thomas; Guerrero, Carmen; Sánchez, Adrián Gallego; Poe, Wint Yi; Wang, Yue; Elmokashfi, Ahmed Mustafa: "AI-Driven Closed-Loop Service Assurance with Service Exposures" (PDF, 713 KiB), in Proceedings of the 29th IEEE European Conference on Networks and Communications (EuCNC), pp. 265–270, DOI: 10.1109/EuCNC48522.2020.9200943., ISBN 978-1-7281-4355-2, Dubrovnik, Dubrovnik-Neretva/Croatia, June 17, 2020.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/eucnc2020.pdf.
+
+---- May 2020 ----
+[Ref194] Barik, Runa; Welzl, Michael; Fairhurst, Gorry; Dreibholz, Thomas; Elmokashfi, Ahmed Mustafa; Gjessing, Stein: "On the Usability of Transport Protocols other than TCP: A Home Gateway and Internet Path Traversal Study" (PDF, 1887 KiB), in Computer Networks, vol. 173, Elsevier, DOI: 10.1016/j.comnet.2020.107211., ISSN 1389-1286, May 22, 2020.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/comnets2020.pdf.
+
+---- April 2020 ----
+[Ref195] Dreibholz, Thomas: "Flexible 4G/5G Testbed Setup for Mobile Edge Computing using OpenAirInterface and Open Source MANO" (PDF, 228 KiB), in Proceedings of the 2nd International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing (M2EC) in conjunction with the 34th International Conference on Advanced Information Networking and Applications (AINA), pp. 1143–1153, DOI: 10.1007/978-3-030-44038-1_105., ISBN 978-3-030-44037-4, Caserta, Campania/Italy, April 15, 2020.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/m2ec2020.pdf.
+
+---- March 2020 ----
+[Ref196] Dreibholz, Thomas: "Easily Setting up 4G/5G Testbeds with OpenAirInterface using OSM" (PDF, 3100 KiB), Presentation at the OSM Hackfest, Madrid/Spain, March 11, 2020.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest9-presentation.pdf.
+
+===== YEAR 2021 =====
+---- December 2021 ----
+[Ref197] Dreibholz, Thomas; Ocampo, Andrés Felipe; Fida, Mah-Rukh: "Demonstration of P4-Based In-Band Telemetry for OSM-Orchestrated 4G/5G Testbeds" (PDF, 5252 KiB), Presentation at the OSM#12 Ecosystem Day, Virtual, December 1, 2021.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest12-presentation.pdf.
+
+---- October 2021 ----
+[Ref198] Dreibholz, Thomas; Mazumdar, Somnath: "A Demo of Workload Offloading in Mobile Edge Computing Using the Reliable Server Pooling Framework" (PDF, 1892 KiB), in Proceedings of the 46th IEEE Conference on Local Computer Networks (LCN), Edmonton, Alberta/Canada, October 7, 2021.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/lcn2021-rserpool-web.pdf.
+
+---- August 2021 ----
+[Ref199] Chen, Min; Raza, Muhammad Waleed; Dreibholz, Thomas; Zhou, Xing; Tan, Yuyin: "A Multi-Parameter Comprehensive Optimized Algorithm for MPTCP Networks" (PDF, 3320 KiB), in Electronics, vol. 10, no. 16, pp. 1–19, MDPI, DOI: 10.3390/electronics10161942., ISSN 2079-9292, Basel/Switzerland, August 12, 2021.
+URL: https://mdpi-res.com/d_attachment/electronics/electronics-10-01942/article_deploy/electronics-10-01942.pdf?version=1628757855.
+
+---- June 2021 ----
+[Ref200] Xie, Min; Dreibholz, Thomas; Michelinakis, Foivos Ioannis; Pujol-Roig, Joan; Poe, Wint Yi; Elmokashfi, Ahmed Mustafa; Majumdar, Sayantini; Malacarne, Sara: "An Exposed Closed-Loop Model for Customer-Driven Service Assurance Automation" (PDF, 1131 KiB), in Proceedings of the 30th IEEE European Conference on Networks and Communications (EuCNC), pp. 419–424, DOI: 10.1109/EuCNC/6GSummit51104.2021.9482533., ISBN 978-1-6654-1526-2, Porto/Portugal, June 9, 2021.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/eucnc2021.pdf.
+
+---- May 2021 ----
+[Ref201] Dreibholz, Thomas; Mazumdar, Somnath: "Reliable Server Pooling Based Workload Offloading with Mobile Edge Computing: A Proof-of-Concept" (PDF, 1113 KiB), in Proceedings of the 3rd International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing (M2EC) in conjunction with the 35th International Conference on Advanced Information Networking and Applications (AINA), vol. 3, pp. 582–593, DOI: 10.1007/978-3-030-75078-7_58., ISBN 978-3-030-75078-7, Toronto, Ontario/Canada, May 14, 2021.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/m2ec2021-web.pdf.
+
+[Ref202] Abdulkadir, Mohammed A.; Alay, Özgü; Alexiou, Angeliki; Anastasopoulos, Markos; Antevski, Kiril; Aumayr, Erik; Ayed, Dhouha; Baranda, Jordi; Behravesh, Rasoul; Benzaid, Chafika; Bisson, Pascal; Bosneag, Anne-Marie Cristina; Boulogeorgos, Alexandros-Apostolos A.; Calero, José Alcaraz; Carrozzo, Gino; Casetti, Claudio Ettore; Caso, Giuseppe; Celdrán, Alberto Huertas; Chergui, Hatim; Chiasserini, Carla Fabiana; Chinchilla-Romero, Lorena; Chollon, Geoffroy; Cogalan, Tezcan; Colman-Meixner, Carlos; Conti, Andrea; Cosmas, John; Costa-Requena, José; Desai, Rachana; Devoti, Francesco; Diamanti, Maria; Dreibholz, Thomas; Elmokashfi, Ahmed Mustafa; Feghhi, Saman; Garcia-Saavedra, Andres; Gavras, Anastasius; Ghoraishi, Mir; Giannopoulos, Anastasios; Goodarzi, Meysam; Gramaglia, Marco; Guimarães, Carlos; Gürkan, Gür; He, Jiguang; Hrasnica, Halid; Jimeno, Elisa; Kakkavas, Grigorios; Kaloxylos, Alexandros; Karyotis, Vasileios; Katta, Saimanoj; Katzouris, Nikos; Kennouche, Takai Eddine; Klinkenberg, Ralf; Kokkoniemi, Joonas; Kondepu, Koteswararao; Lazarakis, Fotis; Lekidis, Alexios; Li, Xi; Lopez, Diego; Magoula, Lina; Mahmood, Kashif; Majumdar, Sayantini; Malinverno, Marco; Mangues-Bafalluy, Josep; Martínez, Ricardo; Martín-Pérez, Jorge; Martrat, Josep; Meunier, Ben; Mohamed, Ramy; Morselli, Flavio; Muñoz, Juan José Ramos; Muñoz-Luengo, Pablo; Muri, Daniel Camps; Murphy, Chris; Oca, Edgardo Montes De; Papagianni, Chrysa; Papavassiliou, Symeon; Perales, Antonio Agustín Pastor; Pérez, Gregorio Martínez; Pérez, Manuel Gil; Poe, Wint Yi; Prados-Garzon, Jonathan; Renzo, Marco Di; Roig, Joan Pujol; Sánchez, Pedro Miguel; Schepper, Koen De; Shi, Lina; Skarmeta, Antonio; Spantideas, Sotirios; Srinivasan, Gokul Krishna; Stamou, Adamantia; Subramanya, Tejas; Trakadas, Panagiotis; Tzanakaki, Anna; Valcarenghi, Luca; Valero, José María Jorquera; Videv, Stefan; Wang, Qi; Wang, Yue; Xie, Min; Xu, Zhao; Yan, Shuangyi; Yaqub, Edwin; Yesilkaya, Anil; Zanzi, Lanfranco; Zemouri, Sofiane; Zeydan, Engin; Zhang, Xun; Zhou, Xueqing: "AI and ML –- Enablers for Beyond 5G Networks" (PDF, 6041 KiB), 5G PPP Technology Board, DOI: 10.5281/zenodo.429989., May 11, 2021.
+URL: https://5g-ppp.eu/wp-content/uploads/2021/05/AI-MLforNetworks-v1-0.pdf.
+
+[Ref203] Elmokashfi, Ahmed Mustafa; Kvalbein, Amund; Al-Selwi, Anas Saeed; Fida, Mah-Rukh: "Norske mobilnett i 2020 – Tilstandsrapport fra Centre for Resilient Networks and Applications" (PDF, 9473 KiB), Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications (CRNA), ISBN 82-92593-30-6, Oslo/Norway, May 6, 2021.
+URL: https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2020.pdf.
+
+---- January 2021 ----
+[Ref204] Dreibholz, Thomas: "NorNet at Hainan University in 2021: Getting Started with NorNet Core – A Remote Tutorial" (PDF, 4654 KiB), Tutorial at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People's Republic of China, January 15, 2021.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-nornet-tutorial.pdf.
+
+[Ref205] Elmokashfi, Ahmed Mustafa; Arouna, Alfred; Livadariu, Ioana Alexandrina; Fida, Mah-Rukh; Kvalbein, Amund; Al-Selwi, Anas Saeed; Dreibholz, Thomas; Bryhni, Haakon: "A Multi-Perspective Study of Internet Performance during the COVID-19 Outbreak" (PDF, 1813 KiB), in E-Print Archive, Arxiv, January 13, 2021.
+URL: https://arxiv.org/pdf/2101.05030.pdf.
+
+[Ref206] Dreibholz, Thomas: "NorNet at Hainan University in 2021: From Simulations to Real-World Internet Measurements for Multi-Path Transport Research – A Remote Presentation" (PDF, 14184 KiB), Keynote Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People's Republic of China, January 8, 2021.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-multipath-presentation.pdf.
+
+===== YEAR 2022 =====
+---- December 2022 ----
+[Ref207] Mazumdar, Somnath; Dreibholz, Thomas: "Towards a Privacy Preserving Data Flow Control via Packet Header Marking" (PDF, 2009 KiB), in Proceedings of the 24th IEEE International Conference on High Performance Computing, Data, and Analytics (HPCC), pp. 1509–1516, DOI: 10.1109/HPCC-DSS-SmartCity-DependSys57074.2022.00232., ISBN 979-8-3503-1993-4, Chengdu, Sichuan/People's Republic of China, December 18, 2022.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/hpcc2022.pdf.
+
+[Ref208] Mazumdar, Somnath; Dreibholz, Thomas: "Towards a Blockchain and Fog-Based Proactive Data Distribution Framework for ICN" (PDF, 3018 KiB), in Proceedings of the International Conference on Parallel and Distributed Computing, Applications and Technologies (PDCAT), pp. 175–186, DOI: 10.1007/978-3-031-29927-8_14., ISBN 978-3-031-29927-8, Sendai, Miyagi/Japan, December 7, 2022.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/pdcat2022.pdf.
+
+---- November 2022 ----
+[Ref209] Mazumdar, Somnath; Dreibholz, Thomas: "Secure Embedded Living: Towards a Self-contained User Data Preserving Framework" (PDF, 336 KiB), in IEEE Communications Magazine, vol. 60, pp. 74–80, DOI: 10.1109/MCOM.001.2200165., ISSN 0163-6804, November 11, 2022.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/commmag2022.pdf.
+
+[Ref210] Dreibholz, Thomas; Mazumdar, Somnath: "Find Out: How Do Your Data Packets Travel?" (PDF, 7239 KiB), in Proceedings of the 18th IEEE International Conference on Network and Service Management (CNSM), pp. 359–363, DOI: 10.23919/CNSM55787.2022.9965091., ISBN 978-3-903176-51-5, Thessaloniki, Greece, November 1, 2022.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/cnsm2022.pdf.
+
+---- September 2022 ----
+[Ref211] Dreibholz, Thomas; Fida, Mah-Rukh; Ahmed, Azza Hassan Mohamed; Ocampo, Andrés Felipe; Michelinakis, Foivos Ioannis: "A Live Demonstration of In-Band Telemetry in OSM-Orchestrated Core Networks" (PDF, 543 KiB), in Proceedings of the 47th IEEE Conference on Local Computer Networks (LCN), pp. 245–247, DOI: 10.1109/LCN53696.2022.9843413., ISBN 978-1-6654-8001-7, Edmonton, Alberta/Canada, September 28, 2022.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/lcn2022-telemetry-demo-web.pdf.
+
+---- August 2022 ----
+[Ref212] Michelinakis, Foivos Ioannis; Pujol-Roig, Joan Sebastià; Malacarne, Sara; Xie, Min; Dreibholz, Thomas; Majumdar, Sayantini; Poe, Wint Yi; Patounas, Georgios; Guerrero, Carmen; Elmokashfi, Ahmed Mustafa; Theodorou, Vasileios: "AI Anomaly Detection for Cloudified Mobile Core Architectures" (PDF, 9658 KiB), in Transactions on Network and Service Management (TNSM), IEEE Computer Society, DOI: 10.1109/TNSM.2022.3203246., ISSN 1932-4537, Los Alamitos, California/U.S.A., August 31, 2022.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/tnsm2022.pdf.
+
+---- June 2022 ----
+[Ref213] Arouna, Alfred; Bjørnstad, Steinar; Ryan, Stein Jørgen; Dreibholz, Thomas; Rind, Sobia; Elmokashfi, Ahmed Mustafa: "Network Path Integrity Verification using Deterministic Delay Measurements" (PDF, 447 KiB), in Proceedings of the 6th IEEE/IFIP Network Traffic Measurement and Analysis Conference (TMA), ISBN 978-3-903176-47-8, Enschede, Overijssel/Netherlands, June 29, 2022.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/tma_camera_ready_network_path_integrity_verification_using_deterministic_delay_measurements.pdf.
+
+[Ref214] Dreibholz, Thomas; Ahmed, Azza Hassan Mohamed; Fida, Mah-Rukh; Ocampo, Andrés Felipe; Michelinakis, Foivos Ioannis: "Detecting Issues with In-Band Telemetry in OSM-Orchestrated Core Networks" (PDF, 4769 KiB), Presentation at the OSM#13 Ecosystem Day, Virtual, June 15, 2022.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest13-presentation.pdf.
+
+---- April 2022 ----
+[Ref215] Dreibholz, Thomas; Mazumdar, Somnath: "Load Distribution for Mobile Edge Computing with Reliable Server Pooling" (PDF, 3664 KiB), in Proceedings of the 4th International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing (M2EC) in conjunction with the 36th International Conference on Advanced Information Networking and Applications (AINA), pp. 590–601, DOI: 10.1007/978-3-030-99619-2_55., ISBN 978-3-030-99619-2, Sydney, New South Wales/Australia, April 15, 2022.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/m2ec2022.pdf.
+
+[Ref216] Elmokashfi, Ahmed Mustafa; Kvalbein, Amund; Al-Selwi, Anas Saeed; Michelinakis, Foivos Ioannis; Dreibholz, Thomas: "Norske mobilnett i 2021 – Tilstandsrapport fra Centre for Resilient Networks and Applications" (PDF, 10513 KiB), Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications (CRNA), ISBN 82-92593-36-5, Oslo/Norway, April 6, 2022.
+URL: https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2021.pdf.
+
+---- January 2022 ----
+[Ref217] Dreibholz, Thomas: "NorNet – A Linux- and Open-Source-Software-based International Platform for Networking Research" (PDF, 7977 KiB), in Proceedings of the Linux Conference Australia (LCA), Virtual, January 15, 2022.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/lca2022-presentation.pdf.
+
+===== YEAR 2023 =====
+---- November 2023 ----
+[Ref218] Bjørnstad, Steinar; Ali, Jameel; Dreibholz, Thomas: "Detecting Physical Impacts by Monitoring State of Polarisation in a Live Fibre-To-The-Home Data-Communication Air-Cable" (PDF, 7490 KiB), in Proceedings of the 28th International Conference on Optical Fiber Sensors (OFS), DOI: 10.1364/ofs.2023.tu3.44., ISBN 978-1-957171-30-2, Hamamatsu, Shizuoka/Japan, November 21, 2023.
+URL: https://web-backend.simula.no/sites/default/files/2023-11/OFS2023.pdf.
+
+[Ref219] Dreibholz, Thomas; Mazumdar, Somnath: "TARTAN Traceroute Dataset" , IEEE DataPort, DOI: 10.21227/a241-gm35., November 9, 2023.
+
+[Ref220] Fu, Fa; Lu, Gaoshang; Huang, Jianqiang; Dreibholz, Thomas: "A Survey of Blockchain-Based Identity Anonymity Research" (PDF, 291 KiB), in Proceedings of the 13th International Conference on Computer Engineering and Networks (CENet), Springer Nature, DOI: 10.1007/978-981-99-9247-8_44., ISSN 1876-1100, Wuxi, Jiangsu/People's Republic of China, November 4, 2023.
+URL: https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-Blockchain.pdf.
+
+[Ref221] Zhang, Jingqi; Zhang, Xin; Liu, Zhaojun; Fu, Fa; Nie, Jianyu; Huang, Jianqiang; Dreibholz, Thomas: "A Survey of Security Vulnerabilities and Detection Methods for Smart Contracts" (PDF, 207 KiB), in Proceedings of the 13th International Conference on Computer Engineering and Networks (CENet), Springer Nature, DOI: 10.1007/978-981-99-9247-8_43., ISSN 1876-1100, Wuxi, Jiangsu/People's Republic of China, November 4, 2023.
+URL: https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-SmartContracts.pdf.
+
+---- September 2023 ----
+[Ref222] Dreibholz, Thomas: "High-Precision Round-Trip Time Measurements in the Internet with HiPerConTracer" (PDF, 12474 KiB), in Proceedings of the 31st International Conference on Software, Telecommunications and Computer Networks (SoftCOM), DOI: 10.23919/SoftCOM58365.2023.10271612., ISBN 979-8-3503-0107-6, Split, Dalmacija/Croatia, September 22, 2023.
+URL: https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Timestamping.pdf.
+
+[Ref223] Dreibholz, Thomas: "A Live Demonstration of HiPerConTracer 2.0" (PDF, 1909 KiB), in Proceedings of the 31st International Conference on Software, Telecommunications and Computer Networks (SoftCOM), Split, Dalmacija/Croatia, September 22, 2023.
+URL: https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Demo_0.pdf.
+
+[Ref224] Mazumdar, Somnath; Dreibholz, Thomas: "Towards A Data Privacy-Aware Execution Zone Creation on Cloud/Fog Platform" (PDF, 2194 KiB), in Proceedings of the 49th Euromicro Conference Series on Software Engineering and Advanced Applications (SEAA), pp. 140–149, DOI: 10.1109/SEAA60479.2023.00030., ISBN 979-8-3503-4235-2, Durrës/Albania, September 8, 2023.
+URL: https://web-backend.simula.no/sites/default/files/2023-10/SEAA2023.pdf.
+
+[Ref225] Fida, Mah-Rukh; Ahmed, Azza Hassan Mohamed; Dreibholz, Thomas; Ocampo, Andrés Felipe; Elmokashfi, Ahmed Mustafa; Michelinakis, Foivos Ioannis: "Bottleneck Identification in Cloudified Mobile Networks based on Distributed Telemetry" (PDF, 4278 KiB), in Transactions on Mobile Computing, pp. 1–18, IEEE, DOI: 10.1109/TMC.2023.3312051., ISSN 1558-0660, September 5, 2023.
+URL: https://web-backend.simula.no/sites/default/files/2023-10/ToMC2023.pdf.
+
+---- July 2023 ----
+[Ref226] Dreibholz, Thomas; Bjørnstad, Steinar; Ali, Jameel: "A Scalable Infrastructure for Continuous State of Polarisation Monitoring for Revealing Security and Vulnerability Impacts in Optical Networks" (PDF, 8431 KiB), in Proceedings of the 17th International Conference on Telecommunications (ConTEL), pp. 1–8, DOI: 10.1109/ConTEL58387.2023.10198969., ISBN 979-8-3503-0223-3, Graz, Steiermark/Austria, July 11, 2023.
+URL: https://web-backend.simula.no/sites/default/files/2023-10/ConTEL2023.pdf.
+
+[Ref227] Mazumdar, Somnath; Dreibholz, Thomas: "Proactive Resource Orchestration Framework for Cloud/Fog Platform" (PDF, 223 KiB), in Proceedings of the 28th IEEE Symposium on Computers and Communications (ISCC), pp. 259–265, DOI: 10.1109/ISCC58397.2023.10218068., ISBN 979-8-3503-0048-2, Gammarth, Tunis/Tunisia, July 10, 2023.
+URL: https://web-backend.simula.no/sites/default/files/2023-10/ISCC2023.pdf.
+
+[Ref228] Bjørnstad, Steinar; Ali, Jameel; Dreibholz, Thomas; Sæthre, Erik: "A Scalable Data Collection System for Continuous State of Polarisation Monitoring" (PDF, 997 KiB), in Proceedings of the 23rd International Conference on Transparent Optical Networks (ICTON), pp. 1–4, DOI: 10.1109/ICTON59386.2023.10207183., ISBN 979-8-3503-0303-2, Bucharest/Romania, July 3, 2023.
+URL: https://web-backend.simula.no/sites/default/files/2023-10/ICTON2023.pdf.
+
+---- April 2023 ----
+[Ref229] Dreibholz, Thomas; Mazumdar, Somnath: "Towards a Lightweight Task Scheduling Framework for Cloud and Edge Platform" (PDF, 4020 KiB), in Internet of Things, vol. 21, Elsevier, DOI: 10.1016/j.iot.2022.100651., ISSN 2542-6605, April 2023.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/iot2023.pdf.
+
+[Ref230] Čičić, Tarik; Kvalbein, Amund; Al-Selwi, Anas Saeed; Michelinakis, Foivos Ioannis; Dreibholz, Thomas: "Norske mobilnett i 2022 – Tilstandsrapport fra Centre for Resilient Networks and Applications" (PDF, 8343 KiB), Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications (CRNA), ISBN 978-82-92593-38-7, Oslo/Norway, April 27, 2023.
+URL: https://web-backend.simula.no/sites/default/files/publications/files/crna-2022.pdf.
+
+===== YEAR 2024 =====
+---- June 2024 ----
+[Ref231] Dreibholz, Thomas; Mazumdar, Somnath: "Secure and Privacy-Preserving Smart Living" (PDF, 5238 KiB), Invited Talk at KOHS Workshop on Technology for Co-Working on Health and Active Life, Wien/Austria, June 13, 2024.
+URL: https://web-backend.simula.no/sites/default/files/2024-06/KOHS2024-Presentation_0.pdf.
+
+---- April 2024 ----
+[Ref232] Čičić, Tarik; Gomola, Alojz; Martineau, Hugo; Michelinakis, Foivos Ioannis; Al-Selwi, Anas Saeed: "Norske mobilnett i 2023 – Tilstandsrapport fra Simula Metropolitan Center for Digital Engineering, Center for Resilient Networks and Applications" (PDF, 14820 KiB), Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications (CRNA), ISBN 978-82-92593-39-4, Oslo/Norway, April 30, 2024.
+URL: https://web-backend.simula.no/sites/default/files/2024-05/crna-2023.pdf.
+
+[Ref233] Dreibholz, Thomas: "Cloud and Fog: How and Where is My Data Flowing? Obtaining Insights into Data Privacy in Today's Applications" (PDF, 14384 KiB), Invited Talk at Copenhagen Business School (CBS), Fredriksberg/Denmark, April 26, 2024.
+URL: https://web-backend.simula.no/sites/default/files/2024-04/CBSTalk2024.pdf.
+
+[Ref234] Evang, Jan Marius; Dreibholz, Thomas: "Optimizing Network Latency: Unveiling the Impact of Reflection Server Tuning" (PDF, 422 KiB), in Proceedings of the 6th International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing (M2EC) in conjunction with the 38th International Conference on Advanced Information Networking and Applications (AINA), pp. 374–384, DOI: 10.1007/978-3-031-57942-4_3., ISBN 978-3-031-57942-4, Kitakyushu, Fukuoka/Japan, April 18, 2024.
+URL: https://web-backend.simula.no/sites/default/files/2024-02/M2EC2024.pdf.
+
+---- February 2024 ----
+[Ref235] Evang, Jan Marius; Dreibholz, Thomas: "Reflection Server Tuning Dataset" , IEEE DataPort, DOI: 10.21227/8wbz-7e29., February 2, 2024.
+
+===== YEAR 2025 =====
+---- March 2025 ----
+[Ref236] Dreibholz, Thomas; Mazumdar, Somnath: "HiPerConTracer 3.0: Transport-level Packet Routing Analysis Tool" (PDF, 5349 KiB), in Proceedings of the 33rd Euromicro International Conference on Parallel, Distributed and Network-Based Processing (PDP), pp. 33–41, DOI: 10.1109/PDP66500.2025.00014., ISBN 979-8-3315-2493-7, Torino, Piemonte/Italy, March 14, 2025.
+URL: https://web-backend.simula.no/sites/default/files/2025-02/PDP2025.pdf.
+
+===== End of My Publications List =====
diff -pruN 1.4.4-2/src/bibtexconv-tests/web-example1.good 2.0.2-1/src/bibtexconv-tests/web-example1.good
--- 1.4.4-2/src/bibtexconv-tests/web-example1.good	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/bibtexconv-tests/web-example1.good	2025-05-10 20:39:10.000000000 +0000
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>Publications</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta name="Author" content="BibTeXConv" />
+<meta name="Description" content="List of Publications" />
+<meta name="Keywords" content="Publications" />
+<meta name="Classification" content="Publications" />
+<meta name="Viewport" content="width=device-width; initial-scale=1" />
+<link rel="stylesheet" href="https://www.nntb.no/~dreibh/stylesheet.css" type="text/css" />
+<script type="text/javascript" src="publication-list-treeview.js"></script>
+<style>
+li.treeview-collapsed {
+   list-style-image: url(Images/ListItem-Collapsed.svg);
+}
+li.treeview-expanded {
+   list-style-image: url(Images/ListItem-Expanded.svg);
+}
+</style>
+</head>
+<body>
+
+<!-- ###### Publications ############################################# -->
+<h2 id="Publications">Publications</h2>
+
+<!-- BEGIN-OF-PUBLICATIONS -->
+
+<h3 id="Publications-2023">2023</h3><ul>
+
+<li id="Publications-CRNA-Rapport2022" class="treeview-collapsed"><div><p class="description"><a href="https://www.simula.no/people/tarik/">Čičić, Tarik</a>; <a href="https://no.linkedin.com/pub/amund-kvalbein/0/36a/168">Kvalbein, Amund</a>; <a href="https://www.simula.no/people/anasal/">Al-Selwi, Anas Saeed</a>; <a href="https://www.simula.no/people/foivos/">Michelinakis, Foivos Ioannis</a> and <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="nb-NO" lang="nb-NO"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/crna-2022.pdf">Norske mobilnett i 2022 – Tilstandsrapport fra Centre for Resilient Networks and Applications</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/crna-2022.pdf">PDF</a>, 8343&nbsp;KiB, 44&nbsp;pages, på norsk), Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications&nbsp;(CRNA), ISBN&nbsp;978-82-92593-38-7, Oslo/Norway, April&nbsp;27, 2023.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="nb-NO">Denne rapporten er utarbeidet av Center for Resilient Networks and Applications (CRNA), som er en del av Simula Metropolitan Center for Digital Engineering. CRNA driver grunnleggende forskning innen robusthet og sikkerhet i nettverk med mandat og finansiering fra Kommunal- og moderniseringsdepartementet. Senteret produserer en årlig rapport om tilstanden i norske mobilnett. Årets rapport er den tiende i rekken</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/crna-2022.pdf">https://web-backend.simula.no/sites/default/files/publications/files/crna-2022.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 0e3fb8dba3abb5a4877bf234cbb64a4a</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2022">2022</h3><ul>
+
+<li id="Publications-CommMag2022" class="treeview-collapsed"><div><p class="description"><a href="https://www.cbs.dk/en/research/departments-and-centres/department-of-digitalization/staff/smadigi">Mazumdar, Somnath</a> and <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/commmag2022.pdf">Secure Embedded Living: Towards a Self-contained User Data Preserving Framework</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/commmag2022.pdf">PDF</a>, 336&nbsp;KiB, 7&nbsp;pages, in English), in <em>IEEE Communications Magazine</em>, vol.&nbsp;60, pp.&nbsp;74–80, DOI&nbsp;<a href="https://dx.doi.org/10.1109/MCOM.001.2200165">10.1109/MCOM.001.2200165</a>, ISSN&nbsp;0163-6804, November&nbsp;11, 2022.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">IoTs, Cloud, Blockchain, Data, Security, User</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Smart living represents the hardware-software co-inhabiting with humans for better living standards and improved well-being. Here, hardware monitors human activities (by collecting data) specific to a context. Such data can be processed to offer context-specific valuable insights. Such insights can be used for optimising the well-being, living experience and energy cost of smart homes. This paper proposes a Secure Embedded Living Framework&nbsp;(SELF) that enforces a privacy-preserving data control mechanism by integrating multiple technologies, such as Internet-of-thing, cloud/fog platform, machine learning and blockchain. The primary aim of the SELF is to allow the user to retain more control of its data.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/commmag2022.pdf">https://web-backend.simula.no/sites/default/files/publications/files/commmag2022.pdf</a></p><p class="publication-details"><strong>MD5:</strong> aee5a6a9043799f00b9836ce7cafd8d4</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2014">2014</h3><ul>
+
+<li id="Publications-PAMS2014-LEDBAT" class="treeview-collapsed"><div><p class="description"><a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/hakim-adhari/">Adhari, Hakim</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/sebastian-werner/">Werner, Sebastian</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2512.pdf">LEDBAT-MP – On the Application of Lower-than-Best-Effort for Concurrent Multipath Transfer</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2512.pdf">PDF</a>, 1229&nbsp;KiB, 7&nbsp;pages, in English), in <em>Proceedings of the 4th International Workshop on Protocols and Applications with Multi-Homing Support&nbsp;(PAMS)</em>, DOI&nbsp;<a href="https://dx.doi.org/10.1109/WAINA.2014.125">10.1109/WAINA.2014.125</a>, ISBN&nbsp;978-1-4799-2652-7, Victoria, British Columbia/Canada, May&nbsp;16, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Multi-Path Transfer, Congestion Control, Background Traffic, CMT-SCTP, MPTCP</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Internet is based on best effort communication, i.e. it tries to deliver packets but does not provide any guarantees. A transport protocol can make use of this best effort service to provide a suitable service to its applications. Also, its congestion control is responsible for a fair distribution of the resources within the Internet. However, background data transfer applications (like file sharing or update fetching) do not require "best effort", they in fact could use a "lower-than-best-effort" service to leave resources to more important applications if needed. For this purpose, the Low Extra Delay Background Transport&nbsp;(LEDBAT) algorithm has been standardized by the IETF.<br />Nowadays, multi-homing is becoming increasingly common in modern networks and several approaches to exploit this feature (e.g. CMT-SCTP, MPTCP) have evolved that are able to combine resources of multiple paths. For background traffic oriented algorithms like LEDBAT, this feature could be of great use, too, i.e. by increasing the overall bandwidth while shifting the transmission away from paths which are used by other flows. This could be particularly useful for non-critical bulk transfers in data centres. In this paper, we introduce our approach LEDBAT for Multi-Path – denoted as LEDBAT-MP – and analyze its performance by simulations. With this paper, we want to highlight some generic design questions and start a discussion on how a solid universal background multi-path congestion control strategy should behave.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2512.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2512.pdf</a></p><p class="publication-details"><strong>MD5:</strong> dfdfcfef3b476f3d9aad8215ef058662</p></div>
+</li>
+
+<li id="Publications-CAIA2014" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/caia2014-presentation-web.pdf">NorNet – An Open, Large-Scale Testbed for Multi-Homed Systems</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/caia2014-presentation-web.pdf">PDF</a>, 4655&nbsp;KiB, 31&nbsp;pages, in English), Invited Talk at Swinburne University, Centre for Advanced Internet Architectures&nbsp;(CAIA), Melbourne, Victoria/Australia, January&nbsp;30, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-homing denotes the simultaneous connection of endpoints (e.g. cloud servers, smartphones, etc.) to multiple Internet Service Providers&nbsp;(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g. malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e. increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g. be realised by Concurrent Multi-Path Transfer for SCTP&nbsp;(CMT-SCTP) and Multi-Path TCP&nbsp;(MPTCP), two protocols that are currently under standardisation in the IETF.<br />The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections – wired as well as wireless – that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet with a focus on its usage for research on multi-path transport. Particularly, it will also show how the NorNet testbed can be utilised for research at CAIA/Swinburne University.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/caia2014-presentation-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/caia2014-presentation-web.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 2c2282e72cc039210aa3b8ee97b389a6</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2013">2013</h3><ul>
+
+<li id="Publications-PAMS2013-NorNet" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.ntnu.no/ansatte/ernst.g.gran">Gran, Ernst Gunnar</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/threfereedinproceedingsreference.2012-12-20.7643198512.pdf">Design and Implementation of the NorNet Core Research Testbed for Multi-Homed Systems</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/threfereedinproceedingsreference.2012-12-20.7643198512.pdf">PDF</a>, 20082&nbsp;KiB, 7&nbsp;pages, in English), in <em>Proceedings of the 3nd International Workshop on Protocols and Applications with Multi-Homing Support&nbsp;(PAMS)</em>, pp.&nbsp;1094–1100, DOI&nbsp;<a href="https://dx.doi.org/10.1109/WAINA.2013.71">10.1109/WAINA.2013.71</a>, ISBN&nbsp;978-0-7695-4952-1, Barcelona, Catalonia/Spain, March&nbsp;27, 2013.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, Testbed, Multi-Homing, Design, Implementation</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Internet has made it possible to communicate and to use services over large geographical distances. While it has originally been built for less critical services like e-mail and file transfer, it is nowadays also increasingly often used for availability-critical services like e.g. e-commerce or healthcare. Clearly, the reachability of such services must be ensured by so-called multi-homing of endpoints. That is, endpoints are simultaneously connected to multiple Internet Service Providers&nbsp;(ISP) to provide redundancy. If one ISP has problems, it is intended that the connection to another one still works. However, such assumptions have never been verified in real, large-scale setups.<br />The intention of the NorNet project is to build up a realistic Internet testbed for multi-homing. In this paper, we describe the design of NorNet with focus on the implementation of its fixed-line part: NorNet Core. This paper is intended to give researchers an overview of its mode of operation, its capabilities as well as its interesting feature realisations. The knowledge about these items is very useful to plan own experiments in the NorNet testbed.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/threfereedinproceedingsreference.2012-12-20.7643198512.pdf">https://web-backend.simula.no/sites/default/files/publications/threfereedinproceedingsreference.2012-12-20.7643198512.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 6560234f120c9c1e0166928b1c13e400</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2012">2012</h3><ul>
+
+<li id="Publications-Dre2012" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029737/Dre2012_final.pdf">Evaluation and Optimisation of Multi-Path Transport using the Stream Control Transmission Protocol</a>´´</span> (<a type="application/pdf" href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029737/Dre2012_final.pdf">PDF</a>, 36779&nbsp;KiB, 264&nbsp;pages, in English), Habilitation Treatise, University of Duisburg-Essen, Faculty of Economics, Institute for Computer Science and Business Information Systems, URN&nbsp;<a href="https://www.nbn-resolving.de/urn:nbn:de:hbz:464-20120315-103208-1">urn:nbn:de:hbz:464-20120315-103208-1</a>, March&nbsp;13, 2012.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Stream Control Transmission Protocol&nbsp;(SCTP), Multi-Path Transport, Dissimilar Paths, Fairness, Evaluation, Optimisation</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Stream Control Transmission Protocol&nbsp;(SCTP) as defined in RFC&nbsp;4960 is an advanced Transport Layer protocol that provides support for multi-homing. That is, SCTP endpoints may simultaneously use multiple Network Layer addresses, which allows to connect the endpoints to multiple networks for redundancy purposes. However, for the transfer of user data, only one of the possible paths is currently used at a time. All other paths remain as backup and are only used for retransmissions.<br />Clearly, the existence of multiple paths has led to the idea of applying load sharing among the paths. An extension to SCTP – denoted as Concurrent Multipath Transfer&nbsp;(CMT) – realises this load sharing functionality. While this approach works well for similar paths, i.e. paths having similar characteristics regarding bandwidths, bit error rates and delays, the use of dissimilar paths does not work that neatly.<br />In this thesis, the issues of dissimilar paths for CMT-based load sharing will be demonstrated first. The reasons for these issues will be identified and solutions proposed. These solutions will be evaluated in simulations, as well as partially also in a real-world Internet testbed setup, in order to show their effectiveness. In particular, it will be shown that a combination of multiple mechanisms is necessary to make CMT work as expected under a wide range of network and system parameters.<br />Furthermore, the fairness of CMT-based transport – in concurrency to classic non-CMT flows – will be analysed. The usage of plain CMT leads to an overly aggressive bandwidth occupation on so-called shared bottlenecks. As a countermeasure, the idea of Resource Pooling will be utilised. For this purpose, two new and one adapted congestion control approach – all based on the Resource Pooling principle – will be introduced and examined in similar as well as dissimilar path setups, in order to show how to fairly deploy CMT transport in the Internet.<br />The results of this work have also been contributed to the ongoing IETF&nbsp;standardisation process of SCTP and its extensions.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029737/Dre2012_final.pdf">https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029737/Dre2012_final.pdf</a></p><p class="publication-details"><strong>MD5:</strong> add34f0b780cb35b7ee1f963ea85e59c</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2010">2010</h3><ul>
+
+<li id="Publications-Globecom2010" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a> and <a href="https://www.fh-muenster.de/eti/personen/professoren/tuexen/">Tüxen, Michael</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Globecom2010.pdf">On the Use of Concurrent Multipath Transfer over Asymmetric Paths</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Globecom2010.pdf">PDF</a>, 1036&nbsp;KiB, 6&nbsp;pages, in English), in <em>Proceedings of the IEEE Global Communications Conference&nbsp;(GLOBECOM)</em>, DOI&nbsp;<a href="https://dx.doi.org/10.1109/GLOCOM.2010.5683579">10.1109/GLOCOM.2010.5683579</a>, ISBN&nbsp;978-1-4244-5637-6, Miami, Florida/U.S.A., December&nbsp;7, 2010.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Concurrent Multipath Transfer, Resource Pooling, Asymmetric Paths, Buffer Handling, Performance Analysis</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">With the deployment of more and more resilience-critical Internet applications, there is a rising demand for multi-homed network sites. This leads to the desire for simultaneously utilising all available access paths to improve application data throughput. This is commonly known as Concurrent Multipath Transfer&nbsp;(CMT), approaches for several Transport Layer protocols have been proposed. Combined with Resource Pooling&nbsp;(RP), CMT can also fairly coexist with concurrent non-CMT flows. Current approaches focus on symmetric paths (i.e. similar bandwidth, delay and error rate). However, asymmetric paths are much more likely – particularly for realistic Internet setups – and efficient CMT usage on such paths is therefore crucial.<br />In this paper, we first show the challenges of plain as well as RP-aware CMT data transport over asymmetric paths. After that, we introduce mechanisms for efficient transport over such paths. Finally, we analyse the performance of our approaches by using simulations.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Globecom2010.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Globecom2010.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 96629a6c95f6882e9fdd54acdee2de5d</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2005">2005</h3><ul>
+
+<li id="Publications-LCN2005-EdgeDevice" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20071010055641/http://www.beds.ac.uk/departments/computing/staff/avril-ijsselmuiden/">IJsselmuiden, Avril&nbsp;J.</a> and Adams, John&nbsp;L.:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2005-EdgeDevice.pdf">An Advanced QoS Protocol for Mass Content</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2005-EdgeDevice.pdf">PDF</a>, 113&nbsp;KiB, 2&nbsp;pages, in English), in <em>Proceedings of the IEEE Conference on Local Computer Networks&nbsp;(LCN) 30th Anniversary</em>, pp.&nbsp;517–518, DOI&nbsp;<a href="https://dx.doi.org/10.1109/LCN.2005.25">10.1109/LCN.2005.25</a>, ISBN&nbsp;0-7695-2421-4, Sydney, New South Wales/Australia, November&nbsp;17, 2005.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Quality of Service&nbsp;(QoS), Signalling Protocols, Telecommunication Congestion Control, Telecommunication Traffic</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This paper presents a novel network device being located in network edge nodes. It provides a solution for QoS guarantees to certain flows on a congested link by focussing packet discard on selected flows. Unlike IntServ solutions like RSVP, our approach only requires minimal signalling and provides both efficiency and scalability.<br />In this paper, we first describe the ideas of our QoS device and then provide first results from a fast-track simulation model implementing a lightweight version of our approach.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2005-EdgeDevice.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2005-EdgeDevice.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 081882106105904aa7f496def9022c4e</p></div>
+</li>
+
+<li id="Publications-LinuxTag2005" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="de" lang="de"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2005.pdf">Das rsplib–Projekt – Hochverfügbarkeit mit Reliable Server Pooling</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2005.pdf">PDF</a>, 1154&nbsp;KiB, 19&nbsp;pages, auf Deutsch), in <em>Proceedings of the LinuxTag</em>, Karlsruhe, Baden-Württemberg/Germany, June&nbsp;24, 2005.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="de">Reliable Server Pooling&nbsp;(RSerPool)</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="de">In unserem Paper geben wir zunächst eine Einführung zu Reliable Server Pooling&nbsp;(RSerPool), danach stellen wir unsere Implementation vor – das rsplib-Projekt. Im Anschluß daran zeigen wir, wie basierend auf unserer Implementation eigene, hochverfügbare Anwendungen mit RSerPool entwickelt werden können – begleitet durch Code-Beispiele. Zum Abschluß stellen wir noch eine unserer Beispielanwendungen vor.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2005.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2005.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 7e2afb7bb1cc82c458c4ac8217d3f8d0</p></div>
+</li>
+
+</ul>
+
+<!-- END-OF-PUBLICATIONS -->
+
+</body>
+</html>
diff -pruN 1.4.4-2/src/bibtexconv-tests/web-example2.good 2.0.2-1/src/bibtexconv-tests/web-example2.good
--- 1.4.4-2/src/bibtexconv-tests/web-example2.good	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/bibtexconv-tests/web-example2.good	2025-05-10 20:38:39.000000000 +0000
@@ -0,0 +1,1075 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>Publications</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta name="Author" content="BibTeXConv" />
+<meta name="Description" content="List of Publications" />
+<meta name="Keywords" content="Publications" />
+<meta name="Classification" content="Publications" />
+<meta name="Viewport" content="width=device-width; initial-scale=1" />
+<link rel="stylesheet" href="https://www.nntb.no/~dreibh/stylesheet.css" type="text/css" />
+<script type="text/javascript" src="publication-list-treeview.js"></script>
+<style>
+li.treeview-collapsed {
+   list-style-image: url(Images/ListItem-Collapsed.svg);
+}
+li.treeview-expanded {
+   list-style-image: url(Images/ListItem-Expanded.svg);
+}
+</style>
+</head>
+<body>
+
+<!-- ###### Publications ############################################# -->
+<h2 id="Publications">Publications</h2>
+
+<!-- BEGIN-OF-PUBLICATIONS -->
+
+<h3 id="Publications-2025">2025</h3><ul>
+
+<li id="Publications-PDP2025" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.cbs.dk/en/research/departments-and-centres/department-of-digitalization/staff/smadigi">Mazumdar, Somnath</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2025-02/PDP2025.pdf">HiPerConTracer&nbsp;3.0: Transport-level Packet Routing Analysis Tool</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2025-02/PDP2025.pdf">PDF</a>, 5349&nbsp;KiB, 9&nbsp;pages, in English), in <em>Proceedings of the 33rd Euromicro International Conference on Parallel, Distributed and Network-Based Processing&nbsp;(PDP)</em>, pp.&nbsp;33–41, DOI&nbsp;<a href="https://dx.doi.org/10.1109/PDP66500.2025.00014">10.1109/PDP66500.2025.00014</a>, ISBN&nbsp;979-8-3315-2493-7, Torino, Piemonte/Italy, March&nbsp;14, 2025.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Long-Term Analysis, Network, Packets, Routing, Round-Trip Time, Traceroute</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Applications rely on the network to reliably forward packets between nodes. The way packets are forwarded has a significant impact on latency-sensitive applications. It is important to gain a better understanding of the routes the packets take, to adapt an application&apos;s communication to network performance, and to achieve good quality of experience&nbsp;(QoE) for the user. Continuous, long-term evaluation is required to obtain detailed insights into network performance.<br />Here, we present HiPerConTracer&nbsp;3.0 for tracing routes between senders and receivers in public and private networks. This open-source tool for large-scale IP trace analysis performs traceroute/ping measurements to provide detailed insights into packet routes and packet timing. In this paper, we have demonstrated the intuitive route visualization capability of the proposed tool by verifying some known network behaviors.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2025-02/PDP2025.pdf">https://web-backend.simula.no/sites/default/files/2025-02/PDP2025.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 5958ae5a77cbe4da76bad8f48f34f180</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2024">2024</h3><ul>
+
+<li id="Publications-KOHS2024" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.cbs.dk/en/research/departments-and-centres/department-of-digitalization/staff/smadigi">Mazumdar, Somnath</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-06/KOHS2024-Presentation_0.pdf">Secure and Privacy-Preserving Smart Living</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-06/KOHS2024-Presentation_0.pdf">PDF</a>, 5238&nbsp;KiB, 8&nbsp;pages, in English), Invited Talk at KOHS Workshop on Technology for Co-Working on Health and Active Life, Wien/Austria, June&nbsp;13, 2024.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Cloud, Data, Fog, Message, Privacy, Resource Management</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-06/KOHS2024-Presentation_0.pdf">https://web-backend.simula.no/sites/default/files/2024-06/KOHS2024-Presentation_0.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 5ed6a837d6d534f6f671ecc5fa413ea6</p></div>
+</li>
+
+<li id="Publications-CRNA-Rapport2023" class="treeview-collapsed"><div><p class="description"><a href="https://www.simula.no/people/tarik/">Čičić, Tarik</a>; Gomola, Alojz; Martineau, Hugo; <a href="https://www.simula.no/people/foivos/">Michelinakis, Foivos Ioannis</a> and <a href="https://www.simula.no/people/anasal/">Al-Selwi, Anas Saeed</a>:<span xml:lang="nb-NO" lang="nb-NO"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-05/crna-2023.pdf">Norske mobilnett i 2023 – Tilstandsrapport fra Simula Metropolitan Center for Digital Engineering, Center for Resilient Networks and Applications</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-05/crna-2023.pdf">PDF</a>, 14820&nbsp;KiB, 54&nbsp;pages, på norsk), Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications&nbsp;(CRNA), ISBN&nbsp;978-82-92593-39-4, Oslo/Norway, April&nbsp;30, 2024.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="nb-NO">Denne rapporten er utarbeidet av Center for Resilient Networks and Applications (CRNA), som er en del av Simula Metropolitan Center for Digital Engineering. CRNA driver grunnleggende forskning innen robusthet og sikker- het i nettverk med mandat og finansiering fra Digitaliserings- og forvaltningsdepartementet. Senteret produserer en årlig rapport om tilstanden i norske mobilnett. Årets rapport er den ellevte i rekken.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-05/crna-2023.pdf">https://web-backend.simula.no/sites/default/files/2024-05/crna-2023.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 94fd419f79f90760230dd741d1ca8aa4</p></div>
+</li>
+
+<li id="Publications-CBSTalk2024" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-04/CBSTalk2024.pdf">Cloud and Fog: How and Where is My Data Flowing? Obtaining Insights into Data Privacy in Today&apos;s Applications</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-04/CBSTalk2024.pdf">PDF</a>, 14384&nbsp;KiB, 23&nbsp;pages, in English), Invited Talk at Copenhagen Business School&nbsp;(CBS), Fredriksberg/Denmark, April&nbsp;26, 2024.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Cloud, Fog, Privacy, Networking, Routing, Traceroute, HiPerConTracer</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">In today&apos;s applications, network access is almost ubiquitous: While users interact with their applications on the smartphone – anywhere and anytime – many tasks are actually offloaded to cloud/fog systems for processing somewhere else, mostly unknown by the users. So, a lot of user data continuously flows around the world, between cities, countries and continents. This talk intends to provide some interesting insights into privacy-relevant networking aspects of cloud/fog applications, without requiring detailed computer networking knowledge.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-04/CBSTalk2024.pdf">https://web-backend.simula.no/sites/default/files/2024-04/CBSTalk2024.pdf</a></p><p class="publication-details"><strong>MD5:</strong> a1e26306386ce8ef176e278dfbcca44c</p></div>
+</li>
+
+<li id="Publications-M2EC2024" class="treeview-collapsed"><div><p class="description"><a href="https://www.simula.no/people/marius/">Evang, Jan Marius</a> and <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-02/M2EC2024.pdf">Optimizing Network Latency: Unveiling the Impact of Reflection Server Tuning</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-02/M2EC2024.pdf">PDF</a>, 422&nbsp;KiB, 11&nbsp;pages, in English), in <em>Proceedings of the 6th International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing&nbsp;(M2EC) in conjunction with the 38th International Conference on Advanced Information Networking and Applications&nbsp;(AINA)</em>, pp.&nbsp;374–384, DOI&nbsp;<a href="https://dx.doi.org/10.1007/978-3-031-57942-4_3">10.1007/978-3-031-57942-4_3</a>, ISBN&nbsp;978-3-031-57942-4, Kitakyushu, Fukuoka/Japan, April&nbsp;18, 2024.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Latency, Kernel Tuning, HiPerConTracer</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This study investigates the dynamics of network latency optimizations, with a focus on the role of reflection server tuning. In an era marked by the demand for precise and low-latency network measurements, our exploration unveils the interplay of diverse parameters in achieving optimal performance. Notably, the implementation of a tuned profile on Linux emerges as a standout strategy, showcasing significant rewards in network efficiency. We highlight the importance of early acceptance of latency-critical traffic in the firewall chain and emphasize the cumulative impact of various optimizations. These findings have practical implications for network administrators and system architects, providing valuable insights for the deployment of efficient and low-latency network infrastructures, essential in the landscape of emerging technologies such as 5G networks and edge computing solutions.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-02/M2EC2024.pdf">https://web-backend.simula.no/sites/default/files/2024-02/M2EC2024.pdf</a></p><p class="publication-details"><strong>MD5:</strong> b77b88c046472082a9fb635befcda1bd</p></div>
+</li>
+
+<li id="Publications-Reflection-Server-Tuning-Dataset2024" class="treeview-collapsed"><div><p class="description"><a href="https://www.simula.no/people/marius/">Evang, Jan Marius</a> and <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span> ``Reflection Server Tuning Dataset´´</span>in , IEEE DataPort, DOI&nbsp;<a href="https://dx.doi.org/10.21227/8wbz-7e29">10.21227/8wbz-7e29</a>, February&nbsp;2, 2024.</p></div></li>
+
+</ul>
+
+<h3 id="Publications-2023">2023</h3><ul>
+
+<li id="Publications-OFS2023" class="treeview-collapsed"><div><p class="description"><a href="https://no.linkedin.com/in/steinar-bj%C3%B8rnstad-169955">Bjørnstad, Steinar</a>; <a href="https://www.simula.no/people/jameel/">Ali, Jameel</a> and <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-11/OFS2023.pdf">Detecting Physical Impacts by Monitoring State of Polarisation in a Live Fibre-To-The-Home Data-Communication Air-Cable</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-11/OFS2023.pdf">PDF</a>, 7490&nbsp;KiB, 4&nbsp;pages, in English), in <em>Proceedings of the 28th International Conference on Optical Fiber Sensors&nbsp;(OFS)</em>, DOI&nbsp;<a href="https://dx.doi.org/10.1364/ofs.2023.tu3.44">10.1364/ofs.2023.tu3.44</a>, ISBN&nbsp;978-1-957171-30-2, Hamamatsu, Shizuoka/Japan, November&nbsp;21, 2023.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">State of Polarisation, Fibre-To-The-Home, Monitoring</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Heavy wind may tear cables down, damaging infrastructure, triggering outage in data-communication networks. We demonstrate local observations of wind in the access-network, monitoring State of Polarisation in a live Fiber-To-The-Home air-cable.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-11/OFS2023.pdf">https://web-backend.simula.no/sites/default/files/2023-11/OFS2023.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 41487d3204e1112852533c9a8a964f6b</p></div>
+</li>
+
+<li id="Publications-TARTAN-Traceroute-Dataset2023" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.cbs.dk/en/research/departments-and-centres/department-of-digitalization/staff/smadigi">Mazumdar, Somnath</a>:<span> ``TARTAN Traceroute Dataset´´</span>in , IEEE DataPort, DOI&nbsp;<a href="https://dx.doi.org/10.21227/a241-gm35">10.21227/a241-gm35</a>, November&nbsp;9, 2023.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span>Cloud Computing, Quality of Service, Privacy, Internet, Packets, Routing</span></p><p class="publication-details"><strong>Abstract:</strong> <span>The Transport-level pAcket RouTing ANalysis Tool for Cloud-native Applications (TARTAN) Dataset contains TARTAN/HiPerConTracer Traceroute runs between an endpoint in Oslo, Norway and the public Comprehensive TeX Archive Network (CTAN, https://www.ctan.org) and Comprehensive R Archive Network (CRAN, https://cran.r-project.org) mirror web servers, using ICMP and TCP as Transport Layer protocols. The data has been collected between August and October 2023. 3 rounds of Traceroute runs have been performed every 300 s. Both, IPv4 and IPv6 data have been collected. The purpose of the dataset is to show the changes of routes over time between a private endpoint and public web servers in different countries.</span></p></div>
+</li>
+
+<li id="Publications-CENet2023-Blockchain" class="treeview-collapsed"><div><p class="description"><a href="https://web.archive.org/web/20240105195113/https://hd.hainanu.edu.cn/cs/info/1107/1928.htm">Fu, Fa</a>; Lu, Gaoshang; Huang, Jianqiang and <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-Blockchain.pdf">A Survey of Blockchain-Based Identity Anonymity Research</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-Blockchain.pdf">PDF</a>, 291&nbsp;KiB, 10&nbsp;pages, in English), in <em>Proceedings of the 13th International Conference on Computer Engineering and Networks&nbsp;(CENet)</em>, Springer Nature, DOI&nbsp;<a href="https://dx.doi.org/10.1007/978-981-99-9247-8_44">10.1007/978-981-99-9247-8_44</a>, ISSN&nbsp;1876-1100, Wuxi, Jiangsu/People&apos;s Republic of China, November&nbsp;4, 2023.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Blockchain, Identity Anonymous, Data Transaction</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">With the booming development of blockchain technology, blockchain-based data transactions have been applied in many fields such as finance, healthcare and logistics. It can help users to realize data transactions and management more conveniently, securely, transparently and efficiently. However, there is a certain problem of identity privacy leakage when data transactions are conducted on blockchain. Therefore, the issue of user identity privacy protection has become the core issue of data transactions on the blockchain, which is crucial to the sustainable development and wide application of the blockchain. This paper discusses the privacy protection in the process of data transactions on blockchain in terms of user identity anonymity, introduces and analyzes in detail the current research status and implementation technologies for realizing identity anonymity on blockchain, explains the threats and challenges for realizing identity anonymity, analyzes the existing problems, and gives an outlook and summary of the future research directions for realizing identity anonymity on blockchain.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-Blockchain.pdf">https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-Blockchain.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 37c8853f9d84e78d90766fafd2b26419</p></div>
+</li>
+
+<li id="Publications-CENet2023-SmartContracts" class="treeview-collapsed"><div><p class="description">Zhang, Jingqi; Zhang, Xin; Liu, Zhaojun; <a href="https://web.archive.org/web/20240105195113/https://hd.hainanu.edu.cn/cs/info/1107/1928.htm">Fu, Fa</a>; Nie, Jianyu; Huang, Jianqiang and <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-SmartContracts.pdf">A Survey of Security Vulnerabilities and Detection Methods for Smart Contracts</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-SmartContracts.pdf">PDF</a>, 207&nbsp;KiB, 11&nbsp;pages, in English), in <em>Proceedings of the 13th International Conference on Computer Engineering and Networks&nbsp;(CENet)</em>, Springer Nature, DOI&nbsp;<a href="https://dx.doi.org/10.1007/978-981-99-9247-8_43">10.1007/978-981-99-9247-8_43</a>, ISSN&nbsp;1876-1100, Wuxi, Jiangsu/People&apos;s Republic of China, November&nbsp;4, 2023.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Blockchain, Smart Contracts, Detection Methods, Security Vulnerabilities</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">At present, smart contracts cannot guarantee absolute security, and they have exposed many security issues and caused incalculable losses. Due to the existence of these security vulnerabilities, researchers have designed many detection and classification tools to identify and discover them. In this article, we present a classification of smart contract security vulnerabilities based on a large number of detailed arti- cles. Then, we introduce the latest smart contract vulnerability detection methods, summarize the process model of detection tools based on artificial intelligence methods, and compare and analyze various detection tools. Finally, we provide an outlook on future research directions based on the current status of smart contract security</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-SmartContracts.pdf">https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-SmartContracts.pdf</a></p><p class="publication-details"><strong>MD5:</strong> c45d7a974d5f6b1a48f96b3d9d8a7bb3</p></div>
+</li>
+
+<li id="Publications-SoftCOM2023-Demo" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Demo_0.pdf">A Live Demonstration of HiPerConTracer&nbsp;2.0</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Demo_0.pdf">PDF</a>, 1909&nbsp;KiB, 3&nbsp;pages, in English), in <em>Proceedings of the 31st International Conference on Software, Telecommunications and Computer Networks&nbsp;(SoftCOM)</em>, Split, Dalmacija/Croatia, September&nbsp;22, 2023.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Internet, Round-Trip Time, Traceroute, Measurement, Tools, HiPerConTracer</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">HiPerConTracer is an open source tool for large-scale, long-term, high-frequency Ping and Traceroute measurements. Using such measurements, it is possible to obtain information about latency in the network, as well as about the actual routing. This proposed live demo provides an overview over the tool and its features, as well as an introduction of how to use it for performing measurements, storing the results, querying selected results, and post-processing them for visualisation.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Demo_0.pdf">https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Demo_0.pdf</a></p><p class="publication-details"><strong>MD5:</strong> ab326fd72248f5fcbeb717c5a7095283</p></div>
+</li>
+
+<li id="Publications-SoftCOM2023-Timestamping" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Timestamping.pdf">High-Precision Round-Trip Time Measurements in the Internet with HiPerConTracer</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Timestamping.pdf">PDF</a>, 12474&nbsp;KiB, 7&nbsp;pages, in English), in <em>Proceedings of the 31st International Conference on Software, Telecommunications and Computer Networks&nbsp;(SoftCOM)</em>, DOI&nbsp;<a href="https://dx.doi.org/10.23919/SoftCOM58365.2023.10271612">10.23919/SoftCOM58365.2023.10271612</a>, ISBN&nbsp;979-8-3503-0107-6, Split, Dalmacija/Croatia, September&nbsp;22, 2023.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Internet, Round-Trip Time, Packet Timestamping, Measurement, Tools, HiPerConTracer</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Accurately measuring Round-Trip Times (RTT) for Internet communications is important for various research topics, ranging from protocol performance and congestion control to routing and network security. Unix systems, particularly Linux and FreeBSD, provide some features to obtain network packet timing information, but there is a lack of documentation for these. With High-Performance Connectivity Tracer (HiPerConTracer), there is already an open source tool for running large-scale, long-running and high-frequency ICMP Ping and Traceroute measurements. However, it lacks support of high-precision timing.<br />As part of this paper, first the network packet timestamping features of Unix systems are analysed and introduced, to provide the reader with a detailed overview over the available methods, their usage, as well as their limitations. Then, enhancements to HiPerConTracer are presented for adding high-precision timestamping support, as well as a UDP module to also perform UDP Ping and Traceroute measurements. Finally, the newly added features are demonstrated in a proof-of-concept analysis.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Timestamping.pdf">https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Timestamping.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 99b0c36bb661d436dfc2c7fadc81c7d1</p></div>
+</li>
+
+<li id="Publications-SEAA2023" class="treeview-collapsed"><div><p class="description"><a href="https://www.cbs.dk/en/research/departments-and-centres/department-of-digitalization/staff/smadigi">Mazumdar, Somnath</a> and <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/SEAA2023.pdf">Towards A Data Privacy-Aware Execution Zone Creation on Cloud/Fog Platform</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/SEAA2023.pdf">PDF</a>, 2194&nbsp;KiB, 10&nbsp;pages, in English), in <em>Proceedings of the 49th Euromicro Conference Series on Software Engineering and Advanced Applications&nbsp;(SEAA)</em>, pp.&nbsp;140–149, DOI&nbsp;<a href="https://dx.doi.org/10.1109/SEAA60479.2023.00030">10.1109/SEAA60479.2023.00030</a>, ISBN&nbsp;979-8-3503-4235-2, Durrës/Albania, September&nbsp;8, 2023.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Cloud, Data, Fog, Message, Privacy, Resource Management</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Cloud computing is now a `go-to&apos; platform for running various types of application. A wide spectrum of users needing software and hardware resources have embraced the cloud. Following the cloud business model, one is either a cloud-based service provider or a cloud service (hardware and software) user. There is a continuous evolution in the cloud ecosystem to support the ever-changing features of user applications. The cloud ecosystem has added a new resource delegation model to accommodate such new requirements. This new resource delegation model is known as fog. Both cloud and fog platforms employ complex hardware and software to provide better run-time support for applications. This paper presents a message-based privacy-aware application execution zone management framework for the cloud/fog platform. The framework aims to create a static execution zone based on the performance of the user application and the data privacy requirements. It also enables the user to set the resource termination conditions. Here, we have prototyped the proposed framework and showed how the proposed approach works with message structure and experiments with the P4 switch. We also present how the prototype could be implemented on a cloud/fog platform.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/SEAA2023.pdf">https://web-backend.simula.no/sites/default/files/2023-10/SEAA2023.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 44c985ac9d4d090a8f08c068c864814f</p></div>
+</li>
+
+<li id="Publications-ToMC2023" class="treeview-collapsed"><div><p class="description"><a href="https://www.glos.ac.uk/staff/profile/mah-rukh/">Fida, Mah-Rukh</a>; <a href="https://www.simula.no/people/azza/">Ahmed, Azza Hassan Mohamed</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.simula.no/people/andres/">Ocampo, Andrés Felipe</a>; <a href="https://web.archive.org/web/20220328223330/https://www.simula.no/people/ahmed">Elmokashfi, Ahmed Mustafa</a> and <a href="https://www.simula.no/people/foivos/">Michelinakis, Foivos Ioannis</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/ToMC2023.pdf">Bottleneck Identification in Cloudified Mobile Networks based on Distributed Telemetry</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/ToMC2023.pdf">PDF</a>, 4278&nbsp;KiB, 18&nbsp;pages, in English), in <em>Transactions on Mobile Computing</em>, pp.&nbsp;1–18, IEEE, DOI&nbsp;<a href="https://dx.doi.org/10.1109/TMC.2023.3312051">10.1109/TMC.2023.3312051</a>, ISSN&nbsp;1558-0660, September&nbsp;5, 2023.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Bottleneck, Congestion, Mobile Cloud Network, Telemetry, Anomaly, Classification</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Cloudified mobile networks are expected to deliver a multitude of services with reduced capital and operating expenses. A characteristic example is 5G networks serving several slices in parallel. Such mobile networks, therefore, need to ensure that the SLAs of customised end-to-end sliced services are met. This requires monitoring the resource usage and characteristics of data flows at the virtualised network core, as well as tracking the performance of the radio interfaces and UEs. A centralised monitoring architecture can not scale to support millions of UEs though. This paper, proposes a 2-stage distributed telemetry framework in which UEs act as early warning sensors. After UEs flag an anomaly, a ML model is activated, at network controller, to attribute the cause of the anomaly. The framework achieves 85% F1-score in detecting anomalies caused by different bottlenecks, and an overall 89% F1-score in attributing these bottlenecks. This accuracy of our distributed framework is similar to that of a centralised monitoring system, but with no overhead of transmitting UE-based telemetry data to the centralised controller. The study also finds that passive in-band network telemetry has the potential to replace active monitoring and can further reduce the overhead of a network monitoring system.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/ToMC2023.pdf">https://web-backend.simula.no/sites/default/files/2023-10/ToMC2023.pdf</a></p><p class="publication-details"><strong>MD5:</strong> a687e6432369b42947c91ae00a748096</p></div>
+</li>
+
+<li id="Publications-ConTEL2023" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://no.linkedin.com/in/steinar-bj%C3%B8rnstad-169955">Bjørnstad, Steinar</a> and <a href="https://www.simula.no/people/jameel/">Ali, Jameel</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/ConTEL2023.pdf">A Scalable Infrastructure for Continuous State of Polarisation Monitoring for Revealing Security and Vulnerability Impacts in Optical Networks</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/ConTEL2023.pdf">PDF</a>, 8431&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the 17th International Conference on Telecommunications&nbsp;(ConTEL)</em>, pp.&nbsp;1–8, DOI&nbsp;<a href="https://dx.doi.org/10.1109/ConTEL58387.2023.10198969">10.1109/ConTEL58387.2023.10198969</a>, ISBN&nbsp;979-8-3503-0223-3, Graz, Steiermark/Austria, July&nbsp;11, 2023.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Optical networks are spanning the world. They are the main medium for carrying all types of data-traffic. From a vulnerability and security perspective, it is therefore the most important part of the network to protect against any physical impacts that may cause disruptions or security incidents. In this paper, we demonstrate and describe a scalable, low-cost monitoring system based on detecting the state of polarisation in the fibre cables. We give examples on how any direct movement of fibre-cables or fibre-cords as well as indirect vibrations on the cable can be detected, and how basic characteristics in the patterns can be used for recognition of these events.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/ConTEL2023.pdf">https://web-backend.simula.no/sites/default/files/2023-10/ConTEL2023.pdf</a></p><p class="publication-details"><strong>MD5:</strong> b4077cd0550b708dc23dbf768120f6ac</p></div>
+</li>
+
+<li id="Publications-ISCC2023" class="treeview-collapsed"><div><p class="description"><a href="https://www.cbs.dk/en/research/departments-and-centres/department-of-digitalization/staff/smadigi">Mazumdar, Somnath</a> and <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/ISCC2023.pdf">Proactive Resource Orchestration Framework for Cloud/Fog Platform</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/ISCC2023.pdf">PDF</a>, 223&nbsp;KiB, 7&nbsp;pages, in English), in <em>Proceedings of the 28th IEEE Symposium on Computers and Communications&nbsp;(ISCC)</em>, pp.&nbsp;259–265, DOI&nbsp;<a href="https://dx.doi.org/10.1109/ISCC58397.2023.10218068">10.1109/ISCC58397.2023.10218068</a>, ISBN&nbsp;979-8-3503-0048-2, Gammarth, Tunis/Tunisia, July&nbsp;10, 2023.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Cloud, Fog, Resource Allocation, Orchestration, Prediction</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Cloud computing makes complex computing an off-premise activity by offering software- and hardware-based services using standard security protocols over the Internet. It has been seen that the cloud is not ideal for latency-sensitive applications. Thanks to the current growth of network communication and infrastructure, fog adds a computing resource delegation layer between the user and the cloud. Fog aims to improve latency-sensitive applications support. Here, we propose one unified, proactive resource orchestration framework from a cloud/fog service provider perspective. The framework consists of a predictor and a resource allocator module. Users subscribe to these resources to execute their applications. The framework does not require application-specific information and is modular, meaning a service provider can customise each module. We have presented the framework prototype by showing each module&apos;s simulated performance results using the parameters of our cloud/fog research test bed.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/ISCC2023.pdf">https://web-backend.simula.no/sites/default/files/2023-10/ISCC2023.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 8791dda646edfc85901dfdfbde43d260</p></div>
+</li>
+
+<li id="Publications-ICTON2023" class="treeview-collapsed"><div><p class="description"><a href="https://no.linkedin.com/in/steinar-bj%C3%B8rnstad-169955">Bjørnstad, Steinar</a>; <a href="https://www.simula.no/people/jameel/">Ali, Jameel</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://no.linkedin.com/in/erik-s%C3%A6thre-4083b12">Sæthre, Erik</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/ICTON2023.pdf">A Scalable Data Collection System for Continuous State of Polarisation Monitoring</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/ICTON2023.pdf">PDF</a>, 997&nbsp;KiB, 4&nbsp;pages, in English), in <em>Proceedings of the 23rd International Conference on Transparent Optical Networks&nbsp;(ICTON)</em>, pp.&nbsp;1–4, DOI&nbsp;<a href="https://dx.doi.org/10.1109/ICTON59386.2023.10207183">10.1109/ICTON59386.2023.10207183</a>, ISBN&nbsp;979-8-3503-0303-2, Bucharest/Romania, July&nbsp;3, 2023.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">State of Polarisation, Monitoring, Critical Infrastructure</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Our dependency on the telecommunication infrastructure is continuously increasing, as different infrastructures – such as energy and telecommunication – now have mutual dependencies. This calls for increased monitoring of the fibre network, which is a highly critical part of the infrastructure. State of Polarisation (SoP) of light propagating through fibre transmission systems is impacted by any vibrations and mechanical impacts on the fibre. By continuously monitoring the SoP, any unexpected movements of a fibre along a fibre-path may be traced. Movements may be caused by e.g. work in node-rooms impacting patch-cords, trawlers or other types of sub-sea equipment touching or hooking into sub-sea fibre cables, digging close to a fibre-cable, or geophysical phenomena like earthquakes. In this paper, we describe a low-cost, scalable system for SoP monitoring and give examples of patterns monitored in different types of fibre infrastructures. The monitoring system consists of single-unit rack-mount instruments connected to taps from live optical transmission signals. Each instrument has local storage for 1-2 years of data, and is periodically automatically uploading data to a server for backup and data-access purposes. Examples of observed patterns are impact from a thunderstorm on a Fibre-To-The-Home (FTTH) cable, 50 Hz on a fibre-cable spun around a high-voltage power air-cable, as well as animal impact on a patch-cord.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2023-10/ICTON2023.pdf">https://web-backend.simula.no/sites/default/files/2023-10/ICTON2023.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 91f2a32aeb8e3d1f193288d235130e4e</p></div>
+</li>
+
+<li id="Publications-IoT2023" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.cbs.dk/en/research/departments-and-centres/department-of-digitalization/staff/smadigi">Mazumdar, Somnath</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/iot2023.pdf">Towards a Lightweight Task Scheduling Framework for Cloud and Edge Platform</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/iot2023.pdf">PDF</a>, 4020&nbsp;KiB, 16&nbsp;pages, in English), in <em>Internet of Things</em>, vol.&nbsp;21, Elsevier, DOI&nbsp;<a href="https://dx.doi.org/10.1016/j.iot.2022.100651">10.1016/j.iot.2022.100651</a>, ISSN&nbsp;2542-6605, April&nbsp;2023.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Cloud, Edge, Framework, Placement, Task</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Mobile devices are becoming ubiquitous in our daily lives, but they have limited computational capacity. Thanks to the advancement in the network infrastructure, task offloading from resource-constrained devices to the near edge and the cloud becomes possible and advantageous. Complete task offloading is now possible to almost limitless computing resources of public cloud platforms. Generally, the edge computing resources support latency-sensitive applications with limited computing resources, while the cloud supports latency-tolerant applications. This paper proposes one lightweight task-scheduling framework from cloud service provider perspective, for applications using both cloud and edge platforms. Here, the challenge is using edge and cloud resources efficiently when necessary. Such decisions have to be made quickly, with a small management overhead. Our framework aims at solving two research questions. They are: i) How to distribute tasks to the edge resource pools and multi-clouds? ii) How to manage these resource pools effectively with low overheads? To answer these two questions, we examine the performance of our proposed framework based on Reliable Server Pooling (RSerPool). We have shown via simulations that RSerPool, with the correct usage and configuration of pool member selection policies, can accomplish the cloud/edge setup resource selection task with a small overhead.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/iot2023.pdf">https://web-backend.simula.no/sites/default/files/publications/files/iot2023.pdf</a></p><p class="publication-details"><strong>MD5:</strong> b6aef5ff3b1bbf61cd4c03c8acb60222</p></div>
+</li>
+
+<li id="Publications-CRNA-Rapport2022" class="treeview-collapsed"><div><p class="description"><a href="https://www.simula.no/people/tarik/">Čičić, Tarik</a>; <a href="https://no.linkedin.com/pub/amund-kvalbein/0/36a/168">Kvalbein, Amund</a>; <a href="https://www.simula.no/people/anasal/">Al-Selwi, Anas Saeed</a>; <a href="https://www.simula.no/people/foivos/">Michelinakis, Foivos Ioannis</a> and <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="nb-NO" lang="nb-NO"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/crna-2022.pdf">Norske mobilnett i 2022 – Tilstandsrapport fra Centre for Resilient Networks and Applications</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/crna-2022.pdf">PDF</a>, 8343&nbsp;KiB, 44&nbsp;pages, på norsk), Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications&nbsp;(CRNA), ISBN&nbsp;978-82-92593-38-7, Oslo/Norway, April&nbsp;27, 2023.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="nb-NO">Denne rapporten er utarbeidet av Center for Resilient Networks and Applications (CRNA), som er en del av Simula Metropolitan Center for Digital Engineering. CRNA driver grunnleggende forskning innen robusthet og sikkerhet i nettverk med mandat og finansiering fra Kommunal- og moderniseringsdepartementet. Senteret produserer en årlig rapport om tilstanden i norske mobilnett. Årets rapport er den tiende i rekken</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/crna-2022.pdf">https://web-backend.simula.no/sites/default/files/publications/files/crna-2022.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 0e3fb8dba3abb5a4877bf234cbb64a4a</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2022">2022</h3><ul>
+
+<li id="Publications-HPCC2022" class="treeview-collapsed"><div><p class="description"><a href="https://www.cbs.dk/en/research/departments-and-centres/department-of-digitalization/staff/smadigi">Mazumdar, Somnath</a> and <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/hpcc2022.pdf">Towards a Privacy Preserving Data Flow Control via Packet Header Marking</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/hpcc2022.pdf">PDF</a>, 2009&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the 24th IEEE International Conference on High Performance Computing, Data, and Analytics&nbsp;(HPCC)</em>, pp.&nbsp;1509–1516, DOI&nbsp;<a href="https://dx.doi.org/10.1109/HPCC-DSS-SmartCity-DependSys57074.2022.00232">10.1109/HPCC-DSS-SmartCity-DependSys57074.2022.00232</a>, ISBN&nbsp;979-8-3503-1993-4, Chengdu, Sichuan/People&apos;s Republic of China, December&nbsp;18, 2022.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Cloud, Data, Fog, P4, Packets, Privacy, Routing</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Computing infrastructure is becoming ubiquitous thanks to the advancement in computing and the network domain. Reliable network communication is essential to offer good quality services, but it is not trivial. There are privacy concerns. Metadata may leak user information even if traffic is encrypted. Some countries have data privacy preserving-related regulations, but end-users cannot control through which path, networks, and hardware their data packets should travel. Even worse, the user cannot declare their privacy preferences. This paper presents an approach to tackle such privacy issues through data privacy-aware routing. The user can specify their preferences for packet routing using marking and filtering. Routing can work according to such specifications. It is implemented by P4, allowing a vendor-independent realisation with standard off-the-shelf hardware and open-source software components. We presented the initial experimental results of a proof-of-concept run on a unified cloud/fog research testbed.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/hpcc2022.pdf">https://web-backend.simula.no/sites/default/files/publications/files/hpcc2022.pdf</a></p><p class="publication-details"><strong>MD5:</strong> e4736c18f80bee8084c75a587f6c7e0a</p></div>
+</li>
+
+<li id="Publications-PDCAT2022" class="treeview-collapsed"><div><p class="description"><a href="https://www.cbs.dk/en/research/departments-and-centres/department-of-digitalization/staff/smadigi">Mazumdar, Somnath</a> and <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/pdcat2022.pdf">Towards a Blockchain and Fog-Based Proactive Data Distribution Framework for ICN</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/pdcat2022.pdf">PDF</a>, 3018&nbsp;KiB, 12&nbsp;pages, in English), in <em>Proceedings of the International Conference on Parallel and Distributed Computing, Applications and Technologies&nbsp;(PDCAT)</em>, pp.&nbsp;175–186, DOI&nbsp;<a href="https://dx.doi.org/10.1007/978-3-031-29927-8_14">10.1007/978-3-031-29927-8_14</a>, ISBN&nbsp;978-3-031-29927-8, Sendai, Miyagi/Japan, December&nbsp;7, 2022.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Blockchain, Data, Distribution, Fog, ICN, Protection</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Most of today&apos;s IP traffic is cloud traffic. Due to a vast, complex and non-transparent Internet infrastructure, securely accessing and delegating data is not a trivial task. Existing technologies of Information-Centric Networking (ICN) make content distribution and access easy while primarily relying on the existing cloud-based security features. The primary aim of ICN is to make data independent of its storage location and application. ICN builds upon traditional distributed computing, which means ICN platforms also can suffer from similar data security issues as distributed computing platforms. We present our ongoing work to develop a secure, proactive data distribution framework. The framework answers the research question, i.e., How to extend online data protection with a secure data distribution model for the ICN platform? Our framework adds a data protection layer over the content distribution network, using blockchain and relying on the fog to distribute the contents with low latency. Our framework is different from the existing works in multiple aspects, such as i) data are primarily distributed from the fog nodes, ii) blockchain is used to protect data and iii) blockchain allows statistical and other information sharing among stakeholders (such as content creators) following access rights. Sharing statistics about content distribution activity can bring transparency and trustworthiness among the stakeholders, including the subscribers, into the ICN platforms. We showed such a framework is possible by presenting initial performance results and our reflections while implementing it on a cloud/fog research testbed.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/pdcat2022.pdf">https://web-backend.simula.no/sites/default/files/publications/files/pdcat2022.pdf</a></p><p class="publication-details"><strong>MD5:</strong> dcfa615332c774c3f7ae57e1b55eebc2</p></div>
+</li>
+
+<li id="Publications-CommMag2022" class="treeview-collapsed"><div><p class="description"><a href="https://www.cbs.dk/en/research/departments-and-centres/department-of-digitalization/staff/smadigi">Mazumdar, Somnath</a> and <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/commmag2022.pdf">Secure Embedded Living: Towards a Self-contained User Data Preserving Framework</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/commmag2022.pdf">PDF</a>, 336&nbsp;KiB, 7&nbsp;pages, in English), in <em>IEEE Communications Magazine</em>, vol.&nbsp;60, pp.&nbsp;74–80, DOI&nbsp;<a href="https://dx.doi.org/10.1109/MCOM.001.2200165">10.1109/MCOM.001.2200165</a>, ISSN&nbsp;0163-6804, November&nbsp;11, 2022.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">IoTs, Cloud, Blockchain, Data, Security, User</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Smart living represents the hardware-software co-inhabiting with humans for better living standards and improved well-being. Here, hardware monitors human activities (by collecting data) specific to a context. Such data can be processed to offer context-specific valuable insights. Such insights can be used for optimising the well-being, living experience and energy cost of smart homes. This paper proposes a Secure Embedded Living Framework&nbsp;(SELF) that enforces a privacy-preserving data control mechanism by integrating multiple technologies, such as Internet-of-thing, cloud/fog platform, machine learning and blockchain. The primary aim of the SELF is to allow the user to retain more control of its data.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/commmag2022.pdf">https://web-backend.simula.no/sites/default/files/publications/files/commmag2022.pdf</a></p><p class="publication-details"><strong>MD5:</strong> aee5a6a9043799f00b9836ce7cafd8d4</p></div>
+</li>
+
+<li id="Publications-CNSM2022" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.cbs.dk/en/research/departments-and-centres/department-of-digitalization/staff/smadigi">Mazumdar, Somnath</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/cnsm2022.pdf">Find Out: How Do Your Data Packets Travel?</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/cnsm2022.pdf">PDF</a>, 7239&nbsp;KiB, 5&nbsp;pages, in English), in <em>Proceedings of the 18th IEEE International Conference on Network and Service Management&nbsp;(CNSM)</em>, pp.&nbsp;359–363, DOI&nbsp;<a href="https://dx.doi.org/10.23919/CNSM55787.2022.9965091">10.23919/CNSM55787.2022.9965091</a>, ISBN&nbsp;978-3-903176-51-5, Thessaloniki, Greece, November&nbsp;1, 2022.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Internet, Connectivity, Routing, Data, Packets, Traffic Paths</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">In today&apos;s communication-centric world, users generate and exchange a massive amount of data. The Internet helps user data to travel from one part of the world to another, via a complex set of network systems. These systems are intelligent, heterogeneous, and non-transparent to users. This paper presents an extensive, trace-driven study of user data traffic covering five years of observations, six large ISPs, 22 different autonomous systems, and a total of 12 countries. This work aims to make users aware of how their data travels in the Internet, as the interests of ISPs majorly influence the data traffic path. Although data traffic should prefer to travel through countries that share land borders, we found that the shortest land distance between the two countries does not impact data path selection.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/cnsm2022.pdf">https://web-backend.simula.no/sites/default/files/publications/files/cnsm2022.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 1a49b8096e6f7d92d50d2ff98836db4c</p></div>
+</li>
+
+<li id="Publications-LCN2022-DemoPaper" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.glos.ac.uk/staff/profile/mah-rukh/">Fida, Mah-Rukh</a>; <a href="https://www.simula.no/people/azza/">Ahmed, Azza Hassan Mohamed</a>; <a href="https://www.simula.no/people/andres/">Ocampo, Andrés Felipe</a> and <a href="https://www.simula.no/people/foivos/">Michelinakis, Foivos Ioannis</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2022-telemetry-demo-web.pdf">A Live Demonstration of In-Band Telemetry in OSM-Orchestrated Core Networks</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2022-telemetry-demo-web.pdf">PDF</a>, 543&nbsp;KiB, 3&nbsp;pages, in English), in <em>Proceedings of the 47th IEEE Conference on Local Computer Networks&nbsp;(LCN)</em>, pp.&nbsp;245–247, DOI&nbsp;<a href="https://dx.doi.org/10.1109/LCN53696.2022.9843413">10.1109/LCN53696.2022.9843413</a>, ISBN&nbsp;978-1-6654-8001-7, Edmonton, Alberta/Canada, September&nbsp;28, 2022.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Network Function Virtualisation (NFV), Open Source MANO (OSM), P4, Telemetry, Anomaly Detection</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Network Function Virtualization is a key enabler to building future mobile networks in a flexible and cost-efficient way. Such a network is expected to manage and maintain itself with least human intervention. With early deployments of the fifth generation of mobile technologies – 5G – around the world, setting up 4G/5G experimental infrastructures is necessary to optimally design Self-Organising Networks&nbsp;(SON). In this demo, we present a custom small-scale 4G/5G testbed. As a step towards self-healing, the testbed integrates four Programming Protocol-independent Packet Processors (P4) virtual switches, that are placed along interfaces between different components of transport and core network. This demo not only shows the administration and monitoring of the Evolved Packet Core (EPC) VNF components, using Open Source MANO, but also as a proof of concept for the potential of P4-based telemetry in detecting anomalous behaviour of the mobile network, such as a congestion in the transport part.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2022-telemetry-demo-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/lcn2022-telemetry-demo-web.pdf</a></p><p class="publication-details"><strong>MD5:</strong> e94078ba8836b84235cf9313a9d69ed1</p></div>
+</li>
+
+<li id="Publications-TNSM2022" class="treeview-collapsed"><div><p class="description"><a href="https://www.simula.no/people/foivos/">Michelinakis, Foivos Ioannis</a>; <a href="https://www.imperial.ac.uk/information-processing-and-communications-lab/people/joan/">Pujol-Roig, Joan Sebastià</a>; Malacarne, Sara; <a href="https://no.linkedin.com/in/min-xie-6861165">Xie, Min</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; Majumdar, Sayantini; <a href="https://www.linkedin.com/in/dr-ing-wint-yi-poe-5905331aa">Poe, Wint Yi</a>; Patounas, Georgios; <a href="https://www.it.uc3m.es/carmen/">Guerrero, Carmen</a>; <a href="https://web.archive.org/web/20220328223330/https://www.simula.no/people/ahmed">Elmokashfi, Ahmed Mustafa</a> and <a href="https://gr.linkedin.com/in/vtheodorou">Theodorou, Vasileios</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/tnsm2022.pdf">AI Anomaly Detection for Cloudified Mobile Core Architectures</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/tnsm2022.pdf">PDF</a>, 9658&nbsp;KiB, 16&nbsp;pages, in English), in <em>Transactions on Network and Service Management&nbsp;(TNSM)</em>, IEEE Computer Society, DOI&nbsp;<a href="https://dx.doi.org/10.1109/TNSM.2022.3203246">10.1109/TNSM.2022.3203246</a>, ISSN&nbsp;1932-4537, Los Alamitos, California/U.S.A., August&nbsp;31, 2022.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Anomaly Detection, Autoencoders, Deep Learning, 5G, AI, Smart Networks, Mobile Networks</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">IT systems monitoring is a crucial process for managing and orchestrating network resources, allowing network providers to rapidly detect and react to most impediment causing network degradation. However, the high growth in size and complexity of current operational networks (2022) demands new solutions to process huge amounts of data (including alarms) reliably and swiftly. Further, as the network becomes progressively more virtualized, the hosting of nfv on cloud environments adds a magnitude of possible bottlenecks outside the control of the service owners. In this paper, we propose two deep learning anomaly detection solutions that leverage service exposure and apply it to automate the detection of service degradation and root cause discovery in a cloudified mobile network that is orchestrated by ETSI OSM. A testbed is built to validate these AI models. The testbed collects monitoring data from the OSM monitoring module, which is then exposed to the external AI anomaly detection modules, tuned to identify the anomalies and the network services causing them. The deep learning solutions are tested using various artificially induced bottlenecks. The AI solutions are shown to correctly detect anomalies and identify the network components involved in the bottlenecks, with certain limitations in a particular type of bottlenecks. A discussion of the right monitoring tools to identify concrete bottlenecks is provided.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/tnsm2022.pdf">https://web-backend.simula.no/sites/default/files/publications/files/tnsm2022.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 47e525a56f9c1cfd27c249601bdb8c3b</p></div>
+</li>
+
+<li id="Publications-TMA2022" class="treeview-collapsed"><div><p class="description"><a href="https://www.simula.no/people/alfred">Arouna, Alfred</a>; <a href="https://no.linkedin.com/in/steinar-bj%C3%B8rnstad-169955">Bjørnstad, Steinar</a>; Ryan, Stein Jørgen; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; Rind, Sobia and <a href="https://web.archive.org/web/20220328223330/https://www.simula.no/people/ahmed">Elmokashfi, Ahmed Mustafa</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/tma_camera_ready_network_path_integrity_verification_using_deterministic_delay_measurements.pdf">Network Path Integrity Verification using Deterministic Delay Measurements</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/tma_camera_ready_network_path_integrity_verification_using_deterministic_delay_measurements.pdf">PDF</a>, 447&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the 6th IEEE/IFIP Network Traffic Measurement and Analysis Conference&nbsp;(TMA)</em>, ISBN&nbsp;978-3-903176-47-8, Enschede, Overijssel/Netherlands, June&nbsp;29, 2022.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Network, Deterministic RTT, Alien Switch</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">If an attacker succeeds in planting a device in a network, detecting the alien device can be extremely difficult. With the intuition that every device on the data path contributes to the end-to-end delay, we propose a simple and deterministic measurement-based approach for detecting the insertion of a layer-2 switch on the data path of a network operator. For this purpose, we use commodity hardware and the standard ping tool for collecting ICMP RTTs. To minimise inaccuracies in the measurements, we increase timing determinism on both ICMP source and target by using a real-time kernel on both, a dedicated source (a Linux server) and target (an RPI4 with custom image). Additionally, we manipulate real-time attributes for prioritising the ping process. By using this approach on different loaded networks: lab, campus network, research and education network and an ISP, we are able to reliably detect that a switch was added at the end of the path or within it. Our method yields an excellent performance on networks with considerable cross traffic as well as lightly loaded networks.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/tma_camera_ready_network_path_integrity_verification_using_deterministic_delay_measurements.pdf">https://web-backend.simula.no/sites/default/files/publications/files/tma_camera_ready_network_path_integrity_verification_using_deterministic_delay_measurements.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 2e26d7e6bb08e8d8fd9fe6da67b960c1</p></div>
+</li>
+
+<li id="Publications-OSMHackfest13" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.simula.no/people/azza/">Ahmed, Azza Hassan Mohamed</a>; <a href="https://www.glos.ac.uk/staff/profile/mah-rukh/">Fida, Mah-Rukh</a>; <a href="https://www.simula.no/people/andres/">Ocampo, Andrés Felipe</a> and <a href="https://www.simula.no/people/foivos/">Michelinakis, Foivos Ioannis</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest13-presentation.pdf">Detecting Issues with In-Band Telemetry in OSM-Orchestrated Core Networks</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest13-presentation.pdf">PDF</a>, 4769&nbsp;KiB, 14&nbsp;pages, in English), Presentation at the OSM#13 Ecosystem Day, Demo presentation, Virtual, June&nbsp;15, 2022.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Network Function Virtualisation (NFV), Open Source MANO (OSM), P4, Telemetry, Anomaly Detection</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Open Source MANO is a helpful tool to manage and orchestrate the instantiation of core network setups, like Network Service (NS) instances of our SimulaMet OpenAirInterface Virtual Network Function (VNF) for Enhanced Packet Cores (EPC). We furthermore extended our NS with VNF instances of Programming Protocol-independent Packet Processors (P4) switches, in order to allow for in-band telemetry. With in-band telemetry, it is possible to flexibly add, process, and remove telemetry information to traffic within the packet core, in order to allow for fine-granular evaluation of the system performance and the users&apos; experienced quality of service.<br />In our presentation and demo, we would like to provide an overview of our ongoing work on P4-based in-band telemetry in an OSM-orchestrated 4G core, which is used for detecting performance problems and anomalies in the network based on machine learning. We would furthermore like to demonstrate the details of our setup to the audience in a live demo.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest13-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest13-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 8e45be5e236c300b6172de1948edcd61</p></div>
+</li>
+
+<li id="Publications-M2EC2022" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.cbs.dk/en/research/departments-and-centres/department-of-digitalization/staff/smadigi">Mazumdar, Somnath</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2022.pdf">Load Distribution for Mobile Edge Computing with Reliable Server Pooling</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2022.pdf">PDF</a>, 3664&nbsp;KiB, 12&nbsp;pages, in English), in <em>Proceedings of the 4th International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing&nbsp;(M2EC) in conjunction with the 36th International Conference on Advanced Information Networking and Applications&nbsp;(AINA)</em>, pp.&nbsp;590–601, DOI&nbsp;<a href="https://dx.doi.org/10.1007/978-3-030-99619-2_55">10.1007/978-3-030-99619-2_55</a>, ISBN&nbsp;978-3-030-99619-2, Sydney, New South Wales/Australia, April&nbsp;15, 2022.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Mobile Edge Computing (MEC), Multi-Cloud Computing, Reliable Server Pooling (RSerPool), Load Distribution, Cloud Computing, Serverless Computing</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The energy-efficient computing model is a popular choice for both, high-performance and throughput-oriented computing ecosystems. Mobile (computing) devices are becoming increasingly ubiquitous to our computing domain, but with limited resources (true both for computation as well as for energy). Hence, workload offloading from resource-constrained mobile devices to the edge and maybe later to the cloud become necessary as well as useful. Thanks to the persistent technical breakthroughs in global wireless standards (or in mobile networks), together with the almost limitless amount of resources in public cloud platforms, workload offloading is possible and cheaper. In such scenarios, Mobile Edge Computing (MEC) resources could be provisioned in proximity to the users for supporting latency-sensitive applications. Here, two relevant problems could be:<br />i) How to distribute workload to the resource pools of MEC as well as public (multi-)clouds?<br />ii) How to manage such resource pools effectively?<br />To answer these problems in this paper, we examine the performance of our proposed approach using the Reliable Server Pooling (RSerPool) framework in more detail. We also have outlined the resource pool management policies to effectively use RSerPool for workload offloading from mobile devices into the cloud/MEC ecosystem.<br /></span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2022.pdf">https://web-backend.simula.no/sites/default/files/publications/files/m2ec2022.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 9781c73c07685768b70b5cd7250b8b24</p></div>
+</li>
+
+<li id="Publications-CRNA-Rapport2021" class="treeview-collapsed"><div><p class="description"><a href="https://web.archive.org/web/20220328223330/https://www.simula.no/people/ahmed">Elmokashfi, Ahmed Mustafa</a>; <a href="https://no.linkedin.com/pub/amund-kvalbein/0/36a/168">Kvalbein, Amund</a>; <a href="https://www.simula.no/people/anasal/">Al-Selwi, Anas Saeed</a>; <a href="https://www.simula.no/people/foivos/">Michelinakis, Foivos Ioannis</a> and <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="nb-NO" lang="nb-NO"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2021.pdf">Norske mobilnett i 2021 – Tilstandsrapport fra Centre for Resilient Networks and Applications</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2021.pdf">PDF</a>, 10513&nbsp;KiB, 50&nbsp;pages, på norsk), Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications&nbsp;(CRNA), ISBN&nbsp;82-92593-36-5, Oslo/Norway, April&nbsp;6, 2022.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="nb-NO">Denne rapporten er utarbeidet av Center for Resilient Networks and Applications (CRNA), som er en del av Simula Metropolitan Center for Digital Engineering. CRNA driver grunn- leggende forskning innen robusthet og sikker- het i nettverk med mandat og finansiering fra Kommunal- og moderniseringsdepartementet. Senteret produserer en årlig rapport om tilstan- den i norske mobilnett. Årets rapport er den niende i rekken.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2021.pdf">https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2021.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 0d3cc03901b210a639bc62c872997434</p></div>
+</li>
+
+<li id="Publications-LCA2022" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/lca2022-presentation.pdf">NorNet – A Linux- and Open-Source-Software-based International Platform for Networking Research</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/lca2022-presentation.pdf">PDF</a>, 7977&nbsp;KiB, 35&nbsp;pages, in English), in <em>Proceedings of the Linux Conference Australia&nbsp;(LCA)</em>, Virtual, January&nbsp;15, 2022.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, Testbed, Multi-Homing, Multi-Path Transport, Linux, Open Source</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The NorNet testbed is an Internet testbed platform for research on multi-homed systems. The particular property of multi-homed systems is to be connected to multiple Internet Service Providers (ISP) simultaneously. Its initial purpose is of course to still provide connectivity in case of ISP/network failures. But does it really work that well, also with current protocols and applications? And redundancy does not come for free. A user connected to multiple ISPs will also receive multiple Internet bills each month. So, is there a possibility to make further use of multi-homing in the usual case where nothing goes wrong? Obviously, there are a lot of interesting research questions, which need to be examined in realistic Internet setups! Therefore, we are building up the NorNet open Internet testbed platform as a Linux- and Open-Source-software-based infrastructure, which currently spreads over multiple sites in different countries.<br />NorNet makes extensive use of advanced Linux features like Kernel-based Virtualisation (KVM), Linux Containers (LXC), BTRFS file system features, IP routing rules, Stream Control Transmission Protocol (SCTP), Multi-Path TCP (MPTCP), and many more. The goal of this talk is therefore to present an overview of the testbed, its underlying Linux features, and how they are combined to provide the multi-homing features to the various testbed users. This particularly includes an overview of how to make use of multi-path transport with MPTCP – based on the Linux MPTCP implementation – in multi-homed environments. The idea is to provide guidelines for also utilising multi-homing features in own projects.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/lca2022-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/lca2022-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 65d811842205bd1f11a8518d1c3455e4</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2021">2021</h3><ul>
+
+<li id="Publications-OSMHackfest12" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.simula.no/people/andres/">Ocampo, Andrés Felipe</a> and <a href="https://www.glos.ac.uk/staff/profile/mah-rukh/">Fida, Mah-Rukh</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest12-presentation.pdf">Demonstration of P4-Based In-Band Telemetry for OSM-Orchestrated 4G/5G Testbeds</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest12-presentation.pdf">PDF</a>, 5252&nbsp;KiB, 12&nbsp;pages, in English), Presentation at the OSM#12 Ecosystem Day, Demo presentation, Virtual, December&nbsp;1, 2021.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Network Function Virtualisation, In-Band Telemetry, P4, Open Source MANO, OpenAirInterface, 5G</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The SimulaMet OpenAirInterface VNF provides an OpenAirInterface-based Enhanced Packet Core (EPC), with separate VDUs for HSS, MME, SPGW-C and SPGW-U. To allow for advanced in-band telemetry, we have extended this VNF to add switches with Programming Protocol-independent Packet Processors (P4) to all relevant virtual links inside the EPC. P4 allows full programability of the packet forwarding behaviour, and especially allows to extend packets with additional information for in-band telemetry. This information can be read by other P4 instances to allow for fine-granular performance data collection.<br />In this presentation and live demonstration, we would like show the solutions chosen to efficiently use OSM for handling our extended EPC, and in particular we would like to highlight the possibilities to perform P4-based in-band telemetry to evaluate the performance of the mobile network. Finally, we would also like to show the audience a live demo of our testbed setup with telemetry collection.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest12-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest12-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> a8a7bb46192c0b1179f98ad255df5caf</p></div>
+</li>
+
+<li id="Publications-LCN2021-RSerPool-Demo" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.cbs.dk/en/research/departments-and-centres/department-of-digitalization/staff/smadigi">Mazumdar, Somnath</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2021-rserpool-web.pdf">A Demo of Workload Offloading in Mobile Edge Computing Using the Reliable Server Pooling Framework</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2021-rserpool-web.pdf">PDF</a>, 1892&nbsp;KiB, 3&nbsp;pages, in English), in <em>Proceedings of the 46th IEEE Conference on Local Computer Networks&nbsp;(LCN)</em>, Demo presentation, Edmonton, Alberta/Canada, October&nbsp;7, 2021.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Mobile Edge Computing (MEC), Multi-Cloud Computing, Reliable Server Pooling (RSerPool), Network Function Virtualisation (NFV), Evolved Packet Core (EPC), Demonstration</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Mobile Edge Computing (MEC) places cloud resources nearby the user, to provide support for latency-sensitive applications. Offloading workload from resource-constrained mobile devices (such as smartphones) into the cloud ecosystem is becoming increasingly popular. In this demonstration, we show how to deploy a mobile network (with OpenAirInterface and Open Source MANO), as well as to adapt the Reliable Server Pooling (RSerPool) framework to efficiently manage MEC as well as multi-cloud resources to run an interactive demo application.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2021-rserpool-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/lcn2021-rserpool-web.pdf</a></p><p class="publication-details"><strong>MD5:</strong> c9e51673dfbb0847a1e41a8c32d0c272</p></div>
+</li>
+
+<li id="Publications-JE2021" class="treeview-collapsed"><div><p class="description"><a href="https://web.archive.org/web/20190625024754/https://hd.hainanu.edu.cn/sice/info/1041/1084.htm">Chen, Min</a>; <a href="https://www.linkedin.com/in/muhammad-waleed-raza-56b3b0102/">Raza, Muhammad Waleed</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a> and <a href="https://web.archive.org/web/20190625024754/http://www.hainu.edu.cn/stm/xinxi/2011325/10409746.shtml">Tan, Yuyin</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://mdpi-res.com/d_attachment/electronics/electronics-10-01942/article_deploy/electronics-10-01942.pdf?version=1628757855">A Multi-Parameter Comprehensive Optimized Algorithm for MPTCP Networks</a>´´</span> (<a type="application/pdf" href="https://mdpi-res.com/d_attachment/electronics/electronics-10-01942/article_deploy/electronics-10-01942.pdf?version=1628757855">PDF</a>, 3320&nbsp;KiB, 19&nbsp;pages, in English), in <em>Electronics</em>, vol.&nbsp;10, no.&nbsp;16, pp.&nbsp;1–19, MDPI, DOI&nbsp;<a href="https://dx.doi.org/10.3390/electronics10161942">10.3390/electronics10161942</a>, ISSN&nbsp;2079-9292, Basel/Switzerland, August&nbsp;12, 2021.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">With the increasing deployment of the Multi-Path Transmission Control Protocol (MPTCP) in heterogeneous network setups, there is a need to understand how its performance is affected in practice both by traditional factors such as round-trip time measurements, buffer predictive modelling and by calculating the impact factors of network subflows. Studies have shown that path management and packet scheduling have a large effect on overall performance and required limited resources with different congestion control parameters. Unfortunately, most of the previous studies have focused almost exclusively on the improvement of a single parameter, without a holistic view. To deal with this issue effectively, this paper puts forward a Multi-Parameter Comprehensive Optimized Algorithm (MPCOA), which can find the smaller buffer size and select the appropriate congestion control and path management algorithm on the premise of ensuring larger throughput. Experiments of three scenarios show that MPCOA can save the buffer space and subflow resources, and achieve high throughput. Meanwhile, a set of quantitative improvement results given by MPCOA is convenient for us to evaluate the quality of MPTCP network, and provide reference for our ongoing future work, like for 4G/5G, Internet of Things and Star Link networks.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://mdpi-res.com/d_attachment/electronics/electronics-10-01942/article_deploy/electronics-10-01942.pdf?version=1628757855">https://mdpi-res.com/d_attachment/electronics/electronics-10-01942/article_deploy/electronics-10-01942.pdf?version=1628757855</a></p><p class="publication-details"><strong>MD5:</strong> 34590aec90bbbe3ea255e733f437bd7f</p></div>
+</li>
+
+<li id="Publications-EuCNC2021" class="treeview-collapsed"><div><p class="description"><a href="https://no.linkedin.com/in/min-xie-6861165">Xie, Min</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.simula.no/people/foivos/">Michelinakis, Foivos Ioannis</a>; Pujol-Roig, Joan; <a href="https://www.linkedin.com/in/dr-ing-wint-yi-poe-5905331aa">Poe, Wint Yi</a>; <a href="https://web.archive.org/web/20220328223330/https://www.simula.no/people/ahmed">Elmokashfi, Ahmed Mustafa</a>; Majumdar, Sayantini and Malacarne, Sara:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/eucnc2021.pdf">An Exposed Closed-Loop Model for Customer-Driven Service Assurance Automation</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/eucnc2021.pdf">PDF</a>, 1131&nbsp;KiB, 6&nbsp;pages, in English), in <em>Proceedings of the 30th IEEE European Conference on Networks and Communications&nbsp;(EuCNC)</em>, pp.&nbsp;419–424, DOI&nbsp;<a href="https://dx.doi.org/10.1109/EuCNC/6GSummit51104.2021.9482533">10.1109/EuCNC/6GSummit51104.2021.9482533</a>, ISBN&nbsp;978-1-6654-1526-2, Porto/Portugal, June&nbsp;9, 2021.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Autonomous Management, Closed Loop, Machine Learning, Service Exposure, Monitoring</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Artificial Intelligence (AI) is widely applied in telecommunications to enable zero-touch automation in network operation and service management. Due to the high complexity, deploying advanced AI mechanisms is not always feasible inside the operator’s network domains. Instead, via service exposures, it becomes possible for vertical customers to integrate their external AI solutions with the network and service management system to form a closed loop (CL) and contribute to the automation process. In this paper, we propose an exposed CL model based on service exposure and apply it to automate service assurance tasks like autoscaling in a network function virtualization (NFV) system orchestrated by ETSI Open Source MANO (OSM). A testbed is built to validate the model. It collects monitoring data from the OSM monitoring module and external monitoring tools. Vertical customers drive and customize their AI solutions to aggregate these data sets and run analytics to detect and predict anomalies prepared for scaling. Preliminary analysis demonstrates the added values of customer-driven monitoring and analysis via the exposed CL.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/eucnc2021.pdf">https://web-backend.simula.no/sites/default/files/publications/files/eucnc2021.pdf</a></p><p class="publication-details"><strong>MD5:</strong> efae267f1c2144b7639a39724b35aa62</p></div>
+</li>
+
+<li id="Publications-M2EC2021" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.cbs.dk/en/research/departments-and-centres/department-of-digitalization/staff/smadigi">Mazumdar, Somnath</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2021-web.pdf">Reliable Server Pooling Based Workload Offloading with Mobile Edge Computing: A Proof-of-Concept</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2021-web.pdf">PDF</a>, 1113&nbsp;KiB, 12&nbsp;pages, in English), in <em>Proceedings of the 3rd International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing&nbsp;(M2EC) in conjunction with the 35th International Conference on Advanced Information Networking and Applications&nbsp;(AINA)</em>, vol.&nbsp;3, pp.&nbsp;582–593, DOI&nbsp;<a href="https://dx.doi.org/10.1007/978-3-030-75078-7_58">10.1007/978-3-030-75078-7_58</a>, ISBN&nbsp;978-3-030-75078-7, Toronto, Ontario/Canada, May&nbsp;14, 2021.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Mobile Edge Computing (MEC), Multi-Cloud Computing, Reliable Server Pooling (RSerPool), Network Function Virtualisation (NFV), Evolved Packet Core (EPC), 5G</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">In recent times, mobile broadband devices have become almost ubiquitous. However, battery-powered devices (such as smartphones), have limitations on energy consumption, computation power and storage space. Cloud computing and Mobile Edge Computing (MEC) can provide low-latency compute and storage services at the vicinity of the user, MEC in particular due to the upcoming 5G networks. However, the complexity lies in how to simply and efficiently realise MEC services, with the auxiliary public (multi-)cloud resources?<br />In this paper, we propose a proof-of-concept for using Reliable Server Pooling (RSerPool) as a light-weight layer of managing resource pools and handling application sessions with these pools. Our approach is simple, efficient, has low overhead and is available as open source. Here, we demonstrate the usefulness of our approach by measuring in a test setup, with a 4G testbed connected to MEC and public multi-cloud resources.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2021-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/m2ec2021-web.pdf</a></p><p class="publication-details"><strong>MD5:</strong> a75fca110072cf3941409864791e0986</p></div>
+</li>
+
+<li id="Publications-AI-and-ML-WhitePaper2021" class="treeview-collapsed"><div><p class="description">Abdulkadir, Mohammed&nbsp;A.; <a href="https://www.mn.uio.no/ifi/english/people/aca/ozgua/index.html">Alay, Özgü</a>; Alexiou, Angeliki; Anastasopoulos, Markos; Antevski, Kiril; Aumayr, Erik; Ayed, Dhouha; Baranda, Jordi; Behravesh, Rasoul; Benzaid, Chafika; Bisson, Pascal; Bosneag, Anne-Marie Cristina; Boulogeorgos, Alexandros-Apostolos&nbsp;A.; Calero, José Alcaraz; Carrozzo, Gino; Casetti, Claudio Ettore; Caso, Giuseppe; Celdrán, Alberto Huertas; Chergui, Hatim; Chiasserini, Carla Fabiana; Chinchilla-Romero, Lorena; Chollon, Geoffroy; Cogalan, Tezcan; Colman-Meixner, Carlos; Conti, Andrea; Cosmas, John; Costa-Requena, José; Desai, Rachana; Devoti, Francesco; Diamanti, Maria; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20220328223330/https://www.simula.no/people/ahmed">Elmokashfi, Ahmed Mustafa</a>; Feghhi, Saman; Garcia-Saavedra, Andres; Gavras, Anastasius; Ghoraishi, Mir; Giannopoulos, Anastasios; Goodarzi, Meysam; Gramaglia, Marco; Guimarães, Carlos; Gürkan, Gür; He, Jiguang; Hrasnica, Halid; Jimeno, Elisa; Kakkavas, Grigorios; Kaloxylos, Alexandros; Karyotis, Vasileios; Katta, Saimanoj; Katzouris, Nikos; Kennouche, Takai Eddine; Klinkenberg, Ralf; Kokkoniemi, Joonas; Kondepu, Koteswararao; Lazarakis, Fotis; Lekidis, Alexios; Li, Xi; Lopez, Diego; Magoula, Lina; Mahmood, Kashif; Majumdar, Sayantini; Malinverno, Marco; Mangues-Bafalluy, Josep; Martínez, Ricardo; Martín-Pérez, Jorge; Martrat, Josep; Meunier, Ben; Mohamed, Ramy; Morselli, Flavio; Muñoz, Juan José Ramos; Muñoz-Luengo, Pablo; Muri, Daniel Camps; Murphy, Chris; Oca, Edgardo Montes De; Papagianni, Chrysa; Papavassiliou, Symeon; Perales, Antonio Agustín Pastor; Pérez, Gregorio Martínez; Pérez, Manuel Gil; <a href="https://www.linkedin.com/in/dr-ing-wint-yi-poe-5905331aa">Poe, Wint Yi</a>; Prados-Garzon, Jonathan; Renzo, Marco Di; Roig, Joan Pujol; Sánchez, Pedro Miguel; Schepper, Koen De; Shi, Lina; Skarmeta, Antonio; Spantideas, Sotirios; Srinivasan, Gokul Krishna; Stamou, Adamantia; Subramanya, Tejas; Trakadas, Panagiotis; Tzanakaki, Anna; Valcarenghi, Luca; Valero, José María Jorquera; Videv, Stefan; Wang, Qi; <a href="https://www.linkedin.com/in/yue-wang-60442a11/">Wang, Yue</a>; <a href="https://no.linkedin.com/in/min-xie-6861165">Xie, Min</a>; Xu, Zhao; Yan, Shuangyi; Yaqub, Edwin; Yesilkaya, Anil; Zanzi, Lanfranco; Zemouri, Sofiane; Zeydan, Engin; Zhang, Xun and Zhou, Xueqing:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://5g-ppp.eu/wp-content/uploads/2021/05/AI-MLforNetworks-v1-0.pdf">AI and ML –- Enablers for Beyond 5G Networks</a>´´</span> (<a type="application/pdf" href="https://5g-ppp.eu/wp-content/uploads/2021/05/AI-MLforNetworks-v1-0.pdf">PDF</a>, 6041&nbsp;KiB, 145&nbsp;pages, in English), 5G PPP Technology Board, DOI&nbsp;<a href="https://dx.doi.org/10.5281/zenodo.429989">10.5281/zenodo.429989</a>, May&nbsp;11, 2021.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This white paper on AI and ML as enablers of beyond 5G (B5G) networks is based on contributions from almost 20 5G PPP projects, coordinated through the 5G PPP Technology Board, that research, implement and validate 5G and B5G network systems. The paper introduces the main relevant mechanisms in Artificial Intelligence (AI) and Machine Learning (ML), currently investigated and exploited for enhancing 5G and B5G networks.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://5g-ppp.eu/wp-content/uploads/2021/05/AI-MLforNetworks-v1-0.pdf">https://5g-ppp.eu/wp-content/uploads/2021/05/AI-MLforNetworks-v1-0.pdf</a></p><p class="publication-details"><strong>MD5:</strong> a2c323122e119d9ab43ead46d7a08192</p></div>
+</li>
+
+<li id="Publications-CRNA-Rapport2020" class="treeview-collapsed"><div><p class="description"><a href="https://web.archive.org/web/20220328223330/https://www.simula.no/people/ahmed">Elmokashfi, Ahmed Mustafa</a>; <a href="https://no.linkedin.com/pub/amund-kvalbein/0/36a/168">Kvalbein, Amund</a>; <a href="https://www.simula.no/people/anasal/">Al-Selwi, Anas Saeed</a> and <a href="https://www.glos.ac.uk/staff/profile/mah-rukh/">Fida, Mah-Rukh</a>:<span xml:lang="nb-NO" lang="nb-NO"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2020.pdf">Norske mobilnett i&nbsp;2020 – Tilstandsrapport fra Centre for Resilient Networks and Applications</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2020.pdf">PDF</a>, 9473&nbsp;KiB, 46&nbsp;pages, på norsk), Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications&nbsp;(CRNA), ISBN&nbsp;82-92593-30-6, Oslo/Norway, May&nbsp;6, 2021.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="nb-NO">Denne rapporten er utarbeidet av Center forResilient Networks and Applications (CRNA),som er en del av Simula Metropolitan Centerfor Digital Engineering. CRNA driver grunn-leggende forskning innen robusthet og sikker-het i nettverk med mandat og finansiering fraKommunal- og moderniseringsdepartementet.Senteret produserer en årlig rapport om tilstan-den i norske mobilnett. Årets rapport er denåttende i rekken</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2020.pdf">https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2020.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 9262932cbffb03b60eb73d4353212246</p></div>
+</li>
+
+<li id="Publications-Haikou2021-NorNet-Tutorial" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-nornet-tutorial.pdf">NorNet at Hainan University in 2021: Getting Started with NorNet Core – A Remote Tutorial</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-nornet-tutorial.pdf">PDF</a>, 4654&nbsp;KiB, 29&nbsp;pages, in English), Tutorial at Hainan University, College of Information Science and Technology&nbsp;(CIST), Haikou, Hainan/People&apos;s Republic of China, January&nbsp;15, 2021.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This tutorial – presented for students at the College of Information Science and Technology&nbsp;(CIST) at Hainan University – provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed in 2021.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-nornet-tutorial.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-nornet-tutorial.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 7c7a0d08c3b357c0d3086e95d033c63e</p></div>
+</li>
+
+<li id="Publications-Arxiv2101.05030" class="treeview-collapsed"><div><p class="description"><a href="https://web.archive.org/web/20220328223330/https://www.simula.no/people/ahmed">Elmokashfi, Ahmed Mustafa</a>; <a href="https://www.simula.no/people/alfred">Arouna, Alfred</a>; <a href="https://www.simula.no/people/ioana/">Livadariu, Ioana Alexandrina</a>; <a href="https://www.glos.ac.uk/staff/profile/mah-rukh/">Fida, Mah-Rukh</a>; <a href="https://no.linkedin.com/pub/amund-kvalbein/0/36a/168">Kvalbein, Amund</a>; <a href="https://www.simula.no/people/anasal/">Al-Selwi, Anas Saeed</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.simula.no/people/haakonbryhni/">Bryhni, Haakon</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://arxiv.org/pdf/2101.05030.pdf">A Multi-Perspective Study of Internet Performance during the COVID-19 Outbreak</a>´´</span> (<a type="application/pdf" href="https://arxiv.org/pdf/2101.05030.pdf">PDF</a>, 1813&nbsp;KiB, 15&nbsp;pages, in English), in <em>E-Print Archive</em>, Arxiv, January&nbsp;13, 2021.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The rapid spread of the novel corona virus, SARS-CoV-2, has prompted an unprecedented response from governments across the world. A third of the world population have been placed in varying degrees of lockdown, and the Internet has become the primary medium for conducting most businesses and schooling activities. This paper aims to provide a multi-prospective account of Internet performance during the lockdown. We investigate the performance of the Internet control plane and data plane from a number of globally spread vantage points. We also look closer at two case studies. First, we look at growth in video traffic during the pandemic, using traffic logs from a global video conferencing provider. Second, we leverage a country-wide deployment of measurement probes to assess the performance of mobile networks during the outbreak. We find that the lockdown has visibly impacted almost all aspects of Internet performance. Access networks have experienced an increase in peak and off-peak end to end latency. Mobile networks exhibit significant changes in download speed, while certain types of video traffic has increased by an order of magnitude.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://arxiv.org/pdf/2101.05030.pdf">https://arxiv.org/pdf/2101.05030.pdf</a></p><p class="publication-details"><strong>MD5:</strong> ac685610f5bd32077391c0a5be43f046</p></div>
+</li>
+
+<li id="Publications-Haikou2021-MultiPath" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-multipath-presentation.pdf">NorNet at Hainan University in 2021: From Simulations to Real-World Internet Measurements for Multi-Path Transport Research – A Remote Presentation</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-multipath-presentation.pdf">PDF</a>, 14184&nbsp;KiB, 44&nbsp;pages, in English), Keynote Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, January&nbsp;8, 2021.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">A large fraction of the communication in the Internet is handled by the Transmission Control Protocol (TCP). Since the first deployments of this protocol more than 30 years ago, the spectrum of applications as well as the structure of the network have developed at a fast pace. For example, today&apos;s network devices, like smartphones and laptops – i.e. particularly many devices in the area of mobile computing – frequently have an interesting property: the existence of multiple IP addresses (IPv4 and/or IPv6). The addresses may even change due to mobility. This property, denoted as multi-homing, can be utilised for multi-path transport, i.e. the simultaneous usage of multiple paths in the network to improve performance. Multi-path transport is a hot topic in the Internet Engineering Task Force (IETF), which is the standardisation organisation for the Internet.<br />This talk provides an overview of the work in the areas of multi-homing and multi-path transport, with focus on the area of the protocols TCP and Stream Control Transmission Protocol (SCTP) with their experimental extensions Multi-Path TCP (MPTCP) and Concurrent Multi-Path Transfer for SCTP (CMT-SCTP). It particularly shows the sequence of research and selected results, beginning from a simple simulation model, via lab setups and small Internet scenarios, up to the large-scale, international testbed project NorNet. NorNet, and particularly its landline network part NorNet Core, is furthermore described in some detail. Based on NorNet, it is finally possible to validate simulation results in real-world, multi-homed networks, in order to provide valuable input to the ongoing IETF standardisation processes of MPTCP and CMT-SCTP. Particularly, it will also show how the NorNet testbed can be utilised for research at Hainan University in 2021.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-multipath-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-multipath-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 37f2850a007882bb0c12c29b0780e067</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2020">2020</h3><ul>
+
+<li id="Publications-M5G-2020-Workshop" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/m5g-2020-presentation.pdf">Custom-Made Enhanced Packet Cores as Network Services for 4G/5G Testbeds managed with Open Source MANO</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/m5g-2020-presentation.pdf">PDF</a>, 4221&nbsp;KiB, 13&nbsp;pages, in English), Presentation at the Mosaic5G Workshop, December&nbsp;3, 2020.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Network Function Virtualisation, Evolved Packet Core, Open Source MANO, OpenAirInterface, 5G</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Setting up Enhanced Packet Cores (EPC) – like the Mosaic5G OpenAirInterface-based EPC – for 4G/5G Testbeds is a complicated and error-prone task. Therefore, we developed the SimulaMet OpenAirInterface VNF, a complex 4-VDU VNF, which upon instantiation builds the components of the EPC from scratch from given source Git repositories. That is, based on the parametrisation, users can easily create tailor-made EPCs for their projects, particularly EPCs based on the Mosaic5G FlexRAN sources.<br />In this presentation, we would like to shortly highlight the solutions chosen to efficiently use OSM for handling the instantiation process, performing telemetry, and debugging issues. That is, we particularly would like to present to the Mosaic5G audience some lessons learned during the ongoing development.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/m5g-2020-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/m5g-2020-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> a0cddc5183325e6585df53943d0592df</p></div>
+</li>
+
+<li id="Publications-OSMHackfest10" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.simula.no/people/andres/">Ocampo, Andrés Felipe</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest10-presentation.pdf">Managing Tailor-Made Enhanced Packet Cores for 4G/5G Testbeds in OSM with the SimulaMet OpenAirInterface VNF</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest10-presentation.pdf">PDF</a>, 7354&nbsp;KiB, 22&nbsp;pages, in English), Presentation at the OSM Hackfest, December&nbsp;2, 2020.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Network Function Virtualisation, Evolved Packet Core, Open Source MANO, OpenAirInterface, 5G</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The SimulaMet OpenAirInterface VNF is a complex 4-VDU VNF, allowing its users to instantiate and maintain a tailor-made Enhanced Packet Core (EPC) for 4G/5G mobile broadband testbeds. The EPC components are directly built from their sources during instantiation, allowing to use customised versions according to the users&apos; needs. A general overview has already been presented during the OSM Hackfest in March 2020. In this presentation and live demonstration, we would like to highlight the solutions chosen to efficiently use OSM for handling the instantiation process, provide telemetry, and to debug issues. That is, we particularly would like to present to the audience the lessons learned during the ongoing development. Finally, we would also like to show the audience a live demo of an OSM-managed 4G testbed setup with telemetry collection.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest10-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest10-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 9a49992810016c554185721a8f70f12f</p></div>
+</li>
+
+<li id="Publications-LCN2020-HENCSAT-Demo" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://universe.bits-pilani.ac.in/hyderabad/psaxena/Profile">Saxena, Paresh</a> and <a href="https://www.researchgate.net/profile/Harald_Skinnemoen">Skinnemoen, Harald</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-hencsat-demo-web.pdf">Efficient Network Coding for Satellite Applications: A Live Demo of HENCSAT and NECTOR</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-hencsat-demo-web.pdf">PDF</a>, 2004&nbsp;KiB, 3&nbsp;pages, in English), in <em>Proceedings of the 45th IEEE Conference on Local Computer Networks&nbsp;(LCN)</em>, Demo presentation, Sydney, New South Wales/Australia, November&nbsp;18, 2020.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Unmanned Aerial Vehicles, Satellite Communications, Network Coding, HENCSAT, NECTOR, Live Demo</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Satellite communication is available anywhere on earth, allowing connectivity to systems like Unmanned Aerial Vehicles (UAV) in very remote geographical areas. However, satellite airtime is expensive, and a reduction of the amount of transmitted data can lead to significant cost savings. The goal of the Highly-Efficient Network Coding for Satellite Applications (HENCSAT) project is to reduce such costs by using our approach Network Coding with Torrents (NECTOR). NECTOR combines network coding, Torrent-based transmission, and H.265 highly efficient video encoding. In our demonstration, we would like to showcase NECTOR in an interactive HENCSAT test bench setup.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-hencsat-demo-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-hencsat-demo-web.pdf</a></p><p class="publication-details"><strong>MD5:</strong> bd6a2b2ee60c0057091e35fdb3d1c683</p></div>
+</li>
+
+<li id="Publications-LCN2020-CloudRAN-Demo" class="treeview-collapsed"><div><p class="description"><a href="https://www.simula.no/people/andres/">Ocampo, Andrés Felipe</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.glos.ac.uk/staff/profile/mah-rukh/">Fida, Mah-Rukh</a>; <a href="https://web.archive.org/web/20220328223330/https://www.simula.no/people/ahmed">Elmokashfi, Ahmed Mustafa</a> and <a href="https://www.simula.no/people/haakonbryhni/">Bryhni, Haakon</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-simulametepc-demo-web.pdf">Integrating Cloud-RAN with Packet Core as VNF Using Open Source MANO and OpenAirInterface</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-simulametepc-demo-web.pdf">PDF</a>, 430&nbsp;KiB, 4&nbsp;pages, in English), in <em>Proceedings of the 45th IEEE Conference on Local Computer Networks&nbsp;(LCN)</em>, Demo presentation, Sydney, New South Wales/Australia, November&nbsp;18, 2020.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Cloud Radio Access Network (Cloud-RAN), Ethernet Xhaul, Functional Splits, Network Function Virtualisation (NFV), Open Source MANO (OSM), Fronthaul</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Cloud-based Radio Access Network (Cloud-RAN) architecture and Network Function Virtualization (NFV) are key enablers to building future mobile networks in a flexible and cost-efficient way. With early deployments of the fifth generation of mobile technologies - 5G - around the world, setting up 4G/5G experimental infrastructures is necessary to optimally design 5G networks. In this demo, we present a custom small-scale 4G/5G testbed based on OpenAirInterface and Open Source MANO. The testbed integrates a Cloud-RAN based on switched Ethernet Xhaul and functional splitting, with an Evolved Packet Core (EPC) deployed as a Virtual Network Function (VNF) in a cloud infrastructure. Using Open Source MANO, this demo shows the administration and monitoring of the EPC VNF components. Moreover, as proof of concept, collection and visualization of telemetry will be shown for two smart-phones connected to the network through the Cloud-RAN.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-simulametepc-demo-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-simulametepc-demo-web.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 0c6e5c6588aedf71fe9af3a9997a9d99</p></div>
+</li>
+
+<li id="Publications-LCN2020-PCDC" class="treeview-collapsed"><div><p class="description"><a href="https://web.archive.org/web/20190625024754/https://hd.hainanu.edu.cn/sice/info/1041/1084.htm">Chen, Min</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a> and Yang, Xuelei:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-pathmgt-web.pdf">Improvement and Implementation of a Multi-Path Management Algorithm Based on MPTCP</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-pathmgt-web.pdf">PDF</a>, 526&nbsp;KiB, 10&nbsp;pages, in English), in <em>Proceedings of the 45th IEEE Conference on Local Computer Networks&nbsp;(LCN)</em>, pp.&nbsp;134–143, DOI&nbsp;<a href="https://dx.doi.org/10.1109/LCN48667.2020.9314778">10.1109/LCN48667.2020.9314778</a>, ISBN&nbsp;978-1-7281-7158-6, Sydney, New South Wales/Australia, November&nbsp;16, 2020.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">MPTCP, Multi-path Management, PCDC, Subflow Impact Factor, Data Stream Classification</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The core idea of Multi-Path Transmission Control Protocol (MPTCP) is to share network resources by distributing payload data transmission among multiple subflows. Then, multiple paths in the underlying network can be used to maximize the overall connection throughput. However, the concurrent transmission of not all subflows aggregation can improve network performance, because of the performance difference of each subflow. In this paper, we propose a new FullMesh algorithm based on Path Characteristic and Data Characteristic (PCDC), in which the Subflow Impact Factor (IF) is used as a subflow characteristic to predict the impact of the subflow on the overall throughput. Then, different path sets are adopted for different sizes of traffic. The PCDC algorithm is evaluated in the NorNet Core testbed, compared with the FullMesh algorithm. Our research results show that the PCDC algorithm can improve the network throughput, and reduce the overall completion time of small data streams.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-pathmgt-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-pathmgt-web.pdf</a></p><p class="publication-details"><strong>MD5:</strong> d6ac16601873ae7788bddd205d65e70d</p></div>
+</li>
+
+<li id="Publications-SoftCOM2020-SimulaMetEPC" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/softcom2020-simulametepc-web.pdf">A 4G/5G Packet Core as VNF with Open Source MANO and OpenAirInterface</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/softcom2020-simulametepc-web.pdf">PDF</a>, 811&nbsp;KiB, 3&nbsp;pages, in English), in <em>Proceedings of the 28th IEEE International Conference on Software, Telecommunications and Computer Networks&nbsp;(SoftCOM)</em>, pp.&nbsp;1–3, DOI&nbsp;<a href="https://dx.doi.org/10.23919/SoftCOM50211.2020.9238222">10.23919/SoftCOM50211.2020.9238222</a>, ISBN&nbsp;978-953-290-099-6, Hvar, Dalmacija/Croatia, September&nbsp;19, 2020.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Network Function Virtualisation (NFV), Virtual Network Function (VNF), Evolved Packet Core (EPC), OpenAirInterface, Open Source MANO (OSM), Testbed</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">5G, the fifth generation of mobile broadband networks, is going to make a large range of new applications possible. However, further research is necessary, and the basic step, i.e. setting up a 4G/5G testbed infrastructure, is a complicated and error-prone task.<br />In this abstract and poster, we introduce our open source SimulaMet EPC Virtual Network Function (VNF), as an easy way to set up a 4G/5G testbed based on Open Source MANO and OpenAirInterface. We would like to showcase how a researcher can use our VNF as part of his own research testbed setup. Therefore, the focus is particularly on the user interface details and features of the SimulaMet EPC VNF.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/softcom2020-simulametepc-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/softcom2020-simulametepc-web.pdf</a></p><p class="publication-details"><strong>MD5:</strong> e5573d55de90860f8dababa28911e819</p></div>
+</li>
+
+<li id="Publications-SoftCOM2020-HiPerConTracer" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-06/SoftCOM2020-HiPerConTracer.pdf">HiPerConTracer - A Versatile Tool for IP Connectivity Tracing in Multi-Path Setups</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-06/SoftCOM2020-HiPerConTracer.pdf">PDF</a>, 4898&nbsp;KiB, 6&nbsp;pages, in English), in <em>Proceedings of the 28th IEEE International Conference on Software, Telecommunications and Computer Networks&nbsp;(SoftCOM)</em>, pp.&nbsp;1–6, DOI&nbsp;<a href="https://dx.doi.org/10.23919/SoftCOM50211.2020.9238278">10.23919/SoftCOM50211.2020.9238278</a>, ISBN&nbsp;978-953-290-099-6, Hvar, Dalmacija/Croatia, September&nbsp;17, 2020.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">HiPerConTracer, Traceroute, Ping, Multi-Path Transport, NorNet, NorNet Core</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Nowadays, we see a steadily increasing number of Internet devices with connections to multiple networks. For example, every smartphone provides mobile broadband and Wi-Fi connectivity. Multi-path transport protocols, like MPTCP, CMT-SCTP or Multipath-QUIC, allow for utilising all connected networks simultaneously. However, while there is a lot of research on the Transport Layer aspects of multi-path transport, there is not much work on the Network Layer perspective, yet.<br />In this paper, we introduce our Open Source tool HiPerConTracer (High-Performance Connectivity Tracer) for efficient, parallelised, long-term measurements of the path connectivity characteristics among multi-homed Internet systems. HiPerConTracer is now running as a permanent feature in the NorNet Core infrastructure, which is used for research on multi-homed systems, and in particular for research on multi-path transport. Based on the HiPerConTracer data collected in NorNet Core so far, we finally present some interesting results from the analysis of the inter-continental site connectivity between China and Norway in January 2020.<br /></span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-06/SoftCOM2020-HiPerConTracer.pdf">https://web-backend.simula.no/sites/default/files/2024-06/SoftCOM2020-HiPerConTracer.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 676791cf458caa2e9f21688227fc6219</p></div>
+</li>
+
+<li id="Publications-ANRW2020" class="treeview-collapsed"><div><p class="description"><a href="https://www.simula.no/people/ioana/">Livadariu, Ioana Alexandrina</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.simula.no/people/anasal/">Al-Selwi, Anas Saeed</a>; <a href="https://www.simula.no/people/haakonbryhni/">Bryhni, Haakon</a>; <a href="https://www.simula.no/people/olavly/">Lysne, Olav</a>; <a href="https://no.linkedin.com/in/steinar-bj%C3%B8rnstad-169955">Bjørnstad, Steinar</a> and <a href="https://web.archive.org/web/20220328223330/https://www.simula.no/people/ahmed">Elmokashfi, Ahmed Mustafa</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/anrw2020.pdf">On the Accuracy of Country-Level IP Geolocation</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/anrw2020.pdf">PDF</a>, 421&nbsp;KiB, 7&nbsp;pages, in English), in <em>Proceedings of the ACM/IRTF Applied Networking Research Workshop&nbsp;(ARNW)</em>, pp.&nbsp;67–73, DOI&nbsp;<a href="https://dx.doi.org/10.1145/3404868.3406664">10.1145/3404868.3406664</a>, ISBN&nbsp;978-1-4503-8039-3, Madrid/Spain, July&nbsp;27, 2020.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The proliferation of online services comprised of globally spread microservices has security and performance implications. Understanding the underlying physical paths connecting end points has become important. This paper investigates the accuracy of commonly used IP geolocation approaches in geolocating end-to-end IP paths. To this end, we perform a controlled measurement study to collect IP level paths. We find that existing databases tend to geolocate IPs that belong to networks with global presence and those move between networks erroneously. A small percentage of IP geolocation disagreement between databases results in a significant disagreement when geolocating end-to-end paths. Geolocating one week of RIPE traceroute data validates our observations.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/anrw2020.pdf">https://web-backend.simula.no/sites/default/files/publications/files/anrw2020.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 2d789a1f7bf2ef99da8b595b2a1bb546</p></div>
+</li>
+
+<li id="Publications-Infocom2020" class="treeview-collapsed"><div><p class="description"><a href="https://universe.bits-pilani.ac.in/hyderabad/psaxena/Profile">Saxena, Paresh</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.researchgate.net/profile/Harald_Skinnemoen">Skinnemoen, Harald</a>; <a href="https://www.mn.uio.no/ifi/english/people/aca/ozgua/index.html">Alay, Özgü</a>; <a href="https://gent.uab.cat/mavazquez-castro/">Vazquez-Castro, Ángeles</a>; <a href="https://ferlin.io">Ferlin, Simone</a> and <a href="https://connectivity.esa.int/contacts/guray-acar">Acar, Guray</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/infocom2020.pdf">Resilient Hybrid SatCom and Terrestrial Networking for Unmanned Aerial Vehicles</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/infocom2020.pdf">PDF</a>, 1059&nbsp;KiB, 6&nbsp;pages, in English), in <em>Proceedings of the 39th IEEE International Conference on Computer Communications&nbsp;(INFOCOM), International Workshop on Wireless Sensor, Robot and UAV Networks&nbsp;(WiSARN)</em>, pp.&nbsp;418–423, DOI&nbsp;<a href="https://dx.doi.org/10.1109/INFOCOMWKSHPS50562.2020.9162943">10.1109/INFOCOMWKSHPS50562.2020.9162943</a>, ISBN&nbsp;978-1-7281-8696-2, Toronto, Ontario/Canada, July&nbsp;6, 2020.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Today, Unmanned Aerial Vehicles&nbsp;(UAVs) are widely used in many different scenarios including search, monitoring, inspection, and surveillance. To be able to transmit the sensor data from the UAVs to the destination reliably within tangible response times to the relevant content is crucial, especially for tactical use cases. In this paper, we propose network coded torrents&nbsp;(NECTOR) to leverage multiple network interfaces for resilient hybrid satellite communications&nbsp;(SatCom) and terrestrial networking for UAVs. NECTOR is significantly different from the state-of-the-art multipath protocols such as multipath TCP&nbsp;(MPTCP) as it does not require any additional packet scheduler, rate-adaptation or forward error correction. We present the design and implementation of NECTOR, and evaluate its performance compared to MPTCP. Our experimental results show that NECTOR provides goodput (up to 70\%) higher than MPTCP with 5.49&nbsp;times less signaling overhead.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/infocom2020.pdf">https://web-backend.simula.no/sites/default/files/publications/files/infocom2020.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 6b7cadc81a5a88b954f22389db33499b</p></div>
+</li>
+
+<li id="Publications-CRNA-Rapport2019" class="treeview-collapsed"><div><p class="description"><a href="https://web.archive.org/web/20220328223330/https://www.simula.no/people/ahmed">Elmokashfi, Ahmed Mustafa</a>; <a href="https://no.linkedin.com/pub/amund-kvalbein/0/36a/168">Kvalbein, Amund</a>; <a href="https://no.linkedin.com/in/mikael-christiansson-13553a1b">Christiansson, Mikael</a>; <a href="https://www.simula.no/people/anasal/">Al-Selwi, Anas Saeed</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.simula.no/people/cise/">Mıdoğlu, Çise</a>:<span xml:lang="nb-NO" lang="nb-NO"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2019_1.pdf">Norske mobilnett i&nbsp;2019 – Tilstandsrapport fra Centre for Resilient Networks and Applications</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2019_1.pdf">PDF</a>, 18663&nbsp;KiB, 50&nbsp;pages, på norsk), Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications&nbsp;(CRNA), ISBN&nbsp;978-82-92593-28-8, Oslo/Norway, June&nbsp;30, 2020.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="nb-NO">Denne rapporten er utarbeidet av Center for Resilient Networks and Applications (CRNA), som er en del av Simula Metropolitan Center for Digital Engineering. CRNA driver grunn- leggende forskning innen robusthet og sikkerhet i nettverk med mandat og finansiering fra Kommunal- og moderniseringsdepartementet. Senteret produserer en årlig rapport om tilstanden i norske mobilnett. Årets rapport er den sjuende i rekken.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2019_1.pdf">https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2019_1.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 74325fa42c888b169941ffa0ae193227</p></div>
+</li>
+
+<li id="Publications-EuCNC2020" class="treeview-collapsed"><div><p class="description"><a href="https://no.linkedin.com/in/min-xie-6861165">Xie, Min</a>; <a href="https://www.imperial.ac.uk/information-processing-and-communications-lab/people/joan/">Pujol-Roig, Joan Sebastià</a>; <a href="https://www.simula.no/people/foivos/">Michelinakis, Foivos Ioannis</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.it.uc3m.es/carmen/">Guerrero, Carmen</a>; <a href="https://www.linkedin.com/in/adri%C3%A1n-gallego-s%C3%A1nchez">Sánchez, Adrián Gallego</a>; <a href="https://www.linkedin.com/in/dr-ing-wint-yi-poe-5905331aa">Poe, Wint Yi</a>; <a href="https://www.linkedin.com/in/yue-wang-60442a11/">Wang, Yue</a> and <a href="https://web.archive.org/web/20220328223330/https://www.simula.no/people/ahmed">Elmokashfi, Ahmed Mustafa</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/eucnc2020.pdf">AI-Driven Closed-Loop Service Assurance with Service Exposures</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/eucnc2020.pdf">PDF</a>, 713&nbsp;KiB, 6&nbsp;pages, in English), in <em>Proceedings of the 29th IEEE European Conference on Networks and Communications&nbsp;(EuCNC)</em>, pp.&nbsp;265–270, DOI&nbsp;<a href="https://dx.doi.org/10.1109/EuCNC48522.2020.9200943">10.1109/EuCNC48522.2020.9200943</a>, ISBN&nbsp;978-1-7281-4355-2, Dubrovnik, Dubrovnik-Neretva/Croatia, June&nbsp;17, 2020.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Service Assurance, Service Exposure, AI</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Artificial Intelligence&nbsp;(AI) is widely applied in mobile and wireless networks to enhance network operation and service management. Advanced AI mechanisms often require high level of network service exposure in order to access data from as many network elements as possible and execute the AI recommended outcomes into the networks. However, in practice, it is not always feasible to expose the network services to 3rd parties or customers with AI ambitions. Considering that service assurance&nbsp;(SA) is a major area to which AI is applied, this paper describes how a closed-loop SA architecture is associated with the service exposure model in the 5G networks with network slicing. Then we investigate the impact and implication of service exposure on SA. Finally, a set of experiment results are provided to demonstrate the trade-off relationship between the AI ambition and the exposure level in SA.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/eucnc2020.pdf">https://web-backend.simula.no/sites/default/files/publications/files/eucnc2020.pdf</a></p><p class="publication-details"><strong>MD5:</strong> b4a8e1df31b81c8c017ab352210a235d</p></div>
+</li>
+
+<li id="Publications-ComNets2020" class="treeview-collapsed"><div><p class="description"><a href="https://www.researchgate.net/profile/Runa-Barik">Barik, Runa</a>; <a href="https://folk.universitetetioslo.no/michawe/">Welzl, Michael</a>; <a href="https://erg.abdn.ac.uk/users/gorry/">Fairhurst, Gorry</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20220328223330/https://www.simula.no/people/ahmed">Elmokashfi, Ahmed Mustafa</a> and <a href="https://www.mn.uio.no/ifi/english/people/aca/steing/index.html">Gjessing, Stein</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/comnets2020.pdf">On the Usability of Transport Protocols other than TCP: A Home Gateway and Internet Path Traversal Study</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/comnets2020.pdf">PDF</a>, 1887&nbsp;KiB, 15&nbsp;pages, in English), in <em>Computer Networks</em>, vol.&nbsp;173, Elsevier, DOI&nbsp;<a href="https://dx.doi.org/10.1016/j.comnet.2020.107211">10.1016/j.comnet.2020.107211</a>, ISSN&nbsp;1389-1286, May&nbsp;22, 2020.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Protocol Testing, SCTP, DCCP, UDP-Lite, NAT, Internet</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Network APIs are moving towards protocol agility, where applications express their needs but not a static protocol binding, and it is up to the layer below the API to choose a suitable protocol. The IETF Transport Services (TAPS) Working Group is standardizing a protocol-independent transport API and offering guidance to implementers. Apple’s recent “Network.framework” is specifically designed to allow such late and dynamic binding of protocols. When the network stack autonomously chooses and configures a protocol, it must first test which protocols are locally available and which work end-to-end (“protocol racing”). For this, it is important to know the set of available options, and which protocols should be tried first: Does it make sense to offer unchecked payload delivery, as with UDP-Lite? Is a UDP-based protocol like QUIC always a better choice, or should native SCTP be tried? This paper develops answers to such questions via (i) a NAT study in a local testbed, (ii) bidirectional Internet tests, (iii) a large scale Internet measurement campaign. The examined protocols are: SCTP, DCCP, UDP-Lite, UDP with a zero checksum and three different UDP encapsulations.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/comnets2020.pdf">https://web-backend.simula.no/sites/default/files/publications/files/comnets2020.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 5ccb097435fedce9c617adeb99e5e5b0</p></div>
+</li>
+
+<li id="Publications-M2EC2020" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2020.pdf">Flexible 4G/5G Testbed Setup for Mobile Edge Computing using OpenAirInterface and Open Source MANO</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2020.pdf">PDF</a>, 228&nbsp;KiB, 11&nbsp;pages, in English), in <em>Proceedings of the 2nd International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing&nbsp;(M2EC) in conjunction with the 34th International Conference on Advanced Information Networking and Applications&nbsp;(AINA)</em>, pp.&nbsp;1143–1153, DOI&nbsp;<a href="https://dx.doi.org/10.1007/978-3-030-44038-1_105">10.1007/978-3-030-44038-1_105</a>, ISBN&nbsp;978-3-030-44037-4, Caserta, Campania/Italy, April&nbsp;15, 2020.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Mobile Edge Computing, Network Function Virtualisation, Evolved Packet Core, Open Source MANO, OpenAirInterface, 5G</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Setting up a working 4G/5G mobile network development testbed can be a highly complicated and error-prone task. In this paper, we therefore introduce our open source Virtual Network Function (VNF) for an OpenAirInterface-based Evolved Packet Core (EPC) for deployment with the Open Source Management and Orchestration (Open Source MANO, OSM) framework. By using our VNF as basis, it will be easily possible to create own testbeds and extend them with further functionality, particularly – but not limited to – Mobile Edge Computing (MEC) setups. In a simple proof of concept, we demonstrate a basic transport protocol performance evaluation in a deployed test network.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2020.pdf">https://web-backend.simula.no/sites/default/files/publications/files/m2ec2020.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 8af945e9913ec42f2d69d8a0fa22b42c</p></div>
+</li>
+
+<li id="Publications-OSMHackfest9" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest9-presentation.pdf">Easily Setting up 4G/5G Testbeds with OpenAirInterface using OSM</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest9-presentation.pdf">PDF</a>, 3100&nbsp;KiB, 16&nbsp;pages, in English), Presentation at the OSM Hackfest, Madrid/Spain, March&nbsp;11, 2020.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Network Function Virtualisation, Evolved Packet Core, Open Source MANO, OpenAirInterface, 5G</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Setting up 4G/5G testbeds can be a highly complicated and error-prone task. In this presentation, we introduce our Open Source VNF and tool-chain for an OpenAirInterface-based EPC to be deployed with the OSM framework. Using our VNF and tool-chain as basis, it will be easily possible to create own testbeds, customise them and extend them with further functionalities.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest9-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest9-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> b2bdba640baf216815370dc8ad70734f</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2019">2019</h3><ul>
+
+<li id="Publications-PEVA2019" class="treeview-collapsed"><div><p class="description"><a href="https://www.researchgate.net/profile/Runa-Barik">Barik, Runa</a>; <a href="https://folk.universitetetioslo.no/michawe/">Welzl, Michael</a>; <a href="https://web.archive.org/web/20220328223330/https://www.simula.no/people/ahmed">Elmokashfi, Ahmed Mustafa</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.oslomet.no/om/ansatt/safiquli/">Islam, Safiqul</a> and <a href="https://www.mn.uio.no/ifi/english/people/aca/steing/index.html">Gjessing, Stein</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/peva2019.pdf">On the Utility of Unregulated IP DiffServ Code Point&nbsp;(DSCP) Usage by End Systems</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/peva2019.pdf">PDF</a>, 1326&nbsp;KiB, 18&nbsp;pages, in English), in <em>Performance Evaluation</em>, vol.&nbsp;135, Elsevier, DOI&nbsp;<a href="https://dx.doi.org/10.1016/j.peva.2019.102036">10.1016/j.peva.2019.102036</a>, ISSN&nbsp;0166-5316, August&nbsp;26, 2019.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">DiffServ, DiffServ Code Point, QoS, WebRTC, Latency</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">DiffServ was designed to implement service provider quality of service (QoS) policies, where routers change and react upon the DiffServ Code Point (DSCP) in the IP header. However, nowadays, applications are beginning to directly set the DSCP themselves, in the hope that this will yield a more appropriate service for their respective video, audio and data streams. WebRTC is a prime example of such an application. We present measurements, for both IPv4 and IPv6, of what happens to DSCP values along Internet paths after an end system has set them without any prior agreement between a customer and a service provider. We find that the DSCP is often changed or zeroed along the path, but detrimental effects from using the DSCP are extremely rare; moreover, DSCP values sometimes remain intact (potentially having an effect on traffic) for several AS hops. This positive result motivates an analysis of the potential latency impact from such DSCP usage, for which we present the first measurement results. We find that routers at approximately 3% of more than 100,000 links differentiate between the WebRTC DSCP values (EF, AF42 and CS1) and consistently reduce delay in comparison with probes carrying a zero value (CS0) under congestion. In contrast, routers at around 2% of these links increase the delay by a comparable amount under congestion, uniformly for EF, AF42 and CS1.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/peva2019.pdf">https://web-backend.simula.no/sites/default/files/publications/files/peva2019.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 399932a5294ce7b004f23b0e3c4f2df3</p></div>
+</li>
+
+<li id="Publications-CRNA-Rapport2018" class="treeview-collapsed"><div><p class="description"><a href="https://web.archive.org/web/20220328223330/https://www.simula.no/people/ahmed">Elmokashfi, Ahmed Mustafa</a>; <a href="https://no.linkedin.com/pub/amund-kvalbein/0/36a/168">Kvalbein, Amund</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://web.archive.org/web/20190912203638/https://www.simula.no/people/chad">Jarvis, Chad</a>:<span xml:lang="nb-NO" lang="nb-NO"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/crna-2018_0.pdf">Norske mobilnett i&nbsp;2018 – Tilstandsrapport fra Centre for Resilient Networks and Applications</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/crna-2018_0.pdf">PDF</a>, 24908&nbsp;KiB, 49&nbsp;pages, på norsk), Simula Metropolitan Center for Digital Engineering, Centre for Resilient Networks and Applications&nbsp;(CRNA), ISBN&nbsp;978-82-92593-25-7, Oslo/Norway, May&nbsp;29, 2019.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="nb-NO">Denne rapporten er utarbeidet av Center for Resilient Networks and Applications (CRNA), som er en del av Simula Metropolitan Center for Digital Engineering. CRNA driver grunnleggende forskning innen robusthet og sikkerhet i nettverk med mandat og finansiering fra Samferdselsdepartementet. Senteret produserer en årlig rapport om tilstanden i norske mo- bilnett. Årets rapport er den sjette i rekken.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/crna-2018_0.pdf">https://web-backend.simula.no/sites/default/files/crna-2018_0.pdf</a></p><p class="publication-details"><strong>MD5:</strong> d8522bafed20dee2b12d953f28bb5222</p></div>
+</li>
+
+<li id="Publications-Haikou2019-MELODIC-NorNetCore" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-nornetcore.pdf">MELODIC at Hainan University: Combining NorNet Core with MELODIC</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-nornetcore.pdf">PDF</a>, 7379&nbsp;KiB, 16&nbsp;pages, in English), Invited Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, April&nbsp;18, 2019.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Cloud Computing, MELODIC, Multi-Homing, NorNet Core, NorNet Testbed, OpenStack</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This talk gives a short overview over the possibilities of testing applications in the NorNet infrastructure. Furthermore, it presents a short overview of the ongoing work on integrating NorNet Core with the MELODIC multi-cloud infrastructure, including the NorNet Core setup at Hainan University and the Haikou College of Economics.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-nornetcore.pdf">https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-nornetcore.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 0daa0309becaa93ba0df66787bdac2fe</p></div>
+</li>
+
+<li id="Publications-Haikou2019-MELODIC-Introduction" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-introduction.pdf">MELODIC at Hainan University: An Introduction to the MELODIC Project</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-introduction.pdf">PDF</a>, 8108&nbsp;KiB, 28&nbsp;pages, in English), Keynote Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, April&nbsp;17, 2019.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Cloud Computing, MELODIC, OpenStack, Big Data, Applications</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">In former times, it was necessary to operate and maintain powerful personal computers to run applications. Nowadays, many "normal" users just use laptops, tablet PCs or smartphones. Their applications are powered by cloud systems in the background, which are operated in data centres at remote locations and being connected over the Internet. This presentation first introduces the basics of cloud computing: virtualisation, virtual machines, containers, and software as a service.<br />A challenge of using cloud computing is to deploy services to cloud providers, in order to operate them in a cost-efficient way while providing the best application experience to the users. The vision of the Multi-Cloud Execution-Ware for Large-scale Optimised Data-Intensive Computing&nbsp;(MELODIC) project is to enable federated cloud computing for data-intensive applications. Furthermore, it provides the user with an easy-to-use, unified cloud environment, which hides the complexity of a multi-cloud. The second part of this presentation therefore provides an overview of the basic ideas and application use cases of MELODIC.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-introduction.pdf">https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-introduction.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 931f7970895caa43236b89ddb370ddac</p></div>
+</li>
+
+<li id="Publications-Haikou2019-NorNet-Tutorial" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-nornet-tutorial.pdf">NorNet at Hainan University: Getting Started with NorNet Core</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-nornet-tutorial.pdf">PDF</a>, 7286&nbsp;KiB, 29&nbsp;pages, in English), Tutorial at Hainan University, College of Information Science and Technology&nbsp;(CIST), Haikou, Hainan/People&apos;s Republic of China, April&nbsp;16, 2019.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This tutorial – presented for students at the College of Information Science and Technology&nbsp;(CIST) at Hainan University – provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-nornet-tutorial.pdf">https://web-backend.simula.no/sites/default/files/publications/files/china2019-nornet-tutorial.pdf</a></p><p class="publication-details"><strong>MD5:</strong> bfb88231c7e5c29d0343d3fed3f9a2bf</p></div>
+</li>
+
+<li id="Publications-Haikou2019-MultiPath" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-multipath-presentation.pdf">NorNet at Hainan University: From Simulations to Real-World Internet Measurements for Multi-Path Transport Research</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-multipath-presentation.pdf">PDF</a>, 17975&nbsp;KiB, 44&nbsp;pages, in English), Keynote Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, April&nbsp;15, 2019.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">A large fraction of the communication in the Internet is handled by the Transmission Control Protocol (TCP). Since the first deployments of this protocol more than 30 years ago, the spectrum of applications as well as the structure of the network have developed at a fast pace. For example, today&apos;s network devices, like smartphones and laptops – i.e. particularly many devices in the area of mobile computing – frequently have an interesting property: the existence of multiple IP addresses (IPv4 and/or IPv6). The addresses may even change due to mobility. This property, denoted as multi-homing, can be utilised for multi-path transport, i.e. the simultaneous usage of multiple paths in the network to improve performance. Multi-path transport is a hot topic in the Internet Engineering Task Force (IETF), which is the standardisation organisation for the Internet.<br />This talk provides an overview of the work in the areas of multi-homing and multi-path transport, with focus on the area of the protocols TCP and Stream Control Transmission Protocol (SCTP) with their experimental extensions Multi-Path TCP (MPTCP) and Concurrent Multi-Path Transfer for SCTP (CMT-SCTP). It particularly shows the sequence of research and selected results, beginning from a simple simulation model, via lab setups and small Internet scenarios, up to the large-scale, international testbed project NorNet. NorNet, and particularly its landline network part NorNet Core, is furthermore described in some detail. Based on NorNet, it is finally possible to validate simulation results in real-world, multi-homed networks, in order to provide valuable input to the ongoing IETF standardisation processes of MPTCP and CMT-SCTP. Particularly, it will also show how the NorNet testbed can be utilised for research at Hainan University.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/china2019-multipath-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/china2019-multipath-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> e772349a001d337ecb15b28e34cefc86</p></div>
+</li>
+
+<li id="Publications-IETF104" class="treeview-collapsed"><div><p class="description"><a href="https://www.researchgate.net/profile/Runa-Barik">Barik, Runa</a>; <a href="https://folk.universitetetioslo.no/michawe/">Welzl, Michael</a>; <a href="https://erg.abdn.ac.uk/users/gorry/">Fairhurst, Gorry</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20220328223330/https://www.simula.no/people/ahmed">Elmokashfi, Ahmed Mustafa</a> and <a href="https://www.mn.uio.no/ifi/english/people/aca/steing/index.html">Gjessing, Stein</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://datatracker.ietf.org/meeting/104/materials/slides-104-maprg-native-sctp-dccp-udp-lite-and-home-gateway-nats-runa-barik-01">Native SCTP, DCCP, UDP-Lite and Home Gateway NATs</a>´´</span> (<a type="application/pdf" href="https://datatracker.ietf.org/meeting/104/materials/slides-104-maprg-native-sctp-dccp-udp-lite-and-home-gateway-nats-runa-barik-01">PDF</a>, 80&nbsp;KiB, 11&nbsp;pages, in English), in <em>Proceedings of the 104th IETF Meeting</em>, Praha/Czech Republic, March&nbsp;28, 2019.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://datatracker.ietf.org/meeting/104/materials/slides-104-maprg-native-sctp-dccp-udp-lite-and-home-gateway-nats-runa-barik-01">https://datatracker.ietf.org/meeting/104/materials/slides-104-maprg-native-sctp-dccp-udp-lite-and-home-gateway-nats-runa-barik-01</a></p><p class="publication-details"><strong>MD5:</strong> 83992b2612501e88a1cb746e116b0e49</p></div>
+</li>
+
+<li id="Publications-M2EC2019-VideoStreaming" class="treeview-collapsed"><div><p class="description"><a href="https://www.linkedin.com/in/%E7%85%9C-%E7%BD%97-58773817a/">Luo, Yu</a>; <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and Kuang, Hanbao:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2019-videostreaming.pdf">A Real-Time Video Streaming System over IPv6+MPTCP Technology</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2019-videostreaming.pdf">PDF</a>, 212&nbsp;KiB, 13&nbsp;pages, in English), in <em>Proceedings of the 1st International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing&nbsp;(M2EC) in conjunction with the 33rd International Conference on Advanced Information Networking and Applications&nbsp;(AINA)</em>, pp.&nbsp;1007–1019, DOI&nbsp;<a href="https://dx.doi.org/10.1007/978-3-030-15035-8_99">10.1007/978-3-030-15035-8_99</a>, ISBN&nbsp;978-3-030-15034-1, Matsue, Shimane/Japan, March&nbsp;27, 2019.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Video Streaming Platform, IPv6, MPTCP, Load Balancing, Resilience</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Today, a steadily increasing number of users are not just passively consuming Internet content, but also share and publish content. Users publish text, photos and videos. With the availability of 5G high-speed, low-latency mobile broadband networks, real-time video streaming will also be possible. We believe this will become a very popular application in the coming years. But the more popular a service is, the higher the need for resilience.<br />In this paper, we introduce our work-in-progress live video streaming platform for future mobile edge computing scenarios, which makes use of MPTCP+IPv6 to support multi-homing for resilience and multi-path transport for load balancing. As a proof of concept, we will show that the platform is (1) compatible with IPv6, (2) utilizes load balancing when possible and (3) provides robustness by network redundancy.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/m2ec2019-videostreaming.pdf">https://web-backend.simula.no/sites/default/files/publications/files/m2ec2019-videostreaming.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 724099429d06664fda7dab312b962cf2</p></div>
+</li>
+
+<li id="Publications-M2EC2019-MultiCloud" class="treeview-collapsed"><div><p class="description"><a href="https://web.archive.org/web/20210904044701/https://www.simula.no/people/jiangshui">Hong, Jiangshui</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.linkedin.com/in/joseph-schenkel-6506b6b8/?originalSubdomain=uk">Schenkel, Joseph Adam</a> and Hu, Jiaxi Alessia:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-06/M2EC2019-MultiCloud.pdf">An Overview of Multi-Cloud Computing</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-06/M2EC2019-MultiCloud.pdf">PDF</a>, 109&nbsp;KiB, 14&nbsp;pages, in English), in <em>Proceedings of the 1st International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing&nbsp;(M2EC) in conjunction with the 33rd International Conference on Advanced Information Networking and Applications&nbsp;(AINA)</em>, pp.&nbsp;1055–1068, DOI&nbsp;<a href="https://dx.doi.org/10.1007/978-3-030-15035-8_103">10.1007/978-3-030-15035-8_103</a>, ISBN&nbsp;978-3-030-15034-1, Matsue, Shimane/Japan, March&nbsp;27, 2019.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Cloud Computing, Multi-Cloud, Hybrid Cloud, Federated Clouds, Big Data</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The purpose of this paper is to provide a brief overview of cloud computing technologies, particularly with respect to multi-cloud networks. First, the basics of cloud computing concepts are discussed. Next we outline some challenges facing cloud computing, and discuss how multi-cloud systems including multi-clouds, hybrid clouds, federated clouds, and cross-clouds may be used to deal with some of these issues. Finally, multi-cloud systems may also be used in conjunction with new developing technologies such as Big Data and Machine Learning, leading to exciting innovations. These are reviewed in brief. Our goal is to provide a modern look at the state of the art in multi-cloud computing and review open issues in the field. The goal is that this paper will help the reader to understand challenges facing cloud computing, how multi-cloud computing addresses some of these issues, and inspire community excitement at the future integration of multi-cloud platforms with other novel technologies.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-06/M2EC2019-MultiCloud.pdf">https://web-backend.simula.no/sites/default/files/2024-06/M2EC2019-MultiCloud.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 505f5129e8c349000eb61cdb22572cf2</p></div>
+</li>
+
+<li id="Publications-PDP2019" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.cbs.dk/en/research/departments-and-centres/department-of-digitalization/staff/smadigi">Mazumdar, Somnath</a>; <a href="https://web.archive.org/web/20220309101632/https://www.simula.no/people/feroz">Zahid, Feroz</a>; <a href="https://www.mn.uio.no/ifi/personer/vit/amirhost">Taherkordi, Amirhosein</a> and <a href="https://www.ntnu.no/ansatte/ernst.g.gran">Gran, Ernst Gunnar</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/pdp2019-web.pdf">Mobile Edge as Part of the Multi-Cloud Ecosystem: A Performance Study</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/pdp2019-web.pdf">PDF</a>, 9966&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the 27th Euromicro International Conference on Parallel, Distributed and Network-Based Processing&nbsp;(PDP)</em>, pp.&nbsp;59–66, DOI&nbsp;<a href="https://dx.doi.org/10.1109/EMPDP.2019.8671599">10.1109/EMPDP.2019.8671599</a>, ISBN&nbsp;978-1-7281-1644-0, Pavia, Lombardia/Italy, February&nbsp;13, 2019.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Cloud Computing, Latency, Mobile Edge Computing, Multi-Cloud, Performance</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Cloud computing has revolutionized the way of application usage and deployment: applications run cost-effectively in remote data centers. With the increasing need for mobility and micro-services, particularly with the upcoming 5G mobile broadband networks, there is also a strong demand for mobile edge computing (MEC): applications run in small cloud systems in close proximity to the user, in order to minimize latencies. Both cloud and MEC have their advantages and disadvantages. Combining the two approaches in a unified multi-cloud, consisting of both traditional cloud services provisioned over heterogeneous cloud platforms and MEC systems, has the potential of obtaining the best out of both worlds. However, a comprehensive study is needed to evaluate the performance gains and the overheads involved for real-world cloud applications. In this paper, we introduce a baseline performance evaluation in order to identify the fallacies and pitfalls of combining multiple cloud systems and MEC into a unified MEC-multi-cloud platform. For this purpose, we analyze the basic, application-independent performance metrics of average round-trip time (RTT) and average application payload throughput in a setup consisting of two private and one public cloud systems. This baseline performance analysis confirms the feasibility of MEC-multi-cloud, and provides guidelines for designing an autonomic resource provisioning solutions, in terms of an extension proposed to our existing Melodic middleware platform for multi-cloud applications.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/pdp2019-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/pdp2019-web.pdf</a></p><p class="publication-details"><strong>MD5:</strong> ec3ccc12f5e74208bbcb2f363f019be9</p></div>
+</li>
+
+<li id="Publications-Sydney2019" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/sydney2019-presentation.pdf">NorNet at the University of Sydney: From Simulations to Real-World Internet Measurements for Multi-Path Transport Research</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/sydney2019-presentation.pdf">PDF</a>, 17078&nbsp;KiB, 43&nbsp;pages, in English), Invited Talk at University of Sydney, Sydney, New South Wales/Australia, January&nbsp;10, 2019.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">A large fraction of the communication in the Internet is handled by the Transmission Control Protocol (TCP). Since the first deployments of this protocol more than 30 years ago, the spectrum of applications as well as the structure of the network have developed at a fast pace. For example, today&apos;s network devices, like smartphones and laptops – i.e. particularly many devices in the area of mobile computing – frequently have an interesting property: the existence of multiple IP addresses (IPv4 and/or IPv6). The addresses may even change due to mobility. This property, denoted as multi-homing, can be utilised for multi-path transport, i.e. the simultaneous usage of multiple paths in the network to improve performance. Multi-path transport is a hot topic in the Internet Engineering Task Force (IETF), which is the standardisation organisation for the Internet.<br />This talk provides an overview of the work in the areas of multi-homing and multi-path transport, with focus on the area of the protocols TCP and Stream Control Transmission Protocol (SCTP) with their experimental extensions Multi-Path TCP (MPTCP) and Concurrent Multi-Path Transfer for SCTP (CMT-SCTP). It particularly shows the sequence of research and selected results, beginning from a simple simulation model, via lab setups and small Internet scenarios, up to the large-scale, international testbed project NorNet. NorNet, and particularly its landline network part NorNet Core, is furthermore described in some detail. Based on NorNet, it is finally possible to validate simulation results in real-world, multi-homed networks, in order to provide valuable input to the ongoing IETF standardisation processes of MPTCP and CMT-SCTP. Particularly, it will also show how the NorNet testbed can be utilised for research at the University of Sydney.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/sydney2019-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/sydney2019-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 8e5c35e9b396565a42c5cb24d208bd1f</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2018">2018</h3><ul>
+
+<li id="Publications-CompEngApps2018" class="treeview-collapsed"><div><p class="description">Lou, Yu; <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>; <a href="https://www.linkedin.com/in/%E6%B1%89%E5%AE%9D-%E5%8C%A1-a2173617a/">Long, Yu</a>; Kuang, Hanbao; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://web.archive.org/web/20190625024754/http://www.hainu.edu.cn/stm/xinxi/2011325/10409746.shtml">Tan, Yuyin</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web.archive.org/web/20190128151215/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=37335">Performance Analysis of MPTCP Protocol in Multiple Scenarios</a>´´</span> (<a type="application/pdf" href="https://web.archive.org/web/20190128151215/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=37335">PDF</a>, 826&nbsp;KiB, 8&nbsp;pages, in Chinese), in <em>Computer Engineering and Applications</em>, vol.&nbsp;54, pp.&nbsp;79–86, CEA, DOI&nbsp;<a href="https://dx.doi.org/10.3778/j.issn.1002-8331.1806-0034">10.3778/j.issn.1002-8331.1806-0034</a>, ISSN&nbsp;1002-8331, December&nbsp;15, 2018.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">IPv6, MPTCP, Video Broadcast Platform, Load Balancing, Robustness</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">By studying address structure of TCP/IPv4 and the functions of Socket API, the address structure of MPTCP/IPv6 and the software of Socket API are rebuilt, the SRS stream media server has been extended by IPv6 support. Based upon this, MPTCP kernel and the extended SRS stream media server are recompiled, corresponding routing tables are configured. Finally, a video broadcast platform is set up based upon the technologies of IPv6+MPTCP. It verifies the effectiveness and usability combining these two technologies. The results show: (1) The load-balancing ability of MPTCP-based concurrent multi-path transmission technology is effective; (2) MPTCP multi-path transmission technology can realize the seamless switching of the network and improve the network robustness; (3) There is good compatibility among IPv6, MPTCP and Real Time Message Protocol (RTMP); (4) The broadcast platform provides an example for developing future applications of all kinds connecting endpoints based upon IPv6+MPTCP in Next Generation Internet (NGI).</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web.archive.org/web/20190128151215/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=37335">https://web.archive.org/web/20190128151215/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=37335</a></p><p class="publication-details"><strong>MD5:</strong> 0783dbb21a0dacf0029868fecfbf3864</p></div>
+</li>
+
+<li id="Publications-IAEAC2018" class="treeview-collapsed"><div><p class="description"><a href="https://www.linkedin.com/in/%E9%BD%90%E5%AE%81-%E8%B0%AD-0a5a2a138/">Tan, Qining</a>; Yang, Xuelei; <a href="https://www.oldwestbury.edu/people/lan-zhao">Zhao, Lan</a>; <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a> and <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/iaeac2018-web.pdf">A Statistic Procedure to Find Formulae for Buffer Size in MPTCP</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/iaeac2018-web.pdf">PDF</a>, 1747&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the 3rd IEEE Advanced Information Technology, Electronic and Automation Control Conference&nbsp;(IAEAC)</em>, pp.&nbsp;900–907, DOI&nbsp;<a href="https://dx.doi.org/10.1109/IAEAC.2018.8577570">10.1109/IAEAC.2018.8577570</a>, ISBN&nbsp;978-1-5386-4509-3, Chongqing/People&apos;s Republic of China, October&nbsp;13, 2018.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Multi-Path TCP&nbsp;(MPTCP), Buffer Size, Throughput, Statistical Predictive Modelling, Congestion Control</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">It has been shown that the Multi-Path Transmission Control Protocol&nbsp;(MPTCP) can improve throughput, robustness and resilience of network transport. This paper seeks to discover the relationship of buffer size with throughput and congestion control algorithms, based on the statistical predictive modelling method. In spite of rapid growth of the implementations of MPTCP, the theoretical and fundamental question –- how large the buffer size of MPTCP should be to meet the network traffic -– remains unaddressed, although there were graphic illustrations and descriptive discussions about it.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/iaeac2018-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/iaeac2018-web.pdf</a></p><p class="publication-details"><strong>MD5:</strong> aa33f9937c7cfa4a0e666d35986a5f48</p></div>
+</li>
+
+<li id="Publications-ITC2018" class="treeview-collapsed"><div><p class="description"><a href="https://www.researchgate.net/profile/Runa-Barik">Barik, Runa</a>; <a href="https://folk.universitetetioslo.no/michawe/">Welzl, Michael</a>; <a href="https://web.archive.org/web/20220328223330/https://www.simula.no/people/ahmed">Elmokashfi, Ahmed Mustafa</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.mn.uio.no/ifi/english/people/aca/steing/index.html">Gjessing, Stein</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/itc30.pdf">Can WebRTC QoS Work? A DSCP Measurement Study</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/itc30.pdf">PDF</a>, 318&nbsp;KiB, 9&nbsp;pages, in English), in <em>Proceedings of the 30th International Teletraffic Congress&nbsp;(ITC)</em>, pp.&nbsp;167–175, DOI&nbsp;<a href="https://dx.doi.org/10.1109/ITC30.2018.00034">10.1109/ITC30.2018.00034</a>, ISBN&nbsp;978-0-9883045-5-0, Wien/Austria, September&nbsp;6, 2018.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Measurement, Fling, DSCP, Ingress, Egress</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">DiffServ was designed to implement service provider quality of service (QoS) policies, where ingress and egress routers change the DiffServ Code Point (DSCP) in the IP header. However, nowadays, applications are beginning to directly set the DSCP themselves, in the hope that this will yield a more appropriate service for their respective video, audio and data streams. WebRTC is a prime example of such an application.<br />As a first step towards understanding whether "WebRTC QoS works", we measured, for both IPv4 and IPv6, what happens to DSCP values along Internet paths. Our study is based on end-to-end measurements from 160 IPv4 and 65 IPv6 geographically spread controlled probe clients to 34 IPv4 and 18 IPv6 servers respectively. Clearly, when the DSCP value is changed, the net result may not be what the application desired. We find that this happens often, and conclude with recommendations on how to improve WebRTC and other applications using the DSCP.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/itc30.pdf">https://web-backend.simula.no/sites/default/files/publications/files/itc30.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 61250e710bd427bef09802e076ff4185</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2017">2017</h3><ul>
+
+<li id="Publications-Haikou2017-2-MELODIC-Introduction" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-introduction.pdf">Big Data Applications on Multi-Clouds: An Introduction to the MELODIC Project</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-introduction.pdf">PDF</a>, 11377&nbsp;KiB, 28&nbsp;pages, in English), Keynote Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, December&nbsp;29, 2017.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Cloud Computing, MELODIC, OpenStack, Big Data, Applications</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">In former times, it was necessary to operate and maintain powerful personal computers to run applications. Nowadays, many "normal" users just use laptops, tablet PCs or smartphones. Their applications are powered by cloud systems in the background, which are operated in data centres at remote locations and being connected over the Internet. This presentation first introduces the basics of cloud computing: virtualisation, virtual machines, containers, and software as a service.<br />A challenge of using cloud computing is to deploy services to cloud providers, in order to operate them in a cost-efficient way while providing the best application experience to the users. The vision of the Multi-Cloud Execution-Ware for Large-scale Optimised Data-Intensive Computing&nbsp;(MELODIC) project is to enable federated cloud computing for data-intensive applications. Furthermore, it provides the user with an easy-to-use, unified cloud environment, which hides the complexity of a multi-cloud. The second part of this presentation therefore provides an overview of the basic ideas and application use cases of MELODIC.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-introduction.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-introduction.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 78406b60a0eb59d72adf177f427ed542</p></div>
+</li>
+
+<li id="Publications-Haikou2017-2-MELODIC-NorNetCore" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-nornetcore.pdf">Combining NorNet Core with MELODIC</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-nornetcore.pdf">PDF</a>, 10777&nbsp;KiB, 15&nbsp;pages, in English), Invited Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, December&nbsp;29, 2017.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Cloud Computing, MELODIC, Multi-Homing, NorNet Core, NorNet Testbed, OpenStack</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This talk gives a short overview over the possibilities of testing applications in the NorNet infrastructure. Furthermore, it presents a short overview of the ongoing work on integrating NorNet Core with the MELODIC multi-cloud infrastructure, including the NorNet Core setup at Hainan University and the Haikou College of Economics.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-nornetcore.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-nornetcore.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 9ade823e423387685270004ad3561220</p></div>
+</li>
+
+<li id="Publications-Haikou2017-2-NEAT-Tutorial" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-tutorial.pdf">NEAT Tutorial at Hainan University: Getting Started with NEAT</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-tutorial.pdf">PDF</a>, 3199&nbsp;KiB, 20&nbsp;pages, in English), Invited Talk at Hainan University, College of Information Science and Technology&nbsp;(CIST), Haikou, Hainan/People&apos;s Republic of China, December&nbsp;18, 2017.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NEAT, NEAT Sockets API, Client, Server, Programming, Examples, NorNet Core</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The goal of NEAT (A New, Evolutive API and Transport-Layer Architecture for the Internet) is to allow network "services" offered to applications – such as reliability, low-delay communication or security – to be dynamically tailored based on application demands, current network conditions, hardware capabilities or local policies, and also to support the integration of new network functionality in an evolutionary fashion, without applications having to be rewritten.<br />	This talk gives a practical introduction to NEAT from a developer&apos;s perspective: after an introduction to NEAT, the APIs and in particular the NEAT Sockets API are explained. This is followed by pseudo-code examples and finally running-code examples. These running-code examples particularly also show how to use NEAT in NorNet Core</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-tutorial.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-tutorial.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 3a3d41b926ad3b6e7cad46b6f4372f7e</p></div>
+</li>
+
+<li id="Publications-Haikou2017-2-NorNet-Tutorial" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial_0.pdf">NorNet Core Beginner Tutorial at Hainan University</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial_0.pdf">PDF</a>, 4987&nbsp;KiB, 30&nbsp;pages, in English), Tutorial at Hainan University, College of Information Science and Technology&nbsp;(CIST), Haikou, Hainan/People&apos;s Republic of China, December&nbsp;15, 2017.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This tutorial – presented for students at the College of Information Science and Technology&nbsp;(CIST) at Hainan University – provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial_0.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial_0.pdf</a></p><p class="publication-details"><strong>MD5:</strong> dd54c96d743be34c823d3d26f2268a0d</p></div>
+</li>
+
+<li id="Publications-Haikou2017-2-MultiPath" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation_0.pdf">An Introduction to Multi-Path Transport at Hainan University</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation_0.pdf">PDF</a>, 14797&nbsp;KiB, 44&nbsp;pages, in English), Keynote Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, December&nbsp;14, 2017.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">A large fraction of the communication in the Internet is handled by the Transmission Control Protocol (TCP). Since the first deployments of this protocol more than 30 years ago, the spectrum of applications as well as the structure of the network have developed at a fast pace. For example, today&apos;s network devices, like smartphones and laptops – i.e. particularly many devices in the area of mobile computing – frequently have an interesting property: the existence of multiple IP addresses (IPv4 and/or IPv6). The addresses may even change due to mobility. This property, denoted as multi-homing, can be utilised for multi-path transport, i.e. the simultaneous usage of multiple paths in the network to improve performance. Multi-path transport is a hot topic in the Internet Engineering Task Force (IETF), which is the standardisation organisation for the Internet.<br />This talk provides an overview of the work in the areas of multi-homing and multi-path transport, with focus on the area of the protocols TCP and Stream Control Transmission Protocol (SCTP) with their experimental extensions Multi-Path TCP (MPTCP) and Concurrent Multi-Path Transfer for SCTP (CMT-SCTP). It particularly shows the sequence of research and selected results, beginning from a simple simulation model, via lab setups and small Internet scenarios, up to the large-scale, international testbed project NorNet. NorNet, and particularly its landline network part NorNet Core, is furthermore described in some detail. Based on NorNet, it is finally possible to validate simulation results in real-world, multi-homed networks, in order to provide valuable input to the ongoing IETF standardisation processes of MPTCP and CMT-SCTP. Particularly, it will also show how the NorNet testbed can be utilised for research at Hainan University.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation_0.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation_0.pdf</a></p><p class="publication-details"><strong>MD5:</strong> ece75d74aefc18d93d4ae7728ffadf5b</p></div>
+</li>
+
+<li id="Publications-MELODIC-Warsaw2017" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/melodic-warsaw2017.pdf">Testing Applications with the NorNet Infrastructure</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/melodic-warsaw2017.pdf">PDF</a>, 11995&nbsp;KiB, 15&nbsp;pages, in English), in <em>Proceedings of the MELODIC Plenary Meeting</em>, Warszawa, Masovia/Poland, September&nbsp;21, 2017.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Cloud Computing, MELODIC, Multi-Homing, NorNet Core, NorNet Testbed, OpenStack</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This talk gives a short overview over the possibilities of testing applications in the NorNet infrastructure. Furthermore, it presents a short overview of the ongoing work on integrating NorNet Core with the MELODIC multi-cloud infrastructure.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/melodic-warsaw2017.pdf">https://web-backend.simula.no/sites/default/files/publications/files/melodic-warsaw2017.pdf</a></p><p class="publication-details"><strong>MD5:</strong> d7f500252a941682c5de800875a9e1c3</p></div>
+</li>
+
+<li id="Publications-ANRW2017" class="treeview-collapsed"><div><p class="description"><a href="https://de.linkedin.com/in/felix-weinrank">Weinrank, Felix</a>; <a href="https://www.kau.se/en/researchers/karl-johan-grinnemo">Grinnemo, Karl-Johan</a>; <a href="https://ie.linkedin.com/in/zdravko-bozakov-510319b2">Bozakov, Zdravko</a>; <a href="https://www.kau.se/en/researchers/anna-brunstrom">Brunström, Anna</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.kau.se/en/researchers/per-hurtig">Hurtig, Per</a>; <a href="https://www.uis.no/nb/profile/naeem-khademi">Khademi, Naeem</a> and <a href="https://www.fh-muenster.de/eti/personen/professoren/tuexen/">Tüxen, Michael</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/anrw17-final13.pdf">A NEAT Way to Browse the Web</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/anrw17-final13.pdf">PDF</a>, 417&nbsp;KiB, 2&nbsp;pages, in English), Demo Presentation, in <em>Proceedings of the ACM, IRTF and ISOC Applied Networking Research Workshop&nbsp;(ANRW)</em>, pp.&nbsp;33–34, DOI&nbsp;<a href="https://dx.doi.org/10.1145/3106328.3106335">10.1145/3106328.3106335</a>, ISBN&nbsp;978-1-4503-5108-9, Praha/Czech Republic, July&nbsp;15, 2017.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NEAT, Ossification, Transport Selection, Transport Service, SCTP, TCP</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">There is a growing concern that the Internet transport layer has become ossified in the face of emerging novel applications, and that further evolution has become very difficult. The NEAT system is a novel and evolvable transport system that decouples applications from the underlying transport layer and network services. In so doing, it facilitates dynamic transport selection. This demo shows how the NEAT system is able to dynamically select the most appropriate transport solution for the Mozilla Firefox web browser.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/anrw17-final13.pdf">https://web-backend.simula.no/sites/default/files/publications/files/anrw17-final13.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 88e5c2bc95ec7b070cf838734646bcfe</p></div>
+</li>
+
+<li id="Publications-Haikou2017-MultiPath-Presentation" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation.pdf">Multi-Path Transport at Hainan University – From Simulations to Real-World Internet Measurements in the NorNet Testbed</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation.pdf">PDF</a>, 14797&nbsp;KiB, 44&nbsp;pages, in English), Keynote Talk at Hainan University, College of Information Science and Technology (CIST), Haikou, Hainan/People&apos;s Republic of China, April&nbsp;18, 2017.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">A large fraction of the communication in the Internet is handled by the Transmission Control Protocol (TCP). Since the first deployments of this protocol more than 30 years ago, the spectrum of applications as well as the structure of the network have developed at a fast pace. For example, today&apos;s network devices, like smartphones and laptops – i.e. particularly many devices in the area of mobile computing – frequently have an interesting property: the existence of multiple IP addresses (IPv4 and/or IPv6). The addresses may even change due to mobility. This property, denoted as multi-homing, can be utilised for multi-path transport, i.e. the simultaneous usage of multiple paths in the network to improve performance. Multi-path transport is a hot topic in the Internet Engineering Task Force (IETF), which is the standardisation organisation for the Internet.<br />This talk provides an overview of the work in the areas of multi-homing and multi-path transport, with focus on the area of the protocols TCP and Stream Control Transmission Protocol (SCTP) with their experimental extensions Multi-Path TCP (MPTCP) and Concurrent Multi-Path Transfer for SCTP (CMT-SCTP). It particularly shows the sequence of research and selected results, beginning from a simple simulation model, via lab setups and small Internet scenarios, up to the large-scale, international testbed project NorNet. NorNet, and particularly its landline network part NorNet Core, is furthermore described in some detail. Based on NorNet, it is finally possible to validate simulation results in real-world, multi-homed networks, in order to provide valuable input to the ongoing IETF standardisation processes of MPTCP and CMT-SCTP. Particularly, it will also show how the NorNet testbed can be utilised for research at Hainan University.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> ece75d74aefc18d93d4ae7728ffadf5b</p></div>
+</li>
+
+<li id="Publications-Haikou2017-Tutorial" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial.pdf">The Basics of Using the NorNet Core Testbed at Hainan University</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial.pdf">PDF</a>, 4987&nbsp;KiB, 30&nbsp;pages, in English), Tutorial at Hainan University, College of Information Science and Technology&nbsp;(CIST), Haikou, Hainan/People&apos;s Republic of China, April&nbsp;18, 2017.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This tutorial – presented for students at the College of Information Science and Technology&nbsp;(CIST) at Hainan University – provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial.pdf</a></p><p class="publication-details"><strong>MD5:</strong> dd54c96d743be34c823d3d26f2268a0d</p></div>
+</li>
+
+<li id="Publications-Haikou2017-NEAT" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-introduction.pdf">A Practical Introduction to NEAT at Hainan University</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-introduction.pdf">PDF</a>, 866&nbsp;KiB, 19&nbsp;pages, in English), Invited Talk at Hainan University, College of Information Science and Technology&nbsp;(CIST), Haikou, Hainan/People&apos;s Republic of China, April&nbsp;17, 2017.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NEAT, NEAT Sockets API, Client, Server, Programming, Examples, NorNet Core</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The goal of NEAT (A New, Evolutive API and Transport-Layer Architecture for the Internet) is to allow network "services" offered to applications – such as reliability, low-delay communication or security – to be dynamically tailored based on application demands, current network conditions, hardware capabilities or local policies, and also to support the integration of new network functionality in an evolutionary fashion, without applications having to be rewritten.<br />	This talk gives a practical introduction to NEAT from a developer&apos;s perspective: after an introduction to NEAT, the APIs and in particular the NEAT Sockets API are explained. This is followed by pseudo-code examples and finally running-code examples. These running-code examples particularly also show how to use NEAT in NorNet Core</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-introduction.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-introduction.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 0da3ed198c7c49822d6626281f3dd270</p></div>
+</li>
+
+<li id="Publications-AINA2017-PathMgt" class="treeview-collapsed"><div><p class="description"><a href="https://www.linkedin.com/in/%E7%90%A8-%E7%8E%8B-76973917a/">Wang, Kun</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>; <a href="https://web.archive.org/web/20240105195113/https://hd.hainanu.edu.cn/cs/info/1107/1928.htm">Fu, Fa</a>; <a href="https://web.archive.org/web/20190625024754/http://www.hainu.edu.cn/stm/xinxi/2011325/10409746.shtml">Tan, Yuyin</a>; <a href="https://www.linkedin.com/in/%E7%8E%BA-%E7%A8%8B-73974117a/">Cheng, Xi</a> and <a href="https://www.linkedin.com/in/%E9%BD%90%E5%AE%81-%E8%B0%AD-0a5a2a138/">Tan, Qining</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/kunwang-paper-web.pdf">On the Path Management of Multi-Path TCP in Internet Scenarios based on the NorNet Testbed</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/kunwang-paper-web.pdf">PDF</a>, 379&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the IEEE International Conference on Advanced Information Networking and Applications&nbsp;(AINA)</em>, pp.&nbsp;1–8, DOI&nbsp;<a href="https://dx.doi.org/10.1109/AINA.2017.29">10.1109/AINA.2017.29</a>, ISBN&nbsp;978-1-5090-6028-3, Taipei, Taiwan/People&apos;s Republic of China, March&nbsp;27, 2017.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Multi-Path Transport, Multi-Path TCP (MPTCP), Resilience, Path Management, Congestion Control, Configuration</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">With the rapid development of Internet communications, there is a growing demand to support devices being connected to multiple Internet service providers simultaneously. For example, every modern smartphone already provides at least mobile broadband (UMTS, LTE) as well as Wi-Fi interfaces. This multi-homing property can be used for resilience, but there is also an increasing interest in making use of concurrent multi-path transport. That is, multiple network paths can be utilised simultaneously, in order to improve the payload throughput for applications like big data or cloud computing.<br />In this paper, we examine the performance of multi-path transport in real-world Internet setups, based on Multi-Path TCP (MPTCP) in the NorNet testbed for multi-homed systems. However, systems in such challenging setups need proper configuration. Therefore, we particularly would like to highlight the performance impact of different path management and congestion control settings in such realistic scenarios.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/kunwang-paper-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/kunwang-paper-web.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 28dbde48237a546a430f386474476c17</p></div>
+</li>
+
+<li id="Publications-AINA2017-BufferSize" class="treeview-collapsed"><div><p class="description">Zhou, Feng; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>; <a href="https://web.archive.org/web/20240105195113/https://hd.hainanu.edu.cn/cs/info/1107/1928.htm">Fu, Fa</a>; <a href="https://web.archive.org/web/20190625024754/http://www.hainu.edu.cn/stm/xinxi/2011325/10409746.shtml">Tan, Yuyin</a> and Gan, Quan:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/fengzhou-mptcp-web.pdf">The Performance Impact of Buffer Sizes for Multi-Path TCP in Internet Setups</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/fengzhou-mptcp-web.pdf">PDF</a>, 1006&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the IEEE International Conference on Advanced Information Networking and Applications&nbsp;(AINA)</em>, pp.&nbsp;9–16, DOI&nbsp;<a href="https://dx.doi.org/10.1109/AINA.2017.26">10.1109/AINA.2017.26</a>, ISBN&nbsp;978-1-5090-6028-3, Taipei, Taiwan/People&apos;s Republic of China, March&nbsp;27, 2017.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Multi-Path Transport, Multi-Path TCP (MPTCP), Buffer Size, Throughput, Robustness</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Multi-Path Transmission Control Protocol (MPTCP) is the new concurrent multi-path transfer extension for the widely-deployed Transmission Control Protocol (TCP). Of course, having multiple and possibly highly dissimilar paths for transmission is a challenge for the management of the send and receive buffers, since optimal throughput is desired with a reasonable allocation of the limited memory resources in MPTCP endpoints. This is particularly important when many MPTCP connections have to be handled simultaneously.<br />This paper measures out the required MPTCP buffer size in the real-world Internet testbed NorNet, comparing theoretical size and real size to analyse MPTCP performance. The experiment shows that multi-path transmission can effectively increase the application payload throughput, and greatly improve the robustness of the data transmission. As an important point of this paper, we can show that appropriate buffer size settings can increase the payload throughput, while not wasting resources.<br />This paper has certain significance for further accurately determining the optimal buffer size settings for multi-path transmission in large-scale Internet setups.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/fengzhou-mptcp-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/fengzhou-mptcp-web.pdf</a></p><p class="publication-details"><strong>MD5:</strong> a1ef777ccb72a3d160bd59fb377879ea</p></div>
+</li>
+
+<li id="Publications-UCLM2017-NorNet-Tutorial" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-nornet-tutorial.pdf">An Experiment Tutorial for the NorNet Core Testbed at the the Universidad de Castilla-La Mancha</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-nornet-tutorial.pdf">PDF</a>, 5244&nbsp;KiB, 27&nbsp;pages, in English), Tutorial at the Universidad de Castilla-La Mancha, Instituto de Investigación Informática de Albacete, Albacete, Castilla-La Mancha/Spain, February&nbsp;16, 2017.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This tutorial – presented for staff members and students at the Instituto de Investigación Informática de Albacete of the the Universidad de Castilla-La Mancha – provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-nornet-tutorial.pdf">https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-nornet-tutorial.pdf</a></p><p class="publication-details"><strong>MD5:</strong> fc137937a18e3b14ff370926de13c094</p></div>
+</li>
+
+<li id="Publications-UCLM2017-MultiPath-Presentation" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-multipath-presentation_1.pdf">Multi-Path Transport – From Simulations to Real-World Internet Measurements</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-multipath-presentation_1.pdf">PDF</a>, 14631&nbsp;KiB, 36&nbsp;pages, in English), Keynote Talk at the Universidad de Castilla-La Mancha, Instituto de Investigación Informática de Albacete, Albacete, Castilla-La Mancha/Spain, February&nbsp;16, 2017.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Multi-Path Transport, Multi-Path TCP (MPTCP), Concurrent Multi-Path Transfer for the Stream Control Transmission Protocol (CMT-SCTP), Simulations, Lab Measurements, Internet Measurements, NorNet Testbed, NorNet Core</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">A large fraction of the communication in the Internet is handled by the Transmission Control Protocol (TCP). Since the first deployments of this protocol more than 30 years ago, the spectrum of applications as well as the structure of the network have developed at a fast pace. For example, today&apos;s network devices, like smartphones and laptops – i.e. particularly many devices in the area of mobile computing – frequently have an interesting property: the existence of multiple IP addresses (IPv4 and/or IPv6). The addresses may even change due to mobility. This property, denoted as multi-homing, can be utilised for multi-path transport, i.e. the simultaneous usage of multiple paths in the network to improve performance. Multi-path transport is a hot topic in the Internet Engineering Task Force (IETF), which is the standardisation organisation for the Internet.<br />This talk provides an overview of the work in the areas of multi-homing and multi-path transport, with focus on the area of the protocols TCP and Stream Control Transmission Protocol (SCTP) with their experimental extensions Multi-Path TCP (MPTCP) and Concurrent Multi-Path Transfer for SCTP (CMT-SCTP). It particularly shows the sequence of research and selected results, beginning from a simple simulation model, via lab setups and small Internet scenarios, up to the large-scale, international testbed project NorNet. NorNet, and particularly its landline network part NorNet Core, is furthermore described in some detail. Based on NorNet, it is finally possible to validate simulation results in real-world, multi-homed networks, in order to provide valuable input to the ongoing IETF standardisation processes of MPTCP and CMT-SCTP.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-multipath-presentation_1.pdf">https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-multipath-presentation_1.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 9bf3211e05f81f9e2950c956ca8aff18</p></div>
+</li>
+
+<li id="Publications-UCLM2017-INET-Presentation" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-inet-presentation.pdf">Multi-Path Transport with OMNeT++ and the INET Framework</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-inet-presentation.pdf">PDF</a>, 4367&nbsp;KiB, 27&nbsp;pages, in English), Invited Talk at the Universidad de Castilla-La Mancha, Instituto de Investigación Informática de Albacete, Albacete, Castilla-La Mancha/Spain, February&nbsp;16, 2017.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Multi-Path Transport, OMNeT++, INET Framework, Stream Control Transmission Protocol, SCTP, Concurrent Multipath Transfer, CMT, CMT-SCTP, NetPerfMeter, SimProcTC</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">In order to evaluate the performance of multi-path transport protocols, a straightforward initial step is to perform simulations. OMNeT++, together with the INET Framework, provide a powerful Open Source platform for running network simulations. This talk provides an overview of simulating multi-path transport with OMNeT++ and the INET Framework. Particular focus is on the Concurrent Multipath Transfer extension for the Stream Control Transmission Protocol (SCTP). Furthermore, useful additions like the NetPerfMeter application model, the extended network auto-configurator as well as the Simulation Processing Tool-Chain (SimProcTC) are explained.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-inet-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-inet-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 3f419d15dbbf273d69067d6ab0b0aa07</p></div>
+</li>
+
+<li id="Publications-Sydney2017-Tutorial" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/sydney-tutorial.pdf">An Experiment Tutorial for the NorNet Core Testbed at the University of Sydney</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/sydney-tutorial.pdf">PDF</a>, 4829&nbsp;KiB, 27&nbsp;pages, in English), Tutorial at University of Sydney, School of Information Technologies, Sydney, New South Wales/Australia, January&nbsp;24, 2017.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This tutorial – presented for Ph.D. students at the School of Information Technologies of the University of Sydney – provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/sydney-tutorial.pdf">https://web-backend.simula.no/sites/default/files/publications/files/sydney-tutorial.pdf</a></p><p class="publication-details"><strong>MD5:</strong> d3154a5ac9aa2ec045c406d15ee51da7</p></div>
+</li>
+
+<li id="Publications-Sydney2017-Presentation" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/sydney2017-presentation.pdf">NorNet at the University of Sydney – An Introduction to the NorNet Core Testbed</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/sydney2017-presentation.pdf">PDF</a>, 11848&nbsp;KiB, 25&nbsp;pages, in English), Invited Talk at University of Sydney, School of Information Technologies, Sydney, New South Wales/Australia, January&nbsp;24, 2017.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, Testbed, Multi-Homing, Introduction, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-homing denotes the simultaneous connection of endpoints (e.g.&nbsp;cloud servers, smartphones, etc.) to multiple Internet Service Providers&nbsp;(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.&nbsp;malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.&nbsp;increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.&nbsp;be realised by Concurrent Multi-Path Transfer for SCTP&nbsp;(CMT-SCTP) and Multi-Path TCP&nbsp;(MPTCP), two protocols that are currently under standardisation in the IETF.<br />The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections – wired as well as wireless – that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet&apos;s wired network part NorNet Core. Particularly, it will also show how the NorNet Core testbed can be utilised for research at the University of Sydney.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/sydney2017-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/sydney2017-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> e5f885e46a6b34b6fdcaf44fc77adde1</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2016">2016</h3><ul>
+
+<li id="Publications-LinuxCon2016" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/linuxcon2016-presentation.pdf">NorNet – Building an Inter-Continental Internet Testbed based on Open Source Software</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/linuxcon2016-presentation.pdf">PDF</a>, 9587&nbsp;KiB, 36&nbsp;pages, in English), in <em>Proceedings of the LinuxCon Europe</em>, Berlin/Germany, October&nbsp;5, 2016.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet Testbed, Multi-Path Transport, Resilience, Virtualisation, Linux, Open Source</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">NorNet is an open, international Internet testbed platform for research on multi-homed systems. Multi-homed systems have the property of being connected to multiple Internet Service Providers&nbsp;(ISP) simultaneously, in order to still provide connectivity in case of ISP/network failures. Basis of NorNet is Linux, together with other Open Source software. At the moment, the testbed infrastructure spreads over 21&nbsp;sites on 4&nbsp;continents.<br />NorNet makes extensive use of advanced Linux features like virtualisation, file system features, routing rules, SCTP, MPTCP, and more. The global distribution creates further challenges. Goal of this talk is therefore to provide an overview of the problems that occurred when building the testbed, as well as solutions and lessons learned from solving these challenges. The idea is to present guidelines for utilising the advanced Linux features in own projects.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/linuxcon2016-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/linuxcon2016-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 835722bb90f2cf4e0aab67be150396b5</p></div>
+</li>
+
+<li id="Publications-ComNets2016-MultipathSurvey" class="treeview-collapsed"><div><p class="description">Yedugundla, Kiran Venkata; <a href="https://ferlin.io">Ferlin, Simone</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.mn.uio.no/ifi/english/people/aca/ozgua/index.html">Alay, Özgü</a>; Kuhn, Nicolas; <a href="https://www.kau.se/en/researchers/per-hurtig">Hurtig, Per</a> and <a href="https://www.kau.se/en/researchers/anna-brunstrom">Brunström, Anna</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/comnets2016-multipathsurvey.pdf">Is Multi-Path Transport Suitable for Latency Sensitive Traffic?</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/comnets2016-multipathsurvey.pdf">PDF</a>, 4525&nbsp;KiB, 21&nbsp;pages, in English), in <em>Computer Networks</em>, vol.&nbsp;105, pp.&nbsp;1–21, Elsevier, DOI&nbsp;<a href="https://dx.doi.org/10.1016/j.comnet.2016.05.008">10.1016/j.comnet.2016.05.008</a>, ISSN&nbsp;1389-1286, August&nbsp;4, 2016.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Internet, Latency, Multi-Path Communication, Transport Protocols, MPTCP, CMT-SCTP</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This paper assesses whether multi-path communication can help latency-sensitive applications to satisfy the requirements of their users. We consider Concurrent Multi-path Transfer for SCTP&nbsp;(CMT-SCTP) and Multi-Path TCP&nbsp;(MPTCP) and evaluate their proficiency in transporting video, gaming, and web traffic over combinations of WLAN and 3G interfaces. To ensure the validity of our evaluation, several experimental approaches were used including simulation, emulation and live experiments. When paths are symmetric in terms of capacity, delay and loss rate, we find that the experienced latency is significantly reduced, compared to using a single path. Using multiple asymmetric paths does not affect latency – applications do not experience any increase or decrease, but might benefit from other advantages of multi-path communication. In the light of our conclusions, multi-path transport is suitable for latency-sensitive traffic and mature enough to be widely deployed.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/comnets2016-multipathsurvey.pdf">https://web-backend.simula.no/sites/default/files/publications/files/comnets2016-multipathsurvey.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 568dbefc09c209fa4d5598258d7f0831</p></div>
+</li>
+
+<li id="Publications-MSN2016" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/msn2016-presentation.pdf">NorNet – The Internet Testbed for Multi-Homed Systems</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/msn2016-presentation.pdf">PDF</a>, 11198&nbsp;KiB, 16&nbsp;pages, in English), in <em>Proceedings of the Multi-Service Networks Conference&nbsp;(MSN, Coseners)</em>, Abingdon, Oxfordshire/United Kingdom, July&nbsp;8, 2016.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Overview</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-homing denotes the simultaneous connection of endpoints (e.g.&nbsp;cloud servers, smartphones, etc.) to multiple Internet Service Providers&nbsp;(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.&nbsp;malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.&nbsp;increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.&nbsp;be realised by Concurrent Multi-Path Transfer for SCTP&nbsp;(CMT-SCTP) and Multi-Path TCP&nbsp;(MPTCP), two protocols that are currently under standardisation in the IETF.<br />The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections – wired as well as wireless – that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/msn2016-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/msn2016-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 693855de478247f1b9ac6be6e93c2af5</p></div>
+</li>
+
+<li id="Publications-HKC2016-Presentation" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hkc-presentation.pdf">NorNet at the Haikou College of Economics – An Introduction to the NorNet Testbed</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hkc-presentation.pdf">PDF</a>, 10163&nbsp;KiB, 28&nbsp;pages, in English), Invited Talk at the Haikou College of Economics, Guilinyang, Hainan/People&apos;s Republic of China, June&nbsp;6, 2016.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-homing denotes the simultaneous connection of endpoints (e.g.&nbsp;cloud servers, smartphones, etc.) to multiple Internet Service Providers&nbsp;(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.&nbsp;malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.&nbsp;increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.&nbsp;be realised by Concurrent Multi-Path Transfer for SCTP&nbsp;(CMT-SCTP) and Multi-Path TCP&nbsp;(MPTCP), two protocols that are currently under standardisation in the IETF.<br />The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections – wired as well as wireless – that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at the Haikou College of Economics.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hkc-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hkc-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 2df3a5eec4fffe610a7ac773c8c2056c</p></div>
+</li>
+
+<li id="Publications-Haikou2016-Tutorial" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-tutorial_0.pdf">An Experiment Tutorial for the NorNet Core Testbed at Hainan University</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-tutorial_0.pdf">PDF</a>, 7304&nbsp;KiB, 27&nbsp;pages, in English), Tutorial at Hainan University, College of Information Science and Technology&nbsp;(CIST), Haikou, Hainan/People&apos;s Republic of China, May&nbsp;29, 2016.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This tutorial – presented for students at the College of Information Science and Technology&nbsp;(CIST) at Hainan University – provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-tutorial_0.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-tutorial_0.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 65d8e35c633a55315b7f72a764d7d970</p></div>
+</li>
+
+<li id="Publications-Haikou2016-Presentation" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-presentation_1.pdf">NorNet at Hainan University – An Introduction to the NorNet Testbed</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-presentation_1.pdf">PDF</a>, 13840&nbsp;KiB, 34&nbsp;pages, in English), Invited Talk at Hainan University, College of Information Science and Technology&nbsp;(CIST), Haikou, Hainan/People&apos;s Republic of China, May&nbsp;29, 2016.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-homing denotes the simultaneous connection of endpoints (e.g.&nbsp;cloud servers, smartphones, etc.) to multiple Internet Service Providers&nbsp;(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.&nbsp;malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.&nbsp;increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.&nbsp;be realised by Concurrent Multi-Path Transfer for SCTP&nbsp;(CMT-SCTP) and Multi-Path TCP&nbsp;(MPTCP), two protocols that are currently under standardisation in the IETF.<br />The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections – wired as well as wireless – that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at Hainan University.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-presentation_1.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-presentation_1.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 158d559194bda92bc05c1a7a1603880d</p></div>
+</li>
+
+<li id="Publications-Infocom2016" class="treeview-collapsed"><div><p class="description"><a href="https://ferlin.io">Ferlin, Simone</a>; <a href="https://www.mn.uio.no/ifi/english/people/aca/ozgua/index.html">Alay, Özgü</a>; <a href="https://web.archive.org/web/20220601135406/https://www.simula.no/people/davidh">Hayes, David Andrew</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://folk.universitetetioslo.no/michawe/">Welzl, Michael</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/infocom2016-web.pdf">Revisiting Congestion Control for Multipath TCP with Shared Bottleneck Detection</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/infocom2016-web.pdf">PDF</a>, 1440&nbsp;KiB, 9&nbsp;pages, in English), in <em>Proceedings of the 35th IEEE International Conference on Computer Communications&nbsp;(INFOCOM)</em>, pp.&nbsp;2419–2427, ISBN&nbsp;978-1-4673-9953-1, San Francisco, California/U.S.A., April&nbsp;14, 2016.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Multi-Path TCP&nbsp;(MPTCP), Shared Bottleneck Detection, Congestion Control, Coupled Congestion Control</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multipath TCP (MPTCP) enables the simultaneous usage of multiple links for bandwidth aggregation, better resource utilization and improved reliability. Its coupled congestion control intends to reap the increased bandwidth of multiple links, while avoiding to be more aggressive than regular TCP flows on every used link. We argue that this leads to a very conservative behavior when paths do not share a bottleneck. Therefore, in this paper, we first quantify the penalty of the coupled congestion control for the links that do not share a bottleneck. Then, in order to overcome this penalty, we design and implement a practical shared bottleneck detection (SBD) algorithm for MPTCP, namely MPTCP-SBD. Through extensive emulations, we show that MPTCP-SBD outperforms all currently deployed MPTCP coupled congestion controls by accurately detecting bottlenecks resulting in throughput gains of up to 30\% in the absence of shared bottlenecks while remaining fair to TCP in shared bottlenecks scenarios. We complement the emulation results with real-network experiments justifying it is safeness for deployment.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/infocom2016-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/infocom2016-web.pdf</a></p><p class="publication-details"><strong>MD5:</strong> f60e8b176a4f13b368211d222ddc1969</p></div>
+</li>
+
+<li id="Publications-HAWHamburg2016-Tutorial" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-tutorial.pdf">An Experiment Tutorial for the NorNet Core Testbed at HAW Hamburg</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-tutorial.pdf">PDF</a>, 4134&nbsp;KiB, 27&nbsp;pages, in English), Tutorial at Hochschule für Angewandte Wissenschaften Hamburg&nbsp;(HAW Hamburg), Hamburg/Germany, March&nbsp;22, 2016.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This tutorial – presented at the Hochschule für Angewandte Wissenschaften Hamburg&nbsp;(HAW Hamburg) – provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-tutorial.pdf">https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-tutorial.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 46cc11c5168a96e4b30c0737c82158f1</p></div>
+</li>
+
+<li id="Publications-HAWHamburg2016-Presentation" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-presentation.pdf">NorNet at HAW Hamburg – An Introduction to the NorNet Testbed</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-presentation.pdf">PDF</a>, 13981&nbsp;KiB, 38&nbsp;pages, in English), Invited Talk at Hochschule für Angewandte Wissenschaften Hamburg&nbsp;(HAW Hamburg), Hamburg/Germany, March&nbsp;22, 2016.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-homing denotes the simultaneous connection of endpoints (e.g.&nbsp;cloud servers, smartphones, etc.) to multiple Internet Service Providers&nbsp;(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.&nbsp;malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.&nbsp;increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.&nbsp;be realised by Concurrent Multi-Path Transfer for SCTP&nbsp;(CMT-SCTP) and Multi-Path TCP&nbsp;(MPTCP), two protocols that are currently under standardisation in the IETF.<br />The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections – wired as well as wireless – that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at the Hochschule für Angewandte Wissenschaften Hamburg&nbsp;(HAW Hamburg)</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 49c17f620cbfe46758e8f02f4e553081</p></div>
+</li>
+
+<li id="Publications-CompEngApps2016" class="treeview-collapsed"><div><p class="description"><a href="https://web.archive.org/web/20240105195113/https://hd.hainanu.edu.cn/cs/info/1107/1928.htm">Fu, Fa</a>; <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>; <a href="https://web.archive.org/web/20190625024754/http://www.hainu.edu.cn/stm/xinxi/2011325/10409746.shtml">Tan, Yuyin</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/hakim-adhari/">Adhari, Hakim</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web.archive.org/web/20160305203850/http://cea.ceaj.org/CN/article/downloadArticleFile.do?attachType=PDF&amp;id=34214">Performance Analysis of MPTCP Protocol in Multiple Scenarios</a>´´</span> (<a type="application/pdf" href="https://web.archive.org/web/20160305203850/http://cea.ceaj.org/CN/article/downloadArticleFile.do?attachType=PDF&amp;id=34214">PDF</a>, 581&nbsp;KiB, 5&nbsp;pages, in Chinese), in <em>Computer Engineering and Applications</em>, vol.&nbsp;52, pp.&nbsp;89–93, CEA, DOI&nbsp;<a href="https://dx.doi.org/0.3778/j.issn.1002-8331.1508-0186">0.3778/j.issn.1002-8331.1508-0186</a>, ISSN&nbsp;1002-8331, March&nbsp;1, 2016.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Multi-Path Transmission, Load Sharing, Path Management, Congestion Control, Buffer, Performance Analysis</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Achieving multipath transport and getting more network throughput by using multiple interfaces of multi-homed device is a hot topic in Internet protocol. MPTCP is a mature and key protocol for multipath transmission, also in the focus of the IETF. This article presents the behaviors of MPTCP multipath transmission in the local test-bed scenario, Internet scenario and NorNet test-bed scenario. Results show that MPTCP protocols can significantly increase throughput. Meanwhile its path management and scheduling strategy for transmission are still not perfect and need further improvement in dissimilar path scenario.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web.archive.org/web/20160305203850/http://cea.ceaj.org/CN/article/downloadArticleFile.do?attachType=PDF&amp;id=34214">https://web.archive.org/web/20160305203850/http://cea.ceaj.org/CN/article/downloadArticleFile.do?attachType=PDF&amp;id=34214</a></p><p class="publication-details"><strong>MD5:</strong> 97c6d8895995f2c18c96669f72f3897a</p></div>
+</li>
+
+<li id="Publications-NICTA2016-Tutorial" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-tutorial.pdf">An Experiment Tutorial for the NorNet Core Testbed at NICTA</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-tutorial.pdf">PDF</a>, 4140&nbsp;KiB, 27&nbsp;pages, in English), Tutorial at National Information Communications Technology Australia&nbsp;(NICTA), Sydney, New South Wales/Australia, January&nbsp;22, 2016.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This tutorial – presented at National Information Communications Technology Australia&nbsp;(NICTA) – provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-tutorial.pdf">https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-tutorial.pdf</a></p><p class="publication-details"><strong>MD5:</strong> a4017ee0d66b87416e5c0c8921d94957</p></div>
+</li>
+
+<li id="Publications-NICTA2016-Presentation" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-presentation.pdf">NorNet at NICTA – An Introduction to the NorNet Testbed</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-presentation.pdf">PDF</a>, 13403&nbsp;KiB, 38&nbsp;pages, in English), Invited Talk at National Information Communications Technology Australia&nbsp;(NICTA), Sydney, New South Wales/Australia, January&nbsp;22, 2016.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-homing denotes the simultaneous connection of endpoints (e.g.&nbsp;cloud servers, smartphones, etc.) to multiple Internet Service Providers&nbsp;(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.&nbsp;malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.&nbsp;increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.&nbsp;be realised by Concurrent Multi-Path Transfer for SCTP&nbsp;(CMT-SCTP) and Multi-Path TCP&nbsp;(MPTCP), two protocols that are currently under standardisation in the IETF.<br />The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections – wired as well as wireless – that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at National Information Communications Technology Australia&nbsp;(NICTA)</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 553d4072d3381f6d460a73f25ddfb77f</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2015">2015</h3><ul>
+
+<li id="Publications-ICCC2015" class="treeview-collapsed"><div><p class="description"><a href="https://web.archive.org/web/20240105195113/https://hd.hainanu.edu.cn/cs/info/1107/1928.htm">Fu, Fa</a>; <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; Wang, Keying; Zhou, Feng and Gan, Quan:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/fufa-mptcp-web.pdf">Performance Comparison of Congestion Control Strategies for Multi-Path TCP in the NorNet Testbed</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/fufa-mptcp-web.pdf">PDF</a>, 172&nbsp;KiB, 6&nbsp;pages, in English), in <em>Proceedings of the 4th IEEE/CIC International Conference on Communications in China&nbsp;(ICCC)</em>, pp.&nbsp;607–612, DOI&nbsp;<a href="https://dx.doi.org/10.1109/ICCChina.2015.7448667">10.1109/ICCChina.2015.7448667</a>, ISBN&nbsp;978-1-5090-0243-6, Shenzhen, Guangdong/People&apos;s Republic of China, November&nbsp;3, 2015.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Multi-Path Transport, Multi-Path TCP&nbsp;(MPTCP), Congestion Control, Performance Analysis</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-path transport has become a hot topic in Internet protocol research with the evolution of emerging technologies, particularly with the market penetration of access terminals having multiple network interfaces (e.g. smartphones with LTE/UMTS and Wi-Fi interfaces). Multi-Path TCP (MPTCP) is an extension of TCP that allows a connection to create several subflows for utilizing multiple network paths. Using multiple end-to-end TCP connections as subflows, MPTCP distributes data to different subflows over multiple ISPs, so as to enhance network robustness and improve throughput.<br />This paper first presents MPTCP’s architecture and multi-path congestion control algorithm concepts. Then, it examines three test scenarios in the NorNet testbed, particularly highlighting the performance difference between using uncoupled and coupled congestion controls in multi-homed, real-world Internet setups. The results show that MPTCP with coupled CCs gets more benefits than TCP and demonstrates the lower aggressiveness in comparison to MPTCP with uncoupled CCs.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/fufa-mptcp-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/fufa-mptcp-web.pdf</a></p><p class="publication-details"><strong>MD5:</strong> caabd753ddce037e04e81dbffbd0ad82</p></div>
+</li>
+
+<li id="Publications-fairness-algorithms-UDE-UHB-P2" class="treeview-collapsed"><div><p class="description">Singh, Amanpreet; Könsgen, Andreas; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/hakim-adhari/">Adhari, Hakim</a>; Görg, Carmelita and Rathgeb, Erwin&nbsp;P.:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/naomi2015-FairnessAlgorithms.pdf">Algorithms for Theoretical Investigation of Fairness in Multipath Transport</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/naomi2015-FairnessAlgorithms.pdf">PDF</a>, 501&nbsp;KiB, 14&nbsp;pages, in English), in <em>Proceedings of the 7th EAI International Conference on Mobile Networks and Management&nbsp;(MONAMI&nbsp;2015)</em>, Santander/Spain, September&nbsp;2015.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">With the onset of multipath transport protocols such as MPTCP and multihomed mobile devices, fairness considerations which have been widely analyzed for legacy TCP need to be re-investigated. A practical realization of fairness amongst<br />different participants is known to be difficult but even the theoretical calculation of the resource capacity and its allocation is not a trivial task. Therefore in this work, resource allocation algorithms are presented to thoroughly evaluate the impact of the<br />fairness definitions. For a rigorous analysis, existing fairness definitions are identified according to the resources (bottleneck or network) and the competing participants (flow, tariff or user). Tariff as the participant, provides a realistic option to comply with the service level agreement between the operator and the user where as flow as the participant leads to TCP-compatible allocation. From the obtained results, it can be seen that if fairness is applied at the bottleneck then it is absolutely fair to the individual participants w.r.t. the bottleneck. On the other hand, fairness mechanisms considering the whole network as a single resource exploit the freedom of resource allocation (due to multipath flows) to achieve an overall similar allocation for the different participants (irrespective if the participant is composed of singlepath or multipath flows) but are still restricted by the topological constraints and might even result in a lower overall network throughput.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/naomi2015-FairnessAlgorithms.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/naomi2015-FairnessAlgorithms.pdf</a></p><p class="publication-details"><strong>MD5:</strong> f3a50dc70624440279dcda4f9a28cc83</p></div>
+</li>
+
+<li id="Publications-NTW2015" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/ntw2015.pdf">The NorNet Experimentation Platform for Multi-Homed Systems</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/ntw2015.pdf">PDF</a>, 14369&nbsp;KiB, 30&nbsp;pages, in English), in <em>Proceedings of the NORDUnet Technical Workshop&nbsp;(NTW)</em>, København/Denmark, September&nbsp;17, 2015.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-homing denotes the simultaneous connection of endpoints (e.g.&nbsp;cloud servers, smartphones, etc.) to multiple Internet Service Providers&nbsp;(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.&nbsp;malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.&nbsp;increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.&nbsp;be realised by Concurrent Multi-Path Transfer for SCTP&nbsp;(CMT-SCTP) and Multi-Path TCP&nbsp;(MPTCP), two protocols that are currently under standardisation in the IETF.<br />The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections – wired as well as wireless – that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research by the Nordic community.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/ntw2015.pdf">https://web-backend.simula.no/sites/default/files/publications/files/ntw2015.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 2a3f1bda015fcf850cd2f5adb3571cad</p></div>
+</li>
+
+<li id="Publications-MPTCPBlog2015" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="text/html" href="https://web.archive.org/web/20230518084721/http://blog.multipath-tcp.org/blog/html/2015/09/07/netperfmeter.html">NetPerfMeter: A Network Performance Metering Tool</a>´´</span> (<a type="text/html" href="https://web.archive.org/web/20230518084721/http://blog.multipath-tcp.org/blog/html/2015/09/07/netperfmeter.html">HTML</a>, 42&nbsp;KiB, in English), in <em>Multipath TCP Blog</em>, September&nbsp;7, 2015.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Software, NetPerfMeter, Multi-Path Transfer, Multi-Path TCP&nbsp;(MPTCP)</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">A common problem for evaluating multiple transport protocols in a multi-platform environment is to have a test tool that is capable to run in all these environments, and – of course – to support all necessary protocols. Using different evaluation tools is not a good solution, since each tool may introduce its own – and possibly incompatible – parametrisation scheme. In order to overcome this problem, originally for the use case of evaluating the Stream Control Transmission Protocol (SCTP) and compare it to the Transmission Control Protocol (TCP), NetPerfMeter has been designed and developed. This blog article provides an introduction to NetPerfMeter.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/html" href="https://web.archive.org/web/20230518084721/http://blog.multipath-tcp.org/blog/html/2015/09/07/netperfmeter.html">https://web.archive.org/web/20230518084721/http://blog.multipath-tcp.org/blog/html/2015/09/07/netperfmeter.html</a></p><p class="publication-details"><strong>MD5:</strong> 84d5a41e4357d7cc69c508a44c1d8aa0</p></div>
+</li>
+
+<li id="Publications-NBiS2015" class="treeview-collapsed"><div><p class="description"><a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/hakim-adhari/">Adhari, Hakim</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/sebastian-werner/">Werner, Sebastian</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/paper-web.pdf">Eclipse: A New Dynamic Delay-based Congestion Control Algorithm for Background Traffic</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/paper-web.pdf">PDF</a>, 1082&nbsp;KiB, 9&nbsp;pages, in English), in <em>Proceedings of the 18th International Conference on Network-Based Information Systems&nbsp;(NBiS)</em>, pp.&nbsp;115–123, DOI&nbsp;<a href="https://dx.doi.org/10.1109/NBiS.2015.21">10.1109/NBiS.2015.21</a>, ISBN&nbsp;978-1-4799-9942-2, Taipei/Taiwan, September&nbsp;2, 2015.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Background Traffic, Congestion Control, Delay-based Congestion Control, Less-than-Best-Effort Service</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Initially, the Internet transport protocol TCP has been designed to provide a ``best effort&apos;&apos; service: it is meant to share the network resources with other users and applications. However, there is nowadays also a growing demand for transmitting big amounts of data in the background, namely background transport that uses spare capacity, but with minimal effect on other traffic. For instance, systems can proactively download content that the user/system would need in the future (e.g. update packages, video files, etc.). Efforts have therefore been made in the IETF for the sake of such a service with Low Extra Delay Background Traffic&nbsp;(LEDBAT) congestion control. While LEDBAT works in some cases, there are however known situations where it causes serious performance problems, particularly in combination with the ubiquitous bufferbloat for example in current broadband networks.<br />	In this paper, we analyse the issues of LEDBAT and propose a new approach for background traffic. Inspired by an astronomical event, we have named this approach Eclipse. Unlike LEDBAT, Eclipse can dynamically adapt to the network characteristics not only to minimise the additional network delay but also to maximise the utilisation of spare network capacity. We will show the usefulness of Eclipse by simulations.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/paper-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/paper-web.pdf</a></p><p class="publication-details"><strong>MD5:</strong> d189576ba3280e5a18c578e807edbbee</p></div>
+</li>
+
+<li id="Publications-NNUW3-Dreibholz-NorNetCore-Status" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/nnuw3-dreibholz.pdf">The NorNet Core Testbed: A Status Update for the NNUW-3</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/nnuw3-dreibholz.pdf">PDF</a>, 12120&nbsp;KiB, 16&nbsp;pages, in English), in <em>Proceedings of the 3rd International NorNet Users Workshop&nbsp;(NNUW-3)</em>, Fornebu, Akershus/Norway, August&nbsp;28, 2015.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This talk provides an update on the NorNet Core testbed development and research for the 3rd NorNet Users Workshop&nbsp;(NNUW-3) in August 2015.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/nnuw3-dreibholz.pdf">https://web-backend.simula.no/sites/default/files/publications/files/nnuw3-dreibholz.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 6137dcfde02ba8d35ed6db1d17cf4b17</p></div>
+</li>
+
+<li id="Publications-fairness-revisited-UDE-UHB-P1" class="treeview-collapsed"><div><p class="description"><a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/hakim-adhari/">Adhari, Hakim</a>; Rathgeb, Erwin&nbsp;P.; Singh, Amanpreet; Könsgen, Andreas and Görg, Carmelita:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/contel-Fairness-Adhari.pdf">Transport Layer Fairness Revisited</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/contel-Fairness-Adhari.pdf">PDF</a>, 846&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the 13th IEEE International Conference on Telecommunications&nbsp;(ConTEL 2015)</em>, Graz/Austria, July&nbsp;2015.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Fairness, TCP-Compatible, Multipath, transport layer</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Fairness amongst the competing flows at the transport layer has always been an important topic, however, the current definition based on the TCP-compatible view is not always suitable. With the increasing deployment of multipath transport protocols such as Multipath TCP (MPTCP) and the Concurrent Multipath Transfer extension of SCTP (CMT-SCTP), the term "fair" can have various interpretations. In this paper, inconsistencies are avoided by classifying fairness definitions according to the resource -bottleneck or network - and the participants - subflow, flow, tariff, etc. that share the resource. With example network scenarios the current (TCP-compatible) fairness view from both the single and multipath perspective is presented and their short-comings discussed. Alternative definitions are introduced and their benefits are illustrated based on a theoretical analysis. The realization aspects of the discussed fairness definitions are also presented. The evaluations of available coupled congestion control variants for multipath transport are shown to highlight the proximity of the simulated results to the theoretical target values. Due to the complexity of the realization of network-based approaches, bottleneck is chosen as the preferred resource. Tariff is a promising participant as it couples applications and incorporates economic entities for fair resource sharing at the transport layer.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/contel-Fairness-Adhari.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/contel-Fairness-Adhari.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 35e57658d867477a35a5dddaddad8dea</p></div>
+</li>
+
+<li id="Publications-IETF93-MPTCP" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/ietf93-presentation.pdf">MPTCP Experiences in the NorNet Testbed: draft-dreibholz-mptcp-nornet-experience-01</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/ietf93-presentation.pdf">PDF</a>, 12798&nbsp;KiB, 10&nbsp;pages, in English), in <em>Proceedings of the 93th IETF Meeting</em>, Praha/Czech Republic, July&nbsp;21, 2015.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, Multi-Path TCP (MPTCP), Experiences</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This presentation gives an overview of the Multi-Path TCP (MPTCP) experiences from recent research in the NorNet testbed.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/ietf93-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/ietf93-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 65887764fb8f954949ee47abf20b06ec</p></div>
+</li>
+
+<li id="Publications-IETF93-Hackathon" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/ietf93-hackathon-intro.pdf">NorNet Core @ IETF Hackathon 93</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/ietf93-hackathon-intro.pdf">PDF</a>, 337&nbsp;KiB, 3&nbsp;pages, in English), in <em>Proceedings of the IETF Hackathon at the 93rd IETF Meeting</em>, Praha/Czech Republic, July&nbsp;18, 2015.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet Testbed, NorNet Core, Hackathon</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This presentation gives an overview of the NorNet Core testbed work at the IETF Hackathon.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/ietf93-hackathon-intro.pdf">https://web-backend.simula.no/sites/default/files/publications/files/ietf93-hackathon-intro.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 76763fbcc850b9d4f27da5165f5e4c49</p></div>
+</li>
+
+<li id="Publications-GI2015" class="treeview-collapsed"><div><p class="description"><a href="https://www.simula.no/people/ioana/">Livadariu, Ioana Alexandrina</a>; <a href="https://ferlin.io">Ferlin, Simone</a>; <a href="https://www.mn.uio.no/ifi/english/people/aca/ozgua/index.html">Alay, Özgü</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.caida.org/~amogh/">Dhamdhere, Amogh</a> and <a href="https://web.archive.org/web/20220328223330/https://www.simula.no/people/ahmed">Elmokashfi, Ahmed Mustafa</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/gis2015_0.pdf">Leveraging the IPv4/IPv6 Identity Duality by using Multi-Path Transport</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/gis2015_0.pdf">PDF</a>, 327&nbsp;KiB, 6&nbsp;pages, in English), in <em>Proceedings of the 18th IEEE Global Internet Symposium&nbsp;(GI) at the 34th IEEE Conference on Computer Communications&nbsp;(INFOCOM)</em>, pp.&nbsp;312–317, DOI&nbsp;<a href="https://dx.doi.org/10.1109/INFCOMW.2015.7179403">10.1109/INFCOMW.2015.7179403</a>, ISBN&nbsp;978-1-4673-7131-5, Hong Kong/People&apos;s Republic of China, April&nbsp;27, 2015.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Identity Duality, IPv4, IPv6, Internet Paths, Routing</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">With the 20th anniversary of IPv6 nearing quickly, a growing number of Internet service providers&nbsp;(ISPs) now offer their customers both IPv6 and IPv4 connectivity. This makes multi-homing with IPv4 and IPv6 increasingly common even with just a single ISP connection. Furthermore, the growing popularity of multi-path transport, especially Multi-Path TCP&nbsp;(MPTCP) that is the extension of the well-known Transmission Control Protocol&nbsp;(TCP), leads to the question of whether this identity duality can be utilized for improving application performance in addition to providing resilience. In this paper, we first investigate the AS-level congruency of IPv4 and IPv6 paths in the Internet. We find that more than 60\% of the current IPv4 and IPv6 AS-paths are non-congruent at the AS-level, which motivates us to explore how MPTCP can utilize the IPv4/IPv6 identity duality to improve data transfer performance. Our results show that MPTCP, even with a single dual-stack Internet connection, can significantly improve the end-to-end performance when the underlying paths are non-congruent. The extent of the improvement can reach up to the aggregate of the IPv4 and IPv6 bandwidth.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/gis2015_0.pdf">https://web-backend.simula.no/sites/default/files/publications/files/gis2015_0.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 62683a568c45c655151216105a168310</p></div>
+</li>
+
+<li id="Publications-CompEngineering2015" class="treeview-collapsed"><div><p class="description">Liu, Ji; <a href="https://web.archive.org/web/20190625024754/http://www.hainu.edu.cn/stm/xinxi/2011325/10409746.shtml">Tan, Yuyin</a>; <a href="https://web.archive.org/web/20240105195113/https://hd.hainanu.edu.cn/cs/info/1107/1928.htm">Fu, Fa</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>; <a href="https://web.archive.org/web/20190527090914/http://www.hainu.edu.cn/stm/xinxi/2011325/10409736.shtml">Bai, Yong</a>; <a href="https://web.archive.org/web/20190625024754/http://www.hainu.edu.cn/stm/xinxi/2011325/10409735.shtml">Yang, Xiong</a> and <a href="https://web.archive.org/web/20190527091636/http://www.hainu.edu.cn/stm/xinxi/2011331/10409781.shtml">Du, Wencai</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web.archive.org/web/20160222130810/http://www.ecice06.com/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=26295">Study on MPTCP and CMT-SCTP Congestion Control Mechanism</a>´´</span> (<a type="application/pdf" href="https://web.archive.org/web/20160222130810/http://www.ecice06.com/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=26295">PDF</a>, 28239&nbsp;KiB, 8&nbsp;pages, in Chinese), in <em>Computer Engineering</em>, vol.&nbsp;41, pp.&nbsp;117–124, DOI&nbsp;<a href="https://dx.doi.org/10.3969/j.issn.1000-3428.2015.04.022">10.3969/j.issn.1000-3428.2015.04.022</a>, ISSN&nbsp;1000-3428, April&nbsp;15, 2015.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Multi-Path Transfer, Congestion Control, Fairness, Resource Pooling (RP), Increase Factor, Aggressiveness Factor</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-Path TCP&nbsp;(MPTCP) and Concurrent Multipath Transfer for SCTP&nbsp;(CMT-SCTP) are two technologies of the concurrent multi-path transfer for NGI, which are hot topics. Compared with the traditional TCP and SCTP, the congestion control of multi-path transport protocols will face the problem of unfairness. This paper begins with an overview of the traditional TCP congestion control algorithm, and then in view of the unfairness of concurrent multi-path transfer, basing on the resource pooling method, it introduces the slow start threshold ratio factor, increase factor, per-flow aggressiveness factor, deduces three new algorithms to solve the problem of unfairness, and carryies out the contrastive analysis through simulation.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web.archive.org/web/20160222130810/http://www.ecice06.com/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=26295">https://web.archive.org/web/20160222130810/http://www.ecice06.com/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=26295</a></p><p class="publication-details"><strong>MD5:</strong> 20ce8170416b428cb6046dc8d5133c24</p></div>
+</li>
+
+<li id="Publications-PAMS2015-Monitoring" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://no.linkedin.com/in/jarleb">Bjørgeengen, Jarle</a> and <a href="https://se.linkedin.com/in/jonaswerme">Werme, Jonas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/pams2015-nornet-monitoring-web.pdf">Monitoring and Maintaining the Infrastructure of the NorNet Testbed for Multi-Homed Systems</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/pams2015-nornet-monitoring-web.pdf">PDF</a>, 538&nbsp;KiB, 6&nbsp;pages, in English), in <em>5th International Workshop on Protocols and Applications with Multi-Homing Support&nbsp;(PAMS)</em>, pp.&nbsp;611–616, DOI&nbsp;<a href="https://dx.doi.org/10.1109/WAINA.2015.76">10.1109/WAINA.2015.76</a>, ISBN&nbsp;978-1-4799-1775-4, Gwangju/South Korea, March&nbsp;25, 2015.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, Internet Testbed, Monitoring, Multi-Homing, Path Characteristics, Resilience</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">NorNet Core is the world&apos;s first, open, large-scale Internet testbed for multi-homed systems and applications. Particularly, it is currently used for research on topics like multi-path transport and resilience.<br />Researchers can run experiments on distributed, programmable nodes that are distributed over various locations and providing access to multiple different Internet service providers&nbsp;(ISP) with different access technologies.<br />Clearly, a key feature of this testbed is to work in the real-world Internet. That is, it is especially desired to expose experiments to real Internet behaviour like background traffic. However, for the researcher, it is necessary to actually know how paths – being used for an experiment – actually behave: Are the paths actually working? How are the round-trip times among sites over different ISPs, etc.. How did the behaviour change over time?<br />To provide such information to the researchers, we have designed and developed a maintenance and monitoring infrastructure for the NorNet Core testbed. In this paper, we will first introduce this infrastructure. Furthermore, we will demonstrate its usefulness with some useful, real-world examples. Our infrastructure has now become part of the testbed, and it is therefore available for all users of NorNet Core as well.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/pams2015-nornet-monitoring-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/pams2015-nornet-monitoring-web.pdf</a></p><p class="publication-details"><strong>MD5:</strong> de8568f766023dba008bb7201f92b6a3</p></div>
+</li>
+
+<li id="Publications-PAMS2015-MPTCP" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a> and <a href="https://web.archive.org/web/20240105195113/https://hd.hainanu.edu.cn/cs/info/1107/1928.htm">Fu, Fa</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/pams2015-mptcp-web.pdf">Multi-Path TCP in Real-World Setups – An Evaluation in the NorNet Core Testbed</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/pams2015-mptcp-web.pdf">PDF</a>, 211&nbsp;KiB, 6&nbsp;pages, in English), in <em>5th International Workshop on Protocols and Applications with Multi-Homing Support&nbsp;(PAMS)</em>, pp.&nbsp;617–622, DOI&nbsp;<a href="https://dx.doi.org/10.1109/WAINA.2015.74">10.1109/WAINA.2015.74</a>, ISBN&nbsp;978-1-4799-1775-4, Gwangju/South Korea, March&nbsp;25, 2015.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, Multi-Path TCP (MPTCP), Multi-Homing, Multi-Path Transport, Evaluation</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Nowadays, cloud applications are becoming more and more popular. However, in order for such applications to work, they need a stable Internet connectivity. To avoid the Internet access becoming a single point of failure, redundancy by multi-homing – i.e. simultaneous access to multiple Internet service providers&nbsp;(ISP) – is becoming increasingly common as well. Multi-homing leads to the desire to utilise all network attachment points simultaneously, which is e.g. provided by the Multi-Path TCP&nbsp;(MPTCP) extension for TCP. MPTCP is still under development by researchers and standardisation in the IETF. Particularly, it is necessary to evaluate MPTCP under realistic Internet conditions.<br />NorNet Core is the world&apos;s first, large-scale Internet testbed for multi-homed systems and applications. It is therefore a useful platform for evaluating MPTCP. In this paper, we therefore present our NorNet Core extension that adds MPTCP support to the testbed. Particularly, our extension is now available to all users of NorNet Core as well, which significantly reduces the effort of MPTCP researchers to evaluate MPTCP and its improvements. In a proof of concept, we furthermore show the strengths and weaknesses of state-of-the-art MPTCP in NorNet Core, in a configuration covering 29&nbsp;ISP connections at 14&nbsp;sites in 5&nbsp;different countries.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/pams2015-mptcp-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/pams2015-mptcp-web.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 1d87843d61fd55880aa7aa25fba51e19</p></div>
+</li>
+
+<li id="Publications-CAIA2015" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-06/CAIA2015.pdf">The NorNet Testbed – A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-06/CAIA2015.pdf">PDF</a>, 6771&nbsp;KiB, 38&nbsp;pages, in English), Invited Talk at Swinburne University, Centre for Advanced Internet Architectures&nbsp;(CAIA), Melbourne, Victoria/Australia, January&nbsp;29, 2015.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-homing denotes the simultaneous connection of endpoints (e.g.&nbsp;cloud servers, smartphones, etc.) to multiple Internet Service Providers&nbsp;(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.&nbsp;malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.&nbsp;increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.&nbsp;be realised by Concurrent Multi-Path Transfer for SCTP&nbsp;(CMT-SCTP) and Multi-Path TCP&nbsp;(MPTCP), two protocols that are currently under standardisation in the IETF.<br />The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections – wired as well as wireless – that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at the Centre for Advanced Internet Architectures&nbsp;(CAIA) of Swinburne University</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/2024-06/CAIA2015.pdf">https://web-backend.simula.no/sites/default/files/2024-06/CAIA2015.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 2794c56370ccbe3a10e6d72ba7ec9c76</p></div>
+</li>
+
+<li id="Publications-NICTA2015" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/nicta2015-presentation-web.pdf">NorNet at NICTA – An Open, Large-Scale Testbed for Multi-Homed Systems</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/nicta2015-presentation-web.pdf">PDF</a>, 6545&nbsp;KiB, 38&nbsp;pages, in English), Invited Talk at National Information Communications Technology Australia&nbsp;(NICTA), Sydney, New South Wales/Australia, January&nbsp;15, 2015.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-homing denotes the simultaneous connection of endpoints (e.g. cloud servers, smartphones, etc.) to multiple Internet Service Providers&nbsp;(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g. malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e. increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g. be realised by Concurrent Multi-Path Transfer for SCTP&nbsp;(CMT-SCTP) and Multi-Path TCP&nbsp;(MPTCP), two protocols that are currently under standardisation in the IETF.<br />The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections – wired as well as wireless – that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet with a focus on its usage for research on multi-path transport. Particularly, it will also show how the NorNet testbed can be utilised for research at NICTA.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/nicta2015-presentation-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/nicta2015-presentation-web.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 377dc3c9d7d13031bab6c3dbb4e54309</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2014">2014</h3><ul>
+
+<li id="Publications-Globecom2014" class="treeview-collapsed"><div><p class="description"><a href="https://ferlin.io">Ferlin, Simone</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.mn.uio.no/ifi/english/people/aca/ozgua/index.html">Alay, Özgü</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2884.pdf">Multi-Path Transport over Heterogeneous Wireless Networks: Does it really pay off?</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2884.pdf">PDF</a>, 986&nbsp;KiB, 7&nbsp;pages, in English), in <em>Proceedings of the IEEE Global Communications Conference&nbsp;(GLOBECOM)</em>, pp.&nbsp;4807–4813, DOI&nbsp;<a href="https://dx.doi.org/10.1109/GLOCOM.2014.7037567">10.1109/GLOCOM.2014.7037567</a>, ISBN&nbsp;978-1-4799-3512-3, Austin, Texas/U.S.A., December&nbsp;11, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Multi-Path Transport, Multi-Path TCP, Heterogeneous Networks, Mobile Broadband, Performance</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-path transfer protocols such as Concurrent Multi-Path Transfer for SCTP and Multi-Path TCP (MPTCP), are becoming increasingly popular due to widespread deployment of smartphones with multi-homing support. Although the idea of using multiple interfaces simultaneously to improve application throughput is tempting, does transmission over multiple interfaces always provide benefits especially in realistic setup? In this paper, we first show that multi-path transfer might actually have a negative impact in real-world scenarios with mobile broadband and wireless LAN networks. We then introduce our Dynamic Relative Path Scoring (DRePaS) algorithm that continuously evaluates the contribution of paths to the overall performance and dynamically influences the scheduling decisions to make best use of the paths for the overall system performance. We show that DRePaS outperforms the current MPTCP implementation in terms of throughput and application delay, especially when the links are heterogeneous.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2884.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2884.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 5a0ad1ae3594f3818c63345173b9fc1e</p></div>
+</li>
+
+<li id="Publications-Globecom2014-NorNetDemo" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20140909165647/https://www.simula.no/people/henrik">Simonsen, Henrik Vest</a> and <a href="https://www.ntnu.no/ansatte/ernst.g.gran">Gran, Ernst Gunnar</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2868.pdf">A Demonstration of the NorNet Core Research Testbed for Multi-Homed Systems</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2868.pdf">PDF</a>, 60&nbsp;KiB, 1&nbsp;page, in English), Demo Presentation at the IEEE Global Communications Conference&nbsp;(GLOBECOM), Austin, Texas/U.S.A., December&nbsp;9, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Demonstration, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Resilience</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This abstract describes a demonstration proposal for the NorNet Core testbed for multi-homed systems.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2868.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2868.pdf</a></p><p class="publication-details"><strong>MD5:</strong> e94511a7807546cd2c2acf7c6e438f9d</p></div>
+</li>
+
+<li id="Publications-NoF2014" class="treeview-collapsed"><div><p class="description"><a href="https://no.linkedin.com/pub/forough-golkar/5b/b22/1">Golkar, Forough</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://no.linkedin.com/pub/amund-kvalbein/0/36a/168">Kvalbein, Amund</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3048.pdf">Measuring and Comparing Internet Path Stability in IPv4 and IPv6</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3048.pdf">PDF</a>, 436&nbsp;KiB, 5&nbsp;pages, in English), in <em>Proceedings of the 5th IEEE International Conference on the Network of the Future&nbsp;(NoF)</em>, pp.&nbsp;1–5, DOI&nbsp;<a href="https://dx.doi.org/10.1109/NOF.2014.7119767">10.1109/NOF.2014.7119767</a>, ISBN&nbsp;978-1-4799-7531-0, Paris/France, December&nbsp;4, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet Core, Internet, IPv4, IPv6, Path Stability, Resilience, Robustness</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">In just about 4 years, IPv6 will celebrate its 20th anniversary. While the protocol itself is already quite old, its deployment has only recently picked up speed. Not so many Internet service providers offer direct IPv6 connectivity to their customers, yet. Clearly, when IPv6 is available to customers, they expect that IPv6 offers at least the same – or even better – stability of connections in comparison to IPv4. The main goal of this paper is to investigate whether this is true today.<br />In our paper, we present up-to-date measurement results on the stability of IPv4 and IPv6 paths in the real Internet, based on machines that are distributed over a large geographical area, as part of the NorNet Core testbed infrastructure for multi-homed systems. The measurements not only cover high-speed research networks, but also consumer-grade ADSL connections – i.e. the ISP connection types of "normal" end-users – as well as a broad range of different ISPs. The measurements show that IPv6 paths are less stable than corresponding IPv4 paths. We also find that the use of load balancing is more prevalent in IPv6 than in IPv4.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3048.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3048.pdf</a></p><p class="publication-details"><strong>MD5:</strong> e94bfd5f13ed1ab81ac86b90fc1bbfe1</p></div>
+</li>
+
+<li id="Publications-TsinghuaUniversity2014" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-tsinghuauniversity-presentation.pdf">The NorNet Testbed at Tsinghua University – A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-tsinghuauniversity-presentation.pdf">PDF</a>, 12148&nbsp;KiB, 38&nbsp;pages, in English), Invited Talk at Tsinghua University, Department of Computer Science, Beijing/People&apos;s Republic of China, October&nbsp;30, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-homing denotes the simultaneous connection of endpoints (e.g.&nbsp;cloud servers, smartphones, etc.) to multiple Internet Service Providers&nbsp;(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.&nbsp;malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.&nbsp;increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.&nbsp;be realised by Concurrent Multi-Path Transfer for SCTP&nbsp;(CMT-SCTP) and Multi-Path TCP&nbsp;(MPTCP), two protocols that are currently under standardisation in the IETF.<br />The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections – wired as well as wireless – that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at Tsinghua University.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-tsinghuauniversity-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-tsinghuauniversity-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 27d10f08d47acba206ede3b0e4ba6286</p></div>
+</li>
+
+<li id="Publications-Haikou2014-NorNetCore-Tutorial" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web.archive.org/web/20230521130309/https://www.simula.no/file/simulasimula3078pdf/download">An Experiment Tutorial for the NorNet Core Testbed at Hainan University</a>´´</span> (<a type="application/pdf" href="https://web.archive.org/web/20230521130309/https://www.simula.no/file/simulasimula3078pdf/download">PDF</a>, 2148&nbsp;KiB, 27&nbsp;pages, in English), Tutorial at Hainan University, College of Information Science and Technology&nbsp;(CIST), Haikou, Hainan/People&apos;s Republic of China, October&nbsp;27, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This tutorial – presented for students at the College of Information Science and Technology&nbsp;(CIST) at Hainan University – provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web.archive.org/web/20230521130309/https://www.simula.no/file/simulasimula3078pdf/download">https://web.archive.org/web/20230521130309/https://www.simula.no/file/simulasimula3078pdf/download</a></p><p class="publication-details"><strong>MD5:</strong> d884e2a243b307e85ce712583812d798</p></div>
+</li>
+
+<li id="Publications-Haikou2014-QiongzhouUniversity" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-qiongzhouuniversity-presentation.pdf">The NorNet Testbed at Qiongzhou University – A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-qiongzhouuniversity-presentation.pdf">PDF</a>, 7475&nbsp;KiB, 30&nbsp;pages, in English), Invited Talk at Qiongzhou University, Sanya, Hainan/People&apos;s Republic of China, October&nbsp;25, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-homing denotes the simultaneous connection of endpoints (e.g.&nbsp;cloud servers, smartphones, etc.) to multiple Internet Service Providers&nbsp;(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.&nbsp;malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.&nbsp;increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.&nbsp;be realised by Concurrent Multi-Path Transfer for SCTP&nbsp;(CMT-SCTP) and Multi-Path TCP&nbsp;(MPTCP), two protocols that are currently under standardisation in the IETF.<br />The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections – wired as well as wireless – that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at Qiongzhou University.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-qiongzhouuniversity-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-qiongzhouuniversity-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 4431f323f43a1010eb2ba371e72f6b92</p></div>
+</li>
+
+<li id="Publications-Haikou2014-HainanUniversity" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-hainanuniversity-presentation.pdf">The NorNet Testbed at Hainan University – A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-hainanuniversity-presentation.pdf">PDF</a>, 11940&nbsp;KiB, 37&nbsp;pages, in English), Invited Talk at Hainan University, College of Information Science and Technology&nbsp;(CIST), Haikou, Hainan/People&apos;s Republic of China, October&nbsp;20, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-homing denotes the simultaneous connection of endpoints (e.g.&nbsp;cloud servers, smartphones, etc.) to multiple Internet Service Providers&nbsp;(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.&nbsp;malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.&nbsp;increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.&nbsp;be realised by Concurrent Multi-Path Transfer for SCTP&nbsp;(CMT-SCTP) and Multi-Path TCP&nbsp;(MPTCP), two protocols that are currently under standardisation in the IETF.<br />The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections – wired as well as wireless – that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet. Particularly, it will also show how the NorNet testbed can be utilised for research at Hainan University.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-hainanuniversity-presentation.pdf">https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-hainanuniversity-presentation.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 3f83db1821d33b72dc869ac7a86aa094</p></div>
+</li>
+
+<li id="Publications-KTH2014" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3008.pdf">The NorNet Testbed – An Overview for the GENI Meeting</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3008.pdf">PDF</a>, 21055&nbsp;KiB, 31&nbsp;pages, in English), Invited Talk for the GENI Meeting at the Kungliga Tekniska högskolan&nbsp;(KTH), Stockholm/Sweden, September&nbsp;15, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Multi-Path Transport, Overview</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-homing denotes the simultaneous connection of endpoints (e.g.&nbsp;cloud servers, smartphones, etc.) to multiple Internet Service Providers&nbsp;(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.&nbsp;malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.&nbsp;increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.&nbsp;be realised by Concurrent Multi-Path Transfer for SCTP&nbsp;(CMT-SCTP) and Multi-Path TCP&nbsp;(MPTCP), two protocols that are currently under standardisation in the IETF.<br />The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It consists of two parts: the wired part NorNet Core as well as the wireless part NorNet Edge, both parts provide programmable nodes with multiple ISP connections. These nodes are distributed all over Norway as well as some international locations. This talk will give an overview over the NorNet testbed and how it can be utilised for research on multi-homed systems.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3008.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3008.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 3a4da9d27f89a7e6fd722230116b4e55</p></div>
+</li>
+
+<li id="Publications-NNUW2-Dreibholz-NorNetCore-Tutorial" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2938.pdf">An Experiment Tutorial for the NorNet Core Testbed</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2938.pdf">PDF</a>, 6033&nbsp;KiB, 26&nbsp;pages, in English), in <em>Proceedings of the 2nd International NorNet Users Workshop&nbsp;(NNUW-2)</em>, Fornebu, Akershus/Norway, August&nbsp;29, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Tutorial</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This tutorial provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2938.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2938.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 9711b4f32dd9a2c4946aa4aeceeac31c</p></div>
+</li>
+
+<li id="Publications-NNUW2-adhari" class="treeview-collapsed"><div><p class="description"><a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/hakim-adhari/">Adhari, Hakim</a>:<span xml:lang="en" lang="en"> ``Does the End-User Really Have Benefits From Using Multipath Transport?´´</span> (in English), in <em>Proceedings of the 2nd International NorNet Users Workshop&nbsp;(NNUW-2)</em>, Fornebu, Akershus/Norway, August&nbsp;29, 2014.</p></div></li>
+
+<li id="Publications-NNUW2-Alay-Multipath-Transport" class="treeview-collapsed"><div><p class="description"><a href="https://www.mn.uio.no/ifi/english/people/aca/ozgua/index.html">Alay, Özgü</a>; <a href="https://ferlin.io">Ferlin, Simone</a> and <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2970.pdf">Multipath Transport over Heterogeneous Networks</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2970.pdf">PDF</a>, 2930&nbsp;KiB, 37&nbsp;pages, in English), in <em>Proceedings of the 2nd International NorNet Users Workshop&nbsp;(NNUW-2)</em>, Fornebu, Akershus/Norway, August&nbsp;29, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2970.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2970.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 3b1f2c76b82d27ee2eb7c4830a489783</p></div>
+</li>
+
+<li id="Publications-NNUW2-Dreibholz-NorNetCore-Introduction" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2936.pdf">The NorNet Core Testbed – Introduction and Status in August 2014</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2936.pdf">PDF</a>, 14850&nbsp;KiB, 32&nbsp;pages, in English), in <em>Proceedings of the 2nd International NorNet Users Workshop&nbsp;(NNUW-2)</em>, Fornebu, Akershus/Norway, August&nbsp;28, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Introduction</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This talk provides an introduction to the NorNet Core testbed as well as a status overview on the development and deployment in August 2014.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2936.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2936.pdf</a></p><p class="publication-details"><strong>MD5:</strong> e2f018deb04a839bf93f842bb729d012</p></div>
+</li>
+
+<li id="Publications-IFIPNetworking2014" class="treeview-collapsed"><div><p class="description"><a href="https://www.researchgate.net/profile/Adnan-Aziz-2">Aziz, Adnan</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/dirk-hoffstadt-4252/">Hoffstadt, Dirk</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a> and <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web.archive.org/web/20241125122924/https://tdr.informatik.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Distributed_Infrastructure_to_Analyse_SIP_Attacks_in_the_Internet.pdf">A Distributed Infrastructure to Analyse SIP Attacks in the Internet</a>´´</span> (<a type="application/pdf" href="https://web.archive.org/web/20241125122924/https://tdr.informatik.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Distributed_Infrastructure_to_Analyse_SIP_Attacks_in_the_Internet.pdf">PDF</a>, 728&nbsp;KiB, 9&nbsp;pages, in English), in <em>Proceedings of the IFIP Networking Conference</em>, pp.&nbsp;1–9, DOI&nbsp;<a href="https://dx.doi.org/10.1109/IFIPNetworking.2014.6857088">10.1109/IFIPNetworking.2014.6857088</a>, ISBN&nbsp;978-3-901882-58-6, Trondheim, Sør-Trøndelag/Norway, June&nbsp;4, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">VoIP, SIP, SIP Trace Recorder, Misuse, Fraud, Security, Honeynet, Honeypot, Sensor, NorNet, Toll Fraud, Misuse Detection</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">VoIP systems, based on the Session Initiation Protocol&nbsp;(SIP), are becoming more and more widespread in the Internet. However, this creates security issues and opens up new opportunities for misuse and fraud. The most widespread threat are multi-stage attacks to commit Toll Fraud. To devise effective countermeasures, it is crucial to know how attacks on these systems are performed in reality.<br />In this paper, we introduce a novel distributed monitoring system with Sensor nodes located in Norway, Germany and China that allow to detect SIP-based attacks from the Internet. Based on experiences from experiments spanning several years, we propose a new setup which allows simple and straightforward addition of new remote observation points. We have deployed this setup in the NorNet testbed and highlight its advantages compared to a previous setup with physically distributed Sensors. We also present results from a 45&nbsp;day field test with 13 observation points. These results confirm the advantages of a widely distributed monitoring setup and give some new insights into the behavior of the attackers.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web.archive.org/web/20241125122924/https://tdr.informatik.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Distributed_Infrastructure_to_Analyse_SIP_Attacks_in_the_Internet.pdf">https://web.archive.org/web/20241125122924/https://tdr.informatik.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Distributed_Infrastructure_to_Analyse_SIP_Attacks_in_the_Internet.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 06d871da35e30c555878c0f619268135</p></div>
+</li>
+
+<li id="Publications-IWQoS2014" class="treeview-collapsed"><div><p class="description"><a href="https://ferlin.io">Ferlin, Simone</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.mn.uio.no/ifi/english/people/aca/ozgua/index.html">Alay, Özgü</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2722.pdf">Tackling the Challenge of Bufferbloat in Multi-Path Transport over Heterogeneous Wireless Networks</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2722.pdf">PDF</a>, 820&nbsp;KiB, 6&nbsp;pages, in English), in <em>Proceedings of the IEEE/ACM International Symposium on Quality of Service&nbsp;(IWQoS)</em>, pp.&nbsp;123–128, DOI&nbsp;<a href="https://dx.doi.org/10.1109/IWQoS.2014.6914310">10.1109/IWQoS.2014.6914310</a>, ISBN&nbsp;978-1-4799-4852-9, Hong Kong/People&apos;s Republic of China, May&nbsp;26, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Multi-Path Transport, Performance, Bufferbloat, Mobile Broadband Networks, MPTCP, NorNet Edge</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Today, most of the smart phones are equipped with two network interfaces: Mobile Broadband&nbsp;(MBB) and Wireless Local Area Network&nbsp;(WLAN). Multi-path transport protocols provide increased throughput or reliability, by utilizing these interfaces simultaneously. However, multi-path transmission over networks with very different QoS characteristics is a challenge. In this paper, we studied Multi-Path TCP&nbsp;(MPTCP) in heterogeneous networks, specifically MBB networks and WLAN. We first investigate the effect of bufferbloat in MBB on MPTCP performance. Then, we propose a bufferbloat mitigation algorithm: Multi-Path Transport Bufferbloat Mitigation&nbsp;(MPT-BM). Using our algorithm, we conduct experiments in real operational networks. The experimental results show that MPT-BM outperforms the current MPTCP implementation by increasing the application goodput quality and decreasing MPTCP&apos;s buffer delay, jitter and buffer space requirements.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2722.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2722.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 41fdb83e1fa929ad9523504ea7b43402</p></div>
+</li>
+
+<li id="Publications-PAMS2014-LEDBAT" class="treeview-collapsed"><div><p class="description"><a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/hakim-adhari/">Adhari, Hakim</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/sebastian-werner/">Werner, Sebastian</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2512.pdf">LEDBAT-MP – On the Application of Lower-than-Best-Effort for Concurrent Multipath Transfer</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2512.pdf">PDF</a>, 1229&nbsp;KiB, 7&nbsp;pages, in English), in <em>Proceedings of the 4th International Workshop on Protocols and Applications with Multi-Homing Support&nbsp;(PAMS)</em>, DOI&nbsp;<a href="https://dx.doi.org/10.1109/WAINA.2014.125">10.1109/WAINA.2014.125</a>, ISBN&nbsp;978-1-4799-2652-7, Victoria, British Columbia/Canada, May&nbsp;16, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Multi-Path Transfer, Congestion Control, Background Traffic, CMT-SCTP, MPTCP</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Internet is based on best effort communication, i.e. it tries to deliver packets but does not provide any guarantees. A transport protocol can make use of this best effort service to provide a suitable service to its applications. Also, its congestion control is responsible for a fair distribution of the resources within the Internet. However, background data transfer applications (like file sharing or update fetching) do not require "best effort", they in fact could use a "lower-than-best-effort" service to leave resources to more important applications if needed. For this purpose, the Low Extra Delay Background Transport&nbsp;(LEDBAT) algorithm has been standardized by the IETF.<br />Nowadays, multi-homing is becoming increasingly common in modern networks and several approaches to exploit this feature (e.g. CMT-SCTP, MPTCP) have evolved that are able to combine resources of multiple paths. For background traffic oriented algorithms like LEDBAT, this feature could be of great use, too, i.e. by increasing the overall bandwidth while shifting the transmission away from paths which are used by other flows. This could be particularly useful for non-critical bulk transfers in data centres. In this paper, we introduce our approach LEDBAT for Multi-Path – denoted as LEDBAT-MP – and analyze its performance by simulations. With this paper, we want to highlight some generic design questions and start a discussion on how a solid universal background multi-path congestion control strategy should behave.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2512.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2512.pdf</a></p><p class="publication-details"><strong>MD5:</strong> dfdfcfef3b476f3d9aad8215ef058662</p></div>
+</li>
+
+<li id="Publications-PAMS2014-NorNetEdge" class="treeview-collapsed"><div><p class="description"><a href="https://ferlin.io">Ferlin, Simone</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.mn.uio.no/ifi/english/people/aca/ozgua/index.html">Alay, Özgü</a> and <a href="https://no.linkedin.com/pub/amund-kvalbein/0/36a/168">Kvalbein, Amund</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2516.pdf">Measuring the QoS Characteristics of Operational 3G Mobile Broadband Networks</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2516.pdf">PDF</a>, 1524&nbsp;KiB, 6&nbsp;pages, in English), in <em>Proceedings of the 4th International Workshop on Protocols and Applications with Multi-Homing Support&nbsp;(PAMS)</em>, pp.&nbsp;753–758, DOI&nbsp;<a href="https://dx.doi.org/10.1109/WAINA.2014.123">10.1109/WAINA.2014.123</a>, ISBN&nbsp;978-1-4799-2652-7, Victoria, British Columbia/Canada, May&nbsp;16, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Multi-Path Transport, Mobile Broadband Networks, Performance, Measurements, Quality of Service</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Today, many smart phones and tablets have multiple interfaces (i.e. WLAN and 3G). These multiple interfaces can be utilized simultaneously by a multi-path transport protocol to provide bandwidth aggregation or reliability. However, in order to design efficient multi-path scheduling and congestion control strategies, it is crucial to understand the behaviour and properties of the underlying paths first. WLAN links have already been studied extensively in the literature. Therefore, in this paper, we focus on Mobile Broadband&nbsp;(MBB) networks that are in use today. We utilized<br />NorNet Edge nodes that are connected to up to five different 3G ISPs (UMTS and CDMA2000), hence, providing a realistic view on the QoS characteristics that are experienced by end-users of these MBB networks. We present QoS characteristics (e.g. bandwidth, delay and loss) and discuss our observations. Our results shed light on what a multi-path transport endpoint has to expect – and to efficiently cope with – when using today&apos;s MBB networks as transport paths.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2516.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2516.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 829e385c146f959a11e21b9e0f816091</p></div>
+</li>
+
+<li id="Publications-UBC2014" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2740.pdf">The NorNet Testbed for Multi-Homed Systems – Overview and Status</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2740.pdf">PDF</a>, 8480&nbsp;KiB, 30&nbsp;pages, in English), Invited Talk at the University of British Columbia&nbsp;(UBC), Vancouver, British Columbia/Canada, May&nbsp;12, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-homing denotes the simultaneous connection of endpoints (e.g.&nbsp;cloud servers, smartphones, etc.) to multiple Internet Service Providers&nbsp;(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.&nbsp;malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.&nbsp;increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g.&nbsp;be realised by Concurrent Multi-Path Transfer for SCTP&nbsp;(CMT-SCTP) and Multi-Path TCP&nbsp;(MPTCP), two protocols that are currently under standardisation in the IETF.<br />The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections – wired as well as wireless – that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet with a focus on its usage for research on multi-path transport. Particularly, it will also show how the NorNet testbed can be utilised for research at the University of British Columbia&nbsp;(UBC).</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2740.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2740.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 07b62bbfd0da20550fcd31a3b3269b24</p></div>
+</li>
+
+<li id="Publications-Princeton2014" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2730.pdf">The NorNet Testbed for Multi-Homed Systems – Introduction and Status</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2730.pdf">PDF</a>, 8480&nbsp;KiB, 30&nbsp;pages, in English), Invited Talk at Princeton University, Department of Computer Science, Princeton, New Jersey/U.S.A., May&nbsp;8, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-homing denotes the simultaneous connection of endpoints to multiple Internet Service Providers&nbsp;(ISP). That is, such endpoints should remain reachable even when some of the ISPs have problems. Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e. increasing the application throughput by utilizing multiple paths simultaneously. The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the Simula Research Laboratory is building up the NorNet testbed, which is an open platform for such experiments. NorNet consists of two parts, the wireless part NorNet Edge as well as the wired part NorNet Core, providing researchers the possibility to use programmable, multi-homed nodes at different locations in Norway as well as at some international sites. This talk gives an overview over the NorNet testbed, with a special focus on the usage of the PlanetLab/Linux Containers-based software that is used to run NorNet Core.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2730.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2730.pdf</a></p><p class="publication-details"><strong>MD5:</strong> b60311d5e6fb7858da54836e82aa3a67</p></div>
+</li>
+
+<li id="Publications-NYU2014" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2728.pdf">The NorNet Testbed – Overview and Selected Results from Multi-Path Transport Research</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2728.pdf">PDF</a>, 6432&nbsp;KiB, 35&nbsp;pages, in English), Invited Talk at the New York University&nbsp;(NYU), Polytechnic School of Engineering, Brooklyn, New York/U.S.A., May&nbsp;5, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Overview, Research, Multi-Path TCP, MPTCP</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-homing denotes the simultaneous connection of endpoints (e.g.&nbsp;cloud servers, smartphones, etc.) to multiple Internet Service Providers&nbsp;(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g.&nbsp;malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e.&nbsp;increasing the application throughput by utilising multiple paths simultaneously.<br />In order to evaluate and test mulit-homed systems, the Simula Research Laboratory is currently building up the NorNet testbed. It consists of distributed research nodes located all over the country of Norway as well as some international locations, providing researchers the possibility to run experiments in real-world, multi-homed Internet setups. In this talk, we first introduce the NorNet testbed as well as its deployment status. After that, we present some research results of the ongoing research at the Simula Research Laboratory on multi-path transport with Multi-Path TCP&nbsp;(MPTCP). Particularly, it will also show how the NorNet testbed can be utilized for research at the New York University&nbsp;(NYU) as well.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2728.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2728.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 5d1741a4f975c75f90314627e8d516fd</p></div>
+</li>
+
+<li id="Publications-ComNets2013-Core" class="treeview-collapsed"><div><p class="description"><a href="https://www.ntnu.no/ansatte/ernst.g.gran">Gran, Ernst Gunnar</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://no.linkedin.com/pub/amund-kvalbein/0/36a/168">Kvalbein, Amund</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2236.pdf">NorNet Core – A Multi-Homed Research Testbed</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2236.pdf">PDF</a>, 1458&nbsp;KiB, 13&nbsp;pages, in English), in <em>Computer Networks, Special Issue on Future Internet Testbeds</em>, vol.&nbsp;61, pp.&nbsp;75–87, DOI&nbsp;<a href="https://dx.doi.org/10.1016/j.bjp.2013.12.035">10.1016/j.bjp.2013.12.035</a>, ISSN&nbsp;1389-1286, March&nbsp;14, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet Core, Testbed, Multi-Homing, Routing, Transport, Applications</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Over the last decade, the Internet has grown at a tremendous speed in both size and complexity. Nowadays, a large number of important services – for instance e-commerce, healthcare and many others – depend on the availability of the underlying network. Clearly, service interruptions due to network problems may have a severe impact. On the long way towards the Future Internet, the complexity will grow even further. Therefore, new ideas and concepts must be evaluated thoroughly, and particularly in realistic, real-world Internet scenarios, before they can be deployed for production networks. For this purpose, various testbeds – for instance PlanetLab, GpENI or G-Lab – have been established and are intensively used for research. However, all of these testbeds lack the support for so-called multi-homing.<br />Multi-homing denotes the connection of a site to multiple Internet service providers, in order to achieve redundancy. Clearly, with the need for network availability, there is a steadily growing demand for multi-homing. The idea of the NorNet Core project is to establish a Future Internet research testbed with multi-homed sites, in order to allow researchers to perform experiments with multi-homed systems. Particular use cases for this testbed include realistic experiments in the areas of multi-path routing, load balancing, multi-path transport protocols, overlay networks and network resilience. In this paper, we introduce the NorNet Core testbed as well as its architecture.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2236.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2236.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 2a2237f3e955ca8fb1b768b8a30ba7fe</p></div>
+</li>
+
+<li id="Publications-IETF89-VNFPOOL" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2584.pdf">On the Applicability of Reliable Server Pooling for Virtualised Network Function Resource Pooling</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2584.pdf">PDF</a>, 2476&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the 89th IETF Meeting</em>, London/United Kingdom, March&nbsp;4, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2584.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2584.pdf</a></p><p class="publication-details"><strong>MD5:</strong> b4cdac71c0a7fd2bf7888649956eeeae</p></div>
+</li>
+
+<li id="Publications-IETF89-NorNet" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2582.pdf">The Status of MPTCP Deployment and Evaluation in the NorNet Testbed</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2582.pdf">PDF</a>, 1514&nbsp;KiB, 6&nbsp;pages, in English), in <em>Proceedings of the 89th IETF Meeting</em>, London/United Kingdom, March&nbsp;3, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2582.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2582.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 79b1f59c28309d376f05b7ac3709ca9d</p></div>
+</li>
+
+<li id="Publications-CAIA2014" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/caia2014-presentation-web.pdf">NorNet – An Open, Large-Scale Testbed for Multi-Homed Systems</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/caia2014-presentation-web.pdf">PDF</a>, 4655&nbsp;KiB, 31&nbsp;pages, in English), Invited Talk at Swinburne University, Centre for Advanced Internet Architectures&nbsp;(CAIA), Melbourne, Victoria/Australia, January&nbsp;30, 2014.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, NorNet Edge, Testbed, Multi-Homing, Introduction, Status</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-homing denotes the simultaneous connection of endpoints (e.g. cloud servers, smartphones, etc.) to multiple Internet Service Providers&nbsp;(ISP). That is, the endpoints remain reachable even when some of the ISPs have problems (e.g. malfunction of hardware or break of cables). Besides the redundancy aspect, multi-homing can also make load sharing by multi-path transport possible, i.e. increasing the application throughput by utilising multiple paths simultaneously. Multi-path transport can e.g. be realised by Concurrent Multi-Path Transfer for SCTP&nbsp;(CMT-SCTP) and Multi-Path TCP&nbsp;(MPTCP), two protocols that are currently under standardisation in the IETF.<br />The growing need for and deployment of multi-homed applications makes large-scale testing and evaluation in realistic Internet setups necessary. For instance, different paths can have very different characteristics with regard to bandwidth, packet loss rate, congestion, delay and jitter. Therefore, the NorNet project of the Simula Research Laboratory is building up an open platform for such experiments: the NorNet testbed. It provides programmable nodes with multiple ISP connections – wired as well as wireless – that are distributed all over Norway as well as some international locations. This talk will give an overview over NorNet with a focus on its usage for research on multi-path transport. Particularly, it will also show how the NorNet testbed can be utilised for research at CAIA/Swinburne University.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/files/caia2014-presentation-web.pdf">https://web-backend.simula.no/sites/default/files/publications/files/caia2014-presentation-web.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 2c2282e72cc039210aa3b8ee97b389a6</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2013">2013</h3><ul>
+
+<li id="Publications-Globecom2013" class="treeview-collapsed"><div><p class="description"><a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/hakim-adhari/">Adhari, Hakim</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>; <a href="https://web.archive.org/web/20240105195113/https://hd.hainanu.edu.cn/cs/info/1107/1928.htm">Fu, Fa</a>; <a href="https://web.archive.org/web/20190625024754/http://www.hainu.edu.cn/stm/xinxi/2011325/10409735.shtml">Yang, Xiong</a> and <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/GLOBECOM2013.pdf">Comparison of Multipath TCP and CMT-SCTP based on Intercontinental Measurements</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/GLOBECOM2013.pdf">PDF</a>, 924&nbsp;KiB, 7&nbsp;pages, in English), in <em>Proceedings of the IEEE Global Communications Conference&nbsp;(GLOBECOM)</em>, Atlanta, Georgia/U.S.A., December&nbsp;10, 2013.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/GLOBECOM2013.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/GLOBECOM2013.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 3ec5e6570e51f537cbbf2934b32d16d6</p></div>
+</li>
+
+<li id="Publications-simsekBPF" class="treeview-collapsed"><div><p class="description"><a href="https://www.tdr.wiwi.uni-due.de/en/team/irfan-simsek/">Simsek, Irfan</a>; <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; Jerschow, Yves Igor and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span> ``<a type="application/pdf" href="https://web.archive.org/web/20240427155505/https://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Clean-Slate_Security_Vision_for_Future_Networks.pdf">A Clean-Slate Security Vision for Future Networks</a>´´</span> (<a type="application/pdf" href="https://web.archive.org/web/20240427155505/https://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Clean-Slate_Security_Vision_for_Future_Networks.pdf">PDF</a>, 480&nbsp;KiB, 5&nbsp;pagesin ), in <em>Proceedings of the IEEE International Conference on Network of the Future&nbsp;({NoF})</em>, Pohang/South Korea, October&nbsp;2013.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web.archive.org/web/20240427155505/https://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Clean-Slate_Security_Vision_for_Future_Networks.pdf">https://web.archive.org/web/20240427155505/https://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Clean-Slate_Security_Vision_for_Future_Networks.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 833db7bcd58b87cc687fc73d538daae6</p></div>
+</li>
+
+<li id="Publications-ComEngApps2013" class="treeview-collapsed"><div><p class="description"><a href="https://web.archive.org/web/20240105195113/https://hd.hainanu.edu.cn/cs/info/1107/1928.htm">Fu, Fa</a>; Xing, Zhou; Xiong, Yang; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/hakim-adhari/">Adhari, Hakim</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web.archive.org/web/20160427132028/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=31123">Performance Analysis of MPTCP and CMT-SCTP Multi-Path Transport Protocols</a>´´</span> (<a type="application/pdf" href="https://web.archive.org/web/20160427132028/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=31123">PDF</a>, 529&nbsp;KiB, 4&nbsp;pages, in Chinese), in <em>Computer Engineering and Applications</em>, vol.&nbsp;49, no.&nbsp;21, pp.&nbsp;79–82, October&nbsp;30, 2013.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Achieving multipath transport by terminal’s multi-homed characteristics is a hot topic of Internet protocol application. MPTCP and CMT-SCTP are both more mature and key protocols for multipath transmission, but there is still a lot of performance analysis needed before large-scale application. This paper presents the behaviors of MPTCP and CMT-SCTP multipath transmission and compares the difference between both protocols on the local test-bed environment. Results show that both MPTCP and CMT-SCTP protocols can significantly increase throughput. Meanwhile the scheduling strategy for transmission is still not perfect and needs further improvement.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web.archive.org/web/20160427132028/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=31123">https://web.archive.org/web/20160427132028/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&amp;id=31123</a></p><p class="publication-details"><strong>MD5:</strong> 970ac5fc15743380fa13597889a3b260</p></div>
+</li>
+
+<li id="Publications-zdn2013simsek" class="treeview-collapsed"><div><p class="description"><a href="https://www.tdr.wiwi.uni-due.de/en/team/irfan-simsek/">Simsek, Irfan</a>:<span> ``<a type="application/pdf" href="https://web.archive.org/web/20230521195156/http://www.vde-itg-kommunikationsnetze.de/images/stories/Fachtagungen/zdn2013/vortraege/zdn2013_simsek.pdf">Blind Packet Forwarding</a>´´</span> (<a type="application/pdf" href="https://web.archive.org/web/20230521195156/http://www.vde-itg-kommunikationsnetze.de/images/stories/Fachtagungen/zdn2013/vortraege/zdn2013_simsek.pdf">PDF</a>, 877&nbsp;KiB, 20&nbsp;pagesin ), in <em>12. ITG-Fachtagung Zukunft der Netze – Application-Driven Networking</em>, Osnabrück/Germany, September&nbsp;20, 2013.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web.archive.org/web/20230521195156/http://www.vde-itg-kommunikationsnetze.de/images/stories/Fachtagungen/zdn2013/vortraege/zdn2013_simsek.pdf">https://web.archive.org/web/20230521195156/http://www.vde-itg-kommunikationsnetze.de/images/stories/Fachtagungen/zdn2013/vortraege/zdn2013_simsek.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 186316e1b583587f40979f4b255d9297</p></div>
+</li>
+
+<li id="Publications-NNUW1-Dreibholz-NorNetCore-Tutorial" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2130.pdf">The NorNet Core Testbed – An Experiment Tutorial</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2130.pdf">PDF</a>, 4454&nbsp;KiB, 25&nbsp;pages, in English), in <em>Proceedings of the 1st International NorNet Users Workshop&nbsp;(NNUW-1)</em>, Fornebu, Akershus/Norway, September&nbsp;19, 2013.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This tutorial provides an introduction on how to get access to the NorNet Core testbed as well as how to run experiments in the testbed.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2130.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2130.pdf</a></p><p class="publication-details"><strong>MD5:</strong> f67a3e0e340f676c96c4486cf5308000</p></div>
+</li>
+
+<li id="Publications-NNUW1-Rathgeb-Security" class="treeview-collapsed"><div><p class="description"><a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web.archive.org/web/20141127040313/https://www.simula.no/publications/Simula.simula.2142/simula_pdf_file">Distributed Detection of VoIP Fraud and Misuse – Tools and First Results</a>´´</span> (<a type="application/pdf" href="https://web.archive.org/web/20141127040313/https://www.simula.no/publications/Simula.simula.2142/simula_pdf_file">PDF</a>, 2089&nbsp;KiB, 31&nbsp;pages, in English), in <em>Proceedings of the 1st International NorNet Users Workshop&nbsp;(NNUW-1)</em>, Fornebu, Akershus/Norway, September&nbsp;18, 2013.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web.archive.org/web/20141127040313/https://www.simula.no/publications/Simula.simula.2142/simula_pdf_file">https://web.archive.org/web/20141127040313/https://www.simula.no/publications/Simula.simula.2142/simula_pdf_file</a></p><p class="publication-details"><strong>MD5:</strong> 41f5d972dd7a65bcaa0affa40e821017</p></div>
+</li>
+
+<li id="Publications-NNUW1-Adhari-CC" class="treeview-collapsed"><div><p class="description"><a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/hakim-adhari/">Adhari, Hakim</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web.archive.org/web/20141127040341/https://www.simula.no/publications/Simula.simula.2144/simula_pdf_file">Practical Experiences with an Inter-Continental Testbed for Multi-Path Transport</a>´´</span> (<a type="application/pdf" href="https://web.archive.org/web/20141127040341/https://www.simula.no/publications/Simula.simula.2144/simula_pdf_file">PDF</a>, 692&nbsp;KiB, 19&nbsp;pages, in English), in <em>Proceedings of the 1st International NorNet Users Workshop&nbsp;(NNUW-1)</em>, Fornebu, Akershus/Norway, September&nbsp;18, 2013.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web.archive.org/web/20141127040341/https://www.simula.no/publications/Simula.simula.2144/simula_pdf_file">https://web.archive.org/web/20141127040341/https://www.simula.no/publications/Simula.simula.2144/simula_pdf_file</a></p><p class="publication-details"><strong>MD5:</strong> fade751a291d1ffb6b0ae36443cf64f1</p></div>
+</li>
+
+<li id="Publications-NNUW1-Dreibholz-NorNetCore-Introduction" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2124.pdf">The NorNet Core Testbed – Introduction and Status</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2124.pdf">PDF</a>, 8399&nbsp;KiB, 29&nbsp;pages, in English), in <em>Proceedings of the 1st International NorNet Users Workshop&nbsp;(NNUW-1)</em>, Fornebu, Akershus/Norway, September&nbsp;18, 2013.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, NorNet Core, Testbed, Multi-Homing, Multi-Path Transport, Introduction</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2124.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2124.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 5c700705b018d485706b49a66b9d1a0c</p></div>
+</li>
+
+<li id="Publications-TKNBerlin2013" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2056.pdf">The NorNet Project – A Research Testbed for Multi-Path Transport</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2056.pdf">PDF</a>, 23650&nbsp;KiB, 26&nbsp;pages, in English), Invited Talk at Technische Universität Berlin, Department of Telecommunication Networks, Berlin/Germany, August&nbsp;1, 2013.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2056.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2056.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 2bdae2c9c4ee1ac2671d3730497f0e99</p></div>
+</li>
+
+<li id="Publications-IETF87" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.ietf.org/proceedings/87/slides/slides-87-mptcp-4.pdf">The NorNet Testbed: A Platform for Evaluating Multi-Path Transport in the Real-World Internet</a>´´</span> (<a type="application/pdf" href="https://www.ietf.org/proceedings/87/slides/slides-87-mptcp-4.pdf">PDF</a>, 13341&nbsp;KiB, 9&nbsp;pages, in English), in <em>Proceedings of the 87th IETF Meeting</em>, Berlin/Germany, July&nbsp;30, 2013.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.ietf.org/proceedings/87/slides/slides-87-mptcp-4.pdf">https://www.ietf.org/proceedings/87/slides/slides-87-mptcp-4.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 60e2a88f7784a2ad5e95af77b4eac809</p></div>
+</li>
+
+<li id="Publications-Louvain2013" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://ferlin.io">Ferlin, Simone</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2046.pdf">The NorNet Research Testbed</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2046.pdf">PDF</a>, 12015&nbsp;KiB, 8&nbsp;pages, in English), Talk, in <em>Proceedings of the CHANGE Bootcamp Workshop</em>, Louvain-la-Neuve/Belgium, July&nbsp;17, 2013.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2046.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2046.pdf</a></p><p class="publication-details"><strong>MD5:</strong> d6ee4ec1a6e0f3b30afbe4ac8e24aeac</p></div>
+</li>
+
+<li id="Publications-ConTEL2013" class="treeview-collapsed"><div><p class="description"><a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; Bayer, Andreas; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/markus-packeiser/">Packeiser, Markus</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2000.pdf">Alternative Transmission Strategies for Multipath Transport of Multimedia Streams over Wireless Networks</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2000.pdf">PDF</a>, 792&nbsp;KiB, 7&nbsp;pages, in English), in <em>Proceedings of the 12th IEEE International Conference on Telecommunications&nbsp;(ConTEL)</em>, pp.&nbsp;147–153, ISBN&nbsp;978-953-184-175-7, Zagreb, Središnja Hrvatska/Croatia, June&nbsp;26, 2013.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Multi-Path Transfer, Multimedia Transport, Scheduling Strategies, Real-Time, Wireless</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">With the strongly growing popularity of mobile devices like smartphones and tablet computers, the number of end-systems with more than one network access – like UMTS/LTE and WLAN – is also increasing. This so-called multi-homing also leads to the desire of utilising multiple network paths simultaneously, in order to improve application payload throughput. Clearly, this so-called multi-path transfer feature is also very useful for the transport of multimedia contents, particularly when a single network access alone is not fast enough to fulfil the bandwidth requirements of the application.<br />In many cases, multimedia transport is also sensitive for delays and packet losses. However, the focus of the current multi-path transfer approaches has been on bandwidth only. In order to tackle this challenge, our paper introduces two new send strategies to map payload data to different wireless paths. Finally, by using measurements, we show that a significant performance improvement for delay and loss-sensitive applications can be achieved in comparison to the existing approaches.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2000.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2000.pdf</a></p><p class="publication-details"><strong>MD5:</strong> b6125ad32798a84b2be4a349000fc1c3</p></div>
+</li>
+
+<li id="Publications-rtcwebBecke" class="treeview-collapsed"><div><p class="description"><a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/sebastian-werner/">Werner, Sebastian</a>; <a href="https://web.archive.org/web/20170521054322/https://www.fh-m%C3%BCnster.de/fb2/personen/mitarbeiter/ruengeler/index.php">Rüngeler, Irene</a>; <a href="https://www.fh-muenster.de/eti/personen/professoren/tuexen/">Tüxen, Michael</a> and <a href="https://people.freebsd.org/~rrs/">Stewart, Randall&nbsp;R.</a>:<span> ``Data Channel Considerations for RTCWeb´´</span>in , in <em>IEEE Communications Magazine</em>, vol.&nbsp;51, no.&nbsp;4, pp.&nbsp;34–41, DOI&nbsp;<a href="https://dx.doi.org/10.1109/MCOM.2013.6495758">10.1109/MCOM.2013.6495758</a>, ISSN&nbsp;0163-6804, April&nbsp;2013.</p></div></li>
+
+<li id="Publications-HiOA2013" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1984.pdf">An Overview of the NorNet Testbed for Multi-Homed Systems</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1984.pdf">PDF</a>, 21755&nbsp;KiB, 25&nbsp;pages, in English), Invited Talk at Høgskolen i Oslo og Akershus&nbsp;(HiOA), Oslo/Norway, April&nbsp;18, 2013.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1984.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1984.pdf</a></p><p class="publication-details"><strong>MD5:</strong> f3351ae0edda4c0e4f2efe0bdf8c4ada</p></div>
+</li>
+
+<li id="Publications-Trondheim2013" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1974.pdf">The NorNet Project – An Introduction to NorNet for the Site Deployment at NTNU Trondheim</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1974.pdf">PDF</a>, 21705&nbsp;KiB, 25&nbsp;pages, in English), Invited Talk at Norges teknisk-naturvitenskapelige universitet&nbsp;(NTNU), Trondheim, Sør-Trøndelag/Norway, April&nbsp;12, 2013.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1974.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1974.pdf</a></p><p class="publication-details"><strong>MD5:</strong> b1c9b13724c18bee7f0d2db3fdee7243</p></div>
+</li>
+
+<li id="Publications-EWNS2013-NorNet" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1968.pdf">The NorNet Project: A Research Platform for Robust and Secure Networks</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1968.pdf">PDF</a>, 7304&nbsp;KiB, 2&nbsp;pages, in English), in <em>Proceedings of the Essener Workshop zur Netzsicherheit&nbsp;(EWNS)</em>, Essen, Nordrhein-Westfalen/Germany, April&nbsp;8, 2013.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, Testbed, Multi-Homing, Setup, Research</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This talk gives an overview of the NorNet project, the new Internet testbed for multi-homed systems, and its research objectives.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1968.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1968.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 3855ef4890e243dd180cc9f8abd745f6</p></div>
+</li>
+
+<li id="Publications-PAMS2013-NorNet" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.ntnu.no/ansatte/ernst.g.gran">Gran, Ernst Gunnar</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/threfereedinproceedingsreference.2012-12-20.7643198512.pdf">Design and Implementation of the NorNet Core Research Testbed for Multi-Homed Systems</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/threfereedinproceedingsreference.2012-12-20.7643198512.pdf">PDF</a>, 20082&nbsp;KiB, 7&nbsp;pages, in English), in <em>Proceedings of the 3nd International Workshop on Protocols and Applications with Multi-Homing Support&nbsp;(PAMS)</em>, pp.&nbsp;1094–1100, DOI&nbsp;<a href="https://dx.doi.org/10.1109/WAINA.2013.71">10.1109/WAINA.2013.71</a>, ISBN&nbsp;978-0-7695-4952-1, Barcelona, Catalonia/Spain, March&nbsp;27, 2013.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NorNet, Testbed, Multi-Homing, Design, Implementation</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Internet has made it possible to communicate and to use services over large geographical distances. While it has originally been built for less critical services like e-mail and file transfer, it is nowadays also increasingly often used for availability-critical services like e.g. e-commerce or healthcare. Clearly, the reachability of such services must be ensured by so-called multi-homing of endpoints. That is, endpoints are simultaneously connected to multiple Internet Service Providers&nbsp;(ISP) to provide redundancy. If one ISP has problems, it is intended that the connection to another one still works. However, such assumptions have never been verified in real, large-scale setups.<br />The intention of the NorNet project is to build up a realistic Internet testbed for multi-homing. In this paper, we describe the design of NorNet with focus on the implementation of its fixed-line part: NorNet Core. This paper is intended to give researchers an overview of its mode of operation, its capabilities as well as its interesting feature realisations. The knowledge about these items is very useful to plan own experiments in the NorNet testbed.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/threfereedinproceedingsreference.2012-12-20.7643198512.pdf">https://web-backend.simula.no/sites/default/files/publications/threfereedinproceedingsreference.2012-12-20.7643198512.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 6560234f120c9c1e0166928b1c13e400</p></div>
+</li>
+
+<li id="Publications-PAMS2013-EssenIlmenau" class="treeview-collapsed"><div><p class="description">Volkert, Thomas; <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; Osdoba, Manuel and Mitschele-Thiel, Andreas:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web.archive.org/web/20210210145830/http://www.homer-conferencing.com/public/MP_HRM.pdf">Multipath Video Streaming based on Hierarchical Routing Management</a>´´</span> (<a type="application/pdf" href="https://web.archive.org/web/20210210145830/http://www.homer-conferencing.com/public/MP_HRM.pdf">PDF</a>, 1152&nbsp;KiB, 6&nbsp;pages, in English), in <em>Proceedings of the 3nd International Workshop on Protocols and Applications with Multi-Homing Support&nbsp;(PAMS)</em>, pp.&nbsp;1107–1112, DOI&nbsp;<a href="https://dx.doi.org/10.1109/WAINA.2013.161">10.1109/WAINA.2013.161</a>, ISBN&nbsp;978-0-7695-4952-1, Barcelona, Catalonia/Spain, March&nbsp;27, 2013.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web.archive.org/web/20210210145830/http://www.homer-conferencing.com/public/MP_HRM.pdf">https://web.archive.org/web/20210210145830/http://www.homer-conferencing.com/public/MP_HRM.pdf</a></p><p class="publication-details"><strong>MD5:</strong> c735f2c12177da55acaf1d1b40b744c5</p></div>
+</li>
+
+<li id="Publications-Narvik2013" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1950.pdf">An Introduction to NorNet for the Site Deployment at Høgskolen i Narvik</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1950.pdf">PDF</a>, 21440&nbsp;KiB, 26&nbsp;pages, in English), Invited Talk at Høgskolen i Narvik&nbsp;(HiN), Narvik, Nordland/Norway, March&nbsp;12, 2013.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1950.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1950.pdf</a></p><p class="publication-details"><strong>MD5:</strong> cd9f90c43fe2be66e12153d9bf38e460</p></div>
+</li>
+
+<li id="Publications-Geilo2013-NorNetCore" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1948.pdf">An Overview of NorNet Core</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1948.pdf">PDF</a>, 19045&nbsp;KiB, 19&nbsp;pages, in English), Invited Talk at the Geilo Siminar of the Simula Research Laboratory, Network Systems Group, Geilo, Buskerud/Norway, March&nbsp;9, 2013.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1948.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1948.pdf</a></p><p class="publication-details"><strong>MD5:</strong> f18d7d4adda2c7dde085570f60b56d49</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2012">2012</h3><ul>
+
+<li id="Publications-ICCCT2013-Homer" class="treeview-collapsed"><div><p class="description">Volkert, Thomas; <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; Osdoba, Manuel and Mitschele-Thiel, Andreas:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web.archive.org/web/20210525124457/http://www.homer-conferencing.com/public/Homer_Conferencing.pdf">Homer Conferencing – A Multimedia Test Bed for Various Experiments and Measurements</a>´´</span> (<a type="application/pdf" href="https://web.archive.org/web/20210525124457/http://www.homer-conferencing.com/public/Homer_Conferencing.pdf">PDF</a>, 744&nbsp;KiB, 6&nbsp;pages, in English), in <em>Proceedings of the 7th International Conference on Computing and Convergence Technology&nbsp;(ICCCT)</em>, Seoul/South Korea, December&nbsp;2012.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web.archive.org/web/20210525124457/http://www.homer-conferencing.com/public/Homer_Conferencing.pdf">https://web.archive.org/web/20210525124457/http://www.homer-conferencing.com/public/Homer_Conferencing.pdf</a></p><p class="publication-details"><strong>MD5:</strong> ebdea12d861145e9c6e50b13a4d3b0b9</p></div>
+</li>
+
+<li id="Publications-Stavanger2012" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1626.pdf">An Introduction to NorNet Core for the Site Deployment at Universitetet i Stavanger</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1626.pdf">PDF</a>, 21576&nbsp;KiB, 26&nbsp;pages, in English), Invited Talk at Universitetet i Stavanger&nbsp;(UiS), Stavanger, Rogaland/Norway, November&nbsp;27, 2012.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This invited talk at Universitetet i Stavanger gives an overview of the NorNet project, with particular focus on NorNet Core. It has been presented as part of the NorNet Core deployment visit.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1626.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1626.pdf</a></p><p class="publication-details"><strong>MD5:</strong> d53c0d9ac7012586e3f4accba4b61ab7</p></div>
+</li>
+
+<li id="Publications-Karlstad2012" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1580.pdf">The NorNet Project – A Research Testbed for Multi-Homed Systems</a>´´</span> (<a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1580.pdf">PDF</a>, 37415&nbsp;KiB, 28&nbsp;pages, in English), Invited Talk at Karlstads Universitet, Karlstad, Värmland/Sweden, November&nbsp;2, 2012.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1580.pdf">https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1580.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 7763b43963c32f78d4c99873855556ec</p></div>
+</li>
+
+<li id="Publications-EuroView2012-HomerDemo" class="treeview-collapsed"><div><p class="description">Volkert, Thomas; Liers, Florian; <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/hakim-adhari/">Adhari, Hakim</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web.archive.org/web/20240413144124/http://www.euroview2012.org/fileadmin/content/euroview2012/abstracts/07_01_abstract_volkert.pdf">Requirements-Oriented Path Selection for Multipath Transmission</a>´´</span> (<a type="application/pdf" href="https://web.archive.org/web/20240413144124/http://www.euroview2012.org/fileadmin/content/euroview2012/abstracts/07_01_abstract_volkert.pdf">PDF</a>, 459&nbsp;KiB, 2&nbsp;pages, in English), in <em>Proceedings of the Joint ITG and Euro-NF Workshop on Visions of Future Generation Networks&nbsp;(EuroView)</em>, Würzburg, Bayern/Germany, July&nbsp;23, 2012.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web.archive.org/web/20240413144124/http://www.euroview2012.org/fileadmin/content/euroview2012/abstracts/07_01_abstract_volkert.pdf">https://web.archive.org/web/20240413144124/http://www.euroview2012.org/fileadmin/content/euroview2012/abstracts/07_01_abstract_volkert.pdf</a></p><p class="publication-details"><strong>MD5:</strong> c406d3ee66aa547a60e10988dd8299b7</p></div>
+</li>
+
+<li id="Publications-ICC2012" class="treeview-collapsed"><div><p class="description"><a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/hakim-adhari/">Adhari, Hakim</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICC2012.pdf">On the Fairness of Transport Protocols in a Multi-Path Environment</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICC2012.pdf">PDF</a>, 1970&nbsp;KiB, 7&nbsp;pages, in English), in <em>Proceedings of the IEEE International Conference on Communications&nbsp;(ICC)</em>, pp.&nbsp;2666–2672, DOI&nbsp;<a href="https://dx.doi.org/10.1109/ICC.2012.6363695">10.1109/ICC.2012.6363695</a>, ISBN&nbsp;978-1-4577-2052-9, Ottawa, Ontario/Canada, June&nbsp;12, 2012.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Multi-Homing, Multi-Path Transfer, Fairness, Congestion Control, Future Internet</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Today, a steadily growing number of devices contains multiple network interfaces. For example, nearly all smartphones are equipped with at least W-LAN as well as 3G/4G&nbsp;interfaces. In consequence, there is a rising demand for so-called multi-path transfer, which utilizes all of these interfaces simultaneously in order to maximize the payload throughput of applications. Currently, this so-called multi-path transfer is very actively discussed by the IETF, in form of the Multi-Path TCP&nbsp;(MPTCP) extension for TCP as well as the Concurrent Multi-path Transfer extension for SCTP&nbsp;(CMT-SCTP). Their larger-scale deployment in the Internet is expected for the near future.<br />A key issue that prevents the standardization of these approaches is the fairness to concurrent TCP flows. A multi-path transfer should behave "TCP-friendly", i.e. cause no harm to the performance of the very widely deployed TCP-based applications. In this paper, we first extend the notion of "fairness" from single-path transport to multi-path transport. Furthermore, we introduce the relevant congestion control approaches in the IETF context for single-path as well as multi-path transfer. We simulatively analyze these approaches in a couple of interesting network configuration scenarios, in order to show their behavior with special regard to the fairness definitions. Particularly, we also point out items of further discussion which are the result of the current approaches.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICC2012.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICC2012.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 88ea6b1a3bfc82f23629900ac4a9f6b7</p></div>
+</li>
+
+<li id="Publications-NOMS2012" class="treeview-collapsed"><div><p class="description"><a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/hakim-adhari/">Adhari, Hakim</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NOMS2012.pdf">A Future Internet Architecture supporting Multipath Communication Networks</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NOMS2012.pdf">PDF</a>, 743&nbsp;KiB, 4&nbsp;pages, in English), in <em>Proceedings of the 13th IEEE/IFIP Network Operations and Management Symposium&nbsp;(NOMS)</em>, pp.&nbsp;639–642, DOI&nbsp;<a href="https://dx.doi.org/10.1109/NOMS.2012.6211975">10.1109/NOMS.2012.6211975</a>, ISBN&nbsp;978-1-4673-0268-5, Maui, Hawaii/U.S.A., April&nbsp;19, 2012.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Future Internet, Multipath Communications, Encapsulated Responsibility-Centric Architecture Model&nbsp;(ERiCA), Responsibilities, Decision Domains</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The classic layered OSI reference model has reached its limits for the Internet of today. In this paper, we propose a clean-slate conceptual design of a new architecture as a contribution to the ongoing discussion on the Future Internet. We address the shortcomings of the layered model by redesigning the classical model. Our approach differs from the concepts found in prior work, which focus on special parts of the problems (such as the application, the service or the event) by staggering back a couple of steps and trying to see the requirements from a different perspective. Our concept – which is denoted as Encapsulated Responsibility-Centric Architecture Model&nbsp;(ERiCA) – focuses on determining the responsibilities by using different planes in addition to a partitioning of the network into different decision domains. With this partitioning, we can reduce the complexity of providing a certain service.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NOMS2012.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NOMS2012.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 0d471bef76ec8ae66b71f28e254deb82</p></div>
+</li>
+
+<li id="Publications-PAMS2012" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/hakim-adhari/">Adhari, Hakim</a>; <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2012.pdf">Simulation and Experimental Evaluation of Multipath Congestion Control Strategies</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2012.pdf">PDF</a>, 403&nbsp;KiB, 6&nbsp;pages, in English), in <em>Proceedings of the 2nd International Workshop on Protocols and Applications with Multi-Homing Support&nbsp;(PAMS)</em>, DOI&nbsp;<a href="https://dx.doi.org/10.1109/WAINA.2012.186">10.1109/WAINA.2012.186</a>, ISBN&nbsp;978-0-7695-4652-0, Fukuoka/Japan, March&nbsp;29, 2012.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Multipath Transfer, Congestion Control, Performance Analysis, Simulation, Measurement</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The need for service resilience is leading to a steadily growing number of multi-homed Internet sites. In consequence, this results in a growing demand for utilising multiple Internet accesses simultaneously, in order to improve application payload throughput during normal operation. Multi-path Transport Layer protocol extensions – like Multi-Path&nbsp;TCP&nbsp;(MPTCP) for TCP and Concurrent Multipath Transfer for SCTP&nbsp;(CMT-SCTP) – allow applications to make use of such network topologies.<br />However, since TCP – which constitutes the basis of most Internet applications – and its congestion control procedures have been designed under the assumption of single-homed sites, fairness issues may arise by the usage of multipath transport. These issues are addressed by advanced congestion control approaches, which have already been examined by simulations. However, real-life network measurements are missing. In this paper, we perform an experimental proof-of-concept evaluation of several multipath congestion control strategies, which are currently under discussion within the IETF in the context of MPTCP as well as CMT-SCTP. Particularly, we validate effects that have been observed in simulations, in order to trigger further discussions on multipath congestion control. Also, our goal is to provide insight into the different approaches to support the ongoing IETF standardisation activities on multipath transport protocols.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2012.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2012.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 9f0ed4e466615996b4e65ccb10ec3c7d</p></div>
+</li>
+
+<li id="Publications-Dre2012" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029737/Dre2012_final.pdf">Evaluation and Optimisation of Multi-Path Transport using the Stream Control Transmission Protocol</a>´´</span> (<a type="application/pdf" href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029737/Dre2012_final.pdf">PDF</a>, 36779&nbsp;KiB, 264&nbsp;pages, in English), Habilitation Treatise, University of Duisburg-Essen, Faculty of Economics, Institute for Computer Science and Business Information Systems, URN&nbsp;<a href="https://www.nbn-resolving.de/urn:nbn:de:hbz:464-20120315-103208-1">urn:nbn:de:hbz:464-20120315-103208-1</a>, March&nbsp;13, 2012.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Stream Control Transmission Protocol&nbsp;(SCTP), Multi-Path Transport, Dissimilar Paths, Fairness, Evaluation, Optimisation</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Stream Control Transmission Protocol&nbsp;(SCTP) as defined in RFC&nbsp;4960 is an advanced Transport Layer protocol that provides support for multi-homing. That is, SCTP endpoints may simultaneously use multiple Network Layer addresses, which allows to connect the endpoints to multiple networks for redundancy purposes. However, for the transfer of user data, only one of the possible paths is currently used at a time. All other paths remain as backup and are only used for retransmissions.<br />Clearly, the existence of multiple paths has led to the idea of applying load sharing among the paths. An extension to SCTP – denoted as Concurrent Multipath Transfer&nbsp;(CMT) – realises this load sharing functionality. While this approach works well for similar paths, i.e. paths having similar characteristics regarding bandwidths, bit error rates and delays, the use of dissimilar paths does not work that neatly.<br />In this thesis, the issues of dissimilar paths for CMT-based load sharing will be demonstrated first. The reasons for these issues will be identified and solutions proposed. These solutions will be evaluated in simulations, as well as partially also in a real-world Internet testbed setup, in order to show their effectiveness. In particular, it will be shown that a combination of multiple mechanisms is necessary to make CMT work as expected under a wide range of network and system parameters.<br />Furthermore, the fairness of CMT-based transport – in concurrency to classic non-CMT flows – will be analysed. The usage of plain CMT leads to an overly aggressive bandwidth occupation on so-called shared bottlenecks. As a countermeasure, the idea of Resource Pooling will be utilised. For this purpose, two new and one adapted congestion control approach – all based on the Resource Pooling principle – will be introduced and examined in similar as well as dissimilar path setups, in order to show how to fairly deploy CMT transport in the Internet.<br />The results of this work have also been contributed to the ongoing IETF&nbsp;standardisation process of SCTP and its extensions.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029737/Dre2012_final.pdf">https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029737/Dre2012_final.pdf</a></p><p class="publication-details"><strong>MD5:</strong> add34f0b780cb35b7ee1f963ea85e59c</p></div>
+</li>
+
+<li id="Publications-Dre2012-FutureInternet" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="de" lang="de"> ``<a type="application/pdf" href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029756/Habilitationsvortrag.pdf">Konzepte für das Future Internet aus der Netzperspektive</a>´´</span> (<a type="application/pdf" href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029756/Habilitationsvortrag.pdf">PDF</a>, 5777&nbsp;KiB, 49&nbsp;pages, auf Deutsch), Habilitation Talk, University of Duisburg-Essen, Faculty of Economics, Institute for Computer Science and Business Information Systems, URN&nbsp;<a href="https://www.nbn-resolving.de/urn:nbn:de:hbz:464-20120404-135350-0">urn:nbn:de:hbz:464-20120404-135350-0</a>, March&nbsp;13, 2012.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="de">Future Internet, Habilitationsvortrag</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="de">Vielen seiner Benutzer erscheint das Internet als neuartig und hochmodern. Seine Grundlagen jedoch sind keineswegs neu, sondern basieren auf mittlerweile fast 40&nbsp;Jahre alten Ideen. Dienste werden mittels eines geschichteten, hierarchischen Protokollstacks realisiert, bei welchem eine Interaktion nicht-benachbarter Schichten nicht vorgesehen ist. Dieser starre Aufbau macht bereits das Anpassen der Internet-Architektur an die Anforderungen der heutigen Anwendungen – wie etwa File Sharing, Videotelefonie und mobile Endgeräte – kompliziert. Die großen Herausforderungen des zukünftigen Internets – welches als das Future Internet bezeichnet wird – mit Anwendungsszenarien wie Cloud Computing, Internet of Things, Sensornetzwerken und vielen weiteren – erfordern jedoch noch weitaus umfangreichere Anpassungen. Zudem ist eine große Flexibilität erforderlich, um auch weiteren – heute noch nicht absehbaren – Anforderungen gerecht zu werden.<br />Im Rahmen dieses Habilitationsvortrages wird zunächst kurz auf die Probleme des aktuellen Internets eingegangen sowie die Herausforderungen des Future Internets vorgestellt. Im Anschluss daran wird eine Auswahl der für den Übergang zum Future Internet möglichen evolutionären sowie revolutionären Ansätze vorgestellt. Der Schwerpunkt liegt hierbei auf den noch relativ neuen – und in der Forschung momentan sehr aktiv diskutierten – revolutionären Ansätzen, welche mit der Idee des sogenannten Clean Slate einen vollständigen Neuansatz anstreben. Hierbei werden die Ansätze der Funktionalen Komposition, des Content-Centric Networking sowie der Virtualisierung von Netzwerken vorgestellt. Zum Schluss wird dann auf die Frage eingegangen, wie eine Nutzung der vorgestellten Ansätze in der Praxis möglich ist und welche der aktuell in Diskussion befindlichen Ansätze sich in Zukunft voraussichtlich durchsetzen werden.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029756/Habilitationsvortrag.pdf">https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029756/Habilitationsvortrag.pdf</a></p><p class="publication-details"><strong>MD5:</strong> bd09fd9172fccb9edd4ee88299038f47</p></div>
+</li>
+
+<li id="Publications-NetPerfMeterSim2012" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/hakim-adhari/">Adhari, Hakim</a>; <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NetPerfMeterSim2012.pdf">NetPerfMeter – A Versatile Tool for Multi-Protocol Network Performance Evaluations</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NetPerfMeterSim2012.pdf">PDF</a>, 334&nbsp;KiB, 3&nbsp;pages, in English), OMNeT++ Code Contribution, University of Duisburg-Essen, Institute for Experimental Mathematics, February&nbsp;8, 2012.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Application Model, NetPerfMeter, Performance Evaluation, Multipath Transfer</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Transport Layer protocols supporting multipath transfer, i.e. to simultaneously utilise multiple Network Layer paths, are actively discussed in the IETF – particularly in the context of Multi-Path&nbsp;TCP&nbsp;(MPTCP) and Concurrent Multipath Transfer for SCTP&nbsp;(CMT-SCTP). Congestion control for such protocols is an important research topic.<br />In this code contribution paper, we introduce our application model NetPerfMeter. NetPerfMeter has been developed for performance evaluations of different transport protocols, like for the Linux/FreeBSD performance metering application NetPerfMeter.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NetPerfMeterSim2012.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NetPerfMeterSim2012.pdf</a></p><p class="publication-details"><strong>MD5:</strong> dc5a70671636b3367df1a2878f6081fd</p></div>
+</li>
+
+<li id="Publications-SCTPSim2012" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/hakim-adhari/">Adhari, Hakim</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>; <a href="https://web.archive.org/web/20170521054322/https://www.fh-m%C3%BCnster.de/fb2/personen/mitarbeiter/ruengeler/index.php">Rüngeler, Irene</a>; <a href="https://www.robin-seggelmann.de/">Seggelmann, Robin</a> and <a href="https://www.fh-muenster.de/eti/personen/professoren/tuexen/">Tüxen, Michael</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SCTPSim2012.pdf">Improvements to the SCTP Environment in the INET Framework</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SCTPSim2012.pdf">PDF</a>, 875&nbsp;KiB, 2&nbsp;pages, in English), OMNeT++ Code Contribution, University of Duisburg-Essen, Institute for Experimental Mathematics, February&nbsp;6, 2012.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Stream Control Transmission Protocol&nbsp;(SCTP), SCTP Extensions, Simulation, Multi-Homing, Auto-Routing</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This code contribution paper provides an overview of the enhancements to the Stream Control Transmission Protocol&nbsp;(SCTP) environment of the INET Framework. Besides a highly improved SCTP core protocol, a couple of SCTP extensions – being either already standardized or currently under discussion in the IETF – have been realized. Furthermore, extended test applications and an auto-routing module with multi-homing support have been added. These enhancements make state-of-the-art SCTP simulation scenarios possible.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SCTPSim2012.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SCTPSim2012.pdf</a></p><p class="publication-details"><strong>MD5:</strong> ae78a4d0bda04dc875c7262cd285434c</p></div>
+</li>
+
+<li id="Publications-RspSim2012" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/hakim-adhari/">Adhari, Hakim</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RspSim2012.pdf">RspSim – A Simulation Model of the Reliable Server Pooling Framework</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RspSim2012.pdf">PDF</a>, 226&nbsp;KiB, 2&nbsp;pages, in English), OMNeT++ Code Contribution, University of Duisburg-Essen, Institute for Experimental Mathematics, February&nbsp;6, 2012.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling, Simulation, Evaluation, Model, Cloud Computing</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This code contribution paper provides an overview of the RSPSIM model, which is a simulation model for the Reliable Server Pooling&nbsp;(RSerPool) framework. RSerPool denotes an IETF standard for the management of server pools and sessions with these pools. Such mechanisms are also crucial in the context of cloud computing research.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RspSim2012.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RspSim2012.pdf</a></p><p class="publication-details"><strong>MD5:</strong> d515de6b0f138484c8e7709af8293735</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2011">2011</h3><ul>
+
+<li id="Publications-Darmstadt2011" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Darmstadt2011.pdf">Multipath-Transfer mit dem Stream Control Transmission Protocol</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Darmstadt2011.pdf">PDF</a>, 2096&nbsp;KiB, 24&nbsp;pages, in English), Invited Talk at Technische Universität Darmstadt, Multimedia Communications Lab, Darmstadt, Hessen/Germany, November&nbsp;16, 2011.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Darmstadt2011.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Darmstadt2011.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 438d0b3f6caab7b168c16a24eba97306</p></div>
+</li>
+
+<li id="Publications-SoftCOM2011" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/hakim-adhari/">Adhari, Hakim</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SoftCOM2011.pdf">Evaluation of A New Multipath Congestion Control Scheme using the NetPerfMeter Tool-Chain</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SoftCOM2011.pdf">PDF</a>, 360&nbsp;KiB, 6&nbsp;pages, in English), in <em>Proceedings of the 19th IEEE International Conference on Software, Telecommunications and Computer Networks&nbsp;(SoftCOM)</em>, pp.&nbsp;1–6, ISBN&nbsp;978-953-290-027-9, Hvar, Dalmacija/Croatia, September&nbsp;16, 2011.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">NetPerfMeter Tool-Chain, Concurrent Multipath Transfer, Congestion Control, Dissimilar Paths, Performance Analysis</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Multi-homed Internet sites become more and more widespread, due to the rising dispersal of inexpensive Internet access technologies combined with the growing deployment of resilience-critical applications. Concurrent Multipath Transfer&nbsp;(CMT) denotes the Transport Layer approach to utilise multiple network paths simultaneously, in order to improve application payload throughput. Currently, CMT is a quite hot topic in the IETF – in form of the Multipath&nbsp;TCP&nbsp;(MPTCP) and CMT-SCTP protocol extensions for TCP and SCTP. However, an important issue is still not fully solved: multipath congestion control.<br />In order to support the IETF activities, we have set up a distributed Internet testbed for CMT evaluation. An important tool – which we have developed for multi-protocol Transport Layer performance analysis – is the Open Source<br />NetPerfMeter tool-chain. It supports the parametrisation and processing of measurement runs as well as results collection, post-processing and plotting. However, its key feature is to support multiple Transport Layer protocols, which makes a quantitative comparison of different protocols – including state-of-the-art features like CMT – possible. In this paper, we first introduce<br />NetPerfMeter and then show a proof-of-concept performance evaluation of CMT congestion controls which are currently discussed in the IETF standardisation process of CMT-SCTP.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SoftCOM2011.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SoftCOM2011.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 23b808c6caa72f0cfb5213d8b6cf7b31</p></div>
+</li>
+
+<li id="Publications-euroview2011" class="treeview-collapsed"><div><p class="description">Kleis, Michael; Siddiqui, Abbas; <a href="https://www.tdr.wiwi.uni-due.de/en/team/irfan-simsek/">Simsek, Irfan</a>; <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/dirk-hoffstadt-4252/">Hoffstadt, Dirk</a>; Marold, Alexander; <a href="https://www.av.tu-berlin.de/menue/team/former_fellows/christian_henke/">Henke, Christian</a>; Müller, Julius; Varas, Cristian; Magedanz, Thomas; <a href="https://www.icsy.de/personen/cv_pmueller.shtml">Müller, Paul</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web.archive.org/web/20231223022714/http://www.euroview2011.com/fileadmin/content/euroview2011/abstracts/abstract_kleis.pdf">Cross-Layer Security and Functional Composition for a Future Internet</a>´´</span> (<a type="application/pdf" href="https://web.archive.org/web/20231223022714/http://www.euroview2011.com/fileadmin/content/euroview2011/abstracts/abstract_kleis.pdf">PDF</a>, 391&nbsp;KiB, 2&nbsp;pages, in English), in <em>Proceedings of the Joint ITG and Euro-NF Workshop on Visions of Future Generation Networks&nbsp;(EuroView2011)</em>, Würzburg, Bayern/Germany, Demo Presentation at the G-Lab Status Meeting, August&nbsp;2, 2011.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web.archive.org/web/20231223022714/http://www.euroview2011.com/fileadmin/content/euroview2011/abstracts/abstract_kleis.pdf">https://web.archive.org/web/20231223022714/http://www.euroview2011.com/fileadmin/content/euroview2011/abstracts/abstract_kleis.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 396c723405c7931bd3f656a43405ef14</p></div>
+</li>
+
+<li id="Publications-ConTEL2011" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/hakim-adhari/">Adhari, Hakim</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ConTEL2011.pdf">On the Impact of Congestion Control for Concurrent Multipath Transfer on the Transport Layer</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ConTEL2011.pdf">PDF</a>, 6498&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the 11th IEEE International Conference on Telecommunications&nbsp;(ConTEL)</em>, pp.&nbsp;397–404, ISBN&nbsp;978-953-184-152-8, Graz, Steiermark/Austria, June&nbsp;16, 2011.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Concurrent Multipath Transfer, Congestion Control, Resource Sharing, Dissimilar Paths, Performance Analysis</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Due to the resilience requirements of a steadily growing number of critical Internet services (like emergency call handling or e-commerce transactions), the deployment of multi-homed network sites becomes more and more common. Having multiple Internet access paths, it seems straightforward to utilise them simultaneously in order to improve payload throughput by so-called Concurrent Multipath Transfer&nbsp;(CMT). Currently, CMT extensions for the two important Internet Transport Layer protocols – Multipath-TCP&nbsp;(MPTCP) for TCP and CMT-SCTP for SCTP – are in the focus of IETF standardisation. A challenge – which is currently very actively discussed in the IETF context – is congestion control for these CMT protocols.<br />Based on the idea of Resource Pooling&nbsp;(RP), two approaches are currently discussed in the IETF: our own approach CMT/RP for CMT-SCTP as well as the MPTCP congestion control for MPTCP. Both approaches only have been roughly tested yet – mostly in similar path setups, i.e. paths having almost the same QoS characteristics, using "their" protocol. Therefore, the goal of this paper is to compare the existing approaches. Particularly, we also analyse more challenging scenarios containing dissimilar paths, i.e. paths having differing characteristics. Our goal is to provide insight into the different approaches, to support the IETF standardisation activities on CMT.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ConTEL2011.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ConTEL2011.pdf</a></p><p class="publication-details"><strong>MD5:</strong> aaf983738968d60f58a9abafc54d4344</p></div>
+</li>
+
+<li id="Publications-LinuxTag2011" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="de" lang="de"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2011.pdf">Server-Redundanz und Lastverteilung einfach in eigene Anwendungen integrieren – mit Reliable Server Pooling und RSPLIB</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2011.pdf">PDF</a>, 1309&nbsp;KiB, 23&nbsp;pages, auf Deutsch), in <em>Proceedings of the LinuxTag</em>, Berlin/Germany, May&nbsp;12, 2011.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="de">Reliable Server Pooling&nbsp;(RSerPool), Hochverfügbarkeit, Redundanz, Überblick, Implementierung, RSPLIB</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="de">RSPLIB ist die Open-Source-Implementierung von Reliable Server Pooling&nbsp;(RSerPool), dem noch sehr neuen IETF-Standard für Server-Redundanz und Sitzungsverwaltung. Dieser Artikel soll insbesondere zeigen, wie RSerPool mit RSPLIB in eigenen Anwendungen für Hochverfügbarkeit und Lastverteilung eingesetzt werden kann. Im Rahmen des Vortrags soll zudem eine Beispielanwendung in der Praxis demonstriert werden.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2011.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2011.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 7a76c18c786514b2dea9ca272ecc7bbc</p></div>
+</li>
+
+<li id="Publications-Tridentcom2011" class="treeview-collapsed"><div><p class="description">Kleis, M.; Müller, J.; Siddiqui, A. and <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web.archive.org/web/20200229073430/http://dspace.icsy.de:12000/dspace/bitstream/123456789/324/1/2010-09-Measurements.pdf">Evaluating a Future Internet Cross-Layer Composition Prototype</a>´´</span> (<a type="application/pdf" href="https://web.archive.org/web/20200229073430/http://dspace.icsy.de:12000/dspace/bitstream/123456789/324/1/2010-09-Measurements.pdf">PDF</a>, 1012&nbsp;KiB, 16&nbsp;pages, in English), in <em>Proceedings of the 7th International ICST Conference on Testbeds and Research Infrastructures for the Development of Networks and Communities&nbsp;(TridentCom)</em>, Shanghai/People&apos;s Republic of China, April&nbsp;18, 2011.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web.archive.org/web/20200229073430/http://dspace.icsy.de:12000/dspace/bitstream/123456789/324/1/2010-09-Measurements.pdf">https://web.archive.org/web/20200229073430/http://dspace.icsy.de:12000/dspace/bitstream/123456789/324/1/2010-09-Measurements.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 4d48dfeb9d5d4898e8564adcd065cdf4</p></div>
+</li>
+
+<li id="Publications-CommMag2011" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20170521054322/https://www.fh-m%C3%BCnster.de/fb2/personen/mitarbeiter/ruengeler/index.php">Rüngeler, Irene</a>; <a href="https://www.robin-seggelmann.de/">Seggelmann, Robin</a>; <a href="https://www.fh-muenster.de/eti/personen/professoren/tuexen/">Tüxen, Michael</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a> and <a href="https://people.freebsd.org/~rrs/">Stewart, Randall&nbsp;R.</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/CommMag2011.pdf">Stream Control Transmission Protocol: Past, Current, and Future Standardization Activities</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/CommMag2011.pdf">PDF</a>, 287&nbsp;KiB, 7&nbsp;pages, in English), in <em>IEEE Communications Magazine</em>, vol.&nbsp;49, no.&nbsp;4, pp.&nbsp;82–88, DOI&nbsp;<a href="https://dx.doi.org/10.1109/MCOM.2011.5741151">10.1109/MCOM.2011.5741151</a>, ISSN&nbsp;0163-6804, April&nbsp;5, 2011.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Stream Control Transmission Protocol&nbsp;(SCTP) is a general-purpose transport layer protocol providing a service similar to TCP – plus a set of advanced features to utilize the enhanced capabilities of modern IP networks and to support increased application requirements. Nowadays, there are SCTP implementations for all major operating systems. While SCTP was standardized as an RFC several years ago, there is still significant ongoing work within the IETF to discuss and standardize further features in the form of protocol extensions. In this article, we first introduce the SCTP base protocol and already standardized extensions. After that, we focus on the ongoing SCTP standardization progress in the IETF and give an overview of activities and challenges in the areas of security and concurrent multipath transport.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/CommMag2011.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/CommMag2011.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 51c1a62c2f4dfeb2725b1e0fae3b3d10</p></div>
+</li>
+
+<li id="Publications-PAMS2011" class="treeview-collapsed"><div><p class="description"><a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/hakim-adhari/">Adhari, Hakim</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a> and <a href="https://www.fh-muenster.de/eti/personen/professoren/tuexen/">Tüxen, Michael</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2011.pdf">Evaluation of Concurrent Multipath Transfer over Dissimilar Paths</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2011.pdf">PDF</a>, 666&nbsp;KiB, 7&nbsp;pages, in English), in <em>Proceedings of the 1st International Workshop on Protocols and Applications with Multi-Homing Support&nbsp;(PAMS)</em>, pp.&nbsp;708–714, DOI&nbsp;<a href="https://dx.doi.org/10.1109/WAINA.2011.92">10.1109/WAINA.2011.92</a>, ISBN&nbsp;978-0-7695-4338-3, Singapore, March&nbsp;22, 2011.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Concurrent Multipath Transfer, Dissimilar Paths, Buffer Handling, Performance Analysis, Experimental Validation</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The steadily growing deployment of resilience-critical Internet services is leading to an increasing number of Multi-Homed network sites. Asymmetric Digital Subscriber Lines&nbsp;(ADSL) are an inexpensive way to add a secondary Internet access connection. With the development of Multi-Path Transport Layer protocols – like Multipath&nbsp;TCP&nbsp;(MPTCP) and the Stream Control Transmission Protocol&nbsp;(SCTP) furnished by a Concurrent Multipath Transfer&nbsp;(CMT-SCTP) extension – there is also a strong interest in utilising all access connections simultaneously to improve the data throughput of the applications. However, combining network paths over ADSL with paths over other access technologies like fibre optic links implies highly dissimilar paths with significantly different bandwidths, delays and queuing behaviours. Efficient Multi-Path transport over such dissimilar paths is a challenging task for the new Transport Layer protocols under development.<br />In this paper, we show the difficulties of Multi-Path transport in a real-world dissimilar path setup which consists of a high-speed fibre optic link and an ADSL connection. After that, we present an optimised buffer handling technique which solves the transport efficiency issues in this setup. Our optimisation is first analysed by simulations. Finally, we also show the usefulness of our approach by experimental evaluation in a real Multi-Homed Internet setup.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2011.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2011.pdf</a></p><p class="publication-details"><strong>MD5:</strong> a19f952606b97dc19de3870e7af038ca</p></div>
+</li>
+
+<li id="Publications-GENIWorkshop2011" class="treeview-collapsed"><div><p class="description"><a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a> and <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/GENIWorkshop2011.pdf">Multi-Path Transport</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/GENIWorkshop2011.pdf">PDF</a>, 1660&nbsp;KiB, 1&nbsp;page, in English), in <em>Proceedings of the 1st DFG/NSF Doctoral Consortium</em>, San Juan/Puerto Rico, Poster Presentation, March&nbsp;13, 2011.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/GENIWorkshop2011.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/GENIWorkshop2011.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 7ddf90624d681ac2fd4da0882e5780cc</p></div>
+</li>
+
+<li id="Publications-ICN2011" class="treeview-collapsed"><div><p class="description"><a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a> and Formann, Johannes:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICN2011.pdf">Link Emulation on the Data Link Layer in a Linux-based Future Internet Testbed Environment</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICN2011.pdf">PDF</a>, 465&nbsp;KiB, 7&nbsp;pages, in English), in <em>Proceedings of the 10th International Conference on Networks&nbsp;(ICN)</em>, pp.&nbsp;92–98, ISBN&nbsp;978-1-61208-002-4, St. Maarten/Netherlands Antilles, January&nbsp;25, 2011.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Link Emulation, Data Link Layer, Future Internet Testbed, NetEm, Dummynet</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Protocol design and development is not a straight-forward process. Each approach must be validated for interactions and side-effects in the existing network environments. But the Internet itself is not a good test environment, since its components are not controllable and certain problem situations (like congestion or error conditions) are difficult to reproduce. Various testbeds have been built up to fill this gap. Most of these testbeds also support link emulation, i.e. using software to mimic the characteristic behaviour of certain kinds of network links (like bandwidth bottlenecks or error-prone radio transmissions). The most popular link emulation systems are the Linux-based NetEm and Dummynet, which are e.g. applied on the IP&nbsp;layer of Planet-Lab and various other testbeds. However, the restriction to the OSI Network Layer (here:&nbsp;IP) is insufficient to test new non-IP Future Internet protocols.<br />In this paper, we first introduce Dummynet and NetEm. After that, we will present our approach of adapting Dummynet for Linux to support link emulation on the Data Link Layer. Finally, we evaluate the applicability and performance of Dummynet and NetEm for link emulation on the Data Link Layer, in a Planet-Lab-based testbed environment. Our goal is to outline the performance and limitations of both approaches in the context of Planet-Lab-based testbeds, in order to make them applicable for the evaluation of non-IP Future Internet protocols.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICN2011.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICN2011.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 7dc2f73a942b21aaf8993354ead8f9e2</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2010">2010</h3><ul>
+
+<li id="Publications-IJIIDS2010" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>; <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/jobin-pulinthanath/">Pulinthanath, Jobin</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a> and <a href="https://web.archive.org/web/20190527091636/http://www.hainu.edu.cn/stm/xinxi/2011331/10409781.shtml">Du, Wencai</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJIIDS2010.pdf">On the Security of Reliable Server Pooling Systems</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJIIDS2010.pdf">PDF</a>, 540&nbsp;KiB, 27&nbsp;pages, in English), in <em>International Journal on Intelligent Information and Database Systems&nbsp;(IJIIDS)</em>, vol.&nbsp;4, no.&nbsp;6, pp.&nbsp;552–578, DOI&nbsp;<a href="https://dx.doi.org/10.1504/IJIIDS.2010.036894">10.1504/IJIIDS.2010.036894</a>, ISSN&nbsp;1751-5858, December&nbsp;2010.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Security, Attacks, Robustness, Performance Analysis, PlanetLab</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">In order to cope with the requirements of availability-critical Internet services, Reliable Server Pooling&nbsp;(RSerPool) has been developed as the new IETF standard for a lightweight server redundancy and session failover framework. While the service and pool management performance of RSerPool had already been the topic of various research papers, its security has not yet been widely examined. But security for availability-critical systems is crucial, since service outages – regardless of whether being caused by system failures or intentional Denial of Service&nbsp;(DoS) attacks – are not acceptable for the users of such systems.<br />In this article, we first introduce RSerPool as well as the underlying SCTP protocol. In an analysis of the attack threats, we will show the possibilities of an attacker to degrade the service provided by an RSerPool system. We will furthermore introduce possible countermeasures, in order to prevent attacks and improve the robustness of the systems. We will finally show the effectiveness of our proposed countermeasures using simulations. In order to validate our simulation results, we furthermore compare them to measurements from a real-world Internet setup using the PlanetLab.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJIIDS2010.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJIIDS2010.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 53f11ab53ddfed318568f99ab08ba5aa</p></div>
+</li>
+
+<li id="Publications-Globecom2010-Demo" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Globecom2010-Demo.pdf">The RSPLIB Project – From Research to Application</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Globecom2010-Demo.pdf">PDF</a>, 2105&nbsp;KiB, 3&nbsp;pages, in English), Demo Presentation at the IEEE Global Communications Conference&nbsp;(GLOBECOM), Miami, Florida/U.S.A., December&nbsp;8, 2010.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), RSPLIB, Service Availability, Session Failover, Load Distribution, Demonstration</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The goal of the RSPLIB project has been to design and develop an Open Source implementation of Reliable Server Pooling&nbsp;(RSerPool), the new IETF framework for server pool and session management. While its original intention had been the research on RSerPool optimizations and protocol improvements, it has meanwhile become a production-ready platform which is already used by a couple of applications. In our proposed demo for the IEEE GLOBECOM&nbsp;2010, we would like to introduce RSerPool and show how applications can benefit from using the features provided by RSPLIB.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Globecom2010-Demo.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Globecom2010-Demo.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 826a0e3f90f875bbae375509b6672d25</p></div>
+</li>
+
+<li id="Publications-Globecom2010" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a> and <a href="https://www.fh-muenster.de/eti/personen/professoren/tuexen/">Tüxen, Michael</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Globecom2010.pdf">On the Use of Concurrent Multipath Transfer over Asymmetric Paths</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Globecom2010.pdf">PDF</a>, 1036&nbsp;KiB, 6&nbsp;pages, in English), in <em>Proceedings of the IEEE Global Communications Conference&nbsp;(GLOBECOM)</em>, DOI&nbsp;<a href="https://dx.doi.org/10.1109/GLOCOM.2010.5683579">10.1109/GLOCOM.2010.5683579</a>, ISBN&nbsp;978-1-4244-5637-6, Miami, Florida/U.S.A., December&nbsp;7, 2010.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Concurrent Multipath Transfer, Resource Pooling, Asymmetric Paths, Buffer Handling, Performance Analysis</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">With the deployment of more and more resilience-critical Internet applications, there is a rising demand for multi-homed network sites. This leads to the desire for simultaneously utilising all available access paths to improve application data throughput. This is commonly known as Concurrent Multipath Transfer&nbsp;(CMT), approaches for several Transport Layer protocols have been proposed. Combined with Resource Pooling&nbsp;(RP), CMT can also fairly coexist with concurrent non-CMT flows. Current approaches focus on symmetric paths (i.e. similar bandwidth, delay and error rate). However, asymmetric paths are much more likely – particularly for realistic Internet setups – and efficient CMT usage on such paths is therefore crucial.<br />In this paper, we first show the challenges of plain as well as RP-aware CMT data transport over asymmetric paths. After that, we introduce mechanisms for efficient transport over such paths. Finally, we analyse the performance of our approaches by using simulations.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Globecom2010.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Globecom2010.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 96629a6c95f6882e9fdd54acdee2de5d</p></div>
+</li>
+
+<li id="Publications-PFLDNeT2010" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.robin-seggelmann.de/">Seggelmann, Robin</a>; <a href="https://www.fh-muenster.de/eti/personen/professoren/tuexen/">Tüxen, Michael</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PFLDNeT2010.pdf">Transmission Scheduling Optimizations for Concurrent Multipath Transfer</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PFLDNeT2010.pdf">PDF</a>, 633&nbsp;KiB, 6&nbsp;pages, in English), in <em>Proceedings of the 8th International Workshop on Protocols for Future, Large-Scale and Diverse Network Transports&nbsp;(PFLDNeT)</em>, vol.&nbsp;8, ISSN&nbsp;2074-5168, Lancaster, Pennsylvania/U.S.A., November&nbsp;29, 2010.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Concurrent Multipath Transfer, Scheduling, Optimizations, Analysis</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">SCTP is a general-purpose Transport Layer protocol with out-of-the-box support for multi-streaming as well as multi-homing. A protocol extension, which is denoted as CMT-SCTP, extends SCTP by supporting Concurrent Multipath Transfer&nbsp;(CMT). That is, multiple network paths are utilized simultaneously in order to improve the payload data throughput. However, dissimilar paths – i.e. paths having different delays or bandwidths – are challenging and also very likely in internet setups.<br />In this paper, we show how CMT-SCTP data transport performance can be improved by combining multi-streaming with an advanced stream scheduling policy and SCTP API enhancements. The performance benefit of our approach in dissimilar path setups is proven by simulations.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PFLDNeT2010.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PFLDNeT2010.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 18c2a0c4862d943aa53ff719459d7203</p></div>
+</li>
+
+<li id="Publications-EuroView2010-SIGMultipath" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/EuroView2010-SIGMultiPath-SCTP.pdf">Buffer Splitting for Efficient Transport over Asymmetric Paths</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/EuroView2010-SIGMultiPath-SCTP.pdf">PDF</a>, 363&nbsp;KiB, 11&nbsp;pages, in English), Talk at the SIG Multipath Meeting during the 10th Joint EuroFGI and ITG Workshop on Visions of Future Network Generations&nbsp;(EuroView), Würzburg, Bayern/Germany, August&nbsp;4, 2010.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/EuroView2010-SIGMultiPath-SCTP.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/EuroView2010-SIGMultiPath-SCTP.pdf</a></p><p class="publication-details"><strong>MD5:</strong> af684a42671409244ea97fa6518935f9</p></div>
+</li>
+
+<li id="Publications-FutureInternet2010" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; <a href="https://www.av.tu-berlin.de/menue/team/former_fellows/christian_henke/">Henke, Christian</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://web.archive.org/web/20171101093204/http://www.future-internet.org/files/2010/Folien/Abstract_Dreibholz2.pdf">An Approach for Transferring an End-to-End Transport Service into a Functional Building Block Structure</a>´´</span> (<a type="application/pdf" href="https://web.archive.org/web/20171101093204/http://www.future-internet.org/files/2010/Folien/Abstract_Dreibholz2.pdf">PDF</a>, 149&nbsp;KiB, 3&nbsp;pages, in English), in <em>Proceedings of the 5th GI/ITG KuVS Workshop on the Future Internet</em>, Stuttgart, Baden-Württemberg/Germany, June&nbsp;9, 2010.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Transport, Multi-Path, Functional Building Blocks, Cross-Layer Optimization, Future Internet</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Current network stacks based on the classic OSI layered reference model are restricted and inflexible, which makes the addition and deployment of new features difficult. Operating systems offer an interface for the Transport Layer functionalities to applications. The usage of this interface is very widespread, making it useful to maintain this interface. However, the layered structure should be replaced.<br />In this paper, we propose our approach for breaking up the functionalities of the OSI Transport Layer into the concept so called functional building blocks. Each functional building block provides a particular service, which – in interaction with the other functional building blocks – is able to provide a service similar to the classic OSI Transport Layer. The concept allows for easy removal, replacement or addition of existing and new functional building blocks to adapt the service to state-of-the-art and future requirements, particularly including multi-path transport and QoS.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://web.archive.org/web/20171101093204/http://www.future-internet.org/files/2010/Folien/Abstract_Dreibholz2.pdf">https://web.archive.org/web/20171101093204/http://www.future-internet.org/files/2010/Folien/Abstract_Dreibholz2.pdf</a></p><p class="publication-details"><strong>MD5:</strong> e39b36008b54d24b3dfb391ac8b3eeb5</p></div>
+</li>
+
+<li id="Publications-SERA2010" class="treeview-collapsed"><div><p class="description"><a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/jobin-pulinthanath/">Pulinthanath, Jobin</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a> and <a href="https://web.archive.org/web/20190527091636/http://www.hainu.edu.cn/stm/xinxi/2011331/10409781.shtml">Du, Wencai</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SERA2010.pdf">The Software Modeling and Implementation of Reliable Server Pooling and RSPLIB</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SERA2010.pdf">PDF</a>, 2764&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the 8th ACIS Conference on Software Engineering Research, Management and Applications&nbsp;(SERA)</em>, pp.&nbsp;129–136, DOI&nbsp;<a href="https://dx.doi.org/10.1109/SERA.2010.26">10.1109/SERA.2010.26</a>, ISBN&nbsp;978-0-7695-4075-7, Montréal, Québec/Canada, May&nbsp;24, 2010.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), RSPLIB, Service Availability, Software Modeling, Implementation</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">With the growing complexity of software applications, there is an increasing demand for solutions to distribute workload into server pools. Grid Computing provides powerful – but also highly complex – mechanisms to realize such tasks. Also, there is a steadily growing number of downtime-critical applications, requiring redundant servers to ensure service availability in case of component failures.<br />To cope with the demand for server redundancy and service availability, the IETF has recently standardized the lightweight Reliable Server Pooling&nbsp;(RSerPool) framework, which is a common architecture for server pool and session management. In this paper, we first introduce the concept of RSerPool and then present the modeling thoughts of RSPLIB and the underlying general groupware design. Based on RSPLIB, we will illustratively show how to easily develop applications on top of RSerPool. We will also offer an application evaluation example for a proof-of-concept setup to distribute ray-tracing computation workload into a compute pool.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SERA2010.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SERA2010.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 889ce62f9c2de4ebe431b604d07a3f30</p></div>
+</li>
+
+<li id="Publications-AINA2010" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/jobin-pulinthanath/">Pulinthanath, Jobin</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/AINA2010.pdf">Applying TCP-Friendly Congestion Control to Concurrent Multipath Transfer</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/AINA2010.pdf">PDF</a>, 957&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the 24th IEEE International Conference on Advanced Information Networking and Applications&nbsp;(AINA)</em>, pp.&nbsp;312–319, DOI&nbsp;<a href="https://dx.doi.org/10.1109/AINA.2010.117">10.1109/AINA.2010.117</a>, ISBN&nbsp;978-0-7695-4018-4, Perth, Western Australia/Australia, April&nbsp;21, 2010.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Multi-Homing, Congestion Control, Resource Pooling, Fairness, Proof of Concept</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The steadily growing importance of Internet-based applications and their resilience requirements lead to a rising number of multi-homed sites. The idea of Concurrent Multipath Transfer&nbsp;(CMT) is to exploit the existence of multiple paths among endpoints to increase application data throughput. However, handling the congestion control of each path independently lacks of fairness against non-CMT flows.<br />In this paper, we describe our approach of combining CMT with the idea of Resource Pooling&nbsp;(RP) in order to achieve a performance improvement over non-CMT transfer while still remaining fair to concurrent flows on congested links. Unlike existing approaches which adapt classic TCP to a multi-homed CMT protocol, our approach does not depend on specific characteristics of TCP. Instead, we base on already entrenched functional blocks of CMT transfer, on the example of the CMT-enabled SCTP&nbsp;(Stream Control Transmission Protocol). In a simulative proof-of-concept analysis, we show that our approach – while relatively simple – is already quite effective.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/AINA2010.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/AINA2010.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 11d400faa0a4c994d27fa6a6ebc5f9cc</p></div>
+</li>
+
+<li id="Publications-E-Teaching2010" class="treeview-collapsed"><div><p class="description">Biella, Daniel; <a href="https://web.archive.org/web/20140708152643/https://www.uni-due.de/zim/organisation/mitarbeiterInnen/mitarbeiter_details.php?id=35">Huth, Dieter</a>; <a href="https://s3.paluno.uni-due.de/team/wissenschaftliche-mitarbeiterinnnen-und-mitarbeiter/michael-striewe">Striewe, Michael</a>; <a href="https://www.tdr.wiwi.uni-due.de/team/ehemalige-mitarbeiter/michael-kohnen/">Kohnen, Michael</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>:<span xml:lang="de" lang="de"> ``<a type="application/pdf" href="https://www.e-teaching.org/praxis/erfahrungsberichte/10-03-25_PC-Hall_Biella-Huth-Striewe-Kohnen-Dreibholz-Becke.pdf">Erfahrungsbericht: Zur Organisation und Implementierung PC-gestützter Prüfungen an der Universität Duisburg-Essen</a>´´</span> (<a type="application/pdf" href="https://www.e-teaching.org/praxis/erfahrungsberichte/10-03-25_PC-Hall_Biella-Huth-Striewe-Kohnen-Dreibholz-Becke.pdf">PDF</a>, 1375&nbsp;KiB, 17&nbsp;pages, auf Deutsch), in <em>E-Teaching.org</em>, March&nbsp;25, 2010.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="de">L-PLUS, E-Assessment</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="de">Dieser Artikel beschreibt die technischen, organisatorischen und inhaltlichen Herausforderungen, die bei der Organisation und Implementierung einer Plattform für PC-gestützte Prüfungen an der Universität Duisburg-Essen zu bewältigen waren. Anhand zweier Szenarien aus dem Wintersemester 2009/10 wird der Umstieg von papiergestützten Prüfungen auf PC-gestützte Prüfungen sowie die Möglichkeit der Prüfung komplexer Aufgabenstellungen beispielhaft erläutert.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.e-teaching.org/praxis/erfahrungsberichte/10-03-25_PC-Hall_Biella-Huth-Striewe-Kohnen-Dreibholz-Becke.pdf">https://www.e-teaching.org/praxis/erfahrungsberichte/10-03-25_PC-Hall_Biella-Huth-Striewe-Kohnen-Dreibholz-Becke.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 52856bad6dd8ce266a244a56ed9272e2</p></div>
+</li>
+
+<li id="Publications-OMNeT__Workshop2010-TCP" class="treeview-collapsed"><div><p class="description">Reschka, Thomas; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/jobin-pulinthanath/">Pulinthanath, Jobin</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-TCP.pdf">Enhancement of the TCP Module in the OMNeT++/INET Framework</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-TCP.pdf">PDF</a>, 582&nbsp;KiB, 5&nbsp;pages, in English), in <em>Proceedings of the 3rd ACM/ICST International Workshop on OMNeT++</em>, ISBN&nbsp;978-963-9799-87-5, Torremolinos, Málaga/Spain, March&nbsp;19, 2010.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">OMNeT++, INET Framework, TCP, Selective Acknowledgement, Flow Control</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The INET framework for the simulation tool OMNeT++ provides a TCP module, which can be used for evaluating various Internet applications. However, the implementation of this TCP module has not been state of the art. Some important features of modern TCP implementations – particularly Selective Acknowledgements&nbsp;(SACK) and a complete Flow Control – have been missing.<br />In this paper, we first introduce basic TCP mechanisms. After that, we introduce the extensions we have made to the TCP module of INET. Finally, we show some results of our performance evaluation.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-TCP.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-TCP.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 53c126fdf4f77d433ef5f7601dea5b60</p></div>
+</li>
+
+<li id="Publications-OMNeT__Workshop2010-SCTP" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.haw-hamburg.de/hochschule/beschaeftigte/detail/person/person/show/martin-becke/">Becke, Martin</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/jobin-pulinthanath/">Pulinthanath, Jobin</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-SCTP.pdf">Implementation and Evaluation of Concurrent Multipath Transfer for SCTP in the INET Framework</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-SCTP.pdf">PDF</a>, 587&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the 3rd ACM/ICST International Workshop on OMNeT++</em>, DOI&nbsp;<a href="https://dx.doi.org/10.4108/ICST.SIMUTOOLS2010.8673">10.4108/ICST.SIMUTOOLS2010.8673</a>, ISBN&nbsp;978-963-9799-87-5, Torremolinos, Málaga/Spain, March&nbsp;19, 2010.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">INET Framework, SCTP, Concurrent Multipath Transfer, Model, Evaluation</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The steadily growing importance of resilience-critical Internet applications leads to a rising number of multi-homed sites and systems. But since the protocols of the classical Internet – particularly TCP – assume a single access path only, the number of programs supporting multiple network paths is still small. The Stream Control Transport Protocol&nbsp;(SCTP), which is an advanced general-purpose transport protocol and the possible successor of TCP, brings the support of multi-homing into the applications.<br />For technical reasons, SCTP uses one network path for data transmission and utilizes the other paths for backup only. An extension to support the load balancing of user data onto multiple paths in order to increase the payload throughput is Concurrent Multipath Transfer for SCTP, denoted as CMT-SCTP. In this paper, we describe our CMT-SCTP extension for the SCTP&nbsp;model provided by the INET framework. By using proof-of-concept simulations, we furthermore demonstrate its usability and configuration parameters.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-SCTP.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-SCTP.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 910129c4f8742f16aa603347276bcf90</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2009">2009</h3><ul>
+
+<li id="Publications-Contel2009" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a> and <a href="https://web.archive.org/web/20190527091636/http://www.hainu.edu.cn/stm/xinxi/2011331/10409781.shtml">Du, Wencai</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ConTEL2009.pdf">A PlanetLab-Based Performance Analysis of RSerPool Security Mechanisms</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ConTEL2009.pdf">PDF</a>, 721&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the 10th IEEE International Conference on Telecommunications&nbsp;(ConTEL)</em>, pp.&nbsp;213–220, ISBN&nbsp;978-953-184-131-3, Zagreb, Središnja Hrvatska/Croatia, June&nbsp;8, 2009.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Security, Attacks, Denial of Service, Robustness, Performance Analysis</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool) denotes the new IETF standard for a lightweight server redundancy and session failover framework for availability-critical applications. A number of research papers have already addressed the service and pool management performance of RSerPool in general. However, the important topic of security, including the system robustness against intentional attacks, has not yet been intensively addressed. In particular, none of the proposed Denial of Service&nbsp;(DoS) attack countermeasure mechanisms has been evaluated in a real-world Internet setup.<br />For that reason, this paper provides an analysis of the robustness of RSerPool systems against DoS attacks. We will outline the DoS attack bandwidth which is necessary for a significant service degradation. Furthermore, we will present simple but effective DoS attack countermeasure mechanisms to significantly reduce the impact of attacks. Our analysis is based on a real-world Internet setup using the<br />PlanetLab. We will furthermore compare the performance measurements against simulation results.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ConTEL2009.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ConTEL2009.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 490dda7191b7b3dae11d61785131040d</p></div>
+</li>
+
+<li id="Publications-IJAIT2009" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJAIT2009.pdf">Overview and Evaluation of the Server Redundancy and Session Failover Mechanisms in the Reliable Server Pooling Framework</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJAIT2009.pdf">PDF</a>, 1157&nbsp;KiB, 14&nbsp;pages, in English), in <em>International Journal on Advances in Internet Technology&nbsp;(IJAIT)</em>, vol.&nbsp;2, no.&nbsp;1, pp.&nbsp;1–14, ISSN&nbsp;1942-2652, June&nbsp;8, 2009.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Service Availability, Redundancy, Session Failover, Server Selection</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The number of availability-critical Internet applications is steadily increasing. To support the development and operation of such applications, the IETF has recently defined a new standard for a common server redundancy and session failover framework: Reliable Server Pooling&nbsp;(RSerPool). The basic ideas of the RSerPool framework are not entirely new, but their combination into a single, resource-efficient and unified architecture is. Service availability achieved by the redundancy of servers directly leads to the issues of load distribution and load balancing, which are both important for the performance of RSerPool systems. Therefore, it is crucial to evaluate the performance of such systems with respect to the load balancing strategy required by the service application.<br />In this article – which is an extended version of our paper&nbsp;[1] – we first present an overview of the RSerPool architecture with a focus on the component failure detection and handling mechanisms. We will also shortly introduce the underlying SCTP protocol and its link redundancy features. After that, we will present a quantitative, application-independent performance analysis of the failure detection and session failover mechanisms provided by RSerPool, with respect to important adaptive and non-adaptive load balancing strategies.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJAIT2009.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJAIT2009.pdf</a></p><p class="publication-details"><strong>MD5:</strong> d3f66675bd31433a0b788a0cbac7121c</p></div>
+</li>
+
+<li id="Publications-SNPD2009" class="treeview-collapsed"><div><p class="description"><a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a> and <a href="https://web.archive.org/web/20190527091636/http://www.hainu.edu.cn/stm/xinxi/2011331/10409781.shtml">Du, Wencai</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SNPD2009.pdf">Takeover Suggestion – A Registrar Redundancy Handling Optimization for Reliable Server Pooling Systems</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SNPD2009.pdf">PDF</a>, 543&nbsp;KiB, 6&nbsp;pages, in English), in <em>Proceedings of the 10th IEEE/ACIS International Conference on Software Engineering, Artificial Intelligence, Networking and Parallel/Distributed Computing&nbsp;(SNPD)</em>, pp.&nbsp;168–173, DOI&nbsp;<a href="https://dx.doi.org/10.1109/SNPD.2009.17">10.1109/SNPD.2009.17</a>, ISBN&nbsp;978-3-642-01202-0, Daegu/South Korea, May&nbsp;27, 2009.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Redundancy, Handlespace Management, Takeover, Performance Analysis</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool) is the IETF&apos;s new standard for a common server redundancy and session failover framework to support availability-critical applications. Server pools are maintained by redundant management components denoted as registrars. These registrars monitor the availability of servers in the pool and remove them in case of failure. Furthermore, they synchronize their view of the pool with other registrars to provide information redundancy.<br />In this paper, we first illustrate the implications of registrar redundancy on the performance of RSerPool systems. After that, we present an optimization approach for the server pool management, which improves the management performance in case of registrar problems like hardware failures or Denial of Service attacks. The performance of our approach is evaluated in real life using PlanetLab measurements.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SNPD2009.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SNPD2009.pdf</a></p><p class="publication-details"><strong>MD5:</strong> a9bb30606285c619fb63bfacbd78939a</p></div>
+</li>
+
+<li id="Publications-AINA2009" class="treeview-collapsed"><div><p class="description"><a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20240105195113/https://hd.hainanu.edu.cn/cs/info/1107/1928.htm">Fu, Fa</a>; <a href="https://web.archive.org/web/20190527091636/http://www.hainu.edu.cn/stm/xinxi/2011331/10409781.shtml">Du, Wencai</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINA2009.pdf">Evaluation and Optimization of the Registrar Redundancy Handling in Reliable Server Pooling Systems</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINA2009.pdf">PDF</a>, 484&nbsp;KiB, 7&nbsp;pages, in English), in <em>Proceedings of the IEEE 23rd International Conference on Advanced Information Networking and Applications&nbsp;(AINA)</em>, pp.&nbsp;256–262, DOI&nbsp;<a href="https://dx.doi.org/10.1109/AINA.2009.25">10.1109/AINA.2009.25</a>, ISBN&nbsp;978-0-7695-3638-5, Bradford, West Yorkshire/United Kingdom, May&nbsp;26, 2009.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Redundancy, Takeover, Handlespace Management, Performance Analysis</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Reliable Server Pooling&nbsp;(RSerPool) architecture is the IETF&apos;s new standard for a lightweight server redundancy and session failover framework to support availability-critical applications. RSerPool combines the ideas from different research areas into a single, resource-efficient and unified architecture. Server pools are maintained by redundant management components, which are called registrars. Registrars monitor the availability of servers in the pool and remove them in case of failure. Furthermore, they synchronize their view of the pool with other registrars to provide information redundancy.<br />In this paper, we first analyse the implications of registrar redundancy on the server pool performance. Furthermore, we present an optimization approach for the server pool management, which improves the system performance in case of registrar problems by hardware failures or Denial of Service attacks.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINA2009.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINA2009.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 85883bf586a6c76481c7a3adbd0f20d6</p></div>
+</li>
+
+<li id="Publications-IJMUE2009" class="treeview-collapsed"><div><p class="description"><a href="https://www.xing.com/profile/Wenyu_Zhu">Zhu, Wenyu</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a> and <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://gvpress.com/journals/IJMUE/vol4_no2/14.pdf">A Scalable QoS Device for Broadband Access to Multimedia Services</a>´´</span> (<a type="application/pdf" href="https://gvpress.com/journals/IJMUE/vol4_no2/14.pdf">PDF</a>, 1081&nbsp;KiB, 16&nbsp;pages, in English), in <em>SERSC International Journal of Multimedia and Ubiquitous Engineering&nbsp;(IJMUE)</em>, vol.&nbsp;4, no.&nbsp;2, pp.&nbsp;157–172, ISSN&nbsp;1975-0080, April&nbsp;30, 2009.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Quality of Service&nbsp;(QoS), Broadband Internet, Flow Routing, Multimedia, Intelligent Packet Discard</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Nowadays, an increasing number of users gets high-speed broadband access to the Internet. These broadband connections make new multimedia applications possible. However, such applications also introduce new Quality of Service&nbsp;(QoS) requirements to the network. Particularly, they require an assured bandwidth even in the case of network overload. The network itself has to provide such bandwidth assurances.<br />This article introduces our concept of a novel network QoS device being located in network edge nodes. It provides a solution for relaxed QoS guarantees to certain flows on a congested link by focussing packet discard on selected flows. However, unlike for IntServ solutions like RSVP, our approach only requires minimal signalling and therefore provides both efficiency and scalability. We furthermore provide a quantitative performance evaluation of our QoS device by using simulations.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://gvpress.com/journals/IJMUE/vol4_no2/14.pdf">https://gvpress.com/journals/IJMUE/vol4_no2/14.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 3a8837e5ef699ddff971bcdfbf98b84b</p></div>
+</li>
+
+<li id="Publications-OMNeT__Workshop2009" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeT__Workshop2009.pdf">SimProcTC – The Design and Realization of a Powerful Tool-Chain for OMNeT++ Simulations</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeT__Workshop2009.pdf">PDF</a>, 552&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the 2nd ACM/ICST International Workshop on OMNeT++</em>, pp.&nbsp;1–8, DOI&nbsp;<a href="https://dx.doi.org/10.4108/ICST.SIMUTOOLS2009.5517">10.4108/ICST.SIMUTOOLS2009.5517</a>, ISBN&nbsp;978-963-9799-45-5, Rome/Italy, March&nbsp;6, 2009.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">SimProcTC, Simulation, Parametrization, Run Distribution, Results Visualization</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">In this paper, we introduce our Open Source simulation tool-chain for OMNeT++ simulations: SimProcTC. This model-independent tool-chain has been designed to perform the common and frequently recurring tasks of simulation work – which are the parametrization of runs, the distributed run processing and the results visualization – in an efficient and easy to use manner. It is already successfully deployed for several OMNeT++-based research projects.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeT__Workshop2009.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeT__Workshop2009.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 1ec4aec2824e6f4d11f1e1af9a8d3991</p></div>
+</li>
+
+<li id="Publications-KiVS2009" class="treeview-collapsed"><div><p class="description"><a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20190527091636/http://www.hainu.edu.cn/stm/xinxi/2011331/10409781.shtml">Du, Wencai</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2009.pdf">Evaluation of Attack Countermeasures to Improve the DoS Robustness of RSerPool Systems by Simulations and Measurements</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2009.pdf">PDF</a>, 471&nbsp;KiB, 12&nbsp;pages, in English), in <em>Proceedings of the 16.&nbsp;ITG/GI Fachtagung Kommunikation in Verteilten Systemen&nbsp;(KiVS)</em>, Informatik aktuell, pp.&nbsp;217–228, Springer, DOI&nbsp;<a href="https://dx.doi.org/10.1007/978-3-540-92666-5_18">10.1007/978-3-540-92666-5_18</a>, ISBN&nbsp;978-3-540-92665-8, Kassel, Hessen/Germany, March&nbsp;5, 2009.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Security, Attacks, Denial of Service, Robustness, Performance Analysis</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Reliable Server Pooling&nbsp;(RSerPool) architecture is the IETF&apos;s new standard for a lightweight server redundancy and session failover framework to support availability-critical applications. RSerPool combines the ideas from different research areas into a single, resource-efficient and unified architecture. While there have already been a number of research papers on its performance in general, the robustness against intentional attacks has not been intensively addressed yet. In particular, there have not been any analyses for real setups.<br />Therefore, the goal of this paper is to provide a robustness analysis in order to outline the attack bandwidth which is necessary for a significant impact on RSerPool-based services. This analysis is based on lab measurements – using a real RSerPool system setup – as well as on measurements for comparison and validation. Furthermore, we present and evaluate countermeasure approaches to significantly reduce the impact of attacks.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2009.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2009.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 75e82d6388aaef304f99eba50e33f69f</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2008">2008</h3><ul>
+
+<li id="Publications-FGCN2008" class="treeview-collapsed"><div><p class="description"><a href="https://www.xing.com/profile/Wenyu_Zhu">Zhu, Wenyu</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a> and <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/FGCN2008.pdf">A Scalable QoS Device for Broadband Access to Multimedia Services</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/FGCN2008.pdf">PDF</a>, 509&nbsp;KiB, 6&nbsp;pages, in English), in <em>Proceedings of the IEEE International Conference on Future Generation Communication and Networking&nbsp;(FGCN)</em>, vol.&nbsp;1, pp.&nbsp;343–348, DOI&nbsp;<a href="https://dx.doi.org/10.1109/FGCN.2008.124">10.1109/FGCN.2008.124</a>, ISBN&nbsp;978-0-7695-3431-2, Sanya, Hainan/People&apos;s Republic of China, December&nbsp;13, 2008.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Quality of Service&nbsp;(QoS), Broadband Internet, Flow Routing, Multimedia, Intelligent Packet Discard</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This paper presents the performance evaluation of a novel network device being located in network edge nodes. It provides a solution for relaxed QoS guarantees to certain flows on a congested link by focussing packet discard on selected flows. However, unlike IntServ solutions – e.g. RSVP – our approach only requires minimal signalling and therefore provides both efficiency and scalability.<br />In this paper, we first describe the ideas of our QoS device and then provide a simulative performance analysis for different multimedia flow scenarios.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/FGCN2008.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/FGCN2008.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 4aeb2680d2d15cb85f53961ff16c707c</p></div>
+</li>
+
+<li id="Publications-FutureInternet2008" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FutureInternet2008.pdf">Towards the Future Internet – An Overview of Challenges and Solutions in Research and Standardization</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FutureInternet2008.pdf">PDF</a>, 1643&nbsp;KiB, 3&nbsp;pages, in English), in <em>Proceedings of the 2nd GI/ITG KuVS Workshop on the Future Internet</em>, Karlsruhe, Baden-Württemberg/Germany, November&nbsp;11, 2008.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Stream Control Transmission Protocol&nbsp;(SCTP), IPv6, Future Internet</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The basic intention for the development of the Internet has been the simple and inexpensive interconnection of nodes to provide services like file download or e-mail. However, due to its huge growth and popularity, the classical protocols – which still constitute the basis of today&apos;s Internet – have reached their limits of scalability and functionality. Lots of research has been performed in order to overcome these restrictions. In our presentation, we would like to give a survey of the challenges on Network, Transport, Session and Application Layer, as well as an outline of solutions which will constitute – from the current perspective in&nbsp;2008 and with regard to the standardization progress of the IETF – the basis of the Internet in the year&nbsp;2020.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FutureInternet2008.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FutureInternet2008.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 087b79294d286a6ad2ac31b62a86f8a9</p></div>
+</li>
+
+<li id="Publications-LCN2008-RSerPool" class="treeview-collapsed"><div><p class="description"><a href="https://www.wi.uni-muenster.de/department/security/people/pascal-schoettle">Schöttle, Pascal</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2008.pdf">On the Application of Anomaly Detection in Reliable Server Pooling Systems for Improved Robustness against Denial of Service Attacks</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2008.pdf">PDF</a>, 563&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the 33rd IEEE Conference on Local Computer Networks&nbsp;(LCN)</em>, pp.&nbsp;207–214, DOI&nbsp;<a href="https://dx.doi.org/10.1109/LCN.2008.4664171">10.1109/LCN.2008.4664171</a>, ISBN&nbsp;978-1-4244-2413-9, Montréal, Québec/Canada, October&nbsp;16, 2008.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Anomaly Detection, Attacks, Robustness, Denial of Service</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Reliable Server Pooling&nbsp;(RSerPool) architecture is the IETF&apos;s upcoming standard of a light-weight server redundancy and session failover framework for availability-critical applications. RSerPool combines the ideas from different research areas into a single, resource-efficient and unified architecture. Although there have already been a number of research papers on the pool management, load distribution and failover handling performance of RSerPool, the robustness against intentional attacks has not been intensively addressed yet.<br />Therefore, the first goal of this paper is to provide a robustness analysis in order to outline the attack bandwidth necessary for a significant impact on RSerPool-based services. After that, we present our anomaly detection approach that has been designed to protect RSerPool systems against attacks. We also show the effectiveness of this approach by simulations.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2008.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2008.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 8a883302aadb660fba4af49c65573c12</p></div>
+</li>
+
+<li id="Publications-LCN2008-EdgeDevice" class="treeview-collapsed"><div><p class="description"><a href="https://www.xing.com/profile/Wenyu_Zhu">Zhu, Wenyu</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2008-FlowRouting.pdf">Analysis and Evaluation of a Scalable QoS Device for Broadband Access to Multimedia Services</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2008-FlowRouting.pdf">PDF</a>, 166&nbsp;KiB, 2&nbsp;pages, in English), in <em>Proceedings of the 33rd IEEE Conference on Local Computer Networks&nbsp;(LCN)</em>, pp.&nbsp;504–505, DOI&nbsp;<a href="https://dx.doi.org/10.1109/LCN.2008.4664212">10.1109/LCN.2008.4664212</a>, ISBN&nbsp;978-1-4244-2413-9, Montréal, Québec/Canada, October&nbsp;15, 2008.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Quality of Service&nbsp;(QoS), Broadband Internet, Flow Routing, Multimedia, Intelligent Packet Discard</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This paper presents the initial evaluation of a novel network device being located in edge nodes. It provides relaxed QoS guarantees to certain flows on a congested link by focussing packet discard on selected flows. In contrast to classical IntServ solutions, our approach requires minimal signalling and therefore provides both efficiency and scalability. In this paper, we first describe the ideas of our QoS device and then provide first results of our ongoing simulative performance evaluation and optimization.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2008-FlowRouting.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2008-FlowRouting.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 4b24ce40f15989ca57ccb44bdbdf4d82</p></div>
+</li>
+
+<li id="Publications-HaikouTalk2008" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Haikou2008-English.pdf">SCTP and RSerPool: Architectures and Protocols for the Future Internet</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Haikou2008-English.pdf">PDF</a>, 2256&nbsp;KiB, 22&nbsp;pages, in English), Invited Talk at Hainan University, College of Information Science and Technology&nbsp;(CIST), Haikou, Hainan/People&apos;s Republic of China, September&nbsp;26, 2008.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Haikou2008-English.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Haikou2008-English.pdf</a></p><p class="publication-details"><strong>MD5:</strong> ff7675477fc736d4f43908249ea7861b</p></div>
+</li>
+
+<li id="Publications-Networking2008" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a> and <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Networking2008.pdf">On Robustness and Countermeasures of Reliable Server Pooling Systems against Denial of Service Attacks</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Networking2008.pdf">PDF</a>, 479&nbsp;KiB, 13&nbsp;pages, in English), in <em>Proceedings of the 7th International IFIP Networking Conference</em>, Lecture Notes in Computer Science, vol.&nbsp;4982, pp.&nbsp;586–598, Springer, DOI&nbsp;<a href="https://dx.doi.org/10.1007/978-3-540-79549-0_51">10.1007/978-3-540-79549-0_51</a>, ISBN&nbsp;978-3-540-79548-3, Singapore, May&nbsp;7, 2008.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling, Attacks, Denial of Service, Robustness, Countermeasures</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Reliable Server Pooling&nbsp;(RSerPool) architecture is the IETF&apos;s novel approach to standardize a light-weight protocol framework for server redundancy and session failover. It combines ideas from different research areas into a single, resource-efficient and unified architecture. While there have already been a number of contributions on the performance of RSerPool for its main tasks – pool management, load distribution and failover handling – the robustness of the protocol framework has not yet been evaluated against intentional attacks.<br />The first goal of this paper is to provide a robustness analysis. In particular, we would like to outline the attack bandwidth necessary for a significant impact on the service. Furthermore, we present and evaluate our countermeasure approach to significantly reduce the impact of attacks.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Networking2008.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Networking2008.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 185b4404904fcb988d4c237634f2c1aa</p></div>
+</li>
+
+<li id="Publications-IJHIT2008" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJHIT2008.pdf">An Evaluation of the Pool Maintenance Overhead in Reliable Server Pooling Systems</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJHIT2008.pdf">PDF</a>, 3289&nbsp;KiB, 16&nbsp;pages, in English), in <em>SERSC International Journal on Hybrid Information Technology&nbsp;(IJHIT)</em>, vol.&nbsp;1, no.&nbsp;2, pp.&nbsp;17–32, ISSN&nbsp;1738-9968, April&nbsp;2008.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Server Pools, Handlespace Management, Stream Control Transmission Protocol&nbsp;(SCTP), Performance, Measurements</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Currently, the IETF RSerPool&nbsp;WG is standardizing a generic protocol framework for server redundancy and session failover: Reliable Server Pooling&nbsp;(RSerPool). An important property of RSerPool is its lightweight architecture: server pool and session management can be realized with small CPU power and memory requirements. That is, RSerPool-based services can also be managed and provided by embedded systems. Up to now, there has already been some research on the performance of the data structures managing server pools. But a generic, application-independent performance analysis – in particular also including measurements in real system setups – is still missing.<br />The aim of this article is therefore – after giving an outline of the RSerPool framework, an introduction to the pool management procedures and a description of our pool management approach – to first provide a detailed performance evaluation of the pool management structures themselves. Afterwards, the performance of a prototype implementation is analysed in order to evaluate its applicability in a real network setup.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJHIT2008.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJHIT2008.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 175a230c33b66aa474020607da51b8c4</p></div>
+</li>
+
+<li id="Publications-OMNeT__Workshop2008" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeTWorkshop2008.pdf">A Powerful Tool-Chain for Setup, Distributed Processing, Analysis and Debugging of OMNeT++ Simulations</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeTWorkshop2008.pdf">PDF</a>, 558&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the 1st ACM/ICST International Workshop on OMNeT++</em>, DOI&nbsp;<a href="https://dx.doi.org/10.4108/ICST.SIMUTOOLS2008.2990">10.4108/ICST.SIMUTOOLS2008.2990</a>, ISBN&nbsp;978-963-9799-20-2, Marseille, Bouches-du-Rhône/France, March&nbsp;7, 2008.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">SimProcTC, Simulation Model, Parametrization, Simulation Run Distribution, Plotting, Analysis</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">In this paper, we introduce our Open Source tool-chain providing the parametrization, distributed execution, results post-processing and debugging for<br />OMNeT++-based simulations. While the initial motivation of these tools has been the support of our simulation model of the Reliable Server Pooling&nbsp;(RSerPool) framework, it has been particularly designed with model-independence in mind. That is, it can be easily adapted to other simulation models and therefore may be useful for other users of<br />OMNeT++-based simulation models as well.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeTWorkshop2008.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeTWorkshop2008.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 23f563d708ab1eb3f55d6dd21ef4eee4</p></div>
+</li>
+
+<li id="Publications-ICDS2008-LUD" class="treeview-collapsed"><div><p class="description"><a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-LUD.pdf">A New Server Selection Strategy for Reliable Server Pooling in Widely Distributed Environments</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-LUD.pdf">PDF</a>, 444&nbsp;KiB, 7&nbsp;pages, in English), in <em>Proceedings of the 2nd IEEE International Conference on Digital Society&nbsp;(ICDS)</em>, pp.&nbsp;171–177, DOI&nbsp;<a href="https://dx.doi.org/10.1109/ICDS.2008.12">10.1109/ICDS.2008.12</a>, ISBN&nbsp;978-0-7695-3087-1, Sainte Luce/Martinique, February&nbsp;14, 2008.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Load Balancing, Least-Used Selection, Latency</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">In order to provide a generic, application-independent and resource-efficient framework for server redundancy and session failover, the IETF RSerPool&nbsp;WG is currently standardizing the Reliable Server Pooling&nbsp;(RSerPool) framework. Server redundancy has to take load distribution and load balancing into consideration since these issues are crucial for the system performance.<br />There has already been some research on the server selection strategies of RSerPool for different application scenarios. In particular, it has been shown that the adaptive Least Used selection usually provides the best performance. This strategy requires up-to-date load information of the services, which has to be propagated among distributed pool management components. But network delay (which is realistic for systems being widely distributed to achieve availability in case of regional servers failures) as well as caching of information may both lead to obsolete load information. Therefore, the purpose of this paper is to analyse and evaluate the performance of a new server selection rule to cope with update latencies. Especially, we will also analyse the impact of different workload parameters on the performance of the new server selection strategy.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-LUD.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-LUD.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 8e1fe5960264a82415c27b389278d35c</p></div>
+</li>
+
+<li id="Publications-ICDS2008-Failover" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-Failover.pdf">Reliable Server Pooling – A Novel IETF Architecture for Availability-Sensitive Services</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-Failover.pdf">PDF</a>, 504&nbsp;KiB, 7&nbsp;pages, in English), in <em>Proceedings of the 2nd IEEE International Conference on Digital Society&nbsp;(ICDS)</em>, pp.&nbsp;150–156, DOI&nbsp;<a href="https://dx.doi.org/10.1109/ICDS.2008.11">10.1109/ICDS.2008.11</a>, ISBN&nbsp;978-0-7695-3087-1, Sainte Luce/Martinique, February&nbsp;14, 2008.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Availability, Redundancy, Failover, Server Selection</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool) is a light-weight protocol framework for server redundancy and session failover, currently still under standardization by the IETF RSerPool&nbsp;WG. While the basic ideas of RSerPool are not new, their combination into a single, resource-efficient and unified architecture is. Server redundancy directly leads to the issues of load distribution and load balancing, which are both important for the performance of RSerPool systems. Therefore, it is crucial to evaluate the performance of such systems with respect to the load balancing strategy required by the application.<br />The goal of our paper is – after presenting a short overview of the RSerPool architecture and its application cases – to provide a quantitative, application-independent performance analysis of RSerPool&apos;s server failure handling capabilities with respect to important adaptive and non-adaptive load balancing strategies. We will also analyse the impact of RSerPool protocol parameters on the performance of the server failure handling functionalities and the network overhead.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-Failover.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-Failover.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 2b0abbad0f9f40af03022525c2a8c184</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2007">2007</h3><ul>
+
+<li id="Publications-ADCOM2007" class="treeview-collapsed"><div><p class="description"><a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ADCOM2007.pdf">A New Approach of Performance Improvement for Server Selection in Reliable Server Pooling Systems</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ADCOM2007.pdf">PDF</a>, 10141&nbsp;KiB, 5&nbsp;pages, in English), in <em>Proceedings of the 15th IEEE International Conference on Advanced Computing and Communication&nbsp;(ADCOM)</em>, pp.&nbsp;117–121, DOI&nbsp;<a href="https://dx.doi.org/10.1109/ADCOM.2007.19">10.1109/ADCOM.2007.19</a>, ISBN&nbsp;0-7695-3059-1, Guwahati/India, December&nbsp;19, 2007.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Redundancy, Load Balancing, Performance Evaluation</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool) is a light-weight protocol framework for server redundancy and session failover, currently still under standardization by the IETF RSerPool WG. While the basic ideas of RSerPool are not completely new, their combination into a single, resource-efficient and unified architecture is. Server redundancy directly leads to the issues of load distribution and load balancing, which are both important for the performance of RSerPool systems.<br />While there has already been some research on the server selection policies of RSerPool, an interesting question still remains open: Is it possible to further improve the load balancing performance of certain policies by simply letting servers reject inappropriately scheduled requests? In this case, the failover handling mechanisms of RSerPool could choose a possibly better server instead.<br />The purpose of this paper is, after presenting an outline of the RSerPool framework, to analyse and evaluate the performance of our new approach. In particular, we will also analyse the impact of RSerPool protocol parameters on the performance of the server selection functionalities as well as on the overhead.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ADCOM2007.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ADCOM2007.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 8e50985edbad8e96e04a1066c7ccd780</p></div>
+</li>
+
+<li id="Publications-FGCN2007-LoadBalancing" class="treeview-collapsed"><div><p class="description"><a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-LoadBalancing.pdf">Evaluation of a Simple Load Balancing Improvement for Reliable Server Pooling with Heterogeneous Server Pools</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-LoadBalancing.pdf">PDF</a>, 456&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the IEEE International Conference on Future Generation Communication and Networking&nbsp;(FGCN)</em>, vol.&nbsp;1, pp.&nbsp;173–180, DOI&nbsp;<a href="https://dx.doi.org/10.1109/FGCN.2007.119">10.1109/FGCN.2007.119</a>, ISBN&nbsp;0-7695-3048-6, Jeju Island/South Korea, December&nbsp;8, 2007.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Redundancy, Load Balancing, Heterogeneous Pools, Performance Evaluation</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The IETF is currently standardizing a light-weight protocol framework for server redundancy and session failover: Reliable Server Pooling&nbsp;(RSerPool). It is the novel combination of ideas from different research areas into a single, resource-efficient and unified architecture. Server redundancy directly leads to the issues of load distribution and load balancing. Both are important and have to be considered for the performance of RSerPool systems. While there has already been some research on the server selection policies of RSerPool, an interesting question is still open: Is it possible to further improve the load balancing performance of the standard policies without modifying the policies – which are well-known and widely supported – themselves? Our approach places its focus on the session layer rather than the policies and simply lets servers reject inappropriately scheduled requests. Applying failover handling mechanisms of RSerPool, in this case, could choose a more appropriate server instead. In&nbsp;[26], we have already shown that our approach is useful for homogeneous server pools. But is it also useful for heterogeneous pools?<br />In this paper, we first present a short outline of the RSerPool framework. Afterwards, we analyse and evaluate the performance of our new approach for different server capacity distributions. Especially, we are also going to analyse the impact of RSerPool protocol and system parameters on the performance of the server selection functionalities as well as on the overhead.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-LoadBalancing.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-LoadBalancing.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 6967acc9a600841ae38313c55605d36c</p></div>
+</li>
+
+<li id="Publications-FGCN2007-HsMgt" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-HsMgt.pdf">An Evaluation of the Pool Maintenance Overhead in Reliable Server Pooling Systems</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-HsMgt.pdf">PDF</a>, 482&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the IEEE International Conference on Future Generation Communication and Networking&nbsp;(FGCN)</em>, vol.&nbsp;1, pp.&nbsp;136–143, DOI&nbsp;<a href="https://dx.doi.org/10.1109/FGCN.2007.62">10.1109/FGCN.2007.62</a>, ISBN&nbsp;0-7695-3048-6, Jeju Island/South Korea, December&nbsp;6, 2007.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Server Pools, Handlespace Management, SCTP, Performance</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool) is a protocol framework for server redundancy and session failover, currently still under standardization by the IETF RSerPool&nbsp;WG. An important property of RSerPool is its lightweight architecture: server pool and session management can be realized with small CPU power and memory requirements. That is, RSerPool-based services can also be managed and provided by embedded systems. Currently, there has already been some research on the performance of the data structures managing server pools. But a generic, application-independent performance analysis – in particular also including measurements in real system setups – is still missing.<br />Therefore, the aim of this paper is – after an outline of the RSerPool framework, an introduction to the pool management procedures and a description of our pool management approach – to first provide a detailed performance evaluation of the pool management structures themselves. Afterwards, the performance of a prototype implementation is analysed in order to evaluate its applicability under real network conditions.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-HsMgt.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-HsMgt.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 3f06ad92c93f4dcde961912cfe251b11</p></div>
+</li>
+
+<li id="Publications-HaikouTalk2007" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/HaikouTalk2007.pdf">An Introduction to Reliable Server Pooling and the RSPLIB Implementation</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/HaikouTalk2007.pdf">PDF</a>, 7736&nbsp;KiB, 23&nbsp;pages, in English), Invited Talk at Hainan University, College of Information Science and Technology&nbsp;(CIST), Haikou, Hainan/People&apos;s Republic of China, December&nbsp;2, 2007.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/HaikouTalk2007.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/HaikouTalk2007.pdf</a></p><p class="publication-details"><strong>MD5:</strong> bc192125b5728d9da4b0996a75d19f5e</p></div>
+</li>
+
+<li id="Publications-AINTEC2007" class="treeview-collapsed"><div><p class="description"><a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>; <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINTEC2007.pdf">Improving the Load Balancing Performance of Reliable Server Pooling in Heterogeneous Capacity Environments</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINTEC2007.pdf">PDF</a>, 408&nbsp;KiB, 16&nbsp;pages, in English), in <em>Proceedings of the 3rd Asian Internet Engineering Conference&nbsp;(AINTEC)</em>, Lecture Notes in Computer Science, vol.&nbsp;4866, pp.&nbsp;125–140, Springer, DOI&nbsp;<a href="https://dx.doi.org/10.1007/978-3-540-76809-8_12">10.1007/978-3-540-76809-8_12</a>, ISBN&nbsp;978-3-540-76808-1, November&nbsp;28, 2007.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Redundancy, Load Balancing, Heterogeneous Pools, Performance Evaluation</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The IETF is currently standardizing a light-weight protocol framework for server redundancy and session failover: Reliable Server Pooling&nbsp;(RSerPool). It is the novel combination of ideas from different research areas into a single, resource-efficient and unified architecture. Server redundancy directly leads to the issues of load distribution and load balancing. Both are important and have to be considered for the performance of RSerPool systems. While there has already been some research on the server selection policies of RSerPool, an interesting question is still open: Is it possible to further improve the load balancing performance of the standard policies without modifying the policies – which are well-known and widely supported – themselves? Our approach places its focus on the session layer rather than the policies and simply lets servers reject inappropriately scheduled requests. But is this approach useful – in particular if the server capacities increase in terms of a heterogeneous capacity distribution? Applying failover handling mechanisms of RSerPool, in this case, could choose a more appropriate server instead.<br />In this paper, we first present a short outline of the RSerPool framework. Afterwards, we analyse and evaluate the performance of our new approach for different server capacity distributions. Especially, we are also going to analyse the impact of RSerPool protocol and system parameters on the performance of the server selection functionalities as well as on the overhead.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINTEC2007.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINTEC2007.pdf</a></p><p class="publication-details"><strong>MD5:</strong> a3252db5751ad15acf01794460125589</p></div>
+</li>
+
+<li id="Publications-Linuxtage2007" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="de" lang="de"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2007.pdf">Hochverfügbarkeit mit Reliable Server Pooling</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2007.pdf">PDF</a>, 7740&nbsp;KiB, 23&nbsp;pages, auf Deutsch), in <em>Proceedings of the Linuxtage in Essen</em>, Essen, Nordrhein-Westfalen/Germany, November&nbsp;10, 2007.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="de">Reliable Server Pooling&nbsp;(RSerPool), Hochverfügbarkeit, Redundanz, Überblick, Implementierung, RSPLIB</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="de">Mit der ständig wachsenden Verbreitung von Internetzugängen nimmt auch die Anzahl an verfügbarkeits-kritischen Diensten im Netz zu. Ausfälle von z.B. VoIP-Vermittlungsanlagen zur Weiterleitung von Notrufen oder e-Commerce-Anwendungen sind nicht akzeptabel. Zur Sicherstellung der Verfügbarkeit von Diensten bei Geräte- und Netzwerkausfällen müssen diese Komponenten redundant ausgelegt sein. Spezialisierte Redundanzlösungen – insbesondere z.B. für Web-Server – gibt es zwar viele, eine einheitliche, für viele Dienste nutzbare Lösung fehlte jedoch noch. Reliable Server Pooling, abgekürzt RSerPool, ist ein Rahmenwerk zur Bereitstellung hochverfügbarer Anwendungen durch redundante Server, es befindet sich zur Zeit in der Standardisierung durch die IETF RSerPool-Arbeitsgruppe. Im RSerPool-Konzept werden Server, welche den gleichen Dienst anbieten, zu einem Pool zusammengefaßt. Neben der Hauptaufgabe – der Verfügbarkeit von Diensten – ist insbesondere auch die Lastverteilung ein wichtiges Anwendungsgebiet von RSerPool.<br />Im Rahmen eines Forschungsprojektes haben wir – die Arbeitsgruppe Technik der Rechnernetze am Institut für Experimentelle Mathematik der Universität Duisburg-Essen – im Jahre 2002 damit begonnen, einen plattformunabhängigen RSerPool-Prototypen als Open Source unter GPL-Lizenz zu entwickeln. Mittlerweile wird unser Projekt durch die Deutsche Forschungsgemeinschaft (DFG) gefördert. Unser System läuft zur Zeit unter Linux, FreeBSD, Darwin (MacOS X) und Solaris, wobei die Unterstützung für weitere Plattformen – insbesondere auch für Embedded-Systeme – geplant ist. Als einzige vollständige Implementierung des zukünftigen RSerPool-Standards sind wir Referenzimplementierung der IETF RSerPool-Arbeitsgruppe und wirken mit Tests und Forschungsarbeiten aktiv in der Standardisierung mit.<br />In unserem Vortrag geben wir zunächst eine kurze Einführung zu RSerPool. Dabei wollen wir insbesondere auch die Merkmale verdeutlichen, die RSerPool von existierenden Lösungen – wie Linux Virtual Server (LVS) oder dem kommerziellen Cisco Distributed Director – unterscheiden. Außerdem wollen wir zeigen, welche speziellen Funktionalitäten RSerPool bietet um den Nutzen eines Serverpools sowohl für dessen Betreiber als auch für den Anwender zu optimieren: die Möglichkeit zur vollautomatischen Konfiguration von Komponenten und die Festlegung pool-spezifischer Serverauswahlregeln. Diese Funktionalitäten werden wir am Beispiel einer Anwendung von RSerPool für Real-Time Distributed Computing verdeutlichen.<br />Im zweiten Teil unseres Vortrags werden wir auf unsere Open Source Implementierung rsplib eingehen. Neben dem Aufbau der einzelnen Komponenten werden wir insbesondere auch interessante Details der Implementierung vorstellen und beschreiben, wie wir auftretende Probleme erfolgreich lösen konnten. Insbesondere wollen wir dabei auch unsere gesammelten Erfahrungen beim Erstellen von auf unterschiedlichen Betriebssystemen (Linux, FreeBSD, MacOS X, Solaris) und Hardware (x86, x64, PPC) lauffähiger Software vorstellen. Im Anschluß daran zeigen wir, wie das RSerPool-API dazu genutzt werden kann, eigene Anwendungen hochverfügbar zu machen und die Möglichkeiten zur Lastverteilung im Pool verwendet werden können. Ein Schwerpunkt dieser Einführung wird dabei insbesondere die einfache und effiziente Realisierung des Failover-Mechanisms sein, d.h. des Verfahrens zur Wiederherstellung eines Sitzungszustandes auf einem neuen Server nach Ausfall des alten. Im Besonderen werden wir dabei zeigen, welche Fähigkeiten RSerPool und sein API mitbringen um dieses – teilweise recht komplexe Thema – in vielen Fällen übersichtlich und mit wenigen Zeilen Programmcode zu lösen: Hochverfügbarkeit für eigene Anwendungen muß nicht kompliziert sein!<br />Zum Abschluß stellen wir noch unsere Beispielanwendung vor, ein System zum verteilten Berechnen von Fraktalgrafiken. Mit diesem System lassen sich die grundlegenden Eigenschaften von RSerPool – welche im Vortrag vorgestellt wurden – sehr anschaulich demonstrieren: die Verwaltung dynamischer Pools, Lastverteilung und Failover bei Serverausfall. Selbstverständlich werden wir unser Beispielsystem beim Vortrag auch in der Praxis demonstrieren, bei Vorhandensein eines Internetzugangs sogar mit einem Szenario aus weltweit verteilten Ressourcen.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2007.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2007.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 7882ef3b335f592778b19b6d3f3c0796</p></div>
+</li>
+
+<li id="Publications-Euromicro2007" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2007.pdf">A Performance Evaluation of RSerPool Server Selection Policies in Varying Heterogeneous Capacity Scenarios</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2007.pdf">PDF</a>, 383&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the 33rd IEEE EuroMirco Conference on Software Engineering and Advanced Applications</em>, pp.&nbsp;157–164, DOI&nbsp;<a href="https://dx.doi.org/10.1109/EUROMICRO.2007.9">10.1109/EUROMICRO.2007.9</a>, ISBN&nbsp;0-7695-2977-1, Lübeck, Schleswig-Holstein/Germany, August&nbsp;29, 2007.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">RSerPool, Redundancy, Server Selection, Heterogeneous Pools, Performance Analysis</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool) is a protocol framework for server redundancy and session failover, currently still under standardization by the IETF RSerPool WG. Server redundancy influences load distribution and load balancing, which both are important for the performance of RSerPool systems. Especially, a good load balancing strategy is crucial if the servers of a pool are heterogeneous. Some research on this subject has already been performed, but a detailed analysis on the question of how to make best use of additional capacity in dynamic pools is still open.<br />Therefore, the aim of this paper is, after an outline of the RSerPool framework, to simulatively examine the performance of RSerPool server selection strategies in scenarios of pools with varying server heterogeneity. In particular, this paper examines and evaluates a simple but very effective new policy, achieving a significant performance improvement in such situations.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2007.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2007.pdf</a></p><p class="publication-details"><strong>MD5:</strong> b95e9d21968c88bc50bd4d79ea7aac98</p></div>
+</li>
+
+<li id="Publications-EuroView2007" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroView2007.pdf">Towards the Future Internet – A Survey of Challenges and Solutions in Research and Standardization</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroView2007.pdf">PDF</a>, 1669&nbsp;KiB, 2&nbsp;pages, in English), in <em>Proceedings of the 7th Joint EuroFGI and ITG Workshop on Visions of Future Network Generations&nbsp;(EuroView)</em>, Würzburg, Bayern/Germany, Poster Presentation, July&nbsp;23, 2007.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling, SCTP, IPv6, Future Internet</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The basic intention for the development of the Internet has been the simple and inexpensive interconnection of nodes to provide services like file download or e-mail. However, due to its huge growth and popularity, the classical protocols – which still constitute the basis of today&apos;s Internet – have reached their limits of scalability and functionality. Lots of research has been performed in order to overcome these restrictions. On our poster, we would like to give a survey of the challenges on Network, Transport, Session and Application Layer, as well as an outline of solutions which will constitute – from the current perspective in&nbsp;2007 and with regard to the standardization progress of the IETF – the basis of the Internet in&nbsp;2022.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroView2007.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroView2007.pdf</a></p><p class="publication-details"><strong>MD5:</strong> b8be1e85ccd586b858f2b5098a599968</p></div>
+</li>
+
+<li id="Publications-Dre2006" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00016326/Dre2006_final.pdf">Reliable Server Pooling – Evaluation, Optimization and Extension of a Novel IETF Architecture</a>´´</span> (<a type="application/pdf" href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00016326/Dre2006_final.pdf">PDF</a>, 9080&nbsp;KiB, 267&nbsp;pages, in English), University of Duisburg-Essen, Faculty of Economics, Institute for Computer Science and Business Information Systems, URN&nbsp;<a href="https://www.nbn-resolving.de/urn:nbn:de:hbz:465-20070308-164527-0">urn:nbn:de:hbz:465-20070308-164527-0</a>, March&nbsp;7, 2007.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Evaluation, Optimization, Extension</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Reliable Server Pooling (RSerPool) architecture currently under standardization by the IETF RSerPool Working Group is an overlay network framework to provide server replication and session failover capabilities to applications using it. These functionalities as such are not new, but their combination into one generic, application-independent framework is.<br />Initial goal of this thesis is to gain insight into the complex RSerPool mechanisms by performing experimental and simulative proof-of-concept tests. The further goals are to systematically validate the RSerPool architecture and its protocols, provide improvements and optimizations where necessary and propose extensions if useful. Based on these evaluations, recommendations to implementers and users of RSerPool should be provided, giving guidelines for the tuning of system parameters and the appropriate configuration of application scenarios. In particular, it is also a goal to transfer insights, optimizations and extensions of the RSerPool protocols from simulation to reality and also to bring the achievements from research into application by supporting and contributing relevant results to the IETF&apos;s ongoing RSerPool standardization process.<br />To achieve the described goals, a prototype implementation as well as a simulation model are designed and realized at first. Using a generic application model and appropriate performance metrics, the performance of RSerPool systems in failure-free and server failure scenarios is systematically evaluated in order to identify critical parameter ranges and problematic protocol behaviour. Improvements developed as result of these performance analyses are evaluated and finally contributed into the standardization process of RSerPool.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00016326/Dre2006_final.pdf">https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00016326/Dre2006_final.pdf</a></p><p class="publication-details"><strong>MD5:</strong> acdd102ebd0775ca5de523ec5710d800</p></div>
+</li>
+
+<li id="Publications-KiVS2007" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2007.pdf">On Improving the Performance of Reliable Server Pooling Systems for Distance-Sensitive Distributed Applications</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2007.pdf">PDF</a>, 393&nbsp;KiB, 12&nbsp;pages, in English), in <em>Proceedings of the 15.&nbsp;ITG/GI Fachtagung Kommunikation in Verteilten Systemen&nbsp;(KiVS)</em>, Informatik aktuell, pp.&nbsp;39–50, Springer, DOI&nbsp;<a href="https://dx.doi.org/10.1007/978-3-540-69962-0_4">10.1007/978-3-540-69962-0_4</a>, ISBN&nbsp;978-3-540-69962-0, Bern/Switzerland, February&nbsp;28, 2007.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Server Selection, Load Distribution</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool) is a protocol framework for server redundancy and session failover, currently under standardization by the IETF RSerPool WG. While the basic ideas of RSerPool are not new, their combination into a single, unified architecture is. Server pooling becomes increasingly important, because there is a growing amount of availability-critical applications. For a service to survive localized disasters, it is useful to place the servers of a pool at different locations. However, the current version of RSerPool does not incorporate the aspect of component distances in its server selection decisions.<br />In our paper, we present an approach to add distance-awareness to the RSerPool architecture, based on features of the SCTP transport protocol. This approach is examined and evaluated by simulations. But to also show its usefulness in real life, we furthermore validate our proposed extension by measurements in a PlanetLab-based Internet scenario.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2007.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2007.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 724469ef1a2389ca1d3b3c4e96de5c89</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2006">2006</h3><ul>
+
+<li id="Publications-Linuxtage2006" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="de" lang="de"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2006.pdf">RSPLIB – Eine Open Source Implementation von Reliable Server Pooling</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2006.pdf">PDF</a>, 7868&nbsp;KiB, 28&nbsp;pages, auf Deutsch), in <em>Proceedings of the Linuxtage in Essen</em>, Essen, Nordrhein-Westfalen/Germany, September&nbsp;9, 2006.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="de">Reliable Server Pooling&nbsp;(RSerPool), Hochverfügbarkeit, Redundanz, Überblick, Implementierung, RSPLIB</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="de">In unserem Vortrag geben wir zunächst eine kurze Einführung zu RSerPool. Dabei wollen wir insbesondere auch die Merkmale verdeutlichen, die RSerPool von existierenden Lösungen – wie Linux Virtual Server (LVS) oder dem kommerziellen Cisco Distributed Director – unterscheiden. Außerdem wollen wir vorstellen, welche speziellen Funktionalitäten RSerPool bietet um den Nutzen eines Serverpools sowohl für dessen Betreiber als auch für den Anwender zu optimieren: die Möglichkeit zur vollautomatischen Konfiguration von Komponenten und die Festlegung pool-spezifischer Serverauswahlregeln. Diese Funktionalitäten werden wir am Beispiel der Anwendung von RSerPool für Real-Time Distributed Computing verdeutlichen.<br />Im zweiten Teil unseres Vortrages werden wir auf unsere Open Source Implementation rsplib eingehen. Neben dem Aufbau der einzelnen Komponenten werden wir insbesondere auch interessante Details der Implementation vorstellen und beschreiben, wie wir auftretende Probleme erfolgreich lösen konnten. Insbesondere wollen wir dabei auch unsere gesammelten Erfahrungen beim Erstellen von auf unterschiedlichen Betriebssystemen und Hardware lauffähiger Software vorstellen. Im Anschluß daran wenden wir uns kurz dem API der rsplib zu und zeigen, wie eigene Programme mit dessen Hilfe hochverfügbar gemacht werden können. Neben neuer, direkt auf RSerPool basierender Software, berücksichtigen wir dabei insbesondere auch die Anpassung bestehender Applikationen und stellen Möglichkeiten zur Migration vor. Zum besseren Verständnis werden sämtliche Beschreibungen von Code-Beispielen begleitet.<br />Zum Abschluß stellen wir noch unsere Beispielanwendung vor, ein System zum verteilten Berechnen von Fraktalgrafiken. Mit diesem System lassen sich die grundlegenden Eigenschaften von RSerPool – welche im ersten Teil des Vortrages vorgestellt wurden – sehr anschaulich demonstrieren: die Verwaltung dynamischer Pools, Lastverteilung und Failover bei PE-Ausfall. Selbstverständlich werden wir unser Beispielsystem beim Vortrag auch praktisch demonstrieren.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2006.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2006.pdf</a></p><p class="publication-details"><strong>MD5:</strong> c46a9dddc3e7d30f4ab0a8f5372d405b</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2005">2005</h3><ul>
+
+<li id="Publications-Tencon2005" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Tencon2005.pdf">The Performance of Reliable Server Pooling Systems in Different Server Capacity Scenarios</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Tencon2005.pdf">PDF</a>, 679&nbsp;KiB, 6&nbsp;pages, in English), in <em>Proceedings of the IEEE TENCON</em>, DOI&nbsp;<a href="https://dx.doi.org/10.1109/TENCON.2005.300939">10.1109/TENCON.2005.300939</a>, ISBN&nbsp;0-7803-9312-0, Melbourne, Victoria/Australia, November&nbsp;22, 2005.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Server Pooling, Load Distribution, Performance Analysis, Parameter Sensitivity</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool) is a protocol framework for server pool management and session failover, currently under standardization by the IETF RSerPool WG. While the basic ideas of RSerPool are not new, their combination into one architecture is. Some research into the performance of RSerPool for certain specific applications has been made, but a detailed, application-independent sensitivity analysis of the system parameters is still missing.<br />The goal of this paper is to systematically investigate RSerPool&apos;s load distribution behaviour on changes of workload and system parameters, to determine basic guidelines on designing efficient RSerPool systems. In this paper, we focus particularly on scenarios of server pools consisting of servers with unequal capacities.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Tencon2005.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Tencon2005.pdf</a></p><p class="publication-details"><strong>MD5:</strong> ca8319c2b0fa4a6edd7e8bbedd1c4e3e</p></div>
+</li>
+
+<li id="Publications-LCN2005-EdgeDevice" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20071010055641/http://www.beds.ac.uk/departments/computing/staff/avril-ijsselmuiden/">IJsselmuiden, Avril&nbsp;J.</a> and Adams, John&nbsp;L.:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2005-EdgeDevice.pdf">An Advanced QoS Protocol for Mass Content</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2005-EdgeDevice.pdf">PDF</a>, 113&nbsp;KiB, 2&nbsp;pages, in English), in <em>Proceedings of the IEEE Conference on Local Computer Networks&nbsp;(LCN) 30th Anniversary</em>, pp.&nbsp;517–518, DOI&nbsp;<a href="https://dx.doi.org/10.1109/LCN.2005.25">10.1109/LCN.2005.25</a>, ISBN&nbsp;0-7695-2421-4, Sydney, New South Wales/Australia, November&nbsp;17, 2005.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Quality of Service&nbsp;(QoS), Signalling Protocols, Telecommunication Congestion Control, Telecommunication Traffic</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This paper presents a novel network device being located in network edge nodes. It provides a solution for QoS guarantees to certain flows on a congested link by focussing packet discard on selected flows. Unlike IntServ solutions like RSVP, our approach only requires minimal signalling and provides both efficiency and scalability.<br />In this paper, we first describe the ideas of our QoS device and then provide first results from a fast-track simulation model implementing a lightweight version of our approach.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2005-EdgeDevice.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2005-EdgeDevice.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 081882106105904aa7f496def9022c4e</p></div>
+</li>
+
+<li id="Publications-LCN2005" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2005.pdf">On the Performance of Reliable Server Pooling Systems</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2005.pdf">PDF</a>, 673&nbsp;KiB, 9&nbsp;pages, in English), in <em>Proceedings of the IEEE Conference on Local Computer Networks&nbsp;(LCN) 30th Anniversary</em>, pp.&nbsp;200–208, DOI&nbsp;<a href="https://dx.doi.org/10.1109/LCN.2005.98">10.1109/LCN.2005.98</a>, ISBN&nbsp;0-7695-2421-4, Sydney, New South Wales/Australia, November&nbsp;16, 2005.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Server Pooling, Load Distribution, Performance Analysis, Parameter Sensitivity</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Reliable Server Pooling (RSerPool) is a protocol framework for server redundancy and session failover, currently under standardization by the IETF RSerPool WG. While the basic ideas of RSerPool are not new, their combination into one architecture is. Some research into the performance of RSerPool for certain specific applications has been made, but a detailed, application-independent sensitivity analysis of the system parameters is still missing.<br />The goal of this paper, after an application-independent, generic quantification of RSerPool systems and definition of performance metrics for both service provider and user, is to systematically investigate RSerPool&apos;s behavior on changes of workload and system parameters to give basic guidelines on designing efficient RSerPool systems.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2005.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2005.pdf</a></p><p class="publication-details"><strong>MD5:</strong> a3b7091b716b5770343ca3e9bf205597</p></div>
+</li>
+
+<li id="Publications-Euromicro2005" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2005.pdf">RSerPool – Providing Highly Available Services using Unreliable Servers</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2005.pdf">PDF</a>, 429&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the 31st IEEE EuroMirco Conference on Software Engineering and Advanced Applications</em>, pp.&nbsp;396–403, DOI&nbsp;<a href="https://dx.doi.org/10.1109/EUROMICRO.2005.50">10.1109/EUROMICRO.2005.50</a>, ISBN&nbsp;0-7695-2431-1, Porto/Portugal, September&nbsp;2, 2005.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Server Pooling, Load Distribution, Performance Analysis</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Reliable Server Pooling&nbsp;(RSerPool) protocol suite currently under standardization by the IETF is designed to build systems providing highly available services by mechanisms and protocols for establishing, configuring, accessing and monitoring pools of server resources. Using RSerPool, critical infrastructure services like SS7 telecommunication systems, e-commerce transaction processing or distributed computing can be provided highly available using pools of unreliable servers.<br />In this paper, we first give an overview of the RSerPool framework. In the following, we quantitatively show performance impacts of varying RSerPool parameters to failover handling, server selection efficiency and overhead traffic under server failure conditions.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2005.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2005.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 79a941c68a985c70e1ff7ea52ab4d344</p></div>
+</li>
+
+<li id="Publications-IETF63" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF63.pdf">draft-ietf-rserpool-mib-01.txt – Management Information Base Definition for Reliable Server Pooling</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF63.pdf">PDF</a>, 2249&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the 63rd IETF Meeting</em>, Paris/France, August&nbsp;1, 2005.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF63.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF63.pdf</a></p><p class="publication-details"><strong>MD5:</strong> d258fb6d483b6d6b69ed97578a489b59</p></div>
+</li>
+
+<li id="Publications-LinuxTag2005" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="de" lang="de"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2005.pdf">Das rsplib–Projekt – Hochverfügbarkeit mit Reliable Server Pooling</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2005.pdf">PDF</a>, 1154&nbsp;KiB, 19&nbsp;pages, auf Deutsch), in <em>Proceedings of the LinuxTag</em>, Karlsruhe, Baden-Württemberg/Germany, June&nbsp;24, 2005.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="de">Reliable Server Pooling&nbsp;(RSerPool)</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="de">In unserem Paper geben wir zunächst eine Einführung zu Reliable Server Pooling&nbsp;(RSerPool), danach stellen wir unsere Implementation vor – das rsplib-Projekt. Im Anschluß daran zeigen wir, wie basierend auf unserer Implementation eigene, hochverfügbare Anwendungen mit RSerPool entwickelt werden können – begleitet durch Code-Beispiele. Zum Abschluß stellen wir noch eine unserer Beispielanwendungen vor.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2005.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2005.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 7e2afb7bb1cc82c458c4ac8217d3f8d0</p></div>
+</li>
+
+<li id="Publications-Contel2005" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Contel2005.pdf">Implementing the Reliable Server Pooling Framework</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Contel2005.pdf">PDF</a>, 467&nbsp;KiB, 8&nbsp;pages, in English), in <em>Proceedings of the 8th IEEE International Conference on Telecommunications&nbsp;(ConTEL)</em>, vol.&nbsp;1, pp.&nbsp;21–28, ISBN&nbsp;953-184-081-4, Zagreb, Središnja Hrvatska/Croatia, June&nbsp;15, 2005.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Internet Applications, IPv6 Deployment and Applications, SS7, Server Pools</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Reliable Server Pooling&nbsp;(RSerPool) protocol suite currently under standardization by the IETF is designed to build systems providing highly available services by mechanisms and protocols for establishing, configuring, accessing and monitoring pools of server resources. But RSerPool is not only able to manage pools of redundant servers and facilitate service failover between servers: it also includes sophisticated mechanisms for server selections within the pools. These mechanisms make RSerPool useful for the application in load balancing and distributed computing scenarios.<br />As part of our RSerPool research and to verify results of our simulation model in real-life scenarios, we have created a complete implementation prototype of the RSerPool framework. In this paper, we will give a detailed description of the concepts, ideas and realizations of our prototype. Furthermore, we will show performance issues raised by the management of large servers pools, as it is necessary for load balancing or distributed computing scenarios. We will explain the algorithms and data structures we designed to solve these challenges and finally present a rough performance evaluation that verifies our concept.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Contel2005.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Contel2005.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 31d96cdd656dec8bf3febad099c5cc70</p></div>
+</li>
+
+<li id="Publications-ICN2005" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a> and <a href="https://www.fh-muenster.de/eti/personen/professoren/tuexen/">Tüxen, Michael</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICN2005.pdf">Load Distribution Performance of the Reliable Server Pooling Framework</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICN2005.pdf">PDF</a>, 219&nbsp;KiB, 11&nbsp;pages, in English), in <em>Proceedings of the 4th IEEE International Conference on Networking&nbsp;(ICN)</em>, Lecture Notes in Computer Science, vol.&nbsp;3421, pp.&nbsp;564–574, Springer, DOI&nbsp;<a href="https://dx.doi.org/10.1007/978-3-540-31957-3_65">10.1007/978-3-540-31957-3_65</a>, ISBN&nbsp;3-540-25338-6, Saint Gilles Les Bains/Reunion Island, April&nbsp;21, 2005.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">RSerPool, Server Pooling, Load Distribution, Performance Analysis</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Reliable Server Pooling&nbsp;(RSerPool) protocol suite currently under standardization by the IETF is designed to build systems providing highly available services by providing mechanisms and protocols for establishing, configuring, accessing and monitoring pools of server resources.<br />While availability is one main aspect of RSerPool, load distribution is another. Since most of the time a server pool system runs without component failures, optimal performance is an extremely important issue for the productivity and cost-efficiency of the system. In this paper, we therefore focus especially on the load distribution performance of RSerPool in scenarios without failures, presenting a quantitative performance comparison of the different load distribution strategies (called pool policies) defined in the RSerPool specifications. Based on the results, we propose some new pool policies providing significant performance enhancements compared to those currently defined in the standards documents.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICN2005.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICN2005.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 8b341ae8ee042fbdd1f44392f1672b4e</p></div>
+</li>
+
+<li id="Publications-Infocom2005" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/erwin-p-rathgeb/">Rathgeb, Erwin Paul</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Infocom2005.pdf">An Application Demonstration of the Reliable Server Pooling Framework</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Infocom2005.pdf">PDF</a>, 330&nbsp;KiB, 3&nbsp;pages, in English), in <em>Proceedings of the 24th IEEE International Conference on Computer Communications&nbsp;(INFOCOM)</em>, Miami, Florida/U.S.A., Demonstration and Poster Presentation, March&nbsp;16, 2005.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Infocom2005.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Infocom2005.pdf</a></p><p class="publication-details"><strong>MD5:</strong> c9f22eb5c5bb8490a769e5b0d5af6766</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2004">2004</h3><ul>
+
+<li id="Publications-IETF61" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF61.pdf">draft-ietf-rserpool-policies-00.txt – Definition of Member Selection Policies</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF61.pdf">PDF</a>, 2729&nbsp;KiB, 10&nbsp;pages, in English), in <em>Proceedings of the 61st IETF Meeting</em>, Washington, DC/U.S.A., November&nbsp;8, 2004.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF61.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF61.pdf</a></p><p class="publication-details"><strong>MD5:</strong> ef7ef8851a803cd89032050749078808</p></div>
+</li>
+
+<li id="Publications-ICNP2004" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICNP2004.pdf">An Overview of the Reliable Server Pooling Architecture</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICNP2004.pdf">PDF</a>, 66&nbsp;KiB, 2&nbsp;pages, in English), in <em>Proceedings of the 12th IEEE International Conference on Network Protocols&nbsp;(ICNP)</em>, Berlin/Germany, Poster Presentation, October&nbsp;7, 2004.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Overview, Implementation, RSPLIB</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The convergence of classical PSTN and IP networks requires the transport of SS7 signalling over IP. Since SS7 has very strict availability requirements to the signalling components, redundancy is mandatory. The goal of the IETF RSerPool working group is to define a lightweight, flexible and realtime redundancy concept to fulfil the availability requirements of SS7: Reliable Server Pooling&nbsp;(RSerPool). RSerPool is currently under standardization, its functionality and improvement are subject of our research.<br />Our poster presents our RSerPool proof-of-concept implementation and a research oriented, discrete event based simulation model. We provide some simulation results showing problems of the server selection procedures defined in the standards and how we solved them. These improvements are now going into standardization by the IETF. Furthermore, we present some of our important results on efficient algorithms and data structures for pool management. The poster concludes with an outlook on our currently progressing examinations of service reliablity in failure scenarios.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICNP2004.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICNP2004.pdf</a></p><p class="publication-details"><strong>MD5:</strong> fa721e916781e49ca93719c3c7314dfe</p></div>
+</li>
+
+<li id="Publications-IETF60" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF60.pdf">Member Selection Policies for the Reliable Server Pooling Protocol Suite</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF60.pdf">PDF</a>, 3299&nbsp;KiB, 11&nbsp;pages, in English), in <em>Proceedings of the 60th IETF Meeting</em>, San Diego, California/U.S.A., August&nbsp;5, 2004.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF60.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF60.pdf</a></p><p class="publication-details"><strong>MD5:</strong> df00a537e3bf39fca4e5e7ba2ba2e0b4</p></div>
+</li>
+
+<li id="Publications-HETNET2004" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20071010055641/http://www.beds.ac.uk/departments/computing/staff/avril-ijsselmuiden/">IJsselmuiden, Avril&nbsp;J.</a> and Adams, John&nbsp;L.:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/HET-NET2004-Paper.pdf">Simulation of an Advanced QoS Protocol for Mass Content</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/HET-NET2004-Paper.pdf">PDF</a>, 248&nbsp;KiB, 7&nbsp;pages, in English), in <em>Proceedings of the 2nd International Conference on Performance Modelling and Evaluation of Heterogeneous Networks&nbsp;(HET-NETs)</em>, Ikley, West Yorkshire/United Kingdom, July&nbsp;26, 2004.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Quality of Service&nbsp;(QoS), Signalling Protocols, Telecommunication Congestion Control, Telecommunication Traffic</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This paper describes a new network device to be located in network edge nodes. The device can deal with congestion conditions that may arise when, for example, a home or SME customer requests too many simultaneous flows to be forwarded down a DSL link or other access technology. It provides a solution to guaranteeing certain flows that are forwarded along one or more congested links, by making others (typically the latest flow, or another flow selected because of policy reasons), the subject of focused packet discards. The functionality of the device is described, and results from a fast-track simulation model implementing a lightweight version of the device, developed in LISP, are presented here.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/HET-NET2004-Paper.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/HET-NET2004-Paper.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 1e3573935ab2e0b86e9d3288dbc7109d</p></div>
+</li>
+
+<li id="Publications-MSN2004" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/MSN2004-Final-with-Examples.pdf">Policy Management in the Reliable Server Pooling Architecture</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/MSN2004-Final-with-Examples.pdf">PDF</a>, 4930&nbsp;KiB, 17&nbsp;pages, in English), in <em>Proceedings of the Multi-Service Networks Conference&nbsp;(MSN, Coseners)</em>, Abingdon, Oxfordshire/United Kingdom, July&nbsp;8, 2004.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/MSN2004-Final-with-Examples.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/MSN2004-Final-with-Examples.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 0bfcc62620e0a0abd20ad6d18e2c4ce1</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2003">2003</h3><ul>
+
+<li id="Publications-LCN2003" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://www.linkedin.com/pub/dr-andreas-jungmaier/9/967/29b">Jungmaier, Andreas</a> and <a href="https://www.fh-muenster.de/eti/personen/professoren/tuexen/">Tüxen, Michael</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2003.pdf">A New Scheme for IP-based Internet Mobility</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2003.pdf">PDF</a>, 210&nbsp;KiB, 10&nbsp;pages, in English), in <em>Proceedings of the 28th IEEE Local Computer Networks Conference&nbsp;(LCN)</em>, pp.&nbsp;99–108, DOI&nbsp;<a href="https://dx.doi.org/10.1109/LCN.2003.1243117">10.1109/LCN.2003.1243117</a>, ISBN&nbsp;0-7695-2037-5, Königswinter, Nordrhein-Westfalen/Germany, October&nbsp;22, 2003.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Internet, Cellular Radio, Transport Protocols, Stream Control Transmission Protocol&nbsp;(SCTP), Reliable Server Pooling&nbsp;(RSerPool)</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">In this contribution we present a new type of mobility management for IP-based networks that, contrary to conventional approaches, does not focus on the network layer, but on the transport and session layers.<br />At the heart of this new mobility concept is the reliable transport protocol SCTP, with an enhancement for dynamic address reconfiguration. This is described in this paper. A session layer based on the reliable server pooling (RSerPool) protocol suite provides for sessionmonitoring and control. The suggested solution is transparent for applications,requires no changes in the network infrastructure, and is evaluated with a real-world implementation.<br />Finally, we present first results from the application of this mobility concept to different mobility scenarios. These were obtained from working SCTP and RSerPool implementations that have been developed within our group.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2003.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2003.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 7b3fdad55551f9a7c57d8f92340ab14a</p></div>
+</li>
+
+<li id="Publications-ICT2003" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://web.archive.org/web/20071010055641/http://www.beds.ac.uk/departments/computing/staff/avril-ijsselmuiden/">Smith, Avril&nbsp;J.</a> and Adams, John&nbsp;L.:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/EdgeDevice-Paper.pdf">Realizing a Scalable Edge Device to Meet QoS Requirements for Real-Time Content Delivered to IP Broadband Customers</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/EdgeDevice-Paper.pdf">PDF</a>, 112&nbsp;KiB, 7&nbsp;pages, in English), in <em>Proceedings of the 10th IEEE International Conference on Telecommunications&nbsp;(ICT)</em>, vol.&nbsp;2, pp.&nbsp;1133–1139, DOI&nbsp;<a href="https://dx.doi.org/10.1109/ICTEL.2003.1191595">10.1109/ICTEL.2003.1191595</a>, ISBN&nbsp;0-7803-7661-7, Papeete/French Polynesia, February&nbsp;26, 2003.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Quality of Service&nbsp;(QoS), Bandwidth Guarantee, Admission Control, Congestion Control, Intelligent Packet Dropping, Edge Node, Security, Implementation Considerations</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">With DSL technology becoming widespread, more and more customers have access to high-speed Internet backbones. Such links not only speed up classical best effort applications but also make new applications like video and audio on demand possible. Unlike best effort applications, these new applications have more requirements for network quality of service, especially an assured bandwidth.<br />Under the assumption that the link to the customer is the main bottleneck, this paper presents a new simple, scalable edge node approach that has been developed in a cooperation between the University of Essen and British Telecom&nbsp;(BT). It provides a solution to guaranteeing certain flows, while making others the subject of focused packet discards. While the performance aspect of this new device is currently under research, this paper lays its focus on implementability and especially provides a security concept.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/EdgeDevice-Paper.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/EdgeDevice-Paper.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 7c37d41dd417062ba4fd17063d846939</p></div>
+</li>
+
+<li id="Publications-LCA2003" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.fh-muenster.de/eti/personen/professoren/tuexen/">Tüxen, Michael</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RSerPool-Paper.pdf">High Availability using Reliable Server Pooling</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RSerPool-Paper.pdf">PDF</a>, 79&nbsp;KiB, 11&nbsp;pages, in English), in <em>Proceedings of the Linux Conference Australia&nbsp;(LCA)</em>, Perth, Western Australia/Australia, January&nbsp;24, 2003.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Server Pooling, RSPLIB</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Providing fault tolerancy is crucial for a growing number of IP-based applications. There exist a lot of proprietary solutions for this problem, but free alternatives are rare.<br />Currently, the IETF RSerPool working group is standardizing a protocol suite for Reliable Server Pooling, which copes with the challenge of providing high availability by using redundant servers. Servers for the same service are grouped into a server pool. A server in a pool is called pool element (PE), a user of a pool is called pool user (PU). When a PE fails, its PUs simply select another one from the pool and initiates an application-specific failover procedure. This fail-over is supported by the RSerPool protocol suite. Each PE registers at a name server and is then continously supervised by that specific name server. All name servers of an operational scope provide a redundant system for name resolution from pool handles to transport addresses of pool elements to pool users. RSerPool uses SCTP to provide network fault tolerance and address scoping functionality.<br />The RSPLIB is a prototype implementation of the RSerPool protocol suite, developed under the GNU Public License in cooperation between Siemens and the Computer Networking Technology Group of the University of Essen. It currently runs under Linux, FreeBSD and Darwin.<br />Our paper covers aspects of designing and implementing highly available applications using RSerPool with our RSPLIB implementation. First, we will give an introduction to the RSerPool protocol suite and an overview of the RSPLIB components. Then, we describe the RSPLIB API, especially focussing on the implementation of pool element and pool user programs to provide high reliability. Furthermore, we show our current implementation status and future plans. This will be followed by a short look on the problems that can arise when the RSerPool architecture is used. Finally, we give an example how RSerPool can be used to realize highly available services. And last but not least, we show how distributed computing architectures can make use of the RSerPool architecture.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RSerPool-Paper.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RSerPool-Paper.pdf</a></p><p class="publication-details"><strong>MD5:</strong> eac12b5e0912b99b881727f2fc096970</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2002">2002</h3><ul>
+
+<li id="Publications-LCN2002" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/StateSharing-Paper-ShortVersion.pdf">An Efficient Approach for State Sharing in Server Pools</a>´´</span> (<a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/StateSharing-Paper-ShortVersion.pdf">PDF</a>, 111&nbsp;KiB, 2&nbsp;pages, in English), in <em>Proceedings of the 27th IEEE Local Computer Networks Conference&nbsp;(LCN)</em>, pp.&nbsp;348–349, DOI&nbsp;<a href="https://dx.doi.org/10.1109/LCN.2002.1181806">10.1109/LCN.2002.1181806</a>, ISBN&nbsp;0-7695-1591-6, Tampa, Florida/U.S.A., November&nbsp;8, 2002.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool), Server Pooling, State Sharing, Client-Based State Sharing, State Cookies</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Many Internet services require high availability. Server pooling provides a high availability solution using redundant servers. If one server fails, the service is continued by another one. A challenge for server pooling is efficient state sharing: The new server requires the old one&apos;s state to continue service. This paper proposes a simple, efficient and scalable solution, usable for a large subset of applications.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/StateSharing-Paper-ShortVersion.pdf">https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/StateSharing-Paper-ShortVersion.pdf</a></p><p class="publication-details"><strong>MD5:</strong> f1f40c62426deb84eb7dbe5a0d1d75c9</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2001">2001</h3><ul>
+
+<li id="Publications-Dre2001" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="application/pdf" href="https://duepublico.uni-duisburg-essen.de/servlets/DerivateServlet/Derivate-29936/Dre2001.pdf">Management of Layered Variable Bitrate Multimedia Streams over DiffServ with Apriori Knowledge</a>´´</span> (<a type="application/pdf" href="https://duepublico.uni-duisburg-essen.de/servlets/DerivateServlet/Derivate-29936/Dre2001.pdf">PDF</a>, 60591&nbsp;KiB, 204&nbsp;pages, in English), Masters Thesis, University of Bonn, Institute for Computer Science, URN&nbsp;<a href="https://www.nbn-resolving.de/urn:nbn:de:hbz:464-20120416-095753-8">urn:nbn:de:hbz:464-20120416-095753-8</a>, February&nbsp;20, 2001.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="en">Multimedia, Quality of Service, Layered Transmission, DiffServ, A Priori Knowledge</span></p><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Internet is developing with a very high speed. Just a few years ago, its main applications were file transfer and e-mail access, all based on the best effort TCP/IP service over quite slow links. With the quickly growing deployment of high-speed Internet accesses, there is a growing demand for also using the Internet in application scenarios like real-time multimedia streaming, particularly for audio and video on demand services. However, such multimedia applications do not only require sufficient bandwidth. They have stricter quality of service demands, like e.g. an upper bound on the transfer delay to ensure interactivity for their users.<br />In the context of this thesis, a system for the cost-efficient transfer of variable bitrate multimedia streams over Differentiated Services&nbsp;(DiffServ) is presented and evaluated. This system supports layered transmission, i.e. streams may be partitioned into sub-streams denoted as layers (e.g. a video layer and an audio layer). Distinct layers may have different priorities as well as quality of service requirements and may therefore use different DiffServ classes for data transmission. Also, the streams may be scalable, i.e. the quality of the transferred media may be decreased in order to reduce the bandwidth requirements when bandwidth becomes scarce. Particularly, the system makes use of the fact that media files in e.g. a video on demand library can be analyzed a priorily. The information that is computed during the offline analysis is used to realize a dynamic and cost-efficient transport of layer data over different DiffServ classes. Furthermore, the system applies an adaptive buffering to smooth the flows – in order to save bandwidth – while also taking care of the delay constraints.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://duepublico.uni-duisburg-essen.de/servlets/DerivateServlet/Derivate-29936/Dre2001.pdf">https://duepublico.uni-duisburg-essen.de/servlets/DerivateServlet/Derivate-29936/Dre2001.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 479cc723184d88dbce6864ab93f9b6c0</p></div>
+</li>
+
+</ul>
+
+<h3 id="Publications-2000">2000</h3><ul>
+
+<li id="Publications-DSV00" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://de.linkedin.com/pub/jan-selzer/6/97/580">Selzer, Jan</a> and <a href="https://www.xing.com/profile/Simon_Vey">Vey, Simon</a>:<span xml:lang="de" lang="de"> ``<a type="application/pdf" href="https://www.nntb.no/~dreibh/rn/DSV00.pdf">Echtzeit-Audioübertragung mit QoS-Management in einem DiffServ-Szenario</a>´´</span> (<a type="application/pdf" href="https://www.nntb.no/~dreibh/rn/DSV00.pdf">PDF</a>, 4322&nbsp;KiB, 171&nbsp;pages, auf Deutsch), Projektseminararbeit, Universität Bonn, Institut für Informatik, August&nbsp;14, 2000.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Keywords:</strong> <span xml:lang="de">Quality of Service&nbsp;(QoS), Real-Time, Audio, DiffServ, RTP Audio</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="application/pdf" href="https://www.nntb.no/~dreibh/rn/DSV00.pdf">https://www.nntb.no/~dreibh/rn/DSV00.pdf</a></p><p class="publication-details"><strong>MD5:</strong> 9aed1f5be5c1badcd41efe3e414614c0</p></div>
+</li>
+
+</ul>
+
+<!-- END-OF-PUBLICATIONS -->
+
+</body>
+</html>
diff -pruN 1.4.4-2/src/bibtexconv-tests/web-rserpool.good 2.0.2-1/src/bibtexconv-tests/web-rserpool.good
--- 1.4.4-2/src/bibtexconv-tests/web-rserpool.good	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/bibtexconv-tests/web-rserpool.good	2025-05-10 10:22:30.000000000 +0000
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>Publications</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta name="Author" content="BibTeXConv" />
+<meta name="Description" content="List of Publications" />
+<meta name="Keywords" content="Publications" />
+<meta name="Classification" content="Publications" />
+<meta name="Viewport" content="width=device-width; initial-scale=1" />
+<link rel="stylesheet" href="https://www.nntb.no/~dreibh/stylesheet.css" type="text/css" />
+<script type="text/javascript" src="publication-list-treeview.js"></script>
+<style>
+li.treeview-collapsed {
+   list-style-image: url(Images/ListItem-Collapsed.svg);
+}
+li.treeview-expanded {
+   list-style-image: url(Images/ListItem-Expanded.svg);
+}
+</style>
+</head>
+<body>
+
+<!-- ###### Publications ############################################# -->
+<h2 id="Publications">Publications</h2>
+
+<!-- BEGIN-OF-PUBLICATIONS -->
+
+<h2>RFCs related to RSerPool</h2><ul><li id="Publications-rfc-rserpool-mib" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.linkedin.com/pub/jaiwant-mulik/2/264/9ab">Mulik, Jaiwant</a>:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://www.ietf.org/rfc/rfc5525.txt">Reliable Server Pooling MIB Module Definition</a>´´</span> (<a type="text/plain" href="https://www.ietf.org/rfc/rfc5525.txt">TXT</a>, 84&nbsp;KiB, in English), RFC&nbsp;5525, IETF, DOI&nbsp;<a href="https://dx.doi.org/10.17487/RFC5525">10.17487/RFC5525</a>, ISSN&nbsp;2070-1721, April&nbsp;22, 2009.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool) is a framework to provide reliable server pooling. The RSerPool framework consists of two protocols: ASAP&nbsp;(Aggregate Server Access Protocol) and ENRP&nbsp;(Endpoint Handlespace Redundancy Protocol). This document defines an SMIv2-compliant&nbsp;(Structure of Management Information Version 2) Management Information Base&nbsp;(MIB) module providing access to managed objects in an RSerPool implementation. This memo defines an Experimental Protocol for the Internet community.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://www.ietf.org/rfc/rfc5525.txt">https://www.ietf.org/rfc/rfc5525.txt</a></p><p class="publication-details"><strong>MD5:</strong> 0a97f3889ba2b726d4e738e9c4c77ee6</p></div>
+</li>
+
+<li id="Publications-rfc-rserpool-asap" class="treeview-collapsed"><div><p class="description"><a href="https://people.freebsd.org/~rrs/">Stewart, Randall&nbsp;R.</a>; <a href="https://www.linkedin.com/pub/qiaobing-xie/6/a23/b11">Xie, Qiaobing</a>; <a href="https://www.linkedin.com/in/maureenstillman">Stillman, Maureen</a> and <a href="https://www.fh-muenster.de/eti/personen/professoren/tuexen/">Tüxen, Michael</a>:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://www.ietf.org/rfc/rfc5352.txt">Aggregate Server Access Protcol&nbsp;(ASAP)</a>´´</span> (<a type="text/plain" href="https://www.ietf.org/rfc/rfc5352.txt">TXT</a>, 116&nbsp;KiB, in English), RFC&nbsp;5352, IETF, DOI&nbsp;<a href="https://dx.doi.org/10.17487/RFC5352">10.17487/RFC5352</a>, ISSN&nbsp;2070-1721, September&nbsp;30, 2008.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Aggregate Server Access Protocol&nbsp;(ASAP, RFC 5352), in conjunction with the Endpoint Handlespace Redundancy Protocol&nbsp;(ENRP, RFC 5353), provides a high-availability data transfer mechanism over IP networks. ASAP uses a handle-based addressing model that isolates a logical communication endpoint from its IP address(es), thus effectively eliminating the binding between the communication endpoint and its physical IP address(es), which normally constitutes a single point of failure.<br /> In addition, ASAP defines each logical communication destination as a pool, providing full transparent support for server pooling and load sharing. It also allows dynamic system scalability – members of a server pool can be added or removed at any time without interrupting the service.<br /> ASAP is designed to take full advantage of the network level redundancy provided by the Stream Transmission Control Protocol&nbsp;(SCTP, RFC 4960). Each transport protocol, other than SCTP, MUST have an accompanying transport mapping document. It should be noted that ASAP messages passed between Pool Elements&nbsp;(PEs) and ENRP servers MUST use the SCTP transport protocol.<br /> The high-availability server pooling is gained by combining two protocols, namely ASAP and ENRP, in which ASAP provides the user interface for Pool Handle to address translation, load sharing management, and fault management, while ENRP defines the high- availability Pool Handle translation service. This memo defines an Experimental Protocol for the Internet community.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://www.ietf.org/rfc/rfc5352.txt">https://www.ietf.org/rfc/rfc5352.txt</a></p><p class="publication-details"><strong>MD5:</strong> 0e0bdb9ae5d2dda80f4d26a647a711ad</p></div>
+</li>
+
+<li id="Publications-rfc-rserpool-common-param" class="treeview-collapsed"><div><p class="description"><a href="https://people.freebsd.org/~rrs/">Stewart, Randall&nbsp;R.</a>; <a href="https://www.linkedin.com/pub/qiaobing-xie/6/a23/b11">Xie, Qiaobing</a>; <a href="https://www.linkedin.com/in/maureenstillman">Stillman, Maureen</a> and <a href="https://www.fh-muenster.de/eti/personen/professoren/tuexen/">Tüxen, Michael</a>:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://www.ietf.org/rfc/rfc5354.txt">Aggregate Server Access Protocol&nbsp;(ASAP) and Endpoint Handlespace Redundancy Protocol&nbsp;(ENRP) Parameters</a>´´</span> (<a type="text/plain" href="https://www.ietf.org/rfc/rfc5354.txt">TXT</a>, 50&nbsp;KiB, in English), RFC&nbsp;5354, IETF, DOI&nbsp;<a href="https://dx.doi.org/10.17487/RFC5354">10.17487/RFC5354</a>, ISSN&nbsp;2070-1721, September&nbsp;30, 2008.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This document details the parameters of the Aggregate Server Access Protocol&nbsp;(ASAP) and Endpoint Handlespace Redundancy Protocol&nbsp;(ENRP) defined within the Reliable Server Pooling&nbsp;(RSerPool) architecture. This memo defines an Experimental Protocol for the Internet community.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://www.ietf.org/rfc/rfc5354.txt">https://www.ietf.org/rfc/rfc5354.txt</a></p><p class="publication-details"><strong>MD5:</strong> eba7648c6885600e5396de7a50da6e82</p></div>
+</li>
+
+<li id="Publications-rfc-rserpool-overview" class="treeview-collapsed"><div><p class="description"><a href="https://www.linkedin.com/in/peterlei1">Lei, Peter</a>; <a href="https://www.linkedin.com/pub/lyndon-ong/0/3b9/344">Ong, Lyndon</a>; <a href="https://www.fh-muenster.de/eti/personen/professoren/tuexen/">Tüxen, Michael</a> and <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://www.ietf.org/rfc/rfc5351.txt">An Overview of Reliable Server Pooling Protocols</a>´´</span> (<a type="text/plain" href="https://www.ietf.org/rfc/rfc5351.txt">TXT</a>, 33&nbsp;KiB, in English), Informational RFC&nbsp;5351, IETF, DOI&nbsp;<a href="https://dx.doi.org/10.17487/RFC5351">10.17487/RFC5351</a>, ISSN&nbsp;2070-1721, September&nbsp;30, 2008.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Reliable Server Pooling effort&nbsp;(abbreviated "RSerPool") provides an application-independent set of services and protocols for building fault-tolerant and highly available client/server applications. This document provides an overview of the protocols and mechanisms in the Reliable Server Pooling suite. This memo provides information for the Internet community.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://www.ietf.org/rfc/rfc5351.txt">https://www.ietf.org/rfc/rfc5351.txt</a></p><p class="publication-details"><strong>MD5:</strong> ef2740924a7fd7e776672161b88ab7fa</p></div>
+</li>
+
+<li id="Publications-rfc-rserpool-enrp" class="treeview-collapsed"><div><p class="description"><a href="https://www.linkedin.com/pub/qiaobing-xie/6/a23/b11">Xie, Qiaobing</a>; <a href="https://people.freebsd.org/~rrs/">Stewart, Randall&nbsp;R.</a>; <a href="https://www.linkedin.com/in/maureenstillman">Stillman, Maureen</a>; <a href="https://www.fh-muenster.de/eti/personen/professoren/tuexen/">Tüxen, Michael</a> and <a href="https://www.linkedin.com/in/silverton">Silverton, Aron&nbsp;J.</a>:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://www.ietf.org/rfc/rfc5353.txt">Endpoint Handlespace Redundancy Protocol&nbsp;(ENRP)</a>´´</span> (<a type="text/plain" href="https://www.ietf.org/rfc/rfc5353.txt">TXT</a>, 82&nbsp;KiB, in English), RFC&nbsp;5353, IETF, DOI&nbsp;<a href="https://dx.doi.org/10.17487/RFC5353">10.17487/RFC5353</a>, ISSN&nbsp;2070-1721, September&nbsp;30, 2008.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Endpoint Handlespace Redundancy Protocol&nbsp;(ENRP) is designed to work in conjunction with the Aggregate Server Access Protocol&nbsp;(ASAP) to accomplish the functionality of the Reliable Server Pooling&nbsp;(RSerPool) requirements and architecture. Within the operational scope of RSerPool, ENRP defines the procedures and message formats of a distributed, fault-tolerant registry service for storing, bookkeeping, retrieving, and distributing pool operation and membership information. This memo defines an Experimental Protocol for the Internet community.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://www.ietf.org/rfc/rfc5353.txt">https://www.ietf.org/rfc/rfc5353.txt</a></p><p class="publication-details"><strong>MD5:</strong> 72c92bd4050e9e26fa97abeeebafd3e4</p></div>
+</li>
+
+<li id="Publications-rfc-rserpool-policies" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.fh-muenster.de/eti/personen/professoren/tuexen/">Tüxen, Michael</a>:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://www.ietf.org/rfc/rfc5356.txt">Reliable Server Pooling Policies</a>´´</span> (<a type="text/plain" href="https://www.ietf.org/rfc/rfc5356.txt">TXT</a>, 33&nbsp;KiB, in English), RFC&nbsp;5356, IETF, DOI&nbsp;<a href="https://dx.doi.org/10.17487/RFC5356">10.17487/RFC5356</a>, ISSN&nbsp;2070-1721, September&nbsp;30, 2008.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This document describes server pool policies for Reliable Server Pooling&nbsp;(RSerPool) including considerations for implementing them at Endpoint Handlespace Redundancy Protocol&nbsp;(ENRP) servers and pool users. This memo defines an Experimental Protocol for the Internet community.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://www.ietf.org/rfc/rfc5356.txt">https://www.ietf.org/rfc/rfc5356.txt</a></p><p class="publication-details"><strong>MD5:</strong> b3865e8c10685a43bd16cc90ecf4df29</p></div>
+</li>
+
+<li id="Publications-rfc-rserpool-threats" class="treeview-collapsed"><div><p class="description"><a href="https://www.linkedin.com/in/maureenstillman">Stillman, Maureen</a>; <a href="https://www.linkedin.com/pub/ram-gopal/7/25b/3a8">Gopal, Ram</a>; <a href="https://de.linkedin.com/in/erikguttman">Guttman, Erik</a>; <a href="https://fr.linkedin.com/pub/matt-holdrege/0/8/28">Holdrege, Matt</a> and <a href="https://www.linkedin.com/pub/senthil-sengodan/0/151/a50">Sengodan, Senthil</a>:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://www.ietf.org/rfc/rfc5355.txt">Threats Introduced by RSerPool and Requirements for Security</a>´´</span> (<a type="text/plain" href="https://www.ietf.org/rfc/rfc5355.txt">TXT</a>, 38&nbsp;KiB, in English), RFC&nbsp;5355, IETF, DOI&nbsp;<a href="https://dx.doi.org/10.17487/RFC5355">10.17487/RFC5355</a>, ISSN&nbsp;2070-1721, September&nbsp;30, 2008.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">Reliable Server Pooling&nbsp;(RSerPool) is an architecture and set of protocols for the management and access to server pools supporting highly reliable applications and for client access mechanisms to a server pool. This document describes security threats to the RSerPool architecture and presents requirements for security to thwart these threats. This memo provides information for the Internet community.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://www.ietf.org/rfc/rfc5355.txt">https://www.ietf.org/rfc/rfc5355.txt</a></p><p class="publication-details"><strong>MD5:</strong> e7a6fa1d9b8690b3113eab649ed4eaed</p></div>
+</li>
+
+<li id="Publications-RFC3237" class="treeview-collapsed"><div><p class="description"><a href="https://www.fh-muenster.de/eti/personen/professoren/tuexen/">Tüxen, Michael</a>; <a href="https://www.linkedin.com/pub/qiaobing-xie/6/a23/b11">Xie, Qiaobing</a>; <a href="https://people.freebsd.org/~rrs/">Stewart, Randall&nbsp;R.</a>; <a href="https://www.linkedin.com/pub/melinda-shore/9/667/236">Shore, Melinda</a>; <a href="https://www.linkedin.com/pub/lyndon-ong/0/3b9/344">Ong, Lyndon</a>; Loughney, John&nbsp;A. and <a href="https://www.linkedin.com/in/maureenstillman">Stillman, Maureen</a>:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://www.rfc-editor.org/rfc/rfc3237.txt">Requirements for Reliable Server Pooling</a>´´</span> (<a type="text/plain" href="https://www.rfc-editor.org/rfc/rfc3237.txt">TXT</a>, 17&nbsp;KiB, in English), Informational RFC&nbsp;3237, IETF, DOI&nbsp;<a href="https://dx.doi.org/10.17487/RFC3237">10.17487/RFC3237</a>, ISSN&nbsp;2070-1721, January&nbsp;2002.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This document defines a basic set of requirements for reliable server pooling. This memo provides information for the Internet community.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://www.rfc-editor.org/rfc/rfc3237.txt">https://www.rfc-editor.org/rfc/rfc3237.txt</a></p><p class="publication-details"><strong>MD5:</strong> f95d2fdfe28590dbf1b5967747b7d7ca</p></div>
+</li>
+
+</ul><h2>Internet Drafts&nbsp;(IDs) related to RSerPool</h2><ul><li id="Publications-draft-dreibholz-rserpool-applic-distcomp" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://tools.ietf.org/id/draft-dreibholz-rserpool-applic-distcomp-38.txt">Applicability of Reliable Server Pooling for Real-Time Distributed Computing</a>´´</span> (<a type="text/plain" href="https://tools.ietf.org/id/draft-dreibholz-rserpool-applic-distcomp-38.txt">TXT</a>, 19&nbsp;KiB, in English), Internet Draft&nbsp;draft-dreibholz-rserpool-applic-distcomp-38, IETF, Individual Submission, March&nbsp;30, 2025.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This document describes the applicability of the Reliable Server Pooling architecture to manage real-time distributed computing pools and access the resources of such pools.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://tools.ietf.org/id/draft-dreibholz-rserpool-applic-distcomp-38.txt">https://tools.ietf.org/id/draft-dreibholz-rserpool-applic-distcomp-38.txt</a></p><p class="publication-details"><strong>MD5:</strong> beb63ef1fbdf5cb19b3eb03f699dcfa5</p></div>
+</li>
+
+<li id="Publications-draft-dreibholz-rserpool-applic-mobility" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.tdr.wiwi.uni-due.de/en/team/former-staff/jobin-pulinthanath/">Pulinthanath, Jobin</a>:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://tools.ietf.org/id/draft-dreibholz-rserpool-applic-mobility-37.txt">Applicability of Reliable Server Pooling for SCTP-Based Endpoint Mobility</a>´´</span> (<a type="text/plain" href="https://tools.ietf.org/id/draft-dreibholz-rserpool-applic-mobility-37.txt">TXT</a>, 17&nbsp;KiB, in English), Internet Draft&nbsp;draft-dreibholz-rserpool-applic-mobility-37, IETF, Individual Submission, March&nbsp;30, 2025.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This document describes a novel mobility concept based on a combination of SCTP with Dynamic Address Reconfiguration extension and Reliable Server Pooling&nbsp;(RSerPool).</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://tools.ietf.org/id/draft-dreibholz-rserpool-applic-mobility-37.txt">https://tools.ietf.org/id/draft-dreibholz-rserpool-applic-mobility-37.txt</a></p><p class="publication-details"><strong>MD5:</strong> dd82eef5b846438f980c2077cec33bee</p></div>
+</li>
+
+<li id="Publications-draft-dreibholz-rserpool-delay" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://tools.ietf.org/id/draft-dreibholz-rserpool-delay-35.txt">Definition of a Delay Measurement Infrastructure and Delay-Sensitive Least-Used Policy for Reliable Server Pooling</a>´´</span> (<a type="text/plain" href="https://tools.ietf.org/id/draft-dreibholz-rserpool-delay-35.txt">TXT</a>, 18&nbsp;KiB, in English), Internet Draft&nbsp;draft-dreibholz-rserpool-delay-35, IETF, Individual Submission, March&nbsp;30, 2025.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This document contains the definition of a delay measurement infrastructure and a delay-sensitive Least-Used policy for Reliable Server Pooling.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://tools.ietf.org/id/draft-dreibholz-rserpool-delay-35.txt">https://tools.ietf.org/id/draft-dreibholz-rserpool-delay-35.txt</a></p><p class="publication-details"><strong>MD5:</strong> 9929a103fa809cfbf3a3a6db88814dbb</p></div>
+</li>
+
+<li id="Publications-draft-dreibholz-rserpool-asap-hropt" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://tools.ietf.org/id/draft-dreibholz-rserpool-asap-hropt-36.txt">Handle Resolution Option for ASAP</a>´´</span> (<a type="text/plain" href="https://tools.ietf.org/id/draft-dreibholz-rserpool-asap-hropt-36.txt">TXT</a>, 13&nbsp;KiB, in English), Internet Draft&nbsp;draft-dreibholz-rserpool-asap-hropt-36, IETF, Individual Submission, March&nbsp;30, 2025.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This document describes the Handle Resolution option for the ASAP protocol.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://tools.ietf.org/id/draft-dreibholz-rserpool-asap-hropt-36.txt">https://tools.ietf.org/id/draft-dreibholz-rserpool-asap-hropt-36.txt</a></p><p class="publication-details"><strong>MD5:</strong> e277e1868bde45cfd0977fe02d8120d7</p></div>
+</li>
+
+<li id="Publications-draft-dreibholz-rserpool-score" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://www.fh-muenster.de/eti/personen/professoren/tuexen/">Tüxen, Michael</a>:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://tools.ietf.org/id/draft-dreibholz-rserpool-score-36.txt">Reliable Server Pooling&nbsp;(RSerPool) Bakeoff Scoring</a>´´</span> (<a type="text/plain" href="https://tools.ietf.org/id/draft-dreibholz-rserpool-score-36.txt">TXT</a>, 19&nbsp;KiB, in English), Internet Draft&nbsp;draft-dreibholz-rserpool-score-36, IETF, Individual Submission, March&nbsp;30, 2025.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This memo describes some of the scoring to be used in the testing of Reliable Server Pooling protocols ASAP and ENRP at upcoming bakeoffs.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://tools.ietf.org/id/draft-dreibholz-rserpool-score-36.txt">https://tools.ietf.org/id/draft-dreibholz-rserpool-score-36.txt</a></p><p class="publication-details"><strong>MD5:</strong> 71d77867d1201e758b5ae9cd83f3505d</p></div>
+</li>
+
+<li id="Publications-draft-dreibholz-rserpool-enrp-takeover" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a> and <a href="https://web.archive.org/web/20210517200550/https://hd.hainanu.edu.cn/scscs/info/1019/1029.htm">Zhou, Xing</a>:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://tools.ietf.org/id/draft-dreibholz-rserpool-enrp-takeover-33.txt">Takeover Suggestion Flag for the ENRP Handle Update Message</a>´´</span> (<a type="text/plain" href="https://tools.ietf.org/id/draft-dreibholz-rserpool-enrp-takeover-33.txt">TXT</a>, 14&nbsp;KiB, in English), Internet Draft&nbsp;draft-dreibholz-rserpool-enrp-takeover-33, IETF, Individual Submission, March&nbsp;30, 2025.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This document describes the Takeover Suggestion Flag for the ENRP_HANDLE_UPDATE message of the ENRP protocol.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://tools.ietf.org/id/draft-dreibholz-rserpool-enrp-takeover-33.txt">https://tools.ietf.org/id/draft-dreibholz-rserpool-enrp-takeover-33.txt</a></p><p class="publication-details"><strong>MD5:</strong> bdcd732cd5b76b8d142a0fc420741f7c</p></div>
+</li>
+
+<li id="Publications-draft-coene-rserpool-applic-ipfix" class="treeview-collapsed"><div><p class="description"><a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>; <a href="https://be.linkedin.com/pub/lode-coene/7/8ab/678">Coene, Lode</a> and Conrad, Phillip&nbsp;T.:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://tools.ietf.org/id/draft-coene-rserpool-applic-ipfix-20.txt">Reliable Server Pooling Applicability for IP Flow Information Exchange</a>´´</span> (<a type="text/plain" href="https://tools.ietf.org/id/draft-coene-rserpool-applic-ipfix-20.txt">TXT</a>, 16&nbsp;KiB, in English), Internet Draft&nbsp;draft-coene-rserpool-applic-ipfix-20, IETF, Individual Submission, March&nbsp;25, 2023.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This document describes the applicability of the Reliable Server Pooling architecture to the IP Flow Information Exchange using the Aggregate Server Access Protocol&nbsp;(ASAP) functionality of RSerPool only. Data exchange in IPFIX between the router and the data collector can be provided by a limited retransmission protocol.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://tools.ietf.org/id/draft-coene-rserpool-applic-ipfix-20.txt">https://tools.ietf.org/id/draft-coene-rserpool-applic-ipfix-20.txt</a></p><p class="publication-details"><strong>MD5:</strong> 65ad43cb7053bce7af69f746b66a7409</p></div>
+</li>
+
+<li id="Publications-draft-ietf-rserpool-comp" class="treeview-collapsed"><div><p class="description"><a href="https://www.linkedin.com/in/jloughney">Loughney, John</a>; <a href="https://www.linkedin.com/in/silverton">Silverton, Aron&nbsp;J.</a>; <a href="https://www.linkedin.com/in/maureenstillman">Stillman, Maureen</a>; <a href="https://www.linkedin.com/pub/qiaobing-xie/6/a23/b11">Xie, Qiaobing</a> and <a href="https://people.freebsd.org/~rrs/">Stewart, Randall&nbsp;R.</a>:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://tools.ietf.org/id/draft-ietf-rserpool-comp-11.txt">Comparison of Protocols for Reliable Server Pooling</a>´´</span> (<a type="text/plain" href="https://tools.ietf.org/id/draft-ietf-rserpool-comp-11.txt">TXT</a>, 55&nbsp;KiB, in English), Internet Draft&nbsp;draft-ietf-rserpool-comp-11, IETF, November&nbsp;16, 2006.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This document compares protocols that may be applicable for the Reliable Server Pooling problem space. This document discusses the usage and applicability of these protocols for the Reliable Server Pooling architecture.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://tools.ietf.org/id/draft-ietf-rserpool-comp-11.txt">https://tools.ietf.org/id/draft-ietf-rserpool-comp-11.txt</a></p><p class="publication-details"><strong>MD5:</strong> d77b871d9a10e1bd3efbdf29f848e3b4</p></div>
+</li>
+
+<li id="Publications-draft-ietf-rserpool-arch" class="treeview-collapsed"><div><p class="description"><a href="https://www.fh-muenster.de/eti/personen/professoren/tuexen/">Tüxen, Michael</a>; <a href="https://www.linkedin.com/pub/qiaobing-xie/6/a23/b11">Xie, Qiaobing</a>; <a href="https://people.freebsd.org/~rrs/">Stewart, Randall&nbsp;R.</a>; <a href="https://www.linkedin.com/pub/melinda-shore/9/667/236">Shore, Melinda</a>; <a href="https://www.linkedin.com/in/jloughney">Loughney, John</a> and <a href="https://www.linkedin.com/in/silverton">Silverton, Aron&nbsp;J.</a>:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://tools.ietf.org/id/draft-ietf-rserpool-arch-12.txt">Architecture for Reliable Server Pooling</a>´´</span> (<a type="text/plain" href="https://tools.ietf.org/id/draft-ietf-rserpool-arch-12.txt">TXT</a>, 58&nbsp;KiB, in English), Internet Draft&nbsp;draft-ietf-rserpool-arch-12, IETF, November&nbsp;14, 2006.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This document describes an architecture and protocols for the management and operation of server pools supporting highly reliable applications, and for client access mechanisms to a server pool.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://tools.ietf.org/id/draft-ietf-rserpool-arch-12.txt">https://tools.ietf.org/id/draft-ietf-rserpool-arch-12.txt</a></p><p class="publication-details"><strong>MD5:</strong> e6aed2ee44f62d9751245c0318854a77</p></div>
+</li>
+
+<li id="Publications-draft-ietf-rserpool-api" class="treeview-collapsed"><div><p class="description"><a href="https://www.linkedin.com/in/silverton">Silverton, Aron&nbsp;J.</a>; <a href="https://www.linkedin.com/pub/qiaobing-xie/6/a23/b11">Xie, Qiaobing</a>; <a href="https://www.fh-muenster.de/eti/personen/professoren/tuexen/">Tüxen, Michael</a> and <a href="https://www.nntb.no/~dreibh/">Dreibholz, Thomas</a>:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://tools.ietf.org/id/draft-ietf-rserpool-api-00.txt">Reliable Server Pooling Sockets API Extensions</a>´´</span> (<a type="text/plain" href="https://tools.ietf.org/id/draft-ietf-rserpool-api-00.txt">TXT</a>, 19&nbsp;KiB, in English), Internet Draft&nbsp;draft-ietf-rserpool-api-00, IETF, October&nbsp;17, 2005.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This document describes a sockets-like API for the Reliable Server Pooling&nbsp;(RSerPool) protocol suite. This API provides applications within an RSerPool enabled system with a reliable communications layer via a highly-available socket interface&nbsp;(rsp_socket).</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://tools.ietf.org/id/draft-ietf-rserpool-api-00.txt">https://tools.ietf.org/id/draft-ietf-rserpool-api-00.txt</a></p><p class="publication-details"><strong>MD5:</strong> d9fb76046a89ae415ba233da5a220903</p></div>
+</li>
+
+<li id="Publications-draft-ietf-rserpool-service" class="treeview-collapsed"><div><p class="description">Conrad, Phillip&nbsp;T. and <a href="https://www.linkedin.com/in/peterlei1">Lei, Peter</a>:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://tools.ietf.org/id/draft-ietf-rserpool-service-02.txt">Services Provided By Reliable Server Pooling</a>´´</span> (<a type="text/plain" href="https://tools.ietf.org/id/draft-ietf-rserpool-service-02.txt">TXT</a>, 39&nbsp;KiB, in English), Internet Draft&nbsp;draft-ietf-rserpool-service-02, IETF, October&nbsp;6, 2005.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">The Reliable Server Pooling architecture&nbsp;(abbreviated "RSerPool", and defined in [3]), provides a set of services and protocols for building fault tolerant and highly available client/server applications. This memo describes the semantics of the services that RSerPool provides to upper layer protocols.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://tools.ietf.org/id/draft-ietf-rserpool-service-02.txt">https://tools.ietf.org/id/draft-ietf-rserpool-service-02.txt</a></p><p class="publication-details"><strong>MD5:</strong> da1a37baab6a3034e503d2751a39ac15</p></div>
+</li>
+
+<li id="Publications-draft-ietf-rserpool-tcpmapping" class="treeview-collapsed"><div><p class="description"><a href="https://www.linkedin.com/in/peterlei1">Lei, Peter</a> and Conrad, Phillip&nbsp;T.:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://tools.ietf.org/id/draft-ietf-rserpool-tcpmapping-03.txt">TCP Mapping for Reliable Server Pooling Enhanced Mode</a>´´</span> (<a type="text/plain" href="https://tools.ietf.org/id/draft-ietf-rserpool-tcpmapping-03.txt">TXT</a>, 39&nbsp;KiB, in English), Internet Draft&nbsp;draft-ietf-rserpool-tcpmapping-03, IETF, October&nbsp;6, 2005.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This memo defines the shim protocol that maps the requirements of the ASAP protocol [5] to the capabilities of the TCP protocol [3]. In particular, this shim protocol adds the following capabilties that are required by ASAP, but not provided by TCP:&nbsp;(1) message orientation,&nbsp;(2) heartbeat messages,&nbsp;(3) multiple streams, and&nbsp;(4) undelivered message retrieval&nbsp;(if provided).</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://tools.ietf.org/id/draft-ietf-rserpool-tcpmapping-03.txt">https://tools.ietf.org/id/draft-ietf-rserpool-tcpmapping-03.txt</a></p><p class="publication-details"><strong>MD5:</strong> d7e567330f6944b87e22100373481995</p></div>
+</li>
+
+<li id="Publications-draft-xie-rserpool-redundancy-model" class="treeview-collapsed"><div><p class="description"><a href="https://www.linkedin.com/pub/qiaobing-xie/6/a23/b11">Xie, Qiaobing</a>:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://tools.ietf.org/id/draft-xie-rserpool-redundancy-model-03.txt">RSerPool Redundancy-model Policy</a>´´</span> (<a type="text/plain" href="https://tools.ietf.org/id/draft-xie-rserpool-redundancy-model-03.txt">TXT</a>, 18&nbsp;KiB, in English), Internet Draft&nbsp;draft-xie-rserpool-redundancy-model-03, IETF, Individual Submission, November&nbsp;8, 2004.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This document defines RSERPOOL Redundancy-model Member Selection Policy parameter and the related procedures. This policy is designed to be flexible and capable of supporting a wide range of advanced redundancy models found in some high availability systems. The design uses the extensibility in RSERPOOL pool load sharing policy.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://tools.ietf.org/id/draft-xie-rserpool-redundancy-model-03.txt">https://tools.ietf.org/id/draft-xie-rserpool-redundancy-model-03.txt</a></p><p class="publication-details"><strong>MD5:</strong> a4d778450a680c54e3a77024f102bb71</p></div>
+</li>
+
+<li id="Publications-draft-ietf-rserpool-applic" class="treeview-collapsed"><div><p class="description"><a href="https://be.linkedin.com/pub/lode-coene/7/8ab/678">Coene, Lode</a>; Conrad, Phillip&nbsp;T. and <a href="https://www.linkedin.com/in/peterlei1">Lei, Peter</a>:<span xml:lang="en" lang="en"> ``<a type="text/plain" href="https://tools.ietf.org/id/draft-ietf-rserpool-applic-02.txt">Reliable Server Pool Applicability Statement</a>´´</span> (<a type="text/plain" href="https://tools.ietf.org/id/draft-ietf-rserpool-applic-02.txt">TXT</a>, 28&nbsp;KiB, in English), Internet Draft&nbsp;draft-ietf-rserpool-applic-02, IETF, July&nbsp;18, 2004.</p></div>
+<div class="publication-details-hiddenbox"><p class="publication-details"><strong>Abstract:</strong> <span xml:lang="en">This document describes the applicability of the reliable server pool architecture and protocols to applications which want to have High avialebility services. This is accomplished by using redundant servers and failover between servers of the same pool in case of server failure. Processing load in a pool may de distributed/shared between the members of the pool according to a certain policy. Also some guidance is given on the choice of underlying transport protocol&nbsp;(and corresponding transport protocol mapping) for transporting application data and Rserpool specific control data.</span></p><p class="publication-details" style="text-align: left;"><strong>URL:</strong> <a type="text/plain" href="https://tools.ietf.org/id/draft-ietf-rserpool-applic-02.txt">https://tools.ietf.org/id/draft-ietf-rserpool-applic-02.txt</a></p><p class="publication-details"><strong>MD5:</strong> f88b529df260abab9f63364880c44e94</p></div>
+</li>
+
+</ul><!-- END-OF-PUBLICATIONS -->
+
+</body>
+</html>
diff -pruN 1.4.4-2/src/bibtexconv-tests/yaml-example.good 2.0.2-1/src/bibtexconv-tests/yaml-example.good
--- 1.4.4-2/src/bibtexconv-tests/yaml-example.good	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/bibtexconv-tests/yaml-example.good	2025-04-21 19:41:03.000000000 +0000
@@ -0,0 +1,1929 @@
+Reference:
+ - Author: Thomas Dreibholz and Jan Selzer and Simon Vey
+   Title: Echtzeit-Audioübertragung mit QoS-Management in einem DiffServ-Szenario
+   Type: Projektseminararbeit
+   Year: 2000
+   Month: aug
+   Day: 14
+   URL: https://www.nntb.no/~dreibh/rn/DSV00.pdf
+ - Author: Thomas Dreibholz
+   Title: Management of Layered Variable Bitrate Multimedia Streams over DiffServ with Apriori Knowledge
+   Type: Masters Thesis
+   Year: 2001
+   Month: feb
+   Day: 20
+   URL: https://duepublico.uni-duisburg-essen.de/servlets/DerivateServlet/Derivate-29936/Dre2001.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the 27th IEEE Local Computer Networks Conference (LCN)
+   Pages: 348–349
+   Title: An Efficient Approach for State Sharing in Server Pools
+   ISBN: ISBN 0-7695-1591-6
+   DOI: 10.1109/LCN.2002.1181806
+   Year: 2002
+   Month: nov
+   Day: 8
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/StateSharing-Paper-ShortVersion.pdf
+ - Author: Thomas Dreibholz and Andreas Jungmaier and Michael Tüxen
+   Booktitle: Proceedings of the 28th IEEE Local Computer Networks Conference (LCN)
+   Pages: 99–108
+   Title: A New Scheme for IP-based Internet Mobility
+   ISBN: ISBN 0-7695-2037-5
+   DOI: 10.1109/LCN.2003.1243117
+   Year: 2003
+   Month: oct
+   Day: 22
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2003.pdf
+ - Author: Thomas Dreibholz and Avril J. Smith and John L. Adams
+   Booktitle: Proceedings of the 10th IEEE International Conference on Telecommunications (ICT)
+   Pages: 1133–1139
+   Title: Realizing a Scalable Edge Device to Meet QoS Requirements for Real-Time Content Delivered to IP Broadband Customers
+   Volume: 2
+   ISBN: ISBN 0-7803-7661-7
+   DOI: 10.1109/ICTEL.2003.1191595
+   Year: 2003
+   Month: feb
+   Day: 26
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/EdgeDevice-Paper.pdf
+ - Author: Thomas Dreibholz and Michael Tüxen
+   Booktitle: Proceedings of the Linux Conference Australia (LCA)
+   Title: High Availability using Reliable Server Pooling
+   Year: 2003
+   Month: jan
+   Day: 24
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RSerPool-Paper.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the 61st IETF Meeting
+   Title: draft-ietf-rserpool-policies-00.txt – Definition of Member Selection Policies
+   Year: 2004
+   Month: nov
+   Day: 8
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF61.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the 12th IEEE International Conference on Network Protocols (ICNP)
+   Title: An Overview of the Reliable Server Pooling Architecture
+   Year: 2004
+   Month: oct
+   Day: 7
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICNP2004.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the 60th IETF Meeting
+   Title: Member Selection Policies for the Reliable Server Pooling Protocol Suite
+   Year: 2004
+   Month: aug
+   Day: 5
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF60.pdf
+ - Author: Thomas Dreibholz and Avril J. IJsselmuiden and John L. Adams
+   Booktitle: Proceedings of the 2nd International Conference on Performance Modelling and Evaluation of Heterogeneous Networks (HET-NETs)
+   Title: Simulation of an Advanced QoS Protocol for Mass Content
+   Year: 2004
+   Month: jul
+   Day: 26
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/HET-NET2004-Paper.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the Multi-Service Networks Conference (MSN, Coseners)
+   Title: Policy Management in the Reliable Server Pooling Architecture
+   Year: 2004
+   Month: jul
+   Day: 8
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/MSN2004-Final-with-Examples.pdf
+ - Author: Thomas Dreibholz and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the IEEE TENCON
+   Title: The Performance of Reliable Server Pooling Systems in Different Server Capacity Scenarios
+   ISBN: ISBN 0-7803-9312-0
+   DOI: 10.1109/TENCON.2005.300939
+   Year: 2005
+   Month: nov
+   Day: 22
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Tencon2005.pdf
+ - Author: Thomas Dreibholz and Avril J. IJsselmuiden and John L. Adams
+   Booktitle: Proceedings of the IEEE Conference on Local Computer Networks (LCN) 30th Anniversary
+   Pages: 517–518
+   Title: An Advanced QoS Protocol for Mass Content
+   ISBN: ISBN 0-7695-2421-4
+   DOI: 10.1109/LCN.2005.25
+   Year: 2005
+   Month: nov
+   Day: 17
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2005-EdgeDevice.pdf
+ - Author: Thomas Dreibholz and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the IEEE Conference on Local Computer Networks (LCN) 30th Anniversary
+   Pages: 200–208
+   Title: On the Performance of Reliable Server Pooling Systems
+   ISBN: ISBN 0-7695-2421-4
+   DOI: 10.1109/LCN.2005.98
+   Year: 2005
+   Month: nov
+   Day: 16
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2005.pdf
+ - Author: Thomas Dreibholz and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 31st IEEE EuroMirco Conference on Software Engineering and Advanced Applications
+   Pages: 396–403
+   Title: RSerPool – Providing Highly Available Services using Unreliable Servers
+   ISBN: ISBN 0-7695-2431-1
+   DOI: 10.1109/EUROMICRO.2005.50
+   Year: 2005
+   Month: sep
+   Day: 2
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2005.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the 63rd IETF Meeting
+   Title: draft-ietf-rserpool-mib-01.txt – Management Information Base Definition for Reliable Server Pooling
+   Year: 2005
+   Month: aug
+   Day: 1
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IETF63.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the LinuxTag
+   Title: Das rsplib–Projekt – Hochverfügbarkeit mit Reliable Server Pooling
+   Year: 2005
+   Month: jun
+   Day: 24
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2005.pdf
+ - Author: Thomas Dreibholz and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 8th IEEE International Conference on Telecommunications (ConTEL)
+   Pages: 21–28
+   Title: Implementing the Reliable Server Pooling Framework
+   Volume: 1
+   ISBN: ISBN 953-184-081-4
+   Year: 2005
+   Month: jun
+   Day: 15
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Contel2005.pdf
+ - Author: Thomas Dreibholz and Erwin Paul Rathgeb and Michael Tüxen
+   Booktitle: Proceedings of the 4th IEEE International Conference on Networking (ICN)
+   Pages: 564–574
+   Publisher: Springer
+   Title: Load Distribution Performance of the Reliable Server Pooling Framework
+   Volume: 3421
+   ISBN: ISBN 3-540-25338-6
+   DOI: 10.1007/978-3-540-31957-3_65
+   Year: 2005
+   Month: apr
+   Day: 21
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICN2005.pdf
+ - Author: Thomas Dreibholz and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 24th IEEE International Conference on Computer Communications (INFOCOM)
+   Title: An Application Demonstration of the Reliable Server Pooling Framework
+   Year: 2005
+   Month: mar
+   Day: 16
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Infocom2005.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the Linuxtage in Essen
+   Title: RSPLIB – Eine Open Source Implementation von Reliable Server Pooling
+   Year: 2006
+   Month: sep
+   Day: 9
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2006.pdf
+ - Author: Xing Zhou and Thomas Dreibholz and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 15th IEEE International Conference on Advanced Computing and Communication (ADCOM)
+   Pages: 117–121
+   Title: A New Approach of Performance Improvement for Server Selection in Reliable Server Pooling Systems
+   ISBN: ISBN 0-7695-3059-1
+   DOI: 10.1109/ADCOM.2007.19
+   Year: 2007
+   Month: dec
+   Day: 19
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ADCOM2007.pdf
+ - Author: Xing Zhou and Thomas Dreibholz and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the IEEE International Conference on Future Generation Communication and Networking (FGCN)
+   Pages: 173–180
+   Title: Evaluation of a Simple Load Balancing Improvement for Reliable Server Pooling with Heterogeneous Server Pools
+   Volume: 1
+   ISBN: ISBN 0-7695-3048-6
+   DOI: 10.1109/FGCN.2007.119
+   Year: 2007
+   Month: dec
+   Day: 8
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-LoadBalancing.pdf
+ - Author: Thomas Dreibholz and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the IEEE International Conference on Future Generation Communication and Networking (FGCN)
+   Pages: 136–143
+   Title: An Evaluation of the Pool Maintenance Overhead in Reliable Server Pooling Systems
+   Volume: 1
+   ISBN: ISBN 0-7695-3048-6
+   DOI: 10.1109/FGCN.2007.62
+   Year: 2007
+   Month: dec
+   Day: 6
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FGCN2007-HsMgt.pdf
+ - Author: Thomas Dreibholz
+   Title: An Introduction to Reliable Server Pooling and the RSPLIB Implementation
+   Year: 2007
+   Month: dec
+   Day: 2
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/HaikouTalk2007.pdf
+ - Author: Xing Zhou and Thomas Dreibholz and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 3rd Asian Internet Engineering Conference (AINTEC)
+   Pages: 125–140
+   Publisher: Springer
+   Title: Improving the Load Balancing Performance of Reliable Server Pooling in Heterogeneous Capacity Environments
+   Volume: 4866
+   ISBN: ISBN 978-3-540-76808-1
+   DOI: 10.1007/978-3-540-76809-8_12
+   Year: 2007
+   Month: nov
+   Day: 28
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINTEC2007.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the Linuxtage in Essen
+   Title: Hochverfügbarkeit mit Reliable Server Pooling
+   Year: 2007
+   Month: nov
+   Day: 10
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Linuxtage2007.pdf
+ - Author: Thomas Dreibholz and Xing Zhou and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 33rd IEEE EuroMirco Conference on Software Engineering and Advanced Applications
+   Pages: 157–164
+   Title: A Performance Evaluation of RSerPool Server Selection Policies in Varying Heterogeneous Capacity Scenarios
+   ISBN: ISBN 0-7695-2977-1
+   DOI: 10.1109/EUROMICRO.2007.9
+   Year: 2007
+   Month: aug
+   Day: 29
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroMicro2007.pdf
+ - Author: Thomas Dreibholz and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 7th Joint EuroFGI and ITG Workshop on Visions of Future Network Generations (EuroView)
+   Title: Towards the Future Internet – A Survey of Challenges and Solutions in Research and Standardization
+   Year: 2007
+   Month: jul
+   Day: 23
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/EuroView2007.pdf
+ - Author: Thomas Dreibholz
+   Title: Reliable Server Pooling – Evaluation, Optimization and Extension of a Novel IETF Architecture
+   Year: 2007
+   Month: mar
+   Day: 7
+   URL: https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00016326/Dre2006_final.pdf
+ - Author: Thomas Dreibholz and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 15. ITG/GI Fachtagung Kommunikation in Verteilten Systemen (KiVS)
+   Pages: 39–50
+   Publisher: Springer
+   Title: On Improving the Performance of Reliable Server Pooling Systems for Distance-Sensitive Distributed Applications
+   ISBN: ISBN 978-3-540-69962-0
+   DOI: 10.1007/978-3-540-69962-0_4
+   Year: 2007
+   Month: feb
+   Day: 28
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2007.pdf
+ - Author: Wenyu Zhu and Thomas Dreibholz and Erwin Paul Rathgeb and Xing Zhou
+   Booktitle: Proceedings of the IEEE International Conference on Future Generation Communication and Networking (FGCN)
+   Pages: 343–348
+   Title: A Scalable QoS Device for Broadband Access to Multimedia Services
+   Volume: 1
+   ISBN: ISBN 978-0-7695-3431-2
+   DOI: 10.1109/FGCN.2008.124
+   Year: 2008
+   Month: dec
+   Day: 13
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/FGCN2008.pdf
+ - Author: Thomas Dreibholz and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 2nd GI/ITG KuVS Workshop on the Future Internet
+   Title: Towards the Future Internet – An Overview of Challenges and Solutions in Research and Standardization
+   Year: 2008
+   Month: nov
+   Day: 11
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/FutureInternet2008.pdf
+ - Author: Pascal Schöttle and Thomas Dreibholz and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 33rd IEEE Conference on Local Computer Networks (LCN)
+   Pages: 207–214
+   Title: On the Application of Anomaly Detection in Reliable Server Pooling Systems for Improved Robustness against Denial of Service Attacks
+   ISBN: ISBN 978-1-4244-2413-9
+   DOI: 10.1109/LCN.2008.4664171
+   Year: 2008
+   Month: oct
+   Day: 16
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LCN2008.pdf
+ - Author: Wenyu Zhu and Thomas Dreibholz and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 33rd IEEE Conference on Local Computer Networks (LCN)
+   Pages: 504–505
+   Title: Analysis and Evaluation of a Scalable QoS Device for Broadband Access to Multimedia Services
+   ISBN: ISBN 978-1-4244-2413-9
+   DOI: 10.1109/LCN.2008.4664212
+   Year: 2008
+   Month: oct
+   Day: 15
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/FlowRouting/Paper/LCN2008-FlowRouting.pdf
+ - Author: Thomas Dreibholz and Xing Zhou
+   Title: SCTP and RSerPool: Architectures and Protocols for the Future Internet
+   Year: 2008
+   Month: sep
+   Day: 26
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Haikou2008-English.pdf
+ - Author: Thomas Dreibholz and Erwin Paul Rathgeb and Xing Zhou
+   Booktitle: Proceedings of the 7th International IFIP Networking Conference
+   Pages: 586–598
+   Publisher: Springer
+   Title: On Robustness and Countermeasures of Reliable Server Pooling Systems against Denial of Service Attacks
+   Volume: 4982
+   ISBN: ISBN 978-3-540-79548-3
+   DOI: 10.1007/978-3-540-79549-0_51
+   Year: 2008
+   Month: may
+   Day: 7
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Networking2008.pdf
+ - Author: Thomas Dreibholz and Erwin Paul Rathgeb
+   Journal: SERSC International Journal on Hybrid Information Technology (IJHIT)
+   Number: 2
+   Pages: 17–32
+   Title: An Evaluation of the Pool Maintenance Overhead in Reliable Server Pooling Systems
+   Volume: 1
+   ISSN: ISSN 1738-9968
+   Year: 2008
+   Month: apr
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJHIT2008.pdf
+ - Author: Thomas Dreibholz and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 1st ACM/ICST International Workshop on OMNeT++
+   Title: A Powerful Tool-Chain for Setup, Distributed Processing, Analysis and Debugging of OMNeT++ Simulations
+   ISBN: ISBN 978-963-9799-20-2
+   DOI: 10.4108/ICST.SIMUTOOLS2008.2990
+   Year: 2008
+   Month: mar
+   Day: 7
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeTWorkshop2008.pdf
+ - Author: Thomas Dreibholz and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 2nd IEEE International Conference on Digital Society (ICDS)
+   Pages: 150–156
+   Title: Reliable Server Pooling – A Novel IETF Architecture for Availability-Sensitive Services
+   ISBN: ISBN 978-0-7695-3087-1
+   DOI: 10.1109/ICDS.2008.11
+   Year: 2008
+   Month: feb
+   Day: 14
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-Failover.pdf
+ - Author: Xing Zhou and Thomas Dreibholz and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 2nd IEEE International Conference on Digital Society (ICDS)
+   Pages: 171–177
+   Title: A New Server Selection Strategy for Reliable Server Pooling in Widely Distributed Environments
+   ISBN: ISBN 978-0-7695-3087-1
+   DOI: 10.1109/ICDS.2008.12
+   Year: 2008
+   Month: feb
+   Day: 14
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ICDS2008-LUD.pdf
+ - Author: Thomas Dreibholz and Xing Zhou and Erwin Paul Rathgeb and Wencai Du
+   Booktitle: Proceedings of the 10th IEEE International Conference on Telecommunications (ConTEL)
+   Pages: 213–220
+   Title: A PlanetLab-Based Performance Analysis of RSerPool Security Mechanisms
+   ISBN: ISBN 978-953-184-131-3
+   Year: 2009
+   Month: jun
+   Day: 8
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/ConTEL2009.pdf
+ - Author: Thomas Dreibholz and Erwin Paul Rathgeb
+   Journal: International Journal on Advances in Internet Technology (IJAIT)
+   Number: 1
+   Pages: 1–14
+   Title: Overview and Evaluation of the Server Redundancy and Session Failover Mechanisms in the Reliable Server Pooling Framework
+   Volume: 2
+   ISSN: ISSN 1942-2652
+   Year: 2009
+   Month: jun
+   Day: 8
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJAIT2009.pdf
+ - Author: Xing Zhou and Thomas Dreibholz and Erwin Paul Rathgeb and Wencai Du
+   Booktitle: Proceedings of the 10th IEEE/ACIS International Conference on Software Engineering, Artificial Intelligence, Networking and Parallel/Distributed Computing (SNPD)
+   Pages: 168–173
+   Title: Takeover Suggestion – A Registrar Redundancy Handling Optimization for Reliable Server Pooling Systems
+   ISBN: ISBN 978-3-642-01202-0
+   DOI: 10.1109/SNPD.2009.17
+   Year: 2009
+   Month: may
+   Day: 27
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SNPD2009.pdf
+ - Author: Xing Zhou and Thomas Dreibholz and Fa Fu and Wencai Du and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the IEEE 23rd International Conference on Advanced Information Networking and Applications (AINA)
+   Pages: 256–262
+   Title: Evaluation and Optimization of the Registrar Redundancy Handling in Reliable Server Pooling Systems
+   ISBN: ISBN 978-0-7695-3638-5
+   DOI: 10.1109/AINA.2009.25
+   Year: 2009
+   Month: may
+   Day: 26
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/AINA2009.pdf
+ - Author: Wenyu Zhu and Thomas Dreibholz and Erwin Paul Rathgeb and Xing Zhou
+   Journal: SERSC International Journal of Multimedia and Ubiquitous Engineering (IJMUE)
+   Number: 2
+   Pages: 157–172
+   Title: A Scalable QoS Device for Broadband Access to Multimedia Services
+   Volume: 4
+   ISSN: ISSN 1975-0080
+   Year: 2009
+   Month: apr
+   Day: 30
+   URL: https://gvpress.com/journals/IJMUE/vol4_no2/14.pdf
+ - Author: Thomas Dreibholz and Xing Zhou and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 2nd ACM/ICST International Workshop on OMNeT++
+   Pages: 1–8
+   Title: SimProcTC – The Design and Realization of a Powerful Tool-Chain for OMNeT++ Simulations
+   ISBN: ISBN 978-963-9799-45-5
+   DOI: 10.4108/ICST.SIMUTOOLS2009.5517
+   Year: 2009
+   Month: mar
+   Day: 6
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/OMNeT__Workshop2009.pdf
+ - Author: Xing Zhou and Thomas Dreibholz and Wencai Du and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 16. ITG/GI Fachtagung Kommunikation in Verteilten Systemen (KiVS)
+   Pages: 217–228
+   Publisher: Springer
+   Title: Evaluation of Attack Countermeasures to Improve the DoS Robustness of RSerPool Systems by Simulations and Measurements
+   ISBN: ISBN 978-3-540-92665-8
+   DOI: 10.1007/978-3-540-92666-5_18
+   Year: 2009
+   Month: mar
+   Day: 5
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/KiVS2009.pdf
+ - Author: Thomas Dreibholz and Xing Zhou and Martin Becke and Jobin Pulinthanath and Erwin Paul Rathgeb and Wencai Du
+   Journal: International Journal on Intelligent Information and Database Systems (IJIIDS)
+   Number: 6
+   Pages: 552–578
+   Title: On the Security of Reliable Server Pooling Systems
+   Volume: 4
+   ISSN: ISSN 1751-5858
+   DOI: 10.1504/IJIIDS.2010.036894
+   Year: 2010
+   Month: dec
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJIIDS2010.pdf
+ - Author: Thomas Dreibholz and Martin Becke
+   Title: The RSPLIB Project – From Research to Application
+   Year: 2010
+   Month: dec
+   Day: 8
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/Globecom2010-Demo.pdf
+ - Author: Thomas Dreibholz and Martin Becke and Erwin Paul Rathgeb and Michael Tüxen
+   Booktitle: Proceedings of the IEEE Global Communications Conference (GLOBECOM)
+   Title: On the Use of Concurrent Multipath Transfer over Asymmetric Paths
+   ISBN: ISBN 978-1-4244-5637-6
+   DOI: 10.1109/GLOCOM.2010.5683579
+   Year: 2010
+   Month: dec
+   Day: 7
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Globecom2010.pdf
+ - Author: Thomas Dreibholz and Robin Seggelmann and Michael Tüxen and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 8th International Workshop on Protocols for Future, Large-Scale and Diverse Network Transports (PFLDNeT)
+   Title: Transmission Scheduling Optimizations for Concurrent Multipath Transfer
+   Volume: 8
+   ISSN: ISSN 2074-5168
+   Year: 2010
+   Month: nov
+   Day: 29
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PFLDNeT2010.pdf
+ - Author: Thomas Dreibholz
+   Title: Buffer Splitting for Efficient Transport over Asymmetric Paths
+   Year: 2010
+   Month: aug
+   Day: 4
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/EuroView2010-SIGMultiPath-SCTP.pdf
+ - Author: Thomas Dreibholz and Martin Becke and Christian Henke and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 5th GI/ITG KuVS Workshop on the Future Internet
+   Title: An Approach for Transferring an End-to-End Transport Service into a Functional Building Block Structure
+   Year: 2010
+   Month: jun
+   Day: 9
+   URL: https://web.archive.org/web/20171101093204/http://www.future-internet.org/files/2010/Folien/Abstract_Dreibholz2.pdf
+ - Author: Xing Zhou and Thomas Dreibholz and Martin Becke and Jobin Pulinthanath and Erwin Paul Rathgeb and Wencai Du
+   Booktitle: Proceedings of the 8th ACIS Conference on Software Engineering Research, Management and Applications (SERA)
+   Pages: 129–136
+   Title: The Software Modeling and Implementation of Reliable Server Pooling and RSPLIB
+   ISBN: ISBN 978-0-7695-4075-7
+   DOI: 10.1109/SERA.2010.26
+   Year: 2010
+   Month: may
+   Day: 24
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/SERA2010.pdf
+ - Author: Thomas Dreibholz and Martin Becke and Jobin Pulinthanath and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 24th IEEE International Conference on Advanced Information Networking and Applications (AINA)
+   Pages: 312–319
+   Title: Applying TCP-Friendly Congestion Control to Concurrent Multipath Transfer
+   ISBN: ISBN 978-0-7695-4018-4
+   DOI: 10.1109/AINA.2010.117
+   Year: 2010
+   Month: apr
+   Day: 21
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/AINA2010.pdf
+ - Author: Daniel Biella and Dieter Huth and Michael Striewe and Michael Kohnen and Thomas Dreibholz and Martin Becke
+   Journal: E-Teaching.org
+   Title: Erfahrungsbericht: Zur Organisation und Implementierung PC-gestützter Prüfungen an der Universität Duisburg-Essen
+   Year: 2010
+   Month: mar
+   Day: 25
+   URL: https://www.e-teaching.org/praxis/erfahrungsberichte/10-03-25_PC-Hall_Biella-Huth-Striewe-Kohnen-Dreibholz-Becke.pdf
+ - Author: Thomas Dreibholz and Martin Becke and Jobin Pulinthanath and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 3rd ACM/ICST International Workshop on OMNeT++
+   Title: Implementation and Evaluation of Concurrent Multipath Transfer for SCTP in the INET Framework
+   ISBN: ISBN 978-963-9799-87-5
+   DOI: 10.4108/ICST.SIMUTOOLS2010.8673
+   Year: 2010
+   Month: mar
+   Day: 19
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-SCTP.pdf
+ - Author: Thomas Reschka and Thomas Dreibholz and Martin Becke and Jobin Pulinthanath and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 3rd ACM/ICST International Workshop on OMNeT++
+   Title: Enhancement of the TCP Module in the OMNeT++/INET Framework
+   ISBN: ISBN 978-963-9799-87-5
+   Year: 2010
+   Month: mar
+   Day: 19
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/OMNeT__Workshop2010-TCP.pdf
+ - Author: Thomas Dreibholz
+   Title: Multipath-Transfer mit dem Stream Control Transmission Protocol
+   Year: 2011
+   Month: nov
+   Day: 16
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/Darmstadt2011.pdf
+ - Author: Thomas Dreibholz and Martin Becke and Hakim Adhari and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 19th IEEE International Conference on Software, Telecommunications and Computer Networks (SoftCOM)
+   Pages: 1–6
+   Title: Evaluation of A New Multipath Congestion Control Scheme using the NetPerfMeter Tool-Chain
+   ISBN: ISBN 978-953-290-027-9
+   Year: 2011
+   Month: sep
+   Day: 16
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SoftCOM2011.pdf
+ - Author: Michael Kleis and Abbas Siddiqui and Irfan Simsek and Martin Becke and Dirk Hoffstadt and Alexander Marold and Christian Henke and Julius Müller and Cristian Varas and Thomas Magedanz and Paul Müller and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the Joint ITG and Euro-NF Workshop on Visions of Future Generation Networks (EuroView2011)
+   Title: Cross-Layer Security and Functional Composition for a Future Internet
+   Year: 2011
+   Month: aug
+   Day: 2
+   URL: https://web.archive.org/web/20231223022714/http://www.euroview2011.com/fileadmin/content/euroview2011/abstracts/abstract_kleis.pdf
+ - Author: Thomas Dreibholz and Martin Becke and Hakim Adhari and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 11th IEEE International Conference on Telecommunications (ConTEL)
+   Pages: 397–404
+   Title: On the Impact of Congestion Control for Concurrent Multipath Transfer on the Transport Layer
+   ISBN: ISBN 978-953-184-152-8
+   Year: 2011
+   Month: jun
+   Day: 16
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ConTEL2011.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the LinuxTag
+   Title: Server-Redundanz und Lastverteilung einfach in eigene Anwendungen integrieren – mit Reliable Server Pooling und RSPLIB
+   Year: 2011
+   Month: may
+   Day: 12
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/LinuxTag2011.pdf
+ - Author: M. Kleis and J. Müller and A. Siddiqui and Martin Becke
+   Booktitle: Proceedings of the 7th International ICST Conference on Testbeds and Research Infrastructures for the Development of Networks and Communities (TridentCom)
+   Title: Evaluating a Future Internet Cross-Layer Composition Prototype
+   Year: 2011
+   Month: apr
+   Day: 18
+   URL: https://web.archive.org/web/20200229073430/http://dspace.icsy.de:12000/dspace/bitstream/123456789/324/1/2010-09-Measurements.pdf
+ - Author: Thomas Dreibholz and Irene Rüngeler and Robin Seggelmann and Michael Tüxen and Erwin Paul Rathgeb and Randall R. Stewart
+   Journal: IEEE Communications Magazine
+   Number: 4
+   Pages: 82–88
+   Title: Stream Control Transmission Protocol: Past, Current, and Future Standardization Activities
+   Volume: 49
+   ISSN: ISSN 0163-6804
+   DOI: 10.1109/MCOM.2011.5741151
+   Year: 2011
+   Month: apr
+   Day: 5
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/CommMag2011.pdf
+ - Author: Hakim Adhari and Thomas Dreibholz and Martin Becke and Erwin Paul Rathgeb and Michael Tüxen
+   Booktitle: Proceedings of the 1st International Workshop on Protocols and Applications with Multi-Homing Support (PAMS)
+   Pages: 708–714
+   Title: Evaluation of Concurrent Multipath Transfer over Dissimilar Paths
+   ISBN: ISBN 978-0-7695-4338-3
+   DOI: 10.1109/WAINA.2011.92
+   Year: 2011
+   Month: mar
+   Day: 22
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2011.pdf
+ - Author: Martin Becke and Thomas Dreibholz
+   Booktitle: Proceedings of the 1st DFG/NSF Doctoral Consortium
+   Title: Multi-Path Transport
+   Year: 2011
+   Month: mar
+   Day: 13
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/GENIWorkshop2011.pdf
+ - Author: Martin Becke and Thomas Dreibholz and Erwin Paul Rathgeb and Johannes Formann
+   Booktitle: Proceedings of the 10th International Conference on Networks (ICN)
+   Pages: 92–98
+   Title: Link Emulation on the Data Link Layer in a Linux-based Future Internet Testbed Environment
+   ISBN: ISBN 978-1-61208-002-4
+   Year: 2011
+   Month: jan
+   Day: 25
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICN2011.pdf
+ - Author: Thomas Volkert and Martin Becke and Manuel Osdoba and Andreas Mitschele-Thiel
+   Booktitle: Proceedings of the 7th International Conference on Computing and Convergence Technology (ICCCT)
+   Title: Homer Conferencing – A Multimedia Test Bed for Various Experiments and Measurements
+   Year: 2012
+   Month: dec
+   URL: https://web.archive.org/web/20210525124457/http://www.homer-conferencing.com/public/Homer_Conferencing.pdf
+ - Author: Thomas Dreibholz
+   Title: An Introduction to NorNet Core for the Site Deployment at Universitetet i Stavanger
+   Year: 2012
+   Month: nov
+   Day: 27
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1626.pdf
+ - Author: Thomas Dreibholz
+   Title: The NorNet Project – A Research Testbed for Multi-Homed Systems
+   Year: 2012
+   Month: nov
+   Day: 2
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1580.pdf
+ - Author: Thomas Volkert and Florian Liers and Martin Becke and Hakim Adhari
+   Booktitle: Proceedings of the Joint ITG and Euro-NF Workshop on Visions of Future Generation Networks (EuroView)
+   Title: Requirements-Oriented Path Selection for Multipath Transmission
+   Year: 2012
+   Month: jul
+   Day: 23
+   URL: https://web.archive.org/web/20240413144124/http://www.euroview2012.org/fileadmin/content/euroview2012/abstracts/07_01_abstract_volkert.pdf
+ - Author: Martin Becke and Thomas Dreibholz and Hakim Adhari and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the IEEE International Conference on Communications (ICC)
+   Pages: 2666–2672
+   Title: On the Fairness of Transport Protocols in a Multi-Path Environment
+   ISBN: ISBN 978-1-4577-2052-9
+   DOI: 10.1109/ICC.2012.6363695
+   Year: 2012
+   Month: jun
+   Day: 12
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ICC2012.pdf
+ - Author: Martin Becke and Thomas Dreibholz and Hakim Adhari and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 13th IEEE/IFIP Network Operations and Management Symposium (NOMS)
+   Pages: 639–642
+   Title: A Future Internet Architecture supporting Multipath Communication Networks
+   ISBN: ISBN 978-1-4673-0268-5
+   DOI: 10.1109/NOMS.2012.6211975
+   Year: 2012
+   Month: apr
+   Day: 19
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NOMS2012.pdf
+ - Author: Thomas Dreibholz and Hakim Adhari and Martin Becke and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 2nd International Workshop on Protocols and Applications with Multi-Homing Support (PAMS)
+   Title: Simulation and Experimental Evaluation of Multipath Congestion Control Strategies
+   ISBN: ISBN 978-0-7695-4652-0
+   DOI: 10.1109/WAINA.2012.186
+   Year: 2012
+   Month: mar
+   Day: 29
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/PAMS2012.pdf
+ - Author: Thomas Dreibholz
+   Title: Evaluation and Optimisation of Multi-Path Transport using the Stream Control Transmission Protocol
+   Type: Habilitation Treatise
+   Year: 2012
+   Month: mar
+   Day: 13
+   URL: https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029737/Dre2012_final.pdf
+ - Author: Thomas Dreibholz
+   Title: Konzepte für das Future Internet aus der Netzperspektive
+   Year: 2012
+   Month: mar
+   Day: 13
+   URL: https://duepublico2.uni-due.de/servlets/MCRFileNodeServlet/duepublico_derivate_00029756/Habilitationsvortrag.pdf
+ - Author: Thomas Dreibholz and Hakim Adhari and Martin Becke and Erwin Paul Rathgeb
+   Title: NetPerfMeter – A Versatile Tool for Multi-Protocol Network Performance Evaluations
+   Type: OMNeT++ Code Contribution
+   Year: 2012
+   Month: feb
+   Day: 8
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/NetPerfMeterSim2012.pdf
+ - Author: Thomas Dreibholz and Martin Becke and Hakim Adhari and Erwin Paul Rathgeb
+   Title: RspSim – A Simulation Model of the Reliable Server Pooling Framework
+   Type: OMNeT++ Code Contribution
+   Year: 2012
+   Month: feb
+   Day: 6
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/RspSim2012.pdf
+ - Author: Thomas Dreibholz and Martin Becke and Hakim Adhari and Erwin Paul Rathgeb and Irene Rüngeler and Robin Seggelmann and Michael Tüxen
+   Title: Improvements to the SCTP Environment in the INET Framework
+   Type: OMNeT++ Code Contribution
+   Year: 2012
+   Month: feb
+   Day: 6
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/SCTPSim2012.pdf
+ - Author: Martin Becke and Hakim Adhari and Erwin Paul Rathgeb and Fa Fu and Xiong Yang and Xing Zhou
+   Booktitle: Proceedings of the IEEE Global Communications Conference (GLOBECOM)
+   Title: Comparison of Multipath TCP and CMT-SCTP based on Intercontinental Measurements
+   Year: 2013
+   Month: dec
+   Day: 10
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/GLOBECOM2013.pdf
+ - Author: Irfan Simsek and Martin Becke and Yves Igor Jerschow and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the IEEE International Conference on Network of the Future ({NoF})
+   Title: A Clean-Slate Security Vision for Future Networks
+   Year: 2013
+   Month: oct
+   URL: https://web.archive.org/web/20240427155505/https://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Clean-Slate_Security_Vision_for_Future_Networks.pdf
+ - Author: Fa Fu and Zhou Xing and Yang Xiong and Hakim Adhari and Erwin Paul Rathgeb
+   Journal: Computer Engineering and Applications
+   Number: 21
+   Pages: 79–82
+   Title: Performance Analysis of MPTCP and CMT-SCTP Multi-Path Transport Protocols
+   Volume: 49
+   Year: 2013
+   Month: oct
+   Day: 30
+   URL: https://web.archive.org/web/20160427132028/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&id=31123
+ - Author: Irfan Simsek
+   Booktitle: 12. ITG-Fachtagung Zukunft der Netze – Application-Driven Networking
+   Title: Blind Packet Forwarding
+   Year: 2013
+   Month: sep
+   Day: 20
+   URL: https://web.archive.org/web/20230521195156/http://www.vde-itg-kommunikationsnetze.de/images/stories/Fachtagungen/zdn2013/vortraege/zdn2013_simsek.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the 1st International NorNet Users Workshop (NNUW-1)
+   Title: The NorNet Core Testbed – An Experiment Tutorial
+   Year: 2013
+   Month: sep
+   Day: 19
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2130.pdf
+ - Author: Hakim Adhari
+   Booktitle: Proceedings of the 1st International NorNet Users Workshop (NNUW-1)
+   Title: Practical Experiences with an Inter-Continental Testbed for Multi-Path Transport
+   Year: 2013
+   Month: sep
+   Day: 18
+   URL: https://web.archive.org/web/20141127040341/https://www.simula.no/publications/Simula.simula.2144/simula_pdf_file
+ - Author: Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 1st International NorNet Users Workshop (NNUW-1)
+   Title: Distributed Detection of VoIP Fraud and Misuse – Tools and First Results
+   Year: 2013
+   Month: sep
+   Day: 18
+   URL: https://web.archive.org/web/20141127040313/https://www.simula.no/publications/Simula.simula.2142/simula_pdf_file
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the 1st International NorNet Users Workshop (NNUW-1)
+   Title: The NorNet Core Testbed – Introduction and Status
+   Year: 2013
+   Month: sep
+   Day: 18
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2124.pdf
+ - Author: Thomas Dreibholz
+   Title: The NorNet Project – A Research Testbed for Multi-Path Transport
+   Year: 2013
+   Month: aug
+   Day: 1
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2056.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the 87th IETF Meeting
+   Title: The NorNet Testbed: A Platform for Evaluating Multi-Path Transport in the Real-World Internet
+   Year: 2013
+   Month: jul
+   Day: 30
+   URL: https://www.ietf.org/proceedings/87/slides/slides-87-mptcp-4.pdf
+ - Author: Thomas Dreibholz and Simone Ferlin
+   Booktitle: Proceedings of the CHANGE Bootcamp Workshop
+   Title: The NorNet Research Testbed
+   Year: 2013
+   Month: jul
+   Day: 17
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2046.pdf
+ - Author: Martin Becke and Thomas Dreibholz and Andreas Bayer and Markus Packeiser and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 12th IEEE International Conference on Telecommunications (ConTEL)
+   Pages: 147–153
+   Title: Alternative Transmission Strategies for Multipath Transport of Multimedia Streams over Wireless Networks
+   ISBN: ISBN 978-953-184-175-7
+   Year: 2013
+   Month: jun
+   Day: 26
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2000.pdf
+ - Author: Martin Becke and Erwin Paul Rathgeb and Sebastian Werner and Irene Rüngeler and Michael Tüxen and Randall R. Stewart
+   Journal: IEEE Communications Magazine
+   Number: 4
+   Pages: 34–41
+   Title: Data Channel Considerations for RTCWeb
+   Volume: 51
+   ISSN: ISSN 0163-6804
+   DOI: 10.1109/MCOM.2013.6495758
+   Year: 2013
+   Month: apr
+ - Author: Thomas Dreibholz
+   Title: An Overview of the NorNet Testbed for Multi-Homed Systems
+   Year: 2013
+   Month: apr
+   Day: 18
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1984.pdf
+ - Author: Thomas Dreibholz
+   Title: The NorNet Project – An Introduction to NorNet for the Site Deployment at NTNU Trondheim
+   Year: 2013
+   Month: apr
+   Day: 12
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1974.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the Essener Workshop zur Netzsicherheit (EWNS)
+   Title: The NorNet Project: A Research Platform for Robust and Secure Networks
+   Year: 2013
+   Month: apr
+   Day: 8
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1968.pdf
+ - Author: Thomas Volkert and Martin Becke and Manuel Osdoba and Andreas Mitschele-Thiel
+   Booktitle: Proceedings of the 3nd International Workshop on Protocols and Applications with Multi-Homing Support (PAMS)
+   Pages: 1107–1112
+   Title: Multipath Video Streaming based on Hierarchical Routing Management
+   ISBN: ISBN 978-0-7695-4952-1
+   DOI: 10.1109/WAINA.2013.161
+   Year: 2013
+   Month: mar
+   Day: 27
+   URL: https://web.archive.org/web/20210210145830/http://www.homer-conferencing.com/public/MP_HRM.pdf
+ - Author: Thomas Dreibholz and Ernst Gunnar Gran
+   Booktitle: Proceedings of the 3nd International Workshop on Protocols and Applications with Multi-Homing Support (PAMS)
+   Pages: 1094–1100
+   Title: Design and Implementation of the NorNet Core Research Testbed for Multi-Homed Systems
+   ISBN: ISBN 978-0-7695-4952-1
+   DOI: 10.1109/WAINA.2013.71
+   Year: 2013
+   Month: mar
+   Day: 27
+   URL: https://web-backend.simula.no/sites/default/files/publications/threfereedinproceedingsreference.2012-12-20.7643198512.pdf
+ - Author: Thomas Dreibholz
+   Title: An Introduction to NorNet for the Site Deployment at Høgskolen i Narvik
+   Year: 2013
+   Month: mar
+   Day: 12
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1950.pdf
+ - Author: Thomas Dreibholz
+   Title: An Overview of NorNet Core
+   Year: 2013
+   Month: mar
+   Day: 9
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.1948.pdf
+ - Author: Simone Ferlin and Thomas Dreibholz and Özgü Alay
+   Booktitle: Proceedings of the IEEE Global Communications Conference (GLOBECOM)
+   Pages: 4807–4813
+   Title: Multi-Path Transport over Heterogeneous Wireless Networks: Does it really pay off?
+   ISBN: ISBN 978-1-4799-3512-3
+   DOI: 10.1109/GLOCOM.2014.7037567
+   Year: 2014
+   Month: dec
+   Day: 11
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2884.pdf
+ - Author: Thomas Dreibholz and Henrik Vest Simonsen and Ernst Gunnar Gran
+   Title: A Demonstration of the NorNet Core Research Testbed for Multi-Homed Systems
+   Year: 2014
+   Month: dec
+   Day: 9
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2868.pdf
+ - Author: Forough Golkar and Thomas Dreibholz and Amund Kvalbein
+   Booktitle: Proceedings of the 5th IEEE International Conference on the Network of the Future (NoF)
+   Pages: 1–5
+   Title: Measuring and Comparing Internet Path Stability in IPv4 and IPv6
+   ISBN: ISBN 978-1-4799-7531-0
+   DOI: 10.1109/NOF.2014.7119767
+   Year: 2014
+   Month: dec
+   Day: 4
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3048.pdf
+ - Author: Thomas Dreibholz
+   Title: The NorNet Testbed at Tsinghua University – A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems
+   Year: 2014
+   Month: oct
+   Day: 30
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-tsinghuauniversity-presentation.pdf
+ - Author: Thomas Dreibholz
+   Title: An Experiment Tutorial for the NorNet Core Testbed at Hainan University
+   Year: 2014
+   Month: oct
+   Day: 27
+   URL: https://web.archive.org/web/20230521130309/https://www.simula.no/file/simulasimula3078pdf/download
+ - Author: Thomas Dreibholz
+   Title: The NorNet Testbed at Qiongzhou University – A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems
+   Year: 2014
+   Month: oct
+   Day: 25
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-qiongzhouuniversity-presentation.pdf
+ - Author: Thomas Dreibholz
+   Title: The NorNet Testbed at Hainan University – A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems
+   Year: 2014
+   Month: oct
+   Day: 20
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2014-hainanuniversity-presentation.pdf
+ - Author: Thomas Dreibholz
+   Title: The NorNet Testbed – An Overview for the GENI Meeting
+   Year: 2014
+   Month: sep
+   Day: 15
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.3008.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the 2nd International NorNet Users Workshop (NNUW-2)
+   Title: An Experiment Tutorial for the NorNet Core Testbed
+   Year: 2014
+   Month: aug
+   Day: 29
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2938.pdf
+ - Author: Özgü Alay and Simone Ferlin and Thomas Dreibholz
+   Booktitle: Proceedings of the 2nd International NorNet Users Workshop (NNUW-2)
+   Title: Multipath Transport over Heterogeneous Networks
+   Year: 2014
+   Month: aug
+   Day: 29
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2970.pdf
+ - Author: Hakim Adhari
+   Booktitle: Proceedings of the 2nd International NorNet Users Workshop (NNUW-2)
+   Title: Does the End-User Really Have Benefits From Using Multipath Transport?
+   Year: 2014
+   Month: aug
+   Day: 29
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the 2nd International NorNet Users Workshop (NNUW-2)
+   Title: The NorNet Core Testbed – Introduction and Status in August 2014
+   Year: 2014
+   Month: aug
+   Day: 28
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2936.pdf
+ - Author: Adnan Aziz and Dirk Hoffstadt and Erwin Paul Rathgeb and Thomas Dreibholz
+   Booktitle: Proceedings of the IFIP Networking Conference
+   Pages: 1–9
+   Title: A Distributed Infrastructure to Analyse SIP Attacks in the Internet
+   ISBN: ISBN 978-3-901882-58-6
+   DOI: 10.1109/IFIPNetworking.2014.6857088
+   Year: 2014
+   Month: jun
+   Day: 4
+   URL: https://web.archive.org/web/20241125122924/https://tdr.informatik.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/A_Distributed_Infrastructure_to_Analyse_SIP_Attacks_in_the_Internet.pdf
+ - Author: Simone Ferlin and Thomas Dreibholz and Özgü Alay
+   Booktitle: Proceedings of the IEEE/ACM International Symposium on Quality of Service (IWQoS)
+   Pages: 123–128
+   Title: Tackling the Challenge of Bufferbloat in Multi-Path Transport over Heterogeneous Wireless Networks
+   ISBN: ISBN 978-1-4799-4852-9
+   DOI: 10.1109/IWQoS.2014.6914310
+   Year: 2014
+   Month: may
+   Day: 26
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2722.pdf
+ - Author: Simone Ferlin and Thomas Dreibholz and Özgü Alay and Amund Kvalbein
+   Booktitle: Proceedings of the 4th International Workshop on Protocols and Applications with Multi-Homing Support (PAMS)
+   Pages: 753–758
+   Title: Measuring the QoS Characteristics of Operational 3G Mobile Broadband Networks
+   ISBN: ISBN 978-1-4799-2652-7
+   DOI: 10.1109/WAINA.2014.123
+   Year: 2014
+   Month: may
+   Day: 16
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2516.pdf
+ - Author: Hakim Adhari and Sebastian Werner and Thomas Dreibholz and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 4th International Workshop on Protocols and Applications with Multi-Homing Support (PAMS)
+   Title: LEDBAT-MP – On the Application of Lower-than-Best-Effort for Concurrent Multipath Transfer
+   ISBN: ISBN 978-1-4799-2652-7
+   DOI: 10.1109/WAINA.2014.125
+   Year: 2014
+   Month: may
+   Day: 16
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2512.pdf
+ - Author: Thomas Dreibholz
+   Title: The NorNet Testbed for Multi-Homed Systems – Overview and Status
+   Year: 2014
+   Month: may
+   Day: 12
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2740.pdf
+ - Author: Thomas Dreibholz
+   Title: The NorNet Testbed for Multi-Homed Systems – Introduction and Status
+   Year: 2014
+   Month: may
+   Day: 8
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2730.pdf
+ - Author: Thomas Dreibholz
+   Title: The NorNet Testbed – Overview and Selected Results from Multi-Path Transport Research
+   Year: 2014
+   Month: may
+   Day: 5
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2728.pdf
+ - Author: Ernst Gunnar Gran and Thomas Dreibholz and Amund Kvalbein
+   Journal: Computer Networks, Special Issue on Future Internet Testbeds
+   Pages: 75–87
+   Title: NorNet Core – A Multi-Homed Research Testbed
+   Volume: 61
+   ISSN: ISSN 1389-1286
+   DOI: 10.1016/j.bjp.2013.12.035
+   Year: 2014
+   Month: mar
+   Day: 14
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2236.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the 89th IETF Meeting
+   Title: On the Applicability of Reliable Server Pooling for Virtualised Network Function Resource Pooling
+   Year: 2014
+   Month: mar
+   Day: 4
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2584.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the 89th IETF Meeting
+   Title: The Status of MPTCP Deployment and Evaluation in the NorNet Testbed
+   Year: 2014
+   Month: mar
+   Day: 3
+   URL: https://web-backend.simula.no/sites/default/files/publications/Simula.simula.2582.pdf
+ - Author: Thomas Dreibholz
+   Title: NorNet – An Open, Large-Scale Testbed for Multi-Homed Systems
+   Year: 2014
+   Month: jan
+   Day: 30
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/caia2014-presentation-web.pdf
+ - Author: Fa Fu and Xing Zhou and Thomas Dreibholz and Keying Wang and Feng Zhou and Quan Gan
+   Booktitle: Proceedings of the 4th IEEE/CIC International Conference on Communications in China (ICCC)
+   Pages: 607–612
+   Title: Performance Comparison of Congestion Control Strategies for Multi-Path TCP in the NorNet Testbed
+   ISBN: ISBN 978-1-5090-0243-6
+   DOI: 10.1109/ICCChina.2015.7448667
+   Year: 2015
+   Month: nov
+   Day: 3
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/fufa-mptcp-web.pdf
+ - Author: Amanpreet Singh and Andreas Könsgen and Hakim Adhari and Carmelita Görg and Erwin P. Rathgeb
+   Booktitle: Proceedings of the 7th EAI International Conference on Mobile Networks and Management (MONAMI 2015)
+   Title: Algorithms for Theoretical Investigation of Fairness in Multipath Transport
+   Year: 2015
+   Month: sep
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/naomi2015-FairnessAlgorithms.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the NORDUnet Technical Workshop (NTW)
+   Title: The NorNet Experimentation Platform for Multi-Homed Systems
+   Year: 2015
+   Month: sep
+   Day: 17
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/ntw2015.pdf
+ - Author: Thomas Dreibholz
+   Journal: Multipath TCP Blog
+   Title: NetPerfMeter: A Network Performance Metering Tool
+   Year: 2015
+   Month: sep
+   Day: 7
+   URL: https://web.archive.org/web/20230518084721/http://blog.multipath-tcp.org/blog/html/2015/09/07/netperfmeter.html
+ - Author: Hakim Adhari and Thomas Dreibholz and Sebastian Werner and Erwin Paul Rathgeb
+   Booktitle: Proceedings of the 18th International Conference on Network-Based Information Systems (NBiS)
+   Pages: 115–123
+   Title: Eclipse: A New Dynamic Delay-based Congestion Control Algorithm for Background Traffic
+   ISBN: ISBN 978-1-4799-9942-2
+   DOI: 10.1109/NBiS.2015.21
+   Year: 2015
+   Month: sep
+   Day: 2
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/paper-web.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the 3rd International NorNet Users Workshop (NNUW-3)
+   Title: The NorNet Core Testbed: A Status Update for the NNUW-3
+   Year: 2015
+   Month: aug
+   Day: 28
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/nnuw3-dreibholz.pdf
+ - Author: Hakim Adhari and Erwin P. Rathgeb and Amanpreet Singh and Andreas Könsgen and Carmelita Görg
+   Booktitle: Proceedings of the 13th IEEE International Conference on Telecommunications (ConTEL 2015)
+   Title: Transport Layer Fairness Revisited
+   Year: 2015
+   Month: jul
+   URL: https://www.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/Forschung/contel-Fairness-Adhari.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the 93th IETF Meeting
+   Title: MPTCP Experiences in the NorNet Testbed: draft-dreibholz-mptcp-nornet-experience-01
+   Year: 2015
+   Month: jul
+   Day: 21
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/ietf93-presentation.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the IETF Hackathon at the 93rd IETF Meeting
+   Title: NorNet Core @ IETF Hackathon 93
+   Year: 2015
+   Month: jul
+   Day: 18
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/ietf93-hackathon-intro.pdf
+ - Author: Ioana Alexandrina Livadariu and Simone Ferlin and Özgü Alay and Thomas Dreibholz and Amogh Dhamdhere and Ahmed Mustafa Elmokashfi
+   Booktitle: Proceedings of the 18th IEEE Global Internet Symposium (GI) at the 34th IEEE Conference on Computer Communications (INFOCOM)
+   Pages: 312–317
+   Title: Leveraging the IPv4/IPv6 Identity Duality by using Multi-Path Transport
+   ISBN: ISBN 978-1-4673-7131-5
+   DOI: 10.1109/INFCOMW.2015.7179403
+   Year: 2015
+   Month: apr
+   Day: 27
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/gis2015_0.pdf
+ - Author: Ji Liu and Yuyin Tan and Fa Fu and Thomas Dreibholz and Xing Zhou and Yong Bai and Xiong Yang and Wencai Du
+   Journal: Computer Engineering
+   Pages: 117–124
+   Title: Study on MPTCP and CMT-SCTP Congestion Control Mechanism
+   Volume: 41
+   ISSN: ISSN 1000-3428
+   DOI: 10.3969/j.issn.1000-3428.2015.04.022
+   Year: 2015
+   Month: apr
+   Day: 15
+   URL: https://web.archive.org/web/20160222130810/http://www.ecice06.com/EN/article/downloadArticleFile.do?attachType=PDF&id=26295
+ - Author: Thomas Dreibholz and Xing Zhou and Fa Fu
+   Booktitle: 5th International Workshop on Protocols and Applications with Multi-Homing Support (PAMS)
+   Pages: 617–622
+   Title: Multi-Path TCP in Real-World Setups – An Evaluation in the NorNet Core Testbed
+   ISBN: ISBN 978-1-4799-1775-4
+   DOI: 10.1109/WAINA.2015.74
+   Year: 2015
+   Month: mar
+   Day: 25
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/pams2015-mptcp-web.pdf
+ - Author: Thomas Dreibholz and Jarle Bjørgeengen and Jonas Werme
+   Booktitle: 5th International Workshop on Protocols and Applications with Multi-Homing Support (PAMS)
+   Pages: 611–616
+   Title: Monitoring and Maintaining the Infrastructure of the NorNet Testbed for Multi-Homed Systems
+   ISBN: ISBN 978-1-4799-1775-4
+   DOI: 10.1109/WAINA.2015.76
+   Year: 2015
+   Month: mar
+   Day: 25
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/pams2015-nornet-monitoring-web.pdf
+ - Author: Thomas Dreibholz
+   Title: The NorNet Testbed – A Large-Scale Experiment Platform for Real-World Experiments with Multi-Homed Systems
+   Year: 2015
+   Month: jan
+   Day: 29
+   URL: https://web-backend.simula.no/sites/default/files/2024-06/CAIA2015.pdf
+ - Author: Thomas Dreibholz
+   Title: NorNet at NICTA – An Open, Large-Scale Testbed for Multi-Homed Systems
+   Year: 2015
+   Month: jan
+   Day: 15
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/nicta2015-presentation-web.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the LinuxCon Europe
+   Title: NorNet – Building an Inter-Continental Internet Testbed based on Open Source Software
+   Year: 2016
+   Month: oct
+   Day: 5
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/linuxcon2016-presentation.pdf
+ - Author: Kiran Venkata Yedugundla and Simone Ferlin and Thomas Dreibholz and Özgü Alay and Nicolas Kuhn and Per Hurtig and Anna Brunström
+   Journal: Computer Networks
+   Pages: 1–21
+   Publisher: Elsevier
+   Title: Is Multi-Path Transport Suitable for Latency Sensitive Traffic?
+   Volume: 105
+   ISSN: ISSN 1389-1286
+   DOI: 10.1016/j.comnet.2016.05.008
+   Year: 2016
+   Month: aug
+   Day: 4
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/comnets2016-multipathsurvey.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the Multi-Service Networks Conference (MSN, Coseners)
+   Title: NorNet – The Internet Testbed for Multi-Homed Systems
+   Year: 2016
+   Month: jul
+   Day: 8
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/msn2016-presentation.pdf
+ - Author: Thomas Dreibholz
+   Title: NorNet at the Haikou College of Economics – An Introduction to the NorNet Testbed
+   Year: 2016
+   Month: jun
+   Day: 6
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hkc-presentation.pdf
+ - Author: Thomas Dreibholz
+   Title: NorNet at Hainan University – An Introduction to the NorNet Testbed
+   Year: 2016
+   Month: may
+   Day: 29
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-presentation_1.pdf
+ - Author: Thomas Dreibholz
+   Title: An Experiment Tutorial for the NorNet Core Testbed at Hainan University
+   Year: 2016
+   Month: may
+   Day: 29
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2016-hainanuniversity-tutorial_0.pdf
+ - Author: Simone Ferlin and Özgü Alay and David Andrew Hayes and Thomas Dreibholz and Michael Welzl
+   Booktitle: Proceedings of the 35th IEEE International Conference on Computer Communications (INFOCOM)
+   Pages: 2419–2427
+   Title: Revisiting Congestion Control for Multipath TCP with Shared Bottleneck Detection
+   ISBN: ISBN 978-1-4673-9953-1
+   Year: 2016
+   Month: apr
+   Day: 14
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/infocom2016-web.pdf
+ - Author: Thomas Dreibholz
+   Title: NorNet at HAW Hamburg – An Introduction to the NorNet Testbed
+   Year: 2016
+   Month: mar
+   Day: 22
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-presentation.pdf
+ - Author: Thomas Dreibholz
+   Title: An Experiment Tutorial for the NorNet Core Testbed at HAW Hamburg
+   Year: 2016
+   Month: mar
+   Day: 22
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/hawhamburg2016-tutorial.pdf
+ - Author: Fa Fu and Xing Zhou and Yuyin Tan and Thomas Dreibholz and Hakim Adhari and Erwin Paul Rathgeb
+   Journal: Computer Engineering and Applications
+   Pages: 89–93
+   Publisher: CEA
+   Title: Performance Analysis of MPTCP Protocol in Multiple Scenarios
+   Volume: 52
+   ISSN: ISSN 1002-8331
+   DOI: 0.3778/j.issn.1002-8331.1508-0186
+   Year: 2016
+   Month: mar
+   Day: 1
+   URL: https://web.archive.org/web/20160305203850/http://cea.ceaj.org/CN/article/downloadArticleFile.do?attachType=PDF&id=34214
+ - Author: Thomas Dreibholz
+   Title: NorNet at NICTA – An Introduction to the NorNet Testbed
+   Year: 2016
+   Month: jan
+   Day: 22
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-presentation.pdf
+ - Author: Thomas Dreibholz
+   Title: An Experiment Tutorial for the NorNet Core Testbed at NICTA
+   Year: 2016
+   Month: jan
+   Day: 22
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/nicta2016-tutorial.pdf
+ - Author: Thomas Dreibholz
+   Title: Big Data Applications on Multi-Clouds: An Introduction to the MELODIC Project
+   Year: 2017
+   Month: dec
+   Day: 29
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-introduction.pdf
+ - Author: Thomas Dreibholz
+   Title: Combining NorNet Core with MELODIC
+   Year: 2017
+   Month: dec
+   Day: 29
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-melodic-nornetcore.pdf
+ - Author: Thomas Dreibholz
+   Title: NEAT Tutorial at Hainan University: Getting Started with NEAT
+   Year: 2017
+   Month: dec
+   Day: 18
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-tutorial.pdf
+ - Author: Thomas Dreibholz
+   Title: NorNet Core Beginner Tutorial at Hainan University
+   Year: 2017
+   Month: dec
+   Day: 15
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial_0.pdf
+ - Author: Thomas Dreibholz
+   Title: An Introduction to Multi-Path Transport at Hainan University
+   Year: 2017
+   Month: dec
+   Day: 14
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation_0.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the MELODIC Plenary Meeting
+   Title: Testing Applications with the NorNet Infrastructure
+   Year: 2017
+   Month: sep
+   Day: 21
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/melodic-warsaw2017.pdf
+ - Author: Felix Weinrank and Karl-Johan Grinnemo and Zdravko Bozakov and Anna Brunström and Thomas Dreibholz and Per Hurtig and Naeem Khademi and Michael Tüxen
+   Booktitle: Proceedings of the ACM, IRTF and ISOC Applied Networking Research Workshop (ANRW)
+   Pages: 33–34
+   Title: A NEAT Way to Browse the Web
+   ISBN: ISBN 978-1-4503-5108-9
+   DOI: 10.1145/3106328.3106335
+   Year: 2017
+   Month: jul
+   Day: 15
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/anrw17-final13.pdf
+ - Author: Thomas Dreibholz
+   Title: Multi-Path Transport at Hainan University – From Simulations to Real-World Internet Measurements in the NorNet Testbed
+   Year: 2017
+   Month: apr
+   Day: 18
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-multipath-presentation.pdf
+ - Author: Thomas Dreibholz
+   Title: The Basics of Using the NorNet Core Testbed at Hainan University
+   Year: 2017
+   Month: apr
+   Day: 18
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-nornet-tutorial.pdf
+ - Author: Thomas Dreibholz
+   Title: A Practical Introduction to NEAT at Hainan University
+   Year: 2017
+   Month: apr
+   Day: 17
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2017-neat-introduction.pdf
+ - Author: Kun Wang and Thomas Dreibholz and Xing Zhou and Fa Fu and Yuyin Tan and Xi Cheng and Qining Tan
+   Booktitle: Proceedings of the IEEE International Conference on Advanced Information Networking and Applications (AINA)
+   Pages: 1–8
+   Title: On the Path Management of Multi-Path TCP in Internet Scenarios based on the NorNet Testbed
+   ISBN: ISBN 978-1-5090-6028-3
+   DOI: 10.1109/AINA.2017.29
+   Year: 2017
+   Month: mar
+   Day: 27
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/kunwang-paper-web.pdf
+ - Author: Feng Zhou and Thomas Dreibholz and Xing Zhou and Fa Fu and Yuyin Tan and Quan Gan
+   Booktitle: Proceedings of the IEEE International Conference on Advanced Information Networking and Applications (AINA)
+   Pages: 9–16
+   Title: The Performance Impact of Buffer Sizes for Multi-Path TCP in Internet Setups
+   ISBN: ISBN 978-1-5090-6028-3
+   DOI: 10.1109/AINA.2017.26
+   Year: 2017
+   Month: mar
+   Day: 27
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/fengzhou-mptcp-web.pdf
+ - Author: Thomas Dreibholz
+   Title: Multi-Path Transport – From Simulations to Real-World Internet Measurements
+   Year: 2017
+   Month: feb
+   Day: 16
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-multipath-presentation_1.pdf
+ - Author: Thomas Dreibholz
+   Title: An Experiment Tutorial for the NorNet Core Testbed at the the Universidad de Castilla-La Mancha
+   Year: 2017
+   Month: feb
+   Day: 16
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-nornet-tutorial.pdf
+ - Author: Thomas Dreibholz
+   Title: Multi-Path Transport with OMNeT++ and the INET Framework
+   Year: 2017
+   Month: feb
+   Day: 16
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/uclm2017-inet-presentation.pdf
+ - Author: Thomas Dreibholz
+   Title: NorNet at the University of Sydney – An Introduction to the NorNet Core Testbed
+   Year: 2017
+   Month: jan
+   Day: 24
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/sydney2017-presentation.pdf
+ - Author: Thomas Dreibholz
+   Title: An Experiment Tutorial for the NorNet Core Testbed at the University of Sydney
+   Year: 2017
+   Month: jan
+   Day: 24
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/sydney-tutorial.pdf
+ - Author: Yu Lou and Xing Zhou and Yu Long and Hanbao Kuang and Thomas Dreibholz and Yuyin Tan
+   Journal: Computer Engineering and Applications
+   Pages: 79–86
+   Publisher: CEA
+   Title: Performance Analysis of MPTCP Protocol in Multiple Scenarios
+   Volume: 54
+   ISSN: ISSN 1002-8331
+   DOI: 10.3778/j.issn.1002-8331.1806-0034
+   Year: 2018
+   Month: dec
+   Day: 15
+   URL: https://web.archive.org/web/20190128151215/http://cea.ceaj.org/EN/article/downloadArticleFile.do?attachType=PDF&id=37335
+ - Author: Qining Tan and Xuelei Yang and Lan Zhao and Xing Zhou and Thomas Dreibholz
+   Booktitle: Proceedings of the 3rd IEEE Advanced Information Technology, Electronic and Automation Control Conference (IAEAC)
+   Pages: 900–907
+   Title: A Statistic Procedure to Find Formulae for Buffer Size in MPTCP
+   ISBN: ISBN 978-1-5386-4509-3
+   DOI: 10.1109/IAEAC.2018.8577570
+   Year: 2018
+   Month: oct
+   Day: 13
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/iaeac2018-web.pdf
+ - Author: Runa Barik and Michael Welzl and Ahmed Mustafa Elmokashfi and Thomas Dreibholz and Stein Gjessing
+   Booktitle: Proceedings of the 30th International Teletraffic Congress (ITC)
+   Pages: 167–175
+   Title: Can WebRTC QoS Work? A DSCP Measurement Study
+   ISBN: ISBN 978-0-9883045-5-0
+   DOI: 10.1109/ITC30.2018.00034
+   Year: 2018
+   Month: sep
+   Day: 6
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/itc30.pdf
+ - Author: Runa Barik and Michael Welzl and Ahmed Mustafa Elmokashfi and Thomas Dreibholz and Safiqul Islam and Stein Gjessing
+   Journal: Performance Evaluation
+   Publisher: Elsevier
+   Title: On the Utility of Unregulated IP DiffServ Code Point (DSCP) Usage by End Systems
+   Volume: 135
+   ISSN: ISSN 0166-5316
+   DOI: 10.1016/j.peva.2019.102036
+   Year: 2019
+   Month: aug
+   Day: 26
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/peva2019.pdf
+ - Author: Ahmed Mustafa Elmokashfi and Amund Kvalbein and Thomas Dreibholz and Chad Jarvis
+   Title: Norske mobilnett i 2018 – Tilstandsrapport fra Centre for Resilient Networks and Applications
+   ISBN: ISBN 978-82-92593-25-7
+   Year: 2019
+   Month: may
+   Day: 29
+   URL: https://web-backend.simula.no/sites/default/files/crna-2018_0.pdf
+ - Author: Thomas Dreibholz
+   Title: MELODIC at Hainan University: Combining NorNet Core with MELODIC
+   Year: 2019
+   Month: apr
+   Day: 18
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-nornetcore.pdf
+ - Author: Thomas Dreibholz
+   Title: MELODIC at Hainan University: An Introduction to the MELODIC Project
+   Year: 2019
+   Month: apr
+   Day: 17
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/china2019-melodic-introduction.pdf
+ - Author: Thomas Dreibholz
+   Title: NorNet at Hainan University: Getting Started with NorNet Core
+   Year: 2019
+   Month: apr
+   Day: 16
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/china2019-nornet-tutorial.pdf
+ - Author: Thomas Dreibholz
+   Title: NorNet at Hainan University: From Simulations to Real-World Internet Measurements for Multi-Path Transport Research
+   Year: 2019
+   Month: apr
+   Day: 15
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/china2019-multipath-presentation.pdf
+ - Author: Runa Barik and Michael Welzl and Gorry Fairhurst and Thomas Dreibholz and Ahmed Mustafa Elmokashfi and Stein Gjessing
+   Booktitle: Proceedings of the 104th IETF Meeting
+   Title: Native SCTP, DCCP, UDP-Lite and Home Gateway NATs
+   Year: 2019
+   Month: mar
+   Day: 28
+   URL: https://datatracker.ietf.org/meeting/104/materials/slides-104-maprg-native-sctp-dccp-udp-lite-and-home-gateway-nats-runa-barik-01
+ - Author: Yu Luo and Xing Zhou and Thomas Dreibholz and Hanbao Kuang
+   Booktitle: Proceedings of the 1st International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing (M2EC) in conjunction with the 33rd International Conference on Advanced Information Networking and Applications (AINA)
+   Pages: 1007–1019
+   Title: A Real-Time Video Streaming System over IPv6+MPTCP Technology
+   ISBN: ISBN 978-3-030-15034-1
+   DOI: 10.1007/978-3-030-15035-8_99
+   Year: 2019
+   Month: mar
+   Day: 27
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/m2ec2019-videostreaming.pdf
+ - Author: Jiangshui Hong and Thomas Dreibholz and Joseph Adam Schenkel and Jiaxi Alessia Hu
+   Booktitle: Proceedings of the 1st International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing (M2EC) in conjunction with the 33rd International Conference on Advanced Information Networking and Applications (AINA)
+   Pages: 1055–1068
+   Title: An Overview of Multi-Cloud Computing
+   ISBN: ISBN 978-3-030-15034-1
+   DOI: 10.1007/978-3-030-15035-8_103
+   Year: 2019
+   Month: mar
+   Day: 27
+   URL: https://web-backend.simula.no/sites/default/files/2024-06/M2EC2019-MultiCloud.pdf
+ - Author: Thomas Dreibholz and Somnath Mazumdar and Feroz Zahid and Amirhosein Taherkordi and Ernst Gunnar Gran
+   Booktitle: Proceedings of the 27th Euromicro International Conference on Parallel, Distributed and Network-Based Processing (PDP)
+   Pages: 59–66
+   Title: Mobile Edge as Part of the Multi-Cloud Ecosystem: A Performance Study
+   ISBN: ISBN 978-1-7281-1644-0
+   DOI: 10.1109/EMPDP.2019.8671599
+   Year: 2019
+   Month: feb
+   Day: 13
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/pdp2019-web.pdf
+ - Author: Thomas Dreibholz
+   Title: NorNet at the University of Sydney: From Simulations to Real-World Internet Measurements for Multi-Path Transport Research
+   Year: 2019
+   Month: jan
+   Day: 10
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/sydney2019-presentation.pdf
+ - Author: Thomas Dreibholz
+   Title: Custom-Made Enhanced Packet Cores as Network Services for 4G/5G Testbeds managed with Open Source MANO
+   Year: 2020
+   Month: dec
+   Day: 3
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/m5g-2020-presentation.pdf
+ - Author: Thomas Dreibholz and Andrés Felipe Ocampo
+   Title: Managing Tailor-Made Enhanced Packet Cores for 4G/5G Testbeds in OSM with the SimulaMet OpenAirInterface VNF
+   Year: 2020
+   Month: dec
+   Day: 2
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest10-presentation.pdf
+ - Author: Thomas Dreibholz and Paresh Saxena and Harald Skinnemoen
+   Booktitle: Proceedings of the 45th IEEE Conference on Local Computer Networks (LCN)
+   Title: Efficient Network Coding for Satellite Applications: A Live Demo of HENCSAT and NECTOR
+   Type: Demo presentation
+   Year: 2020
+   Month: nov
+   Day: 18
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-hencsat-demo-web.pdf
+ - Author: Andrés Felipe Ocampo and Thomas Dreibholz and Mah-Rukh Fida and Ahmed Mustafa Elmokashfi and Haakon Bryhni
+   Booktitle: Proceedings of the 45th IEEE Conference on Local Computer Networks (LCN)
+   Title: Integrating Cloud-RAN with Packet Core as VNF Using Open Source MANO and OpenAirInterface
+   Type: Demo presentation
+   Year: 2020
+   Month: nov
+   Day: 18
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-simulametepc-demo-web.pdf
+ - Author: Min Chen and Thomas Dreibholz and Xing Zhou and Xuelei Yang
+   Booktitle: Proceedings of the 45th IEEE Conference on Local Computer Networks (LCN)
+   Pages: 134–143
+   Title: Improvement and Implementation of a Multi-Path Management Algorithm Based on MPTCP
+   ISBN: ISBN 978-1-7281-7158-6
+   DOI: 10.1109/LCN48667.2020.9314778
+   Year: 2020
+   Month: nov
+   Day: 16
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/lcn2020-pathmgt-web.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the 28th IEEE International Conference on Software, Telecommunications and Computer Networks (SoftCOM)
+   Pages: 1–3
+   Title: A 4G/5G Packet Core as VNF with Open Source MANO and OpenAirInterface
+   ISBN: ISBN 978-953-290-099-6
+   DOI: 10.23919/SoftCOM50211.2020.9238222
+   Year: 2020
+   Month: sep
+   Day: 19
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/softcom2020-simulametepc-web.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the 28th IEEE International Conference on Software, Telecommunications and Computer Networks (SoftCOM)
+   Pages: 1–6
+   Title: HiPerConTracer - A Versatile Tool for IP Connectivity Tracing in Multi-Path Setups
+   ISBN: ISBN 978-953-290-099-6
+   DOI: 10.23919/SoftCOM50211.2020.9238278
+   Year: 2020
+   Month: sep
+   Day: 17
+   URL: https://web-backend.simula.no/sites/default/files/2024-06/SoftCOM2020-HiPerConTracer.pdf
+ - Author: Ioana Alexandrina Livadariu and Thomas Dreibholz and Anas Saeed Al-Selwi and Haakon Bryhni and Olav Lysne and Steinar Bjørnstad and Ahmed Mustafa Elmokashfi
+   Booktitle: Proceedings of the ACM/IRTF Applied Networking Research Workshop (ARNW)
+   Pages: 67–73
+   Title: On the Accuracy of Country-Level IP Geolocation
+   ISBN: ISBN 978-1-4503-8039-3
+   DOI: 10.1145/3404868.3406664
+   Year: 2020
+   Month: jul
+   Day: 27
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/anrw2020.pdf
+ - Author: Paresh Saxena and Thomas Dreibholz and Harald Skinnemoen and Özgü Alay and Ángeles Vazquez-Castro and Simone Ferlin and Guray Acar
+   Booktitle: Proceedings of the 39th IEEE International Conference on Computer Communications (INFOCOM), International Workshop on Wireless Sensor, Robot and UAV Networks (WiSARN)
+   Pages: 418–423
+   Title: Resilient Hybrid SatCom and Terrestrial Networking for Unmanned Aerial Vehicles
+   ISBN: ISBN 978-1-7281-8696-2
+   DOI: 10.1109/INFOCOMWKSHPS50562.2020.9162943
+   Year: 2020
+   Month: jul
+   Day: 6
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/infocom2020.pdf
+ - Author: Ahmed Mustafa Elmokashfi and Amund Kvalbein and Mikael Christiansson and Anas Saeed Al-Selwi and Thomas Dreibholz and Çise Mıdoğlu
+   Title: Norske mobilnett i 2019 – Tilstandsrapport fra Centre for Resilient Networks and Applications
+   ISBN: ISBN 978-82-92593-28-8
+   Year: 2020
+   Month: jun
+   Day: 30
+   URL: https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2019_1.pdf
+ - Author: Min Xie and Joan Sebastià Pujol-Roig and Foivos Ioannis Michelinakis and Thomas Dreibholz and Carmen Guerrero and Adrián Gallego Sánchez and Wint Yi Poe and Yue Wang and Ahmed Mustafa Elmokashfi
+   Booktitle: Proceedings of the 29th IEEE European Conference on Networks and Communications (EuCNC)
+   Pages: 265–270
+   Title: AI-Driven Closed-Loop Service Assurance with Service Exposures
+   ISBN: ISBN 978-1-7281-4355-2
+   DOI: 10.1109/EuCNC48522.2020.9200943
+   Year: 2020
+   Month: jun
+   Day: 17
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/eucnc2020.pdf
+ - Author: Runa Barik and Michael Welzl and Gorry Fairhurst and Thomas Dreibholz and Ahmed Mustafa Elmokashfi and Stein Gjessing
+   Journal: Computer Networks
+   Publisher: Elsevier
+   Title: On the Usability of Transport Protocols other than TCP: A Home Gateway and Internet Path Traversal Study
+   Volume: 173
+   ISSN: ISSN 1389-1286
+   DOI: 10.1016/j.comnet.2020.107211
+   Year: 2020
+   Month: may
+   Day: 22
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/comnets2020.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the 2nd International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing (M2EC) in conjunction with the 34th International Conference on Advanced Information Networking and Applications (AINA)
+   Pages: 1143–1153
+   Title: Flexible 4G/5G Testbed Setup for Mobile Edge Computing using OpenAirInterface and Open Source MANO
+   ISBN: ISBN 978-3-030-44037-4
+   DOI: 10.1007/978-3-030-44038-1_105
+   Year: 2020
+   Month: apr
+   Day: 15
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/m2ec2020.pdf
+ - Author: Thomas Dreibholz
+   Title: Easily Setting up 4G/5G Testbeds with OpenAirInterface using OSM
+   Year: 2020
+   Month: mar
+   Day: 11
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest9-presentation.pdf
+ - Author: Thomas Dreibholz and Andrés Felipe Ocampo and Mah-Rukh Fida
+   Title: Demonstration of P4-Based In-Band Telemetry for OSM-Orchestrated 4G/5G Testbeds
+   Type: Demo presentation
+   Year: 2021
+   Month: dec
+   Day: 1
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest12-presentation.pdf
+ - Author: Thomas Dreibholz and Somnath Mazumdar
+   Booktitle: Proceedings of the 46th IEEE Conference on Local Computer Networks (LCN)
+   Title: A Demo of Workload Offloading in Mobile Edge Computing Using the Reliable Server Pooling Framework
+   Type: Demo presentation
+   Year: 2021
+   Month: oct
+   Day: 7
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/lcn2021-rserpool-web.pdf
+ - Author: Min Chen and Muhammad Waleed Raza and Thomas Dreibholz and Xing Zhou and Yuyin Tan
+   Journal: Electronics
+   Number: 16
+   Pages: 1–19
+   Publisher: MDPI
+   Title: A Multi-Parameter Comprehensive Optimized Algorithm for MPTCP Networks
+   Volume: 10
+   ISSN: ISSN 2079-9292
+   DOI: 10.3390/electronics10161942
+   Year: 2021
+   Month: aug
+   Day: 12
+   URL: https://mdpi-res.com/d_attachment/electronics/electronics-10-01942/article_deploy/electronics-10-01942.pdf?version=1628757855
+ - Author: Min Xie and Thomas Dreibholz and Foivos Ioannis Michelinakis and Joan Pujol-Roig and Wint Yi Poe and Ahmed Mustafa Elmokashfi and Sayantini Majumdar and Sara Malacarne
+   Booktitle: Proceedings of the 30th IEEE European Conference on Networks and Communications (EuCNC)
+   Pages: 419–424
+   Title: An Exposed Closed-Loop Model for Customer-Driven Service Assurance Automation
+   ISBN: ISBN 978-1-6654-1526-2
+   DOI: 10.1109/EuCNC/6GSummit51104.2021.9482533
+   Year: 2021
+   Month: jun
+   Day: 9
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/eucnc2021.pdf
+ - Author: Thomas Dreibholz and Somnath Mazumdar
+   Booktitle: Proceedings of the 3rd International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing (M2EC) in conjunction with the 35th International Conference on Advanced Information Networking and Applications (AINA)
+   Pages: 582–593
+   Title: Reliable Server Pooling Based Workload Offloading with Mobile Edge Computing: A Proof-of-Concept
+   Volume: 3
+   ISBN: ISBN 978-3-030-75078-7
+   DOI: 10.1007/978-3-030-75078-7_58
+   Year: 2021
+   Month: may
+   Day: 14
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/m2ec2021-web.pdf
+ - Author: Mohammed A. Abdulkadir and Özgü Alay and Angeliki Alexiou and Markos Anastasopoulos and Kiril Antevski and Erik Aumayr and Dhouha Ayed and Jordi Baranda and Rasoul Behravesh and Chafika Benzaid and Pascal Bisson and Anne-Marie Cristina Bosneag and Alexandros-Apostolos A. Boulogeorgos and José Alcaraz Calero and Gino Carrozzo and Claudio Ettore Casetti and Giuseppe Caso and Alberto Huertas Celdrán and Hatim Chergui and Carla Fabiana Chiasserini and Lorena Chinchilla-Romero and Geoffroy Chollon and Tezcan Cogalan and Carlos Colman-Meixner and Andrea Conti and John Cosmas and José Costa-Requena and Rachana Desai and Francesco Devoti and Maria Diamanti and Thomas Dreibholz and Ahmed Mustafa Elmokashfi and Saman Feghhi and Andres Garcia-Saavedra and Anastasius Gavras and Mir Ghoraishi and Anastasios Giannopoulos and Meysam Goodarzi and Marco Gramaglia and Carlos Guimarães and Gür Gürkan and Jiguang He and Halid Hrasnica and Elisa Jimeno and Grigorios Kakkavas and Alexandros Kaloxylos and Vasileios Karyotis and Saimanoj Katta and Nikos Katzouris and Takai Eddine Kennouche and Ralf Klinkenberg and Joonas Kokkoniemi and Koteswararao Kondepu and Fotis Lazarakis and Alexios Lekidis and Xi Li and Diego Lopez and Lina Magoula and Kashif Mahmood and Sayantini Majumdar and Marco Malinverno and Josep Mangues-Bafalluy and Ricardo Martínez and Jorge Martín-Pérez and Josep Martrat and Ben Meunier and Ramy Mohamed and Flavio Morselli and Juan José Ramos Muñoz and Pablo Muñoz-Luengo and Daniel Camps Muri and Chris Murphy and Edgardo Montes De Oca and Chrysa Papagianni and Symeon Papavassiliou and Antonio Agustín Pastor Perales and Gregorio Martínez Pérez and Manuel Gil Pérez and Wint Yi Poe and Jonathan Prados-Garzon and Marco Di Renzo and Joan Pujol Roig and Pedro Miguel Sánchez and Koen De Schepper and Lina Shi and Antonio Skarmeta and Sotirios Spantideas and Gokul Krishna Srinivasan and Adamantia Stamou and Tejas Subramanya and Panagiotis Trakadas and Anna Tzanakaki and Luca Valcarenghi and José María Jorquera Valero and Stefan Videv and Qi Wang and Yue Wang and Min Xie and Zhao Xu and Shuangyi Yan and Edwin Yaqub and Anil Yesilkaya and Lanfranco Zanzi and Sofiane Zemouri and Engin Zeydan and Xun Zhang and Xueqing Zhou
+   Title: AI and ML –- Enablers for Beyond 5G Networks
+   DOI: 10.5281/zenodo.429989
+   Year: 2021
+   Month: may
+   Day: 11
+   URL: https://5g-ppp.eu/wp-content/uploads/2021/05/AI-MLforNetworks-v1-0.pdf
+ - Author: Ahmed Mustafa Elmokashfi and Amund Kvalbein and Anas Saeed Al-Selwi and Mah-Rukh Fida
+   Title: Norske mobilnett i 2020 – Tilstandsrapport fra Centre for Resilient Networks and Applications
+   ISBN: ISBN 82-92593-30-6
+   Year: 2021
+   Month: may
+   Day: 6
+   URL: https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2020.pdf
+ - Author: Thomas Dreibholz
+   Title: NorNet at Hainan University in 2021: Getting Started with NorNet Core – A Remote Tutorial
+   Year: 2021
+   Month: jan
+   Day: 15
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-nornet-tutorial.pdf
+ - Author: Ahmed Mustafa Elmokashfi and Alfred Arouna and Ioana Alexandrina Livadariu and Mah-Rukh Fida and Amund Kvalbein and Anas Saeed Al-Selwi and Thomas Dreibholz and Haakon Bryhni
+   Journal: E-Print Archive
+   Publisher: Arxiv
+   Title: A Multi-Perspective Study of Internet Performance during the COVID-19 Outbreak
+   Year: 2021
+   Month: jan
+   Day: 13
+   URL: https://arxiv.org/pdf/2101.05030.pdf
+ - Author: Thomas Dreibholz
+   Title: NorNet at Hainan University in 2021: From Simulations to Real-World Internet Measurements for Multi-Path Transport Research – A Remote Presentation
+   Year: 2021
+   Month: jan
+   Day: 8
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/haikou2021-multipath-presentation.pdf
+ - Author: Somnath Mazumdar and Thomas Dreibholz
+   Booktitle: Proceedings of the 24th IEEE International Conference on High Performance Computing, Data, and Analytics (HPCC)
+   Pages: 1509–1516
+   Title: Towards a Privacy Preserving Data Flow Control via Packet Header Marking
+   ISBN: ISBN 979-8-3503-1993-4
+   DOI: 10.1109/HPCC-DSS-SmartCity-DependSys57074.2022.00232
+   Year: 2022
+   Month: dec
+   Day: 18
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/hpcc2022.pdf
+ - Author: Somnath Mazumdar and Thomas Dreibholz
+   Booktitle: Proceedings of the International Conference on Parallel and Distributed Computing, Applications and Technologies (PDCAT)
+   Pages: 175–186
+   Title: Towards a Blockchain and Fog-Based Proactive Data Distribution Framework for ICN
+   ISBN: ISBN 978-3-031-29927-8
+   DOI: 10.1007/978-3-031-29927-8_14
+   Year: 2022
+   Month: dec
+   Day: 7
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/pdcat2022.pdf
+ - Author: Somnath Mazumdar and Thomas Dreibholz
+   Journal: IEEE Communications Magazine
+   Pages: 74–80
+   Title: Secure Embedded Living: Towards a Self-contained User Data Preserving Framework
+   Volume: 60
+   ISSN: ISSN 0163-6804
+   DOI: 10.1109/MCOM.001.2200165
+   Year: 2022
+   Month: nov
+   Day: 11
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/commmag2022.pdf
+ - Author: Thomas Dreibholz and Somnath Mazumdar
+   Booktitle: Proceedings of the 18th IEEE International Conference on Network and Service Management (CNSM)
+   Pages: 359–363
+   Title: Find Out: How Do Your Data Packets Travel?
+   ISBN: ISBN 978-3-903176-51-5
+   DOI: 10.23919/CNSM55787.2022.9965091
+   Year: 2022
+   Month: nov
+   Day: 1
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/cnsm2022.pdf
+ - Author: Thomas Dreibholz and Mah-Rukh Fida and Azza Hassan Mohamed Ahmed and Andrés Felipe Ocampo and Foivos Ioannis Michelinakis
+   Booktitle: Proceedings of the 47th IEEE Conference on Local Computer Networks (LCN)
+   Pages: 245–247
+   Title: A Live Demonstration of In-Band Telemetry in OSM-Orchestrated Core Networks
+   ISBN: ISBN 978-1-6654-8001-7
+   DOI: 10.1109/LCN53696.2022.9843413
+   Year: 2022
+   Month: sep
+   Day: 28
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/lcn2022-telemetry-demo-web.pdf
+ - Author: Foivos Ioannis Michelinakis and Joan Sebastià Pujol-Roig and Sara Malacarne and Min Xie and Thomas Dreibholz and Sayantini Majumdar and Wint Yi Poe and Georgios Patounas and Carmen Guerrero and Ahmed Mustafa Elmokashfi and Vasileios Theodorou
+   Journal: Transactions on Network and Service Management (TNSM)
+   Publisher: IEEE Computer Society
+   Title: AI Anomaly Detection for Cloudified Mobile Core Architectures
+   ISSN: ISSN 1932-4537
+   DOI: 10.1109/TNSM.2022.3203246
+   Year: 2022
+   Month: aug
+   Day: 31
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/tnsm2022.pdf
+ - Author: Alfred Arouna and Steinar Bjørnstad and Stein Jørgen Ryan and Thomas Dreibholz and Sobia Rind and Ahmed Mustafa Elmokashfi
+   Booktitle: Proceedings of the 6th IEEE/IFIP Network Traffic Measurement and Analysis Conference (TMA)
+   Title: Network Path Integrity Verification using Deterministic Delay Measurements
+   ISBN: ISBN 978-3-903176-47-8
+   Year: 2022
+   Month: jun
+   Day: 29
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/tma_camera_ready_network_path_integrity_verification_using_deterministic_delay_measurements.pdf
+ - Author: Thomas Dreibholz and Azza Hassan Mohamed Ahmed and Mah-Rukh Fida and Andrés Felipe Ocampo and Foivos Ioannis Michelinakis
+   Title: Detecting Issues with In-Band Telemetry in OSM-Orchestrated Core Networks
+   Type: Demo presentation
+   Year: 2022
+   Month: jun
+   Day: 15
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/osmhackfest13-presentation.pdf
+ - Author: Thomas Dreibholz and Somnath Mazumdar
+   Booktitle: Proceedings of the 4th International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing (M2EC) in conjunction with the 36th International Conference on Advanced Information Networking and Applications (AINA)
+   Pages: 590–601
+   Title: Load Distribution for Mobile Edge Computing with Reliable Server Pooling
+   ISBN: ISBN 978-3-030-99619-2
+   DOI: 10.1007/978-3-030-99619-2_55
+   Year: 2022
+   Month: apr
+   Day: 15
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/m2ec2022.pdf
+ - Author: Ahmed Mustafa Elmokashfi and Amund Kvalbein and Anas Saeed Al-Selwi and Foivos Ioannis Michelinakis and Thomas Dreibholz
+   Title: Norske mobilnett i 2021 – Tilstandsrapport fra Centre for Resilient Networks and Applications
+   ISBN: ISBN 82-92593-36-5
+   Year: 2022
+   Month: apr
+   Day: 6
+   URL: https://web-backend.simula.no/sites/default/files/norske_mobilnett_i_2021.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the Linux Conference Australia (LCA)
+   Title: NorNet – A Linux- and Open-Source-Software-based International Platform for Networking Research
+   Year: 2022
+   Month: jan
+   Day: 15
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/lca2022-presentation.pdf
+ - Author: Steinar Bjørnstad and Jameel Ali and Thomas Dreibholz
+   Booktitle: Proceedings of the 28th International Conference on Optical Fiber Sensors (OFS)
+   Title: Detecting Physical Impacts by Monitoring State of Polarisation in a Live Fibre-To-The-Home Data-Communication Air-Cable
+   ISBN: ISBN 978-1-957171-30-2
+   DOI: 10.1364/ofs.2023.tu3.44
+   Year: 2023
+   Month: nov
+   Day: 21
+   URL: https://web-backend.simula.no/sites/default/files/2023-11/OFS2023.pdf
+ - Author: Thomas Dreibholz and Somnath Mazumdar
+   Publisher: IEEE DataPort
+   Title: TARTAN Traceroute Dataset
+   DOI: 10.21227/a241-gm35
+   Year: 2023
+   Month: nov
+   Day: 9
+ - Author: Fa Fu and Gaoshang Lu and Jianqiang Huang and Thomas Dreibholz
+   Booktitle: Proceedings of the 13th International Conference on Computer Engineering and Networks (CENet)
+   Publisher: Springer Nature
+   Title: A Survey of Blockchain-Based Identity Anonymity Research
+   ISSN: ISSN 1876-1100
+   DOI: 10.1007/978-981-99-9247-8_44
+   Year: 2023
+   Month: nov
+   Day: 4
+   URL: https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-Blockchain.pdf
+ - Author: Jingqi Zhang and Xin Zhang and Zhaojun Liu and Fa Fu and Jianyu Nie and Jianqiang Huang and Thomas Dreibholz
+   Booktitle: Proceedings of the 13th International Conference on Computer Engineering and Networks (CENet)
+   Publisher: Springer Nature
+   Title: A Survey of Security Vulnerabilities and Detection Methods for Smart Contracts
+   ISSN: ISSN 1876-1100
+   DOI: 10.1007/978-981-99-9247-8_43
+   Year: 2023
+   Month: nov
+   Day: 4
+   URL: https://web-backend.simula.no/sites/default/files/2023-11/CENet2023-SmartContracts.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the 31st International Conference on Software, Telecommunications and Computer Networks (SoftCOM)
+   Title: High-Precision Round-Trip Time Measurements in the Internet with HiPerConTracer
+   ISBN: ISBN 979-8-3503-0107-6
+   DOI: 10.23919/SoftCOM58365.2023.10271612
+   Year: 2023
+   Month: sep
+   Day: 22
+   URL: https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Timestamping.pdf
+ - Author: Thomas Dreibholz
+   Booktitle: Proceedings of the 31st International Conference on Software, Telecommunications and Computer Networks (SoftCOM)
+   Title: A Live Demonstration of HiPerConTracer 2.0
+   Year: 2023
+   Month: sep
+   Day: 22
+   URL: https://web-backend.simula.no/sites/default/files/2023-10/SoftCOM2023-Demo_0.pdf
+ - Author: Somnath Mazumdar and Thomas Dreibholz
+   Booktitle: Proceedings of the 49th Euromicro Conference Series on Software Engineering and Advanced Applications (SEAA)
+   Pages: 140–149
+   Title: Towards A Data Privacy-Aware Execution Zone Creation on Cloud/Fog Platform
+   ISBN: ISBN 979-8-3503-4235-2
+   DOI: 10.1109/SEAA60479.2023.00030
+   Year: 2023
+   Month: sep
+   Day: 8
+   URL: https://web-backend.simula.no/sites/default/files/2023-10/SEAA2023.pdf
+ - Author: Mah-Rukh Fida and Azza Hassan Mohamed Ahmed and Thomas Dreibholz and Andrés Felipe Ocampo and Ahmed Mustafa Elmokashfi and Foivos Ioannis Michelinakis
+   Journal: Transactions on Mobile Computing
+   Pages: 1–18
+   Publisher: IEEE
+   Title: Bottleneck Identification in Cloudified Mobile Networks based on Distributed Telemetry
+   ISSN: ISSN 1558-0660
+   DOI: 10.1109/TMC.2023.3312051
+   Year: 2023
+   Month: sep
+   Day: 5
+   URL: https://web-backend.simula.no/sites/default/files/2023-10/ToMC2023.pdf
+ - Author: Thomas Dreibholz and Steinar Bjørnstad and Jameel Ali
+   Booktitle: Proceedings of the 17th International Conference on Telecommunications (ConTEL)
+   Pages: 1–8
+   Title: A Scalable Infrastructure for Continuous State of Polarisation Monitoring for Revealing Security and Vulnerability Impacts in Optical Networks
+   ISBN: ISBN 979-8-3503-0223-3
+   DOI: 10.1109/ConTEL58387.2023.10198969
+   Year: 2023
+   Month: jul
+   Day: 11
+   URL: https://web-backend.simula.no/sites/default/files/2023-10/ConTEL2023.pdf
+ - Author: Somnath Mazumdar and Thomas Dreibholz
+   Booktitle: Proceedings of the 28th IEEE Symposium on Computers and Communications (ISCC)
+   Pages: 259–265
+   Title: Proactive Resource Orchestration Framework for Cloud/Fog Platform
+   ISBN: ISBN 979-8-3503-0048-2
+   DOI: 10.1109/ISCC58397.2023.10218068
+   Year: 2023
+   Month: jul
+   Day: 10
+   URL: https://web-backend.simula.no/sites/default/files/2023-10/ISCC2023.pdf
+ - Author: Steinar Bjørnstad and Jameel Ali and Thomas Dreibholz and Erik Sæthre
+   Booktitle: Proceedings of the 23rd International Conference on Transparent Optical Networks (ICTON)
+   Pages: 1–4
+   Title: A Scalable Data Collection System for Continuous State of Polarisation Monitoring
+   ISBN: ISBN 979-8-3503-0303-2
+   DOI: 10.1109/ICTON59386.2023.10207183
+   Year: 2023
+   Month: jul
+   Day: 3
+   URL: https://web-backend.simula.no/sites/default/files/2023-10/ICTON2023.pdf
+ - Author: Thomas Dreibholz and Somnath Mazumdar
+   Journal: Internet of Things
+   Publisher: Elsevier
+   Title: Towards a Lightweight Task Scheduling Framework for Cloud and Edge Platform
+   Volume: 21
+   ISSN: ISSN 2542-6605
+   DOI: 10.1016/j.iot.2022.100651
+   Year: 2023
+   Month: apr
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/iot2023.pdf
+ - Author: Tarik Čičić and Amund Kvalbein and Anas Saeed Al-Selwi and Foivos Ioannis Michelinakis and Thomas Dreibholz
+   Title: Norske mobilnett i 2022 – Tilstandsrapport fra Centre for Resilient Networks and Applications
+   ISBN: ISBN 978-82-92593-38-7
+   Year: 2023
+   Month: apr
+   Day: 27
+   URL: https://web-backend.simula.no/sites/default/files/publications/files/crna-2022.pdf
+ - Author: Thomas Dreibholz and Somnath Mazumdar
+   Title: Secure and Privacy-Preserving Smart Living
+   Year: 2024
+   Month: jun
+   Day: 13
+   URL: https://web-backend.simula.no/sites/default/files/2024-06/KOHS2024-Presentation_0.pdf
+ - Author: Tarik Čičić and Alojz Gomola and Hugo Martineau and Foivos Ioannis Michelinakis and Anas Saeed Al-Selwi
+   Title: Norske mobilnett i 2023 – Tilstandsrapport fra Simula Metropolitan Center for Digital Engineering, Center for Resilient Networks and Applications
+   ISBN: ISBN 978-82-92593-39-4
+   Year: 2024
+   Month: apr
+   Day: 30
+   URL: https://web-backend.simula.no/sites/default/files/2024-05/crna-2023.pdf
+ - Author: Thomas Dreibholz
+   Title: Cloud and Fog: How and Where is My Data Flowing? Obtaining Insights into Data Privacy in Today's Applications
+   Year: 2024
+   Month: apr
+   Day: 26
+   URL: https://web-backend.simula.no/sites/default/files/2024-04/CBSTalk2024.pdf
+ - Author: Jan Marius Evang and Thomas Dreibholz
+   Booktitle: Proceedings of the 6th International Workshop on Recent Advances for Multi-Clouds and Mobile Edge Computing (M2EC) in conjunction with the 38th International Conference on Advanced Information Networking and Applications (AINA)
+   Pages: 374–384
+   Title: Optimizing Network Latency: Unveiling the Impact of Reflection Server Tuning
+   ISBN: ISBN 978-3-031-57942-4
+   DOI: 10.1007/978-3-031-57942-4_3
+   Year: 2024
+   Month: apr
+   Day: 18
+   URL: https://web-backend.simula.no/sites/default/files/2024-02/M2EC2024.pdf
+ - Author: Jan Marius Evang and Thomas Dreibholz
+   Publisher: IEEE DataPort
+   Title: Reflection Server Tuning Dataset
+   DOI: 10.21227/8wbz-7e29
+   Year: 2024
+   Month: feb
+   Day: 2
+ - Author: Thomas Dreibholz and Somnath Mazumdar
+   Booktitle: Proceedings of the 33rd Euromicro International Conference on Parallel, Distributed and Network-Based Processing (PDP)
+   Pages: 33–41
+   Title: HiPerConTracer 3.0: Transport-level Packet Routing Analysis Tool
+   ISBN: ISBN 979-8-3315-2493-7
+   DOI: 10.1109/PDP66500.2025.00014
+   Year: 2025
+   Month: mar
+   Day: 14
+   URL: https://web-backend.simula.no/sites/default/files/2025-02/PDP2025.pdf
diff -pruN 1.4.4-2/src/bibtexconv.1 2.0.2-1/src/bibtexconv.1
--- 1.4.4-2/src/bibtexconv.1	2025-03-17 17:54:05.000000000 +0000
+++ 2.0.2-1/src/bibtexconv.1	2025-05-03 09:50:55.000000000 +0000
@@ -28,7 +28,7 @@
 .\" Contact: thomas.dreibholz@gmail.com
 .\"
 .\" ###### Setup ############################################################
-.Dd March 17, 2025
+.Dd April 29, 2025
 .Dt bibtexconv 1
 .Os bibtexconv
 .\" ###### Name #############################################################
@@ -39,19 +39,26 @@
 .Sh SYNOPSIS
 .Nm bibtexconv
 BibTeX_file
-.Op Fl export-to-bibtex=file
-.Op Fl export-to-separate-bibtexs=prefix
-.Op Fl export-to-xml=file
-.Op Fl export-to-separate-xmls=prefix
-.Op Fl nbsp=string
-.Op Fl linebreak=string
-.Op Fl non-interactive
-.Op Fl check-urls
-.Op Fl only-check-new-urls
-.Op Fl store-downloads=directory
-.Op Fl add-url-command
-.Op Fl skip-notes-with-isbn-and-issn
-.Op Fl add-notes-with-isbn-and-issn
+.Op ...
+.Op Fl B Ar bibtex_file_name | Fl Fl export-to-bibtex Ar bibtex_file_name
+.Op Fl b Ar bibtex_file_prefix| Fl Fl export-\%to-\%separate-\%bibtexs Ar bibtex_\%file_\%prefix
+.Op Fl X Ar xml_file_name | Fl Fl export-to-xml Ar xml_file_name
+.Op Fl x Ar xml_file_prefix | Fl Fl export-\%to-\%separate-\%xmls Ar xml_\%file_\%prefix
+.Op Fl C Ar custom_file_name | Fl Fl export-\%to-\%custom Ar custom_\%file_\%name
+.Op Fl D Ar directory | Fl Fl store-downloads Ar directory
+.Op Fl m Ar name:\%mapping_file:\%key_column:\%value_column | Fl Fl mapping Ar name:\%mapping_file:\%key_column:\%value_column
+.Op Fl s Ar string | Fl Fl nbsp Ar string
+.Op Fl l Ar string | Fl Fl linebreak Ar string
+.Op Fl n | Fl Fl non-interactive
+.Op Fl U | Fl Fl check-urls
+.Op Fl u | Fl Fl only-check-new-urls
+.Op Fl w | Fl Fl ignore-updates-for-html
+.Op Fl a | Fl Fl add-url-command
+.Op Fl i | Fl Fl skip-notes-with-isbn-and-issn
+.Op Fl I | Fl Fl add-notes-with-isbn-and-issn
+.Op Fl q | Fl Fl quiet
+.Op Fl h | Fl Fl help
+.Op Fl v | Fl Fl version
 .\" ###### Description ######################################################
 .Sh DESCRIPTION
 .Nm bibtexconv
@@ -68,57 +75,72 @@ export template specification.
 .Sh OPTIONS
 The following arguments may be provided:
 .Bl -tag -width indent
-.It BibTeX_File
-The BibTeX input file.
-.It Fl export-to-bibtex=file
+.It BibTeX_File [...]
+The BibTeX input file. Multiple files may be provided.
+.It Fl B Ar bibtex_file_name | Fl Fl export-to-bibtex Ar bibtex_file_name
 Write the results as BibTeX into the given file.
-.It Fl export-to-separate-bibtexs=prefix
+.It Fl b Ar bibtex_file_prefix| Fl Fl export-to-separate-bibtexs Ar bibtex_file_prefix
 Write the results as BibTeX; for each entry, an own file will be created. The filename will be generated from given prefix (e.g. "/tmp/MyBibTex-"), the entry key and ".bib".
-.It Fl export-to-xml=file
+.It Fl X Ar xml_file_name | Fl Fl export-to-xml Ar xml_file_name
 Write the results as XML (as used by IETF Internet Draft processing tools)
 into the given file.
-.It Fl export-to-separate-xmls=prefix
+.It Fl x Ar xml_file_prefix | Fl Fl export-to-separate-xmls Ar xml_file_prefix
 Write the results as XML; for each entry, an own file will be created. The filename will be generated from given prefix (e.g. "/tmp/MyBibTex-"), the entry key and ".xml".
-.It Fl nbsp=string
+.It Fl C Ar custom_file_name | Fl Fl export-to-custom Ar custom_file_name
+Write the results as custom output into the given file.
+.It Fl D Ar directory | Fl Fl store-downloads Ar directory
+Combined with \-\-check-urls, all checked references are downloaded and stored in the given directory. Existing files will be overwritten.
+.It Fl m Ar name:mapping_file:key_column:value_column | Fl Fl mapping Ar name:mapping_file:key_column:value_column
+Read key and value columns from a mapping file into a mapping with given name.
+.It Fl s Ar string | Fl Fl nbsp Ar string
 Replace non-breakable space by given string (for example, "&nbsp;" when writing HTML).
-.It Fl linebreak=string
+.It Fl l Ar string | Fl Fl linebreak Ar string
 Replace linebreak by given string (for example, "<br />" when writing HTML).
-.It Fl check-urls
+.It Fl n | Fl Fl non-interactive
+Turns on non-interactive mode. Useful for just performing URL checks and
+ISBN/ISSN verification.
+.It Fl U | Fl Fl check-urls
 Check URLs by downloading the content file and adding MD5, size and MIME type
 entries.
-.It Fl only-check-new-urls
-Combined with \-check-urls, checks are only performed for new entries where
+.It Fl u | Fl Fl only-check-new-urls
+Combined with \-\-check-urls, checks are only performed for new entries where
 MD5, size and/or MIME type are still unknown.
-.It Fl store-downloads=directory
-Combined with \-check-urls, all checked references are downloaded and stored in the given directory. Existing files will be overwritten.
-.It Fl add-url-command
+.It Fl w | Fl Fl ignore-updates-for-html
+Ignore changes in HTML files when checking URLs. This is useful for dynamically-generated web pages, where each retrieval creates a new, different HTML file.
+.It Fl a | Fl Fl add-url-command
 Add \\url{} commands to url tags in BibTeX export.
-.It Fl skip-notes-with-isbn-and-issn
+.It Fl i | Fl Fl skip-notes-with-isbn-and-issn
 When reading the BibTeX file, ignore "note" items with ISBN and ISSN.
-.It Fl add-notes-with-isbn-and-issn
+.It Fl I | Fl Fl add-notes-with-isbn-and-issn
 When writing a BibTeX file, create "note" items with ISBN and ISSN.
-.It Fl non-interactive
-Turns on non-interactive mode. Useful for just performing URL checks and
-ISBN/ISSN verification.
+.It Fl q | Fl Fl quiet
+Reduces output verbosity.
+.It Fl h | Fl Fl help
+Prints command-line parameters.
+.It Fl v | Fl Fl version
+Prints program version.
 .El
 .\" ###### Commands #########################################################
 .Sh COMMANDS
 After startup, bibtexconv accepts the following commands from standard input
 (not as command-line arguments!):
 .Bl -tag -width ident
-.It cite key custom1 custom2 custom3 custom4 custom5
+.It cite key [custom1 ... custom9]
 Select specific entry in the input BibTeX file, given by key. Optionally, up
-to five custom strings may be attached to the selected entry.
+to nine custom strings may be attached to the selected entry.
 .It citeAll
 Select all entries in the input BibTeX file.
 .It clear
-Clear all selections.
+Remove all selected citations, i.e. no citation will be selected.
+.It sort key/[A|D] ...
+Sort the selected citations, according to key and ascending (A) or
+descending (D) ordering. The key corresponds to a key in the BibTeX file.
+Multiple keys may be defined, e.g. sort year/D month/D day/D title/A.
 .It echo string
 Write given string to standard output.
 .It export
 Export selected entries to standard output, according to configured printing
 template.
-.It header
 .It include file
 Include another export script, given by file name.
 .It monthNames jan feb mar apr may jun jul aug sep oct nov dec
@@ -127,28 +149,179 @@ non-English names are required for expor
 .It nbsp
 Changes textual representation of the "non-breakable space", for example
 &nbsp; in HTML or ~ in BibTeX.
-.It sort
-.It template
-.It template+
 .It templatenew
-.It trailer
+Begin a new template definition. Initially, the template will be empty.
+.It template+ template_string
+Add the provided template string to the template. template+ allows one to define
+a complex template consisting of multiple template+ lines, to enhance
+readability. Within the template, the following placeholders can be used:
+.Bl -tag -width ident
+.It %{abstract}
+Insert the BibTeX "abstract" content (i.e. the abstract of the publication).
+.It %{address}
+Insert the BibTeX "address" content (i.e. the address of the publication,
+usually the conference or publisher location).
+.It %{booktitle}
+Insert the BibTeX "booktitle" content (i.e. the book title of the publication).
+.It %{custom-1} | ... | %{custom-9}
+Insert the corresponding value provided as custom1 ... custom9 to the "cite" command.
+Some conversions may be applied when using "xmlStyle" (see below).
+.It %{custom-1-as-is} | ... | %{custom-9-as-is}
+Insert the corresponding value provided as custom1 ... custom9 to the "cite" command.
+No conversions are applied.
+.It %{day}
+Insert the BibTeX "day" content (i.e. the publication day of the publication).
+.It %{doi}
+Insert the BibTeX "doi" content (i.e. the DOI number of the publication).
+.It %{edition}
+Insert the BibTeX "edition" content (i.e. the edition of the publication).
+.It %{editor}
+Insert the BibTeX "editor" content (i.e. the editor of the publication).
+.It %{howpublished}
+Insert the BibTeX "howpublished" content (i.e. the publication type of the publication).
+.It %{institution}
+Insert the BibTeX "institution" content (i.e. the institution of the publication).
+.It %{isbn}
+Insert the BibTeX "isbn" content (i.e. the ISBN of the publication).
+.It %{issn}
+Insert the BibTeX "issn" content (i.e. the ISSN of the publication).
+.It %{issue}
+Insert the BibTeX "issue" content (i.e. the issue of the publication).
+.It %{journal}
+Insert the BibTeX "journal" content (i.e. the journal containing the publication).
+.It %{keywords}
+Insert the BibTeX "keywords" content (i.e. the keywords of the publication).
+.It %{language}
+Insert the BibTeX "language" content (i.e. the language of the publication).
+.It %{location}
+Insert the BibTeX "location" content (i.e. the location of the publication,
+usually the publisher location).
+.It %{month}
+Insert the BibTeX "month" content (i.e. the publication month of the publication).
+.It %{note}
+Insert the BibTeX "note" content (i.e. some additional information about the publication).
+.It %{number}
+Insert the BibTeX "number" content (i.e. the number of the publication).
+.It %{numpages}
+Insert the BibTeX "numpages" content (i.e. the number of pages of the publication).
+.It %{organization}
+Insert the BibTeX "organization" content (i.e. the organization of the publication).
+.It %{pages}
+Insert the BibTeX "pages" content (i.e. the pages range of the publication).
+.It %{publisher} | %{$}
+Insert the BibTeX "publisher" content (i.e. the publisher of the publication).
+.It %{school}
+Insert the BibTeX "school" content (i.e. the school of the publication).
+.It %{series}
+Insert the BibTeX "series" content (i.e. the series of the publication).
+.It %{title}
+Insert the BibTeX "title" content (i.e. the title of the publication).
+.It %{type}
+Insert the BibTeX "type" content (i.e. the type of the publication).
+.It %{url}
+Insert the BibTeX "url" content (i.e. the url of the publication).
+.It %{url.checked}
+Insert the BibTeX "url.checked" content. It contains the date of the last URL check.
+This field is a custom field used by BibTeXConv.
+.It %{url.keywords}
+Insert the BibTeX "url.keywords" content. This field contains the keywords of the download from "url" (e.g. PDF keywords in a PDF file).
+This field is a custom field used by BibTeXConv.
+.It %{url.md5}
+Insert the BibTeX "url.md5" content. It contains the MD5 sum of the download from "url".
+This field is a custom field used by BibTeXConv.
+.It %{url.mime}
+Insert the BibTeX "url.mime" content. It contains the MIME type of the download from "url", e.g. "application/pdf" for PDF.
+This field is a custom field used by BibTeXConv.
+.It %{url.pagesize}
+Insert the BibTeX "url.pagesize" content. It contains the paper format of the download from "url", e.g. "595.276 x 841.89 pts (A4)" for DIN A4 or "612 x 792 pts (letter)" for US Letter.
+This field is a custom field used by BibTeXConv.
+.It %{url.size}
+Insert the BibTeX "url.checked" content. It contains the date of the last URL check.
+This field is a custom field used by BibTeXConv.
+.It %{content-language}
+Insert the BibTeX "content-language" content. It contains the language of the actual publication content. For instance, "content-language" could be "chinese", while title and abstract (given by "language") is "english".
+This field is a custom field used by BibTeXConv.
+.It %{urn}
+Insert the BibTeX "urn" content. This field contains the Uniform Resource Name (URN) number, used by many national libraries.
+This field is a custom field used by BibTeXConv.
+.It %{volume}
+Insert the BibTeX "volume" content (i.e. the volume of the publication).
+.It %{year}
+Insert the BibTeX "year" content (i.e. the publication year of the publication).
+.El
+.Pp
+The template allows the evaluation of blocks, with and without error containment:
+.Bl -tag -width ident
+.It [\~...\~]: Blocks with error containment
+Blocks in square brackets are evaluated. If a referenced placeholder, e.g. %{url}, does not exist, the block will be emptied. This allows one to add content, e.g. the URL, if it exists in the BibTeX reference, but produce nothing if this information is unavailable.
+.It (\~...\~): Blocks without error containment
+Like [\~...\~], but if the evaluation fails, the failure is propagated to the next upper level. That is, a construct like [ ... (\~...\~)] will produce no output if the inner block evaluation fails (and therefore the parentheses propagate the failure to the next upper block). In contrast, [ ... [\~...\~]] would only result in an empty inner block.
+.br
+Note: Parentheses in the template need to be escaped, i.e. \[rs]( and \[rs]). Unescaped parentheses are interpreted as block definition!
+.El
+.Pp
+Furthermore, by using blocks, some conditional evaluation is possible:
+.Bl -tag -width ident
+.It %{is?COMPARISON}
+Success, if the block until the placeholder is equal to COMPARISON.
+.It %{is-not?COMPARISON}
+Success, if the block until the placeholder is not equal to COMPARISON.
+.It %{is-less-than?COMPARISON}
+Success, if the block until the placeholder is less than COMPARISON.
+.It %{is-less-than-or-equal?COMPARISON}
+Success, if the block until the placeholder is less than or equal COMPARISON.
+.It %{is-greater-than?COMPARISON}
+Success, if the block until the placeholder is greater than COMPARISON.
+.It %{is-greater-than-or-equal?COMPARISON}
+Success, if the block until the placeholder is greater or equal COMPARISON.
+.It %{map:NAME}
+Success, if the mapping NAME contains a mapping from the block until the placeholder. The block is evaluated to this mapping.
+.El
+.Pp
+Finally, for handling the authors list of a publication, some special placeholders can be used:
+.Bl -tag -width ident
+.It %{begin-author-loop}
+Begin loop over all authors. Within the loop, the following placeholders apply to the current author in the loop.
+.It %{author-family-name}
+Insert the current author's family name.
+.It %{author-give-name}
+Insert the current author's given name.
+.It %{is-first-author?}
+Success, if the current author is the first author.
+.It %{is-not-first-author?}
+Success, if the current author is not the first author.
+.It %{is-last-author?}
+Success, if the current author is the last author.
+.It %{is-not-last-author?}
+Success, if the current author is not the last author.
+.It %{end-author-loop}
+End the author loop started with %{begin-author-loop}.
+.El
+.It header header_string
+Add the provided header string before each exported publication entry.
+.It trailer trailer_string
+Add the provided trailer string after each exported publication entry.
 .It utf8Style
+Use UTF-8 style conventions, i.e. export characters without conversion.
 .It xmlStyle
+Use XML style conventions, i.e. export characters with some conversions to
+handle special characters not allowed in XML
+(e.g. "&amp;" for "&", "&lt;" for <, etc.).
 .El
 .Pp
 .\" ###### Arguments ########################################################
 .Sh EXAMPLES
-Have a look into /usr/share/doc/bibtexconv/examples/ (or corresponding path of your
-system) for example export scripts. The export scripts contain the commands
-which are read by bibtexconv from standard input.
+Have a look into /usr/share/doc/bibtexconv/examples/ (or corresponding path of
+your system) for example export scripts. The export scripts contain the
+commands which are read by bibtexconv from standard input.
 .Bl -tag -width indent
 .It bibtexconv \e
 .br
 /usr/share/doc/bibtexconv/examples/ExampleReferences.bib \e
 .br
-\-export-to-bibtex=UpdatedReferences.bib \e
+\-\-export-to-bibtex=UpdatedReferences.bib \e
 .br
-\-check-urls \-only-check-new-urls \-non-interactive
+\-\-check-urls \-\-only-check-new-urls \-\-non-interactive
 .br
 Checks URLs of all entries in /usr/share/doc/bibtexconv/examples/ExampleReferences.bib, adds MD5, size and MIME type
 items and writes the results to UpdatedReferences.bib.
@@ -156,9 +329,9 @@ items and writes the results to UpdatedR
 .br
 /usr/share/doc/bibtexconv/examples/ExampleReferences.bib \e
 .br
-</usr/share/doc/bibtexconv/examples/web-example.export >MyPublications.html
+</usr/share/doc/bibtexconv/examples/web-example1.export >MyPublications.html
 .br
-Uses export script /usr/share/doc/bibtexconv/examples/web-example.export to export references from /usr/share/doc/bibtexconv/examples/ExampleReferences.bib to MyPublications.html as XHTML 1.1.
+Uses export script /usr/share/doc/bibtexconv/examples/web-example1.export to export references from /usr/share/doc/bibtexconv/examples/ExampleReferences.bib to MyPublications.html as XHTML 1.1.
 .It bibtexconv \e
 .br
 /usr/share/doc/bibtexconv/examples/ExampleReferences.bib \e
@@ -170,14 +343,21 @@ Uses export script /usr/share/doc/bibtex
 .br
 /usr/share/doc/bibtexconv/examples/ExampleReferences.bib \e
 .br
-\-non-interactive \-export-to-separate-xmls=reference.
+</usr/share/doc/bibtexconv/examples/yaml-example.export >MyPublications.yaml
+.br
+Uses export script /usr/share/doc/bibtexconv/examples/yaml-example.export to export references from /usr/share/doc/bibtexconv/examples/ExampleReferences.bib to MyPublications.yaml as YAML file according to Debian Upstream MEtadata GAthered with YAml\~(UMEGAYA) format (see https://wiki.debian.org/UpstreamMetadata).
+.It bibtexconv \e
+.br
+/usr/share/doc/bibtexconv/examples/ExampleReferences.bib \e
+.br
+\-\-non-interactive \-\-export-to-separate-xmls=reference.
 .br
 Convert all references to XML references to be includable in IETF Internet Drafts. For each reference, an own file is generated, named with the prefix "reference.", for example reference.Globecom2010.xml for entry Globecom2010.
 .It bibtexconv \e
 .br
 /usr/share/doc/bibtexconv/examples/ExampleReferences.bib \e
 .br
-\-non-interactive \-export-to-separate-bibtexs=
+\-\-non-interactive \-\-export-to-separate-bibtexs=
 .br
 Convert all references to BibTeX references. For each reference, an own file is generated, named with the prefix "", for example Globecom2010.bib for entry Globecom2010.
 .El
diff -pruN 1.4.4-2/src/bibtexconv.bash-completion 2.0.2-1/src/bibtexconv.bash-completion
--- 1.4.4-2/src/bibtexconv.bash-completion	2024-11-13 17:22:39.000000000 +0000
+++ 2.0.2-1/src/bibtexconv.bash-completion	2025-05-10 09:51:07.000000000 +0000
@@ -35,9 +35,9 @@ _bibtexconv()
    # Based on: https://www.benningtons.net/index.php/bash-completion/
    local cur prev words cword
    if type -t _comp_initialize >/dev/null; then
-      _comp_initialize -n = || return
+      _comp_initialize || return
    elif type -t _init_completion >/dev/null; then
-      _init_completion -n = || return
+      _init_completion || return
    else
       # Manual initialization for older bash completion versions:
       COMPREPLY=()
@@ -51,78 +51,83 @@ _bibtexconv()
    fi
 
    # ====== Parameters ======================================================
-   if [ "${cword}" -le 1 ] ; then
-      # BibTeX file names:
-      _filedir '@(bib)'
-      return
-   else
-      case "${prev}" in
-         #  ====== BibTeX file ==============================================
-        -export-to-bibtex=)
-            _filedir '@(bib)'
-            return
-            ;;
-         #  ====== XML file =================================================
-        -export-to-xml=)
-            _filedir '@(xml)'
-            return
-            ;;
-         #  ====== Generic file or directory ================================
-         -export-to-separate-bibtexs= | \
-         -export-to-separate-xmls=)
-            _filedir '@(bib)'
-            return
-            ;;
-         #  ====== Directory ================================================
-         -store-downloads=)
-            _filedir -d
-            return
-            ;;
-         #  ====== Generic value ============================================
-         -nbsp= | \
-         -linebreak=)
-            return
-            ;;
-      esac
-   fi
+   case "${prev}" in
+      #  ====== BibTeX file =================================================
+      -B | -export-to-bibtex)
+         _filedir '@(bib)'
+         return
+         ;;
+      #  ====== XML file ====================================================
+      -X | -export-to-xml)
+         _filedir '@(xml)'
+         return
+         ;;
+      #  ====== Generic file or directory ===================================
+      -b | -export-to-separate-bibtexs | \
+      -x | -export-to-separate-xmls)
+         _filedir '@(bib)'
+         return
+         ;;
+      #  ====== Directory ===================================================
+      -D | -store-downloads)
+         _filedir -d
+         return
+         ;;
+      #  ====== Generic value ===============================================
+      -s | -nbsp      | \
+      -l | -linebreak | \
+      -m | -mapping)
+         return
+         ;;
+      *)
+         # BibTeX file names:
+         _filedir '@(bib)'
+         return
+         ;;
+   esac
 
    # ====== All options =====================================================
-   # Simple options without parameter(s)
-   local opts1="
--add-notes-with-isbn-and-issn
--add-url-command
--check-urls
--non-interactive
--only-check-new-urls
--skip-notes-with-isbn-and-issn
-"
-   # Options with "=" and parameter(s)
-   local opts2="
--export-to-bibtex
--export-to-separate-bibtexs
--export-to-separate-xmls
--export-to-xml
--linebreak
--nbsp
--store-downloads
-"
-   # shellcheck disable=SC2207
-   COMPREPLY=( $( compgen -W "${opts1}"        -- "${cur}" )
-               $( compgen -W "${opts2}" -S "=" -- "${cur}" ) )
-   [[ ${COMPREPLY-} == *= ]] && compopt -o nospace
    local opts="
-
--non-interactive
--check-urls
--only-check-new-urls
--store-downloads
--add-url-command
--skip-notes-with-isbn-and-issn
--add-notes-with-isbn-and-issn
+-B
+--export-to-bibtex
+-b
+-X
+--export-to-xml
+-x
+--export-to-separate-xmls
+-C
+--export-to-custom
+-D
+--store-downloads
+-m
+--mapping
+-s
+--nbsp
+-l
+--linebreak
+-n
+--non-interactive
+-U
+--check-urls
+-u
+--only-check-new-urls
+-w
+--ignore-updates-for-html
+-a
+--add-url-command
+-i
+--skip-notes-with-isbn-and-issn
+-I
+--add-notes-with-isbn-and-issn
+-q
+--quiet
+-h
+--help
+-v
+--version
 "
    # shellcheck disable=SC2207
    COMPREPLY=( $( compgen -W "${opts}" -- "${cur}" ) )
-
    return 0
 }
 
diff -pruN 1.4.4-2/src/bibtexconv.cc 2.0.2-1/src/bibtexconv.cc
--- 1.4.4-2/src/bibtexconv.cc	2024-11-13 17:22:39.000000000 +0000
+++ 2.0.2-1/src/bibtexconv.cc	2025-04-27 18:20:15.000000000 +0000
@@ -27,23 +27,26 @@
 //
 // Contact: thomas.dreibholz@gmail.com
 
+#include "mappings.h"
+#include "node.h"
+#include "publicationset.h"
+#include "package-version.h"
+#include "stringhandling.h"
+
+#include <getopt.h>
+#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
 #include <assert.h>
 #include <errno.h>
-#include <iostream>
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <curl/curl.h>
 #include <curl/easy.h>
 #include <openssl/evp.h>
 
-#include "node.h"
-#include "publicationset.h"
-#include "stringhandling.h"
-
 
 extern int   yyparse();
 extern FILE* yyin;
@@ -51,10 +54,10 @@ extern Node* bibTeXFile;
 
 
 // ###### Get current timer #################################################
-unsigned long long getMicroTime()
+static unsigned long long getMicroTime()
 {
   struct timeval tv;
-  gettimeofday(&tv,NULL);
+  gettimeofday(&tv,nullptr);
   return(((unsigned long long)tv.tv_sec * (unsigned long long)1000000) +
          (unsigned long long)tv.tv_usec);
 }
@@ -179,24 +182,25 @@ static bool handleDynamicURL(CURL*
 
 
 // ###### Check URLs ########################################################
-unsigned int checkAllURLs(PublicationSet* publicationSet,
-                          const char*     downloadDirectory,
-                          const bool      checkNewURLsOnly,
-                          const bool      ignoreUpdatesForHTML)
+static unsigned int checkAllURLs(PublicationSet* publicationSet,
+                                 const char*     downloadDirectory,
+                                 const bool      checkNewURLsOnly,
+                                 const bool      ignoreUpdatesForHTML,
+                                 const bool      quietMode)
 {
-   if(downloadDirectory != NULL) {
+   if(downloadDirectory != nullptr) {
       if( (mkdir(downloadDirectory, S_IRWXU|S_IXGRP|S_IRGRP|S_IXOTH|S_IROTH) < 0) &&
           (errno != EEXIST) ) {
          fprintf(stderr, "ERROR: Failed to create download directory: %s!\n",
                  strerror(errno));
-         exit(1);
+         return 1;
       }
    }
 
    CURL* curl = curl_easy_init();
-   if(curl == NULL) {
+   if(curl == nullptr) {
       fputs("ERROR: Failed to initialize libcurl!\n", stderr);
-      exit(1);
+      return 1;
    }
 
    unsigned int errors = 0;
@@ -207,27 +211,31 @@ unsigned int checkAllURLs(PublicationSet
       }
       Node* publication = publicationSet->get(index);
       Node* url         = findChildNode(publication, "url");
-      if(url != NULL) {
+      if(url != nullptr) {
          const Node* urlSize    = findChildNode(publication, "url.size");
          const Node* urlMime    = findChildNode(publication, "url.mime");
          const Node* urlChecked = findChildNode(publication, "url.checked");
-         if( (urlSize != NULL) && (urlMime != NULL) && (urlChecked != NULL) ) {
-            if(downloadDirectory != NULL) {
+         if( (urlSize != nullptr) && (urlMime != nullptr) && (urlChecked != nullptr) ) {
+            if(downloadDirectory != nullptr) {
                const std::string downloadFileName =
                   PublicationSet::makeDownloadFileName(downloadDirectory,
                                                        publication->keyword,
                                                        urlMime->value);
                FILE* downloadFH = fopen(downloadFileName.c_str(), "rb");
-               if(downloadFH != NULL) {
+               if(downloadFH != nullptr) {
                   fclose(downloadFH);
-                  fprintf(stderr, "Skipping URL of %s (already available as %s).\n",
-                          publication->keyword.c_str(),
-                          downloadFileName.c_str());
+                  if(!quietMode) {
+                     fprintf(stderr, "Skipping URL of %s (already available as %s).\n",
+                           publication->keyword.c_str(),
+                           downloadFileName.c_str());
+                  }
                   continue;
                }
             }
             else if(checkNewURLsOnly == true) {
-               fprintf(stderr, "Skipping URL of %s (not a new entry).\n", publication->keyword.c_str());
+               if(!quietMode) {
+                  fprintf(stderr, "Skipping URL of %s (not a new entry).\n", publication->keyword.c_str());
+               }
                continue;
             }
          }
@@ -237,7 +245,7 @@ unsigned int checkAllURLs(PublicationSet
          char downloadFileName[256];
          char mimeFileName[256];
          char metaFileName[256];
-         if(downloadDirectory != NULL) {
+         if(downloadDirectory != nullptr) {
             snprintf((char*)&downloadFileName, sizeof(downloadFileName), "%s/%s", downloadDirectory, "/bibtexconv-dXXXXXX");
          }
          else {
@@ -250,9 +258,9 @@ unsigned int checkAllURLs(PublicationSet
          const int mfd = mkstemp((char*)&mimeFileName);
          if( (dfd > 0) && (mfd > 0) ) {
             FILE* downloadFH = fopen(downloadFileName, "w+b");
-            if(downloadFH != NULL) {
+            if(downloadFH != nullptr) {
                FILE* headerFH = tmpfile();
-               if(headerFH != NULL) {
+               if(headerFH != nullptr) {
                   bool resultIsGood = downloadFile(curl, url->value.c_str(), headerFH, downloadFH, errors);
                   if(resultIsGood) {
                      // Special handling for dynamic URLs of some publishers
@@ -264,7 +272,7 @@ unsigned int checkAllURLs(PublicationSet
                      unsigned int  md5Length = EVP_MD_size(EVP_md5());
                      unsigned char md5[EVP_MD_size(EVP_md5())];
                      EVP_MD_CTX*   md5Context = EVP_MD_CTX_new();
-                     EVP_DigestInit_ex(md5Context, EVP_md5(), NULL);
+                     EVP_DigestInit_ex(md5Context, EVP_md5(), nullptr);
 
                      // ====== Compute size and MD5 =========================
                      while(!feof(downloadFH)) {
@@ -282,9 +290,9 @@ unsigned int checkAllURLs(PublicationSet
                         std::string command = format("/usr/bin/file --mime-type -b %s >%s", downloadFileName, mimeFileName);
                         if(system(command.c_str()) == 0) {
                            FILE* mimeFH = fopen(mimeFileName, "r");
-                           if(mimeFH != NULL) {
+                           if(mimeFH != nullptr) {
                               char input[1024];
-                              if(fgets((char*)&input, sizeof(input) - 1, mimeFH) != NULL) {
+                              if(fgets((char*)&input, sizeof(input) - 1, mimeFH) != nullptr) {
                                  mimeString = std::string(input);
                                  if( (mimeString.size() > 0) &&
                                      (mimeString[mimeString.size() - 1] == '\n') ) {
@@ -318,12 +326,12 @@ unsigned int checkAllURLs(PublicationSet
                         const Node* urlMD5Node  = findChildNode(publication, "url.md5");
 
                         bool failed = false;
-                        if((urlMimeNode != NULL) && (urlMimeNode->value != mimeString)) {
+                        if((urlMimeNode != nullptr) && (urlMimeNode->value != mimeString)) {
                            if( (urlMimeNode->value == "text/html") &&
                                (mimeString == "application/pdf") ) {
                               fprintf(stderr, "\nNOTE: change from HTML to PDF -> just updating entry\n");
-                              urlSizeNode = NULL;
-                              urlMD5Node  = NULL;
+                              urlSizeNode = nullptr;
+                              urlMD5Node  = nullptr;
                            }
                            else {
                               fprintf(stderr, "UPDATED %s: old mime type has been %s, new type mime is %s\n",
@@ -331,9 +339,9 @@ unsigned int checkAllURLs(PublicationSet
                                       urlMimeNode->value.c_str(), mimeString.c_str());
                            }
                         }
-                        if( (!failed) && (urlSizeNode != NULL) && (urlSizeNode->value != sizeString) ) {
+                        if( (!failed) && (urlSizeNode != nullptr) && (urlSizeNode->value != sizeString) ) {
                             if( (ignoreUpdatesForHTML == true) &&
-                                ((urlMimeNode != NULL) &&
+                                ((urlMimeNode != nullptr) &&
                                  ((urlMimeNode->value == "text/html") ||
                                   (urlMimeNode->value == "application/xml"))) ) {
                                md5String = "ignore";
@@ -345,10 +353,10 @@ unsigned int checkAllURLs(PublicationSet
                                       urlSizeNode->value.c_str(), sizeString.c_str());
                             }
                         }
-                        if( (!failed) && (urlMD5Node != NULL) && (urlMD5Node->value != "ignore") &&
+                        if( (!failed) && (urlMD5Node != nullptr) && (urlMD5Node->value != "ignore") &&
                            (urlMD5Node->value != md5String)) {
                             if( (ignoreUpdatesForHTML == true) &&
-                                ((urlMimeNode != NULL) &&
+                                ((urlMimeNode != nullptr) &&
                                  ((urlMimeNode->value == "text/html") ||
                                   (urlMimeNode->value == "application/xml"))) ) {
                                md5String = "ignore";
@@ -366,17 +374,17 @@ unsigned int checkAllURLs(PublicationSet
                            std::string command = format("/usr/bin/pdfinfo %s >%s", downloadFileName, metaFileName);
                            if(system(command.c_str()) == 0) {
                               FILE* metaFH = fopen(metaFileName, "r");
-                              if(metaFH != NULL) {
+                              if(metaFH != nullptr) {
                                  while(!feof(metaFH)) {
                                     char input[1024];
-                                    if(fgets((char*)&input, sizeof(input) - 1, metaFH) != NULL) {
+                                    if(fgets((char*)&input, sizeof(input) - 1, metaFH) != nullptr) {
                                        // printf("IN=%s",input);
                                        if(strncmp(input, "Pages:", 6) == 0) {
                                           addOrUpdateChildNode(publication, "numpages", format("%u", atol((const char*)&input[6])).c_str());
                                        }
                                        else if(strncmp(input, "Keywords:", 9) == 0) {
                                           Node* keywords = findChildNode(publication, "keywords");
-                                          if(keywords == NULL) {
+                                          if(keywords == nullptr) {
                                              // If there are no "keywords", add "url.keywords".
                                              // They can be renamed manually after a check.
                                              std::string keywords((const char*)&input[9]);
@@ -402,7 +410,7 @@ unsigned int checkAllURLs(PublicationSet
                            // ====== Update size, mime type and MD5 =========
                            addOrUpdateChildNode(publication, "url.size", sizeString.c_str());
                            addOrUpdateChildNode(publication, "url.mime", mimeString.c_str());
-                           if( (urlMD5Node == NULL) || (urlMD5Node->value != "ignore")) {
+                           if( (urlMD5Node == nullptr) || (urlMD5Node->value != "ignore")) {
                               addOrUpdateChildNode(publication, "url.md5",  md5String.c_str());
                            }
 
@@ -418,9 +426,9 @@ unsigned int checkAllURLs(PublicationSet
                                    sizeString.c_str(), mimeString.c_str(), md5String.c_str());
 
                            // ====== Move downloaded file ===================
-                           if(downloadDirectory != NULL) {
+                           if(downloadDirectory != nullptr) {
                               fclose(downloadFH);
-                              downloadFH = NULL;
+                              downloadFH = nullptr;
                               const std::string newFileName =
                                  PublicationSet::makeDownloadFileName(downloadDirectory, publication->keyword, mimeString);
                               if(rename(downloadFileName, newFileName.c_str()) < 0) {
@@ -438,15 +446,15 @@ unsigned int checkAllURLs(PublicationSet
                      }
                   }
                   fclose(headerFH);
-                  headerFH = NULL;
+                  headerFH = nullptr;
                }
                else {
                   fputs("ERROR: Failed to create temporary header file!\n", stderr);
                   errors++;
                }
-               if(downloadFH != NULL) {
+               if(downloadFH != nullptr) {
                   fclose(downloadFH);
-                  downloadFH = NULL;
+                  downloadFH = nullptr;
                   unlink(downloadFileName);
                }
                unlink(mimeFileName);
@@ -470,7 +478,7 @@ unsigned int checkAllURLs(PublicationSet
    }
 
    curl_easy_cleanup(curl);
-   curl = NULL;
+   curl = nullptr;
 
    return(errors);
 }
@@ -483,12 +491,13 @@ static std::string              lineBrea
 static std::string              customPrintingHeader   = "";
 static std::string              customPrintingTrailer  = "";
 static std::string              customPrintingTemplate =
-   "\\[%C\\] %L\n %a\tAUTHOR: [[%fFIRST|%lLAST|%nNOT-FIRST]: initials=%g given=%G full=%F]\n%A\n";  // ", \"%T\"[, %B][, %J][, %?][, %$][, Volume~%V][, Number~%N][, pp.~%P][, %I][, %i][, %@][, [[%m, %D, |%m~]%Y].\\nURL: %U.\\n\\n";
+   "\\[%{anchor}\\] %{label}\n%{begin-author-loop}AUTHOR: [[%{is-first-author?}FIRST|%{is-last-author?}LAST|%{is-not-first-author?}NOT-FIRST]: initials=%{author-initials} given=%{author-give-name} family=%{author-family-name}]\n%{end-author-loop}\n\"%{title}\"[, %{booktitle}][, %{journal}][, %{institution}][, %{publisher}][, Volume~%{volume}][, Number~%{number}][, pp.~%{pages}][, %{isbn}][, %{issn}][, %{address}][, [[%{month-number}, %{day}, |%{month-number}~]%{year}].\\nURL: %{url}.\\n\\n";
 static std::vector<std::string> monthNames;
 
 static int handleInput(FILE*           fh,
                        PublicationSet& publicationSet,
                        const char*     downloadDirectory,
+                       const Mappings& mappings,
                        const bool      checkURLs,
                        const bool      checkNewURLsOnly,
                        const bool      ignoreUpdatesForHTML,
@@ -499,6 +508,7 @@ static int handleInput(FILE*           f
                        const bool      skipNotesWithISBNandISSN,
                        const bool      addNotesWithISBNandISSN,
                        const bool      addUrlCommand,
+                       const bool      quietMode,
                        unsigned int    recursionLevel = 0)
 {
    int result = 0;
@@ -588,7 +598,7 @@ static int handleInput(FILE*           f
          }
          else if((strncmp(input, "export", 5)) == 0) {
             if(checkURLs) {
-               result += checkAllURLs(&publicationSet, downloadDirectory, checkNewURLsOnly, ignoreUpdatesForHTML);
+               result += checkAllURLs(&publicationSet, downloadDirectory, checkNewURLsOnly, ignoreUpdatesForHTML, quietMode);
             }
             const char* namingTemplate = "%u";
             if(input[6] == ' ') {
@@ -600,7 +610,7 @@ static int handleInput(FILE*           f
                   &publicationSet, namingTemplate,
                   customPrintingHeader, customPrintingTrailer,
                   customPrintingTemplate, monthNames, nbsp, lineBreak, useXMLStyle,
-                  downloadDirectory, stdout) == false) {
+                  downloadDirectory, mappings, stdout) == false) {
                result++;
             }
 
@@ -609,14 +619,14 @@ static int handleInput(FILE*           f
                if(PublicationSet::exportPublicationSetToBibTeX(
                   &publicationSet, exportToBibTeX, false,
                   skipNotesWithISBNandISSN, addNotesWithISBNandISSN, addUrlCommand) == false) {
-                  exit(1);
+                  return 1;
                }
             }
             if(exportToSeparateBibTeXs) {
                if(PublicationSet::exportPublicationSetToBibTeX(
                   &publicationSet, exportToSeparateBibTeXs, true,
                   skipNotesWithISBNandISSN, addNotesWithISBNandISSN, addUrlCommand) == false) {
-                  exit(1);
+                  return 1;
                }
             }
 
@@ -624,13 +634,13 @@ static int handleInput(FILE*           f
             if(exportToXML) {
                if(PublicationSet::exportPublicationSetToXML(
                   &publicationSet, exportToXML, false) == false) {
-                  exit(1);
+                  return 1;
                }
             }
             if(exportToSeparateXMLs) {
                if(PublicationSet::exportPublicationSetToXML(
                   &publicationSet, exportToSeparateXMLs, true) == false) {
-                  exit(1);
+                  return 1;
                }
             }
          }
@@ -671,24 +681,25 @@ static int handleInput(FILE*           f
             if(recursionLevel <= 9) {
                const char* includeFileName = (const char*)&input[8];
                FILE* includeFH = fopen(includeFileName, "r");
-               if(includeFH != NULL) {
+               if(includeFH != nullptr) {
                   result += handleInput(includeFH, publicationSet,
-                                        downloadDirectory, checkURLs, checkNewURLsOnly, ignoreUpdatesForHTML,
+                                        downloadDirectory, mappings,
+                                        checkURLs, checkNewURLsOnly, ignoreUpdatesForHTML,
                                         exportToBibTeX, exportToSeparateBibTeXs,
                                         exportToXML, exportToSeparateXMLs,
                                         skipNotesWithISBNandISSN, addNotesWithISBNandISSN,
-                                        addUrlCommand,
+                                        addUrlCommand, quietMode,
                                         recursionLevel + 1);
                   fclose(includeFH);
                }
                else {
                   fprintf(stderr, "ERROR: Unable to open include file '%s'!\n", includeFileName);
-                  exit(1);
+                  return 1;
                }
             }
             else {
                fprintf(stderr, "ERROR: Include file nesting level limit reached!\n");
-               exit(1);
+               return 1;
             }
          }
          else if((strncmp(input, "monthNames ", 11)) == 0) {
@@ -699,14 +710,14 @@ static int handleInput(FILE*           f
                monthNames[i] = token;
                if(i > 11) {
                   fputs("ERROR: There are only 12 month names possible in monthNames!\n", stderr);
-                  exit(1);
+                  return 1;
                }
                i++;
             }
          }
          else {
             fprintf(stderr, "ERROR: Bad command '%s'!\n", input);
-            exit(1);
+            return 1;
          }
       }
    }
@@ -714,6 +725,41 @@ static int handleInput(FILE*           f
 }
 
 
+// ###### Version ###########################################################
+[[ noreturn ]] static void version()
+{
+   printf("BibTeXConv %s\n", BIBTEXCONV_VERSION);
+   exit(0);
+}
+
+
+// ###### Usage #############################################################
+[[ noreturn ]] static void usage(const char* program, const int exitCode)
+{
+   fprintf(stderr, "Usage: %s BibTeX_file [...] "
+      "[-B bibtex_file_name | --export-to-bibtex bibtex_file_name]"
+      "[-b xml_file_prefix| --export-to-separate-bibtexs xml_file_prefix]"
+      "[-X xml_file_name | --export-to-xml xml_file_name]"
+      "[-x xml_file_prefix | --export-to-separate-xmls xml_file_prefix]"
+      "[-C custom_file | --export-to-custom custom_file]"
+      "[-D directory | --store-downloads directory]"
+      "[-m name:mapping_file:key_column:value_column | --mapping name:mapping_file:key_column:value_column]"
+      "[-s string | --nbsp string]"
+      "[-l string | --linebreak string]"
+      "[-n | --non-interactive]"
+      "[-U | --check-urls]"
+      "[-u | --only-check-new-urls]"
+      "[-w | --ignore-updates-for-html]"
+      "[-a | --add-url-command]"
+      "[-i | --skip-notes-with-isbn-and-issn]"
+      "[-I | --add-notes-with-isbn-and-issn]"
+      "[-h | --help]"
+      "[-v | --version]"
+      "\n", program);
+   exit(exitCode);
+}
+
+
 
 // ###### Main program ######################################################
 int main(int argc, char** argv)
@@ -725,12 +771,14 @@ int main(int argc, char** argv)
    bool        skipNotesWithISBNandISSN = false;
    bool        addNotesWithISBNandISSN  = false;
    bool        addUrlCommand            = false;
-   const char* exportToBibTeX           = NULL;
-   const char* exportToSeparateBibTeXs  = NULL;
-   const char* exportToXML              = NULL;
-   const char* exportToSeparateXMLs     = NULL;
-   const char* exportToCustom           = NULL;
-   const char* downloadDirectory        = NULL;
+   bool        quietMode                = false;
+   const char* exportToBibTeX           = nullptr;
+   const char* exportToSeparateBibTeXs  = nullptr;
+   const char* exportToXML              = nullptr;
+   const char* exportToSeparateXMLs     = nullptr;
+   const char* exportToCustom           = nullptr;
+   const char* downloadDirectory        = nullptr;
+   Mappings    mappings;
 
    monthNames.push_back("January");
    monthNames.push_back("February");
@@ -745,77 +793,137 @@ int main(int argc, char** argv)
    monthNames.push_back("November");
    monthNames.push_back("December");
 
-   if(argc < 2) {
-      fprintf(stderr, "Usage: %s BibTeX_file {-export-to-bibtex=file} {-export-to-separate-bibtexs=prefix} {-export-to-xml=file} {-export-to-separate-xmls=prefix} {-export-to-custom=file} {-non-interactive} {-nbsp=string} {-linebreak=string} {-check-urls} {-only-check-new-urls} {-ignore-updates-for-html} {-add-url-command} {-skip-notes-with-isbn-and-issn} {-add-notes-with-isbn-and-issn} {-store-downloads=directory}\n", argv[0]);
-      exit(1);
-   }
-   for(int i = 2; i < argc; i++) {
-      if( strncmp(argv[i], "-export-to-bibtex=", 18) == 0 ) {
-         exportToBibTeX = (const char*)&argv[i][18];
-      }
-      else if( strncmp(argv[i], "-export-to-separate-bibtexs=", 28) == 0 ) {
-         exportToSeparateBibTeXs = (const char*)&argv[i][28];
-      }
-      else if( strncmp(argv[i], "-export-to-xml=", 15) == 0 ) {
-         exportToXML = (const char*)&argv[i][15];
-      }
-      else if( strncmp(argv[i], "-export-to-separate-xmls=", 25) == 0 ) {
-         exportToSeparateXMLs = (const char*)&argv[i][25];
-      }
-      else if( strncmp(argv[i], "-export-to-custom=", 18) == 0 ) {
-         exportToCustom = (const char*)&argv[i][18];
-      }
-      else if( strncmp(argv[i], "-store-downloads=", 17) == 0 ) {
-         downloadDirectory = (const char*)&argv[i][17];
-      }
-      else if( strncmp(argv[i], "-nbsp=", 5) == 0 ) {
-         nbsp = (const char*)&argv[i][5];
-      }
-      else if( strncmp(argv[i], "-linebreak=", 11) == 0 ) {
-         lineBreak = (const char*)&argv[i][11];
-      }
-      else if( strcmp(argv[i], "-non-interactive") == 0 ) {
-         interactive = false;
-      }
-      else if( strcmp(argv[i], "-check-urls") == 0 ) {
-         checkURLs = true;
-      }
-      else if( strcmp(argv[i], "-only-check-new-urls") == 0 ) {
-         checkNewURLsOnly = true;
-      }
-      else if( strcmp(argv[i], "-ignore-updates-for-html") == 0 ) {
-         ignoreUpdatesForHTML = true;
-      }
-      else if( strcmp(argv[i], "-add-url-command") == 0 ) {
-         addUrlCommand = true;
-      }
-      else if( strcmp(argv[i], "-skip-notes-with-isbn-and-issn") == 0 ) {
-         skipNotesWithISBNandISSN = true;
-      }
-      else if( strcmp(argv[i], "-add-notes-with-isbn-and-issn") == 0 ) {
-         skipNotesWithISBNandISSN = true;   // Drop old ones, if there are any
-         addNotesWithISBNandISSN  = true;   // Compute new ones
-      }
-      else {
-         fprintf(stderr, "ERROR: Bad argument %s!\n", argv[i]);
-         exit(1);
+   const static struct option long_options[] = {
+      { "export-to-bibtex",              required_argument, 0, 'B' },
+      { "export-to-separate-bibtexs",    required_argument, 0, 'b' },
+      { "export-to-xml",                 required_argument, 0, 'X' },
+      { "export-to-separate-xmls",       required_argument, 0, 'x' },
+      { "export-to-custom",              required_argument, 0, 'C' },
+      { "store-downloads",               required_argument, 0, 'D' },
+      { "mapping",                       required_argument, 0, 'm' },
+
+      { "nbsp",                          required_argument, 0, 's' },
+      { "linebreak",                     required_argument, 0, 'l' },
+      { "non-interactive",               no_argument,       0, 'n' },
+      { "check-urls",                    no_argument,       0, 'U' },
+      { "only-check-new-urls",           no_argument,       0, 'u' },
+      { "ignore-updates-for-html",       no_argument,       0, 'w' },
+      { "add-url-command",               no_argument,       0, 'a' },
+      { "skip-notes-with-isbn-and-issn", no_argument,       0, 'i' },
+      { "add-notes-with-isbn-and-issn",  no_argument,       0, 'I' },
+      { "quiet",                         no_argument,       0, 'q' },
+
+      { "help",                          no_argument,       0, 'h' },
+      { "version",                       no_argument,       0, 'v' },
+      {  nullptr,                        0,                 0, 0   }
+   };
+
+   int option;
+   int longIndex;
+   while( (option = getopt_long(argc, argv, "B:b:X:x:C:D:m:s:l:nUuwaiIqhv", long_options, &longIndex)) != -1 ) {
+      switch(option) {
+         case 'B':
+            exportToBibTeX = optarg;
+          break;
+         case 'b':
+            exportToSeparateBibTeXs = optarg;
+          break;
+         case 'X':
+            exportToXML = optarg;
+          break;
+         case 'x':
+            exportToSeparateXMLs = optarg;
+          break;
+         case 'C':
+            exportToCustom = optarg;
+          break;
+         case 'D':
+            downloadDirectory = optarg;
+          break;
+         case 'm': {
+            std::vector<std::string> mappingArguments;
+            splitString(mappingArguments, std::string(optarg));
+            if(mappingArguments.size() == 4) {
+               if(!mappings.addMapping(mappingArguments[0], mappingArguments[1],
+                                       mappingArguments[2], mappingArguments[3])) {
+                  exit(1);
+               }
+            }
+            else {
+               fprintf(stderr, "ERROR: Bad mapping specification %s!\n", optarg);
+               exit(1);
+            }
+          }
+          break;
+         case 's':
+            nbsp = optarg;
+          break;
+         case 'l':
+            lineBreak = optarg;
+          break;
+         case 'n':
+            interactive = false;
+          break;
+         case 'U':
+            checkURLs = true;
+          break;
+         case 'u':
+            checkNewURLsOnly = true;
+          break;
+         case 'w':
+            ignoreUpdatesForHTML = true;
+          break;
+         case 'a':
+            addUrlCommand = true;
+          break;
+         case 'i':
+            skipNotesWithISBNandISSN = true;
+          break;
+         case 'I':
+            skipNotesWithISBNandISSN = true;   // Drop old ones, if there are any
+            addNotesWithISBNandISSN  = true;   // Compute new ones
+          break;
+         case 'q':
+            quietMode = true;
+          break;
+         case 'v':
+            version();
+          break;
+         case 'h':
+            usage(argv[0], 0);
+          break;
+         default:
+          break;
       }
    }
 
-   yyin = fopen(argv[1], "r");
-   if(yyin == NULL) {
-      fprintf(stderr, "ERROR: Unable to open BibTeX input file %s!\n", argv[1]);
+   int result = 0;
+   if(optind < argc) {
+      do {
+         yyin = fopen(argv[optind], "r");
+         if(yyin == nullptr) {
+            fprintf(stderr, "ERROR: Unable to open BibTeX input file %s!\n", argv[optind]);
+            exit(1);
+         }
+         result = yyparse();
+         fclose(yyin);
+         if(result != 0) {
+            break;
+         }
+         optind++;
+      } while(optind < argc);
+   }
+   else {
+      fputs("ERROR: No BibTeX input file provided!\n", stderr);
       exit(1);
    }
-   int result = yyparse();
-   fclose(yyin);
 
    if(result == 0) {
       PublicationSet publicationSet(countNodes(bibTeXFile));
       if(!interactive) {
          publicationSet.addAll(bibTeXFile);
          if(checkURLs) {
-            result += checkAllURLs(&publicationSet, downloadDirectory, checkNewURLsOnly, ignoreUpdatesForHTML);
+            result += checkAllURLs(&publicationSet, downloadDirectory, checkNewURLsOnly, ignoreUpdatesForHTML, quietMode);
          }
 
          // ====== Export all to BibTeX =====================================
@@ -823,14 +931,14 @@ int main(int argc, char** argv)
             if(PublicationSet::exportPublicationSetToBibTeX(
                &publicationSet, exportToBibTeX, false,
                skipNotesWithISBNandISSN, addNotesWithISBNandISSN, addUrlCommand) == false) {
-               exit(1);
+               result = 1;
             }
          }
          if(exportToSeparateBibTeXs) {
             if(PublicationSet::exportPublicationSetToBibTeX(
                &publicationSet, exportToSeparateBibTeXs, true,
                skipNotesWithISBNandISSN, addNotesWithISBNandISSN, addUrlCommand) == false) {
-               exit(1);
+               result = 1;
             }
          }
 
@@ -838,13 +946,13 @@ int main(int argc, char** argv)
          if(exportToXML) {
             if(PublicationSet::exportPublicationSetToXML(
                &publicationSet, exportToXML, false) == false) {
-               exit(1);
+               result = 1;
             }
          }
          if(exportToSeparateXMLs) {
             if(PublicationSet::exportPublicationSetToXML(
                &publicationSet, exportToSeparateXMLs, true) == false) {
-               exit(1);
+               result = 1;
             }
          }
 
@@ -854,28 +962,33 @@ int main(int argc, char** argv)
                   &publicationSet, "%u",
                   customPrintingHeader, customPrintingTrailer,
                   customPrintingTemplate, monthNames,
-                  nbsp, lineBreak, useXMLStyle, downloadDirectory,
+                  nbsp, lineBreak, useXMLStyle, downloadDirectory, mappings,
                   stdout) == false) {
-               exit(1);
+               result = 1;
             }
          }
       }
       else {
-         fprintf(stderr, "Got %u publications from BibTeX file.\n",
-                 (unsigned int)publicationSet.maxSize());
+         if(!quietMode) {
+            fprintf(stderr, "Got %u publications from BibTeX file.\n",
+                    (unsigned int)publicationSet.maxSize());
+         }
          result = handleInput(stdin, publicationSet,
-                              downloadDirectory, checkURLs, checkNewURLsOnly, ignoreUpdatesForHTML,
+                              downloadDirectory, mappings,
+                              checkURLs, checkNewURLsOnly, ignoreUpdatesForHTML,
                               exportToBibTeX, exportToSeparateBibTeXs,
                               exportToXML, exportToSeparateXMLs,
                               skipNotesWithISBNandISSN, addNotesWithISBNandISSN,
-                              addUrlCommand);
-         fprintf(stderr, "Done. %u errors have occurred.\n", result);
+                              addUrlCommand, quietMode);
+         if((!quietMode) || (result > 0)) {
+            fprintf(stderr, "Done. %u errors have occurred.\n", result);
+         }
       }
    }
    if(bibTeXFile) {
       freeNode(bibTeXFile);
-      bibTeXFile = NULL;
+      bibTeXFile = nullptr;
    }
 
-   return result;
+   return (result > 0) ? 1 : 0;
 }
diff -pruN 1.4.4-2/src/converter.sed 2.0.2-1/src/converter.sed
--- 1.4.4-2/src/converter.sed	2024-11-13 17:22:39.000000000 +0000
+++ 2.0.2-1/src/converter.sed	2025-04-21 16:21:30.000000000 +0000
@@ -56,7 +56,7 @@ s/%m/%{month-number}/g
 s/%n/%{is-not-first-author?}/g
 s/%N/%{number}/g
 s/%P/%{pages}/g
-s/%$/%{publisher}/g
+s/%\$/%{publisher}/g
 s/%q/%{urn}/g
 s/%r/%{series}/g
 s/%sB/%{url-size-bytes}/g
diff -pruN 1.4.4-2/src/get-author-url 2.0.2-1/src/get-author-url
--- 1.4.4-2/src/get-author-url	2025-03-04 17:29:21.000000000 +0000
+++ 2.0.2-1/src/get-author-url	2025-04-21 18:04:55.000000000 +0000
@@ -47,14 +47,14 @@ for row in inputCSV:
    if row[0] == authorName:
       if authorRow != None:
          # the authorName is multiple times in the table -> warning
-         sys.stderr.write('WARNING: Multiple occurences of authorName ' + authorName + ' in ' + authorList + '!\n')
+         sys.stderr.write('WARNING: Multiple occurrences of authorName ' + authorName + ' in ' + authorList + '!\n')
       authorRow = row
 
 
 if authorRow == None:
    # The authorName is not in the table -> use default text
    sys.stdout.write(authorText)
-   sys.stderr.write('Not in list: ' + authorText + '\n')
+   sys.stderr.write('Not in list: ' + authorName + '\n')
    sys.exit(0)
 else:
    # Found the authorName -> print the result
diff -pruN 1.4.4-2/src/ietf2bibtex 2.0.2-1/src/ietf2bibtex
--- 1.4.4-2/src/ietf2bibtex	2024-11-13 17:22:39.000000000 +0000
+++ 2.0.2-1/src/ietf2bibtex	2025-04-21 11:29:35.000000000 +0000
@@ -122,6 +122,9 @@ def getMetadata(document):
             if match != None:
                names = match.group(2).split(' and ')
                for name in names:
+                  # Work-around for lower-case first character in name:
+                  if len(name) > 0:
+                     name = name[0].upper() + name[1:]
                   fullname = re.sub(r'^(Professor |Dr\. )', '',
                                 re.sub(r' ([A-Z]) ', ' \\1. ',
                                    re.sub(r'(\.)([A-Z])', '. \\2', name)))
diff -pruN 1.4.4-2/src/ietf2bibtex.1 2.0.2-1/src/ietf2bibtex.1
--- 1.4.4-2/src/ietf2bibtex.1	2025-03-17 17:54:05.000000000 +0000
+++ 2.0.2-1/src/ietf2bibtex.1	2025-05-03 09:50:55.000000000 +0000
@@ -28,7 +28,7 @@
 .\" Contact: thomas.dreibholz@gmail.com
 .\"
 .\" ###### Setup ############################################################
-.Dd March 17, 2025
+.Dd April 29, 2025
 .Dt ietf2bibtex 1
 .Os ietf2bibtex
 .\" ###### Name #############################################################
@@ -100,5 +100,5 @@ Use no authors fix file.
 .It ietf2bibtex RFC5351
 .It ietf2bibtex RFC5351 RFC5352 RFC5353 RFC5354 RFC5355 RFC5356 RFC5525 >RSerPool.bib
 .It ietf2bibtex --quiet draft-dreibholz-mptcp-nornet-experience
-.It ietf2bibtex --verbose --authors-fix-file=/usr/share/doc/bibtexconv/examples/authors-fix.list draft-dreibholz-mptcp-nornet-experience
+.It ietf2bibtex --verbose --authors-fix-file=\%/usr/\%share/\%doc/\%bibtexconv/\%examples/\%authors-fix.list draft-\%dreibholz-\%rserpool-\%delay
 .El
diff -pruN 1.4.4-2/src/mappings.cc 2.0.2-1/src/mappings.cc
--- 1.4.4-2/src/mappings.cc	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/mappings.cc	2025-04-27 18:20:15.000000000 +0000
@@ -0,0 +1,237 @@
+// ==========================================================================
+//                ____  _ _   _____   __  ______
+//                | __ )(_) |_|_   _|__\ \/ / ___|___  _ ____   __
+//                |  _ \| | '_ \| |/ _ \  / |   / _ \| '_ \ \ / /
+//                | |_) | | |_) | |  __//  \ |__| (_) | | | \ V /
+//                |____/|_|_.__/|_|\___/_/\_\____\___/|_| |_|\_/
+//
+//                          ---  BibTeX Converter  ---
+//                   https://www.nntb.no/~dreibh/bibtexconv/
+// ==========================================================================
+//
+// BibTeX Converter
+// Copyright (C) 2010-2025 by Thomas Dreibholz
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program.  If not, see <http://www.gnu.org/licenses/>.
+//
+// Contact: thomas.dreibholz@gmail.com
+
+#include "mappings.h"
+
+#include <assert.h>
+#include <errno.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+
+// ###### Constructor #######################################################
+Mappings::Mappings()
+{
+}
+
+
+// ###### Destructor ########################################################
+Mappings::~Mappings()
+{
+   std::map<const std::string, MappingEntry*>::iterator iterator = MappingSet.begin();
+   while(iterator != MappingSet.end()) {
+      delete iterator->second;
+      iterator = MappingSet.erase(iterator);
+   }
+}
+
+
+// ###### Split line into columns ###########################################
+int Mappings::splitLine(const char**       columnArray,
+                        const unsigned int maxColumns,
+                        char*              line,
+                        const unsigned int lineLength)
+{
+   assert(maxColumns >= 1);
+   for(unsigned int i = 0; i < maxColumns; i++) {
+      columnArray[i]  = nullptr;
+   }
+
+   bool         escaped = false;
+   bool         quoted  = false;
+   unsigned int column  = 0;
+   for(unsigned int i = 0; i < lineLength; i++) {
+      if(!escaped) {
+         // ------ Special characters ---------------------------------------
+         if(line[i] == '\\') {
+            escaped = true;
+            continue;
+         }
+         else if(line[i] == '"') {
+            quoted = !quoted;
+         }
+         else if( (line[i] == '\n') || (line[i] == '\r') ) {
+            if( (i > 0) && (line[i - 1] == '"') ) {   // Unquote
+               line[i - 1] = 0x00;
+            }
+            line[i] = 0x00;
+         }
+
+         // ------ Begin of column ------------------------------------------
+         if( (columnArray[column] == nullptr) && (!isDelimiter(line[i])) ) {
+            if(line[i] == '"') {   // Unquote
+               i++;
+            }
+            columnArray[column] = &line[i];
+         }
+
+         // ------ End of column --------------------------------------------
+         else if(!quoted && isDelimiter(line[i])) {
+            if( (i > 0) && (line[i - 1] == '"') ) {   // Unquote
+               line[i - 1] = 0x00;
+            }
+            line[i] = 0x00;
+            while(isDelimiter(line[i + 1])) {
+               i++;
+            }
+            column++;
+            if(column >= maxColumns) {
+               break;
+            }
+         }
+      }
+      else {
+         escaped = false;
+      }
+   }
+   if(columnArray[column] != nullptr) {
+      column++;
+   }
+   return column;
+}
+
+
+// ###### Add mapping #######################################################
+bool Mappings::addMapping(const std::string& mappingName,
+                          const std::string& mappingFileName,
+                          const std::string& keyColumn,
+                          const std::string& valueColumn)
+{
+   FILE* mappingFile;
+
+   mappingFile = fopen(mappingFileName.c_str(), "r");
+   if(mappingFile == nullptr) {
+      fprintf(stderr, "ERROR: Unable to open mapping file %s: %s!\n",
+               mappingFileName.c_str(), strerror(errno));
+      return false;
+   }
+
+   char    buffer[16384];
+   size_t  bufferSize = sizeof(buffer);
+   char*   line       = buffer;
+   ssize_t lineLength = getline((char**)&line, &bufferSize, mappingFile);
+   if(lineLength >= 0) {
+      // ====== Get columns names on first line =============================
+      const unsigned int maxColumns = 16;
+      const char*        columnArray[maxColumns];
+      const unsigned int columnsInFile =
+         splitLine((const char**)&columnArray, maxColumns,
+                   line, lineLength);
+
+      // ====== Identify key and value column ===============================
+      int keyColumnIndex   = -1;
+      int valueColumnIndex = -1;
+      for(unsigned int i = 0; i < columnsInFile; i++) {
+         if( (keyColumnIndex == -1) && (strcmp(columnArray[i], keyColumn.c_str()) == 0) ) {
+            keyColumnIndex = i;
+         }
+         if( (valueColumnIndex == -1) && (strcmp(columnArray[i], valueColumn.c_str()) == 0) ) {
+            valueColumnIndex = i;
+         }
+      }
+      if(keyColumnIndex < 0)  {
+         fprintf(stderr, "ERROR: Key column %s not found in mapping file %s!\n",
+                 keyColumn.c_str(), mappingFileName.c_str());
+         fclose(mappingFile);
+         return false;
+      }
+      if(valueColumnIndex < 0)  {
+         fprintf(stderr, "ERROR: Value column %s not found in mapping file %s!\n",
+                 valueColumn.c_str(), mappingFileName.c_str());
+         fclose(mappingFile);
+         return false;
+      }
+
+      // ====== Add new mapping =============================================
+      MappingEntry* mappingEntry = new MappingEntry;
+      assert(mappingEntry != nullptr);
+      mappingEntry->Name = mappingName;
+      MappingSet.insert(std::pair<std::string, MappingEntry*>(
+         mappingEntry->Name, mappingEntry));
+
+      // ====== Read data ===================================================
+      const unsigned int columnsToProcess =
+         1 + std::max(keyColumnIndex, valueColumnIndex);
+      assert(columnsToProcess <= maxColumns);
+      while( (lineLength = (getline((char**)&line, &bufferSize, mappingFile))) > 0 ) {
+         if(line[0] != '#') {
+            unsigned int columns =
+               splitLine((const char**)&columnArray, maxColumns,
+                        line, lineLength);
+            if(columns == columnsToProcess) {
+               const char* key   = columnArray[keyColumnIndex];
+               const char* value = columnArray[valueColumnIndex];
+               mappingEntry->Mappings.insert(
+                  std::pair<std::string, std::string>(
+                     std::string(key), std::string(value)));
+            }
+         }
+         line = buffer;
+      }
+   }
+
+   // ====== Handle read errors =============================================
+   if( (lineLength < 0) && (errno != 0) ) {
+      fprintf(stderr, "ERROR: Unable to read from mapping file %s: %s\n",
+              mappingFileName.c_str(), strerror(errno));
+      fclose(mappingFile);
+      return false;
+   }
+
+   fclose(mappingFile);
+   return true;
+}
+
+
+// ###### Apply mapping #####################################################
+const MappingEntry* Mappings::findMapping(const std::string& mappingName) const
+{
+   std::map<const std::string, MappingEntry*>::const_iterator found = MappingSet.find(mappingName);
+   if(found != MappingSet.end()) {
+      return found->second;
+   }
+   return nullptr;
+}
+
+
+// ###### Apply mapping #####################################################
+bool Mappings::map(const MappingEntry* mappingEntry,
+                   const std::string&  key,
+                   std::string&        value) const
+{
+   assert(mappingEntry != nullptr);
+   std::map<const std::string, const std::string>::const_iterator found =
+      mappingEntry->Mappings.find(key);
+   if(found != mappingEntry->Mappings.end()) {
+      value = found->second;
+      return true;
+   }
+   return false;
+}
diff -pruN 1.4.4-2/src/mappings.h 2.0.2-1/src/mappings.h
--- 1.4.4-2/src/mappings.h	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/mappings.h	2025-04-27 18:20:15.000000000 +0000
@@ -0,0 +1,69 @@
+// ==========================================================================
+//                ____  _ _   _____   __  ______
+//                | __ )(_) |_|_   _|__\ \/ / ___|___  _ ____   __
+//                |  _ \| | '_ \| |/ _ \  / |   / _ \| '_ \ \ / /
+//                | |_) | | |_) | |  __//  \ |__| (_) | | | \ V /
+//                |____/|_|_.__/|_|\___/_/\_\____\___/|_| |_|\_/
+//
+//                          ---  BibTeX Converter  ---
+//                   https://www.nntb.no/~dreibh/bibtexconv/
+// ==========================================================================
+//
+// BibTeX Converter
+// Copyright (C) 2010-2025 by Thomas Dreibholz
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program.  If not, see <http://www.gnu.org/licenses/>.
+//
+// Contact: thomas.dreibholz@gmail.com
+
+#ifndef MAPPINGS_H
+#define MAPPINGS_H
+
+#include <map>
+#include <string>
+
+
+struct MappingEntry {
+   std::string                                    Name;
+   std::map<const std::string, const std::string> Mappings;
+};
+
+class Mappings
+{
+   public:
+   Mappings();
+   ~Mappings();
+
+   bool addMapping(const std::string& mappingName,
+                   const std::string& mappingFile,
+                   const std::string& keyColumn,
+                   const std::string& valueColumn);
+   const MappingEntry* findMapping(const std::string& mappingName) const;
+   bool map(const MappingEntry* mappingEntry,
+            const std::string&  key,
+            std::string&        value) const;
+
+   private:
+   std::map<const std::string, MappingEntry*> MappingSet;
+
+   static inline bool isDelimiter(const char c) {
+      return ( (c == ' ') || (c == '\t') || (c == '\n') || (c == '\r') );
+   }
+   static int splitLine(const char**       columnArray,
+                        const unsigned int maxColumns,
+                        char*              line,
+                        const unsigned int lineLength);
+};
+
+#endif
diff -pruN 1.4.4-2/src/mkd-example.export 2.0.2-1/src/mkd-example.export
--- 1.4.4-2/src/mkd-example.export	2023-01-05 23:25:27.000000000 +0000
+++ 2.0.2-1/src/mkd-example.export	1970-01-01 00:00:00.000000000 +0000
@@ -1,33 +0,0 @@
-# Example for export to plain text
-
-
-cite Princeton2014
-cite ComNets2013-Edge
-cite ComNets2013-Core
-cite PAMS2013-NorNet
-
-cite NNUW2-Dreibholz-NorNetCore-Introduction
-cite NNUW2-Dreibholz-NorNetCore-Tutorial
-
-cite PAMS2014-NorNetEdge
-cite IWQoS2014
-cite NNUW2-Hayes-Shared-Bottleneck-Detection
-cite Globecom2014
-
-
-templatenew
-
-# ***** Authors
-template+   %{label}:\n    author:\n
-template+ %{begin-author-loop}      - ins: [%{author-initials} ]%{author-family-name}\n%{end-author-loop}
-# ***** Title
-template+ [    title: %{title}\n]
-# ***** Bibliographic data of publication
-template+ [    seriesinfo: %{booktitle}\n]
-template+ [    target: %{url}\n]
-template+ [    date: %{year}][-%{month-number}\n]
-
-
-# Select and export all entries.
-sort year/A month/D day/D
-export
diff -pruN 1.4.4-2/src/node.cc 2.0.2-1/src/node.cc
--- 1.4.4-2/src/node.cc	2024-11-13 17:22:39.000000000 +0000
+++ 2.0.2-1/src/node.cc	2025-04-27 18:20:15.000000000 +0000
@@ -31,7 +31,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <assert.h>
-#include <set>
 
 #include "node.h"
 #include "unification.h"
@@ -42,14 +41,14 @@
 static Node* createNode(const char* label)
 {
    Node* node = new Node;
-   if(node == NULL) {
+   if(node == nullptr) {
       yyerror("out of memory");
    }
    node->keyword  = label;
    node->number   = 0;
-   node->prev     = NULL;
-   node->next     = NULL;
-   node->child    = NULL;
+   node->prev     = nullptr;
+   node->next     = nullptr;
+   node->child    = nullptr;
    node->priority = 0;
    return(node);
 }
@@ -62,10 +61,10 @@ void freeNode(Node* node)
    Node* child;
    Node* nextChild;
 
-   while(node != NULL) {
+   while(node != nullptr) {
       next = node->next;
       child = node->child;
-      while(child != NULL) {
+      while(child != nullptr) {
          nextChild = child->next;
          delete child;
          child = nextChild;
@@ -80,7 +79,7 @@ void freeNode(Node* node)
 size_t countNodes(const Node* node)
 {
    size_t count = 0;
-   while(node != NULL) {
+   while(node != nullptr) {
       count++;
       node = node->next;
    }
@@ -97,12 +96,12 @@ void dumpNode(Node* node)
    do {
       printf("[%s] %s:\n", node->value.c_str(), node->keyword.c_str());
       child = node->child;
-      while(child != NULL) {
+      while(child != nullptr) {
          printf("\t%s = %s\n", child->keyword.c_str(), child->value.c_str());
          child = child->next;
       }
       node = node->next;
-   } while(node != NULL);
+   } while(node != nullptr);
    puts("--------------");
 }
 
@@ -112,13 +111,13 @@ Node* findNode(Node* node, const char* k
 {
    const std::string keywordToFind(keyword);
 
-   while(node != NULL) {
+   while(node != nullptr) {
       if(node->keyword == keywordToFind) {
          return(node);
       }
       node = node->next;
    }
-   return(NULL);
+   return(nullptr);
 }
 
 
@@ -129,13 +128,13 @@ Node* findChildNode(Node* node, const ch
    const std::string keywordToFind(childKeyword);
 
    child = node->child;
-   while(child != NULL) {
+   while(child != nullptr) {
       if(child->keyword == keywordToFind) {
          return(child);
       }
       child = child->next;
    }
-   return(NULL);
+   return(nullptr);
 }
 
 
@@ -147,7 +146,7 @@ size_t countChildNodes(const Node* node,
    size_t            count = 0;
 
    child = node->child;
-   while(child != NULL) {
+   while(child != nullptr) {
       if(child->keyword == keywordToFind) {
          count++;
       }
@@ -162,13 +161,13 @@ Node* makePublicationCollection(Node* no
 {
    // ====== If there is already an existing node, clear and use it =========
    Node* n = node2;
-   while(n != NULL) {
+   while(n != nullptr) {
       if(n->keyword == node1->keyword) {
          // fprintf(stderr, "NOTE: Duplicate: %s\n", n->keyword.c_str());
 
          const Node* oldTitle = findChildNode(node1, "title");
          Node*       newTitle = findChildNode(n, "title");
-         if( (oldTitle != NULL) && (newTitle != NULL) && (oldTitle->value != newTitle->value) ) {
+         if( (oldTitle != nullptr) && (newTitle != nullptr) && (oldTitle->value != newTitle->value) ) {
             fprintf(stderr, "NOTE: Keeping old title:\nOld = \"%s\"\nNew = \"%s\"\n",
                     oldTitle->value.c_str(),
                     newTitle->value.c_str());
@@ -178,7 +177,7 @@ Node* makePublicationCollection(Node* no
          // node1 is old. Remove its contents, but reuse it for newer data.
          freeNode(node1->child);
          node1->child = n->child;
-         n->child     = NULL;
+         n->child     = nullptr;
 
          // Get rid of old node n.
          if(n->prev) {
@@ -188,13 +187,18 @@ Node* makePublicationCollection(Node* no
             n->next->prev = n->prev;
          }
          delete n;
+         if(n == node2) {
+            node2 = nullptr;
+         }
          break;
       }
       n = n->next;
    }
 
    // ====== Add a new node =================================================
-   node2->prev = node1;
+   if(node2) {
+      node2->prev = node1;
+   }
    node1->next = node2;
    return(node1);
 }
@@ -229,7 +233,7 @@ static void sortChildren(Node* node)
       const size_t children = countNodes(child);
       Node*        sortedChildrenSet[children];
       size_t       i = 0;
-      while(child != NULL) {
+      while(child != nullptr) {
          sortedChildrenSet[i++] = child;
          child = child->next;
       }
@@ -241,13 +245,13 @@ static void sortChildren(Node* node)
             sortedChildrenSet[i]->next = sortedChildrenSet[i + 1];
          }
          else {
-            sortedChildrenSet[i]->next = NULL;
+            sortedChildrenSet[i]->next = nullptr;
          }
          if(i > 0) {
             sortedChildrenSet[i]->prev = sortedChildrenSet[i - 1];
          }
          else {
-            sortedChildrenSet[i]->prev = NULL;
+            sortedChildrenSet[i]->prev = nullptr;
          }
       }
       node->child = sortedChildrenSet[0];
@@ -259,9 +263,9 @@ static void sortChildren(Node* node)
 Node* addOrUpdateChildNode(Node* node, const char* childKeyword, const char* value)
 {
    Node* child = findChildNode(node, childKeyword);
-   if(child == NULL) {
+   if(child == nullptr) {
       child = makePublicationInfoItem(childKeyword, value);
-      assert(child != NULL);
+      assert(child != nullptr);
       child->next = node->child;
       node->child = child;
       sortChildren(node);
@@ -349,7 +353,7 @@ Node* makePublication(const char* type,
       }
 
       Node* author = findChildNode(publication, "author");
-      if(author != NULL) {
+      if(author != nullptr) {
          unifyAuthor(publication, author);
       }
       else {
@@ -357,44 +361,44 @@ Node* makePublication(const char* type,
       }
 
       Node* booktitle = findChildNode(publication, "booktitle");
-      if(booktitle != NULL) {
+      if(booktitle != nullptr) {
          unifyBookTitle(publication, booktitle);
       }
       Node* howPublished = findChildNode(publication, "howPublished");
-      if(howPublished != NULL) {
+      if(howPublished != nullptr) {
          unifyBookTitle(publication, howPublished);
       }
       Node* journal = findChildNode(publication, "journal");
-      if(journal != NULL) {
+      if(journal != nullptr) {
          unifyBookTitle(publication, journal);   // Same as for booktitle!
       }
       Node* pages = findChildNode(publication, "pages");
-      if(pages != NULL) {
+      if(pages != nullptr) {
          unifyPages(publication, pages);
       }
       Node* numpages = findChildNode(publication, "numpages");
-      if(numpages != NULL) {
+      if(numpages != nullptr) {
          unifyNumPages(publication, numpages);
       }
 
       Node* isbn = findChildNode(publication, "isbn");
-      if(isbn != NULL) {
+      if(isbn != nullptr) {
          unifyISBN(publication, isbn);
       }
       Node* issn = findChildNode(publication, "issn");
-      if(issn != NULL) {
+      if(issn != nullptr) {
          unifyISSN(publication, issn);
       }
 
       Node* year  = findChildNode(publication, "year");
       Node* month = findChildNode(publication, "month");
       Node* day   = findChildNode(publication, "day");
-      if( (year != NULL) || (month != NULL) || (day != NULL) ) {
+      if( (year != nullptr) || (month != nullptr) || (day != nullptr) ) {
          unifyDate(publication, year, month, day);
       }
 
       Node* url = findChildNode(publication, "url");
-      if(url != NULL) {
+      if(url != nullptr) {
          unifyURL(publication, url);
       }
    }
@@ -406,8 +410,8 @@ Node* makePublication(const char* type,
 // ###### Make publication info #############################################
 Node* makePublicationInfo(Node* node1, Node* node2)
 {
-   if(node1 != NULL) {
-      if(node2 != NULL) {
+   if(node1 != nullptr) {
+      if(node2 != nullptr) {
          node2->prev = node1;
          node1->next = node2;
       }
diff -pruN 1.4.4-2/src/odt-example.export 2.0.2-1/src/odt-example.export
--- 1.4.4-2/src/odt-example.export	2023-01-05 23:25:27.000000000 +0000
+++ 2.0.2-1/src/odt-example.export	2025-05-10 20:41:49.000000000 +0000
@@ -1,18 +1,40 @@
-# Example for export to OpenDocument Text (ODT)
+# ==========================================================================
+#                ____  _ _   _____   __  ______
+#                | __ )(_) |_|_   _|__\ \/ / ___|___  _ ____   __
+#                |  _ \| | '_ \| |/ _ \  / |   / _ \| '_ \ \ / /
+#                | |_) | | |_) | |  __//  \ |__| (_) | | | \ V /
+#                |____/|_|_.__/|_|\___/_/\_\____\___/|_| |_|\_/
+#
+#                          ---  BibTeX Converter  ---
+#                   https://www.nntb.no/~dreibh/bibtexconv/
+# ==========================================================================
+#
+# BibTeXConv OpenDocument Text (ODT) Export Example
+# Copyright (C) 2010-2025 by Thomas Dreibholz
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Contact: thomas.dreibholz@gmail.com
 
 
-# Select publications to print.
+# Select entries:
 # The first argument is the original BibTeX reference,
 # The second argument is a new anchor for printing.
-#cite LCN2005   TD01
-#cite Tencon2005   TD01a
-#cite LCA2003   TD02
-#cite IJHIT2008 TD03
-#cite Dre2006   TD04
-#cite AB05   AB05
-
-#cite Globecom2010
-#cite Globecom2010-Demo
+# cite LCN2005   TD01
+# cite LCA2003   TD02
+# cite IJHIT2008 TD03
+# cite Dre2006   TD04
 
 citeAll
 sort year/D month/D day/D
@@ -22,11 +44,19 @@ sort year/D month/D day/D
 # #### Export to OpenDocument Text (ODT)                                 ####
 # ###########################################################################
 
-# ====== Generate head for ODT contents.xml =================================
+# ====== Set header and trailer of each publication entry ===================
+# ----- Encode strings in XML style, e.g. <, >, &, etc.----------------------
+xmlStyle
+# ----- Non-breakable space character (2 bytes!) used by ODT ----------------
+nbsp \xc2\xa0
+
+
+# ------ Write the ODT header in contents.xml -------------------------------
 echo <?xml version="1.0" encoding="UTF-8"?>\n
-echo <office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" office:version="1.2" grddl:transformation="http://docs.oasis-open.org/office/1.2/xslt/odf2rdf.xsl">\n
+echo <office:document-content xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:rpt="http://openoffice.org/2005/report" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0">\n
 echo \n
 echo <office:automatic-styles>\n
+
 echo   <style:style style:name="P1" style:family="paragraph" style:parent-style-name="Standard">\n
 echo     <style:paragraph-properties fo:text-align="justify" style:justify-single-word="false"/>\n
 echo   </style:style>\n
@@ -36,45 +66,120 @@ echo   </style:style>\n
 echo   <style:style style:name="T2" style:family="text">\n
 echo     <style:text-properties fo:font-size="10pt" style:font-size-asian="10pt" style:font-size-complex="10pt"/>\n
 echo   </style:style>\n
+echo   <style:style style:name="T3" style:family="text">
+echo      <style:text-properties fo:font-style="italic" style:font-style-asian="italic" style:font-style-complex="italic"/>
+echo   </style:style>
+
 echo </office:automatic-styles>\n
 echo \n
 echo <office:body>\n
 echo <office:text>\n
 echo \n
+
 echo <text:h text:style-name="Heading_20_1" text:outline-level="1">References</text:h>\n
 echo \n
 
-# ====== Set header and trailer of each publication entry ===================
-# ----- Encode strings in XML style, e.g. <, >, &, etc.--------------
-xmlStyle
-# ----- Non-breakable space character (2 bytes!) used by ODT --------
-nbsp \xc2\xa0
 
 # ====== This is the printing template ======================================
 templatenew
-# ***** Subsection: year
-template+ [%{begin-subdivision-year}<text:h text:style-name="Heading_20_2" text:outline-level="2">Year %{year}</text:h>]
-# ***** Subsubsection: month
+
+# ***** Subsection: YEAR ****************************************************
+template+ [%{begin-subdivision-year}<text:h text:style-name="Heading_20_2" text:outline-level="2">%{year}</text:h>]
+
+# ***** Subsubsection: MONTH ************************************************
 template+ [%{begin-subdivision-month}<text:h text:style-name="Heading_20_3" text:outline-level="3">%{month-name}</text:h>]
 
-# ***** Begin of Entry
+# ****** Begin of Entry *****************************************************
 template+ <text:p text:style-name="P1">
-# ***** Label including text mark
+
+# ***** Authors *************************************************************
 template+ <text:span text:style-name="T1">
-template+ <text:bookmark-start text:name="%{label}"/>\[%{anchor}\] <text:bookmark-end text:name="%{label}"/>
-template+ %{begin-author-loop}[%{is-first-author?}|%{is-not-first-author?}; | and ]%{author-family-name}[, %{author-give-name}]%{end-author-loop}:
+# Set mark with label:
+template+ \[<text:bookmark-start text:name="%{label}"/>%{anchor}<text:bookmark-end text:name="%{label}"/>\][ ]
+
+# Begin of author loop:
+template+ %{begin-author-loop}
+
+# Separator, for first/last/middle author:
+template+ [%{is-first-author?}|%{is-not-first-author?}; | and ]%{author-family-name}[, %{author-give-name}]
+
+# End of author loop:
+template+ %{end-author-loop}
+template+ :[ ]
 template+ </text:span>
-# ***** Title
-template+  “[<text:a xlink:type="simple" xlink:href="%{url}">%{title}</text:a>|%{title}]”[ ([%{url-type}, ]%{url-size-kib}~KiB)]
-# ***** Bibliographic data of publication
-template+ [, %{how-published}][, %{booktitle}][, %{series}][, %{journal}][, %{institution}][, %$][, vol.~%{volume}][, %{type}~%{number}|, no.~%{number}][, pp.~%{pages}][, %{note}][, %$][, %{school}][, URN~<text:a xlink:type="simple" xlink:href="https://www.nbn-resolving.de/%{urn}">%{urn}</text:a>][, DOI~<text:a xlink:type="simple" xlink:href="https://dx.doi.org/%{doi}">%{doi}</text:a>][, %{isbn}][, %{issn}][, %{address}][, [[%{month-name}~%{day}, |%{month-name}~]%{year}].</text:p>
-# ***** URL including hyperlink
-template+ [<text:p text:style-name="Standard">URL: <text:span text:style-name="T2"><text:a xlink:type="simple" xlink:href="%{url}">%{url}</text:a>.</text:span></text:p>]
-# ***** End of Entry
-template+ <text:p text:style-name="P1"/>
+
+# ***** Title ***************************************************************
+template+ “[<text:a xlink:type="simple" xlink:href="%{url}">%{title}</text:a>|%{title}]”
+
+# ****** Document details ***************************************************
+# template+ [ \([%{url-type}, ]%{url-size-kib}~KiB\)]
+# ****** Document details ***************************************************
+# The document details appear in braces ( ... ), if they are available.
+# Add opening parenthesis "(", if "url" or "language" are set:
+template+ [%{url}%{is-not?} \(|%{language}%{is-not?} \(]
+
+# ------ Download -----------------------------------------------------------
+template+ [
+template+ <text:a xlink:type="simple" xlink:href="%{url}">[%{url-type}|Online]</text:a>
+template+ [, %{url-size-kib}~KiB]
+# Use plural or singular for number of pages: "n pages", or just "1 page":
+template+ [(%{numpages}%{is-not?1}), %{numpages}~pages|, %{numpages}~page]
+template+ ]
+# ------ Language -----------------------------------------------------------
+template+ [%{url}%{is-not?}[%{language}%{is-not?}, ]]
+template+ [
+template+ [%{content-language}|%{language}]%{is?norsk}🇳🇴|
+template+ [%{content-language}|%{language}]%{is?german}🇩🇪|
+template+ [%{content-language}|%{language}]%{is?ngerman}🇩🇪|
+template+ [%{content-language}|%{language}]%{is?chinese}🇨🇳|
+template+ [%{content-language}|%{language}]%{is?french}🇫🇷|
+template+ [%{content-language}|%{language}]%{is?english}🇬🇧|
+template+ in [%{content-language}|%{language}]
+template+ ]
+
+# Add closing parenthesis ")", if "url" or "language" are set:
+template+ [%{url}%{is-not?}\)|%{language}%{is-not?}\)]
+
+# ***** Bibliographic data of publication ***********************************
+template+ [, %{how-published}]
+template+ [, in <text:span text:style-name="T3">%{journal}</text:span>]
+template+ [, in <text:span text:style-name="T3">%{booktitle}</text:span>]
+template+ [
+template+ , %{type}[~%{number}][, %{series}][, vol.~%{volume}][, pp.~%{pages}]|
+template+ [, %{series}][, vol.~%{volume}][, no.~%{number}][, pp.~%{pages}]
+template+ ]
+template+ [, %{publisher}]
+template+ [, %{school}]
+template+ [, %{institution}]
+template+ [, URN~<text:a xlink:type="simple" xlink:href="https://www.nbn-resolving.de/%{urn}">%{urn}</text:a>]
+template+ [, DOI~<text:a xlink:type="simple" xlink:href="https://dx.doi.org/%{doi}">%{doi}</text:a>]
+template+ [, %{isbn}]
+template+ [, %{issn}]
+template+ [, %{address}]
+template+ [, %{note}]
+template+ [, [%{month-name}~%{day}, |%{month-name}~]%{year}]
+template+ .
+
+# ****** Awards *************************************************************
+template+ [ <text:span text:style-name="T1">%{custom-1}.</text:span>]
+
+# ***** URL including hyperlink *********************************************
+template+ [
+# Newline:
+template+ </text:p><text:p text:style-name="P1">
+
+template+ <text:span text:style-name="T2">
+template+ 🔗<text:a xlink:type="simple" xlink:href="%{url}">%{url}</text:a>.
+template+ </text:span>
+template+ ]
+
+# ****** End of Entry *******************************************************
+template+ </text:p>
+# New line:
+template+ <text:p text:style-name="P1" />
 
 
-# ====== Finally, print all selected publications ===========================
+# ====== Finally, export all selected publications ==========================
 export
 
 
diff -pruN 1.4.4-2/src/package-version.h.in 2.0.2-1/src/package-version.h.in
--- 1.4.4-2/src/package-version.h.in	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/package-version.h.in	2025-04-27 18:20:15.000000000 +0000
@@ -0,0 +1,39 @@
+// ==========================================================================
+//                ____  _ _   _____   __  ______
+//                | __ )(_) |_|_   _|__\ \/ / ___|___  _ ____   __
+//                |  _ \| | '_ \| |/ _ \  / |   / _ \| '_ \ \ / /
+//                | |_) | | |_) | |  __//  \ |__| (_) | | | \ V /
+//                |____/|_|_.__/|_|\___/_/\_\____\___/|_| |_|\_/
+//
+//                          ---  BibTeX Converter  ---
+//                   https://www.nntb.no/~dreibh/bibtexconv/
+// ==========================================================================
+//
+// BibTeX Converter
+// Copyright (C) 2010-2025 by Thomas Dreibholz
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program.  If not, see <http://www.gnu.org/licenses/>.
+//
+// Contact: thomas.dreibholz@gmail.com
+
+#ifndef BIBTEXCONV_VERSION_H
+#define BIBTEXCONV_VERSION_H
+
+#define BIBTEXCONV_VERSION_MAJOR "@BUILD_MAJOR@"
+#define BIBTEXCONV_VERSION_MINOR "@BUILD_MINOR@"
+#define BIBTEXCONV_VERSION_PATCH "@BUILD_PATCH@"
+#define BIBTEXCONV_VERSION       "@BUILD_MAJOR@.@BUILD_MINOR@.@BUILD_PATCH@"
+#define BIBTEXCONV_PACKAGE       "@PROJECT_NAME@-@BUILD_MAJOR@.@BUILD_MINOR@.@BUILD_PATCH@"
+
+#endif
diff -pruN 1.4.4-2/src/publicationset.cc 2.0.2-1/src/publicationset.cc
--- 1.4.4-2/src/publicationset.cc	2025-03-02 21:43:54.000000000 +0000
+++ 2.0.2-1/src/publicationset.cc	2025-04-27 18:20:15.000000000 +0000
@@ -34,7 +34,6 @@
 
 #include <algorithm>
 #include <string>
-#include <set>
 #include <vector>
 
 #include "publicationset.h"
@@ -45,7 +44,7 @@ PublicationSet::PublicationSet(const siz
 {
    maxEntries = maxSize;
    publicationArray = new Node*[maxEntries];
-   assert(publicationArray != NULL);
+   assert(publicationArray != nullptr);
    clearAll();
 }
 
@@ -64,7 +63,7 @@ void PublicationSet::clearAll()
 {
    entries = 0;
    for(size_t i = 0;i < maxEntries; i++) {
-      publicationArray[i] = NULL;
+      publicationArray[i] = nullptr;
    }
 }
 
@@ -87,7 +86,7 @@ bool PublicationSet::add(Node* publicati
 // ###### Add all nodes from collection #####################################
 void PublicationSet::addAll(Node* publication)
 {
-   while(publication != NULL) {
+   while(publication != nullptr) {
       if(add(publication)) {
          publication->anchor = publication->keyword;
       }
@@ -97,8 +96,8 @@ void PublicationSet::addAll(Node* public
 
 
 // NOTE: PublicationSet::sort() will *NOT* be thread-safe!
-static const std::string* gSortKey       = NULL;
-static const bool*        gSortAscending = NULL;
+static const std::string* gSortKey       = nullptr;
+static const bool*        gSortAscending = nullptr;
 static size_t             gMaxSortLevels = 0;
 
 // ###### Node comparison function for qsort() ##############################
@@ -111,13 +110,13 @@ static int publicationNodeComparisonFunc
       const Node* child1 = findChildNode((Node*)node1, gSortKey[i].c_str());
       const Node* child2 = findChildNode((Node*)node2, gSortKey[i].c_str());
       int result = 0;
-      if( (child1 == NULL) && (child2 != NULL) ) {
+      if( (child1 == nullptr) && (child2 != nullptr) ) {
          result = 1;
       }
-      if( (child1 != NULL) && (child2 == NULL) ) {
+      if( (child1 != nullptr) && (child2 == nullptr) ) {
          result = -1;
       }
-      else if( (child1 != NULL) && (child2 != NULL) ) {
+      else if( (child1 != nullptr) && (child2 != nullptr) ) {
          if(child1->value < child2->value) {
             result = -1;
          }
@@ -148,8 +147,8 @@ void PublicationSet::sort(const std::str
 
    qsort(publicationArray, entries, sizeof(Node*), publicationNodeComparisonFunction);
 
-   gSortKey       = NULL;
-   gSortAscending = NULL;
+   gSortKey       = nullptr;
+   gSortAscending = nullptr;
 }
 
 
@@ -173,7 +172,7 @@ std::string PublicationSet::makeDownload
       extension = ".txt";
    }
 
-   if( (downloadDirectory != NULL) && (strlen(downloadDirectory) != 0) ) {
+   if( (downloadDirectory != nullptr) && (strlen(downloadDirectory) != 0) ) {
       return((std::string)downloadDirectory + "/" + anchor + extension);
    }
    return(anchor + extension);
@@ -188,10 +187,10 @@ bool PublicationSet::exportPublicationSe
                                                   const bool      addNotesWithISBNandISSN,
                                                   const bool      addUrlCommand)
 {
-   FILE* fh = NULL;
+   FILE* fh = nullptr;
    if(!separateFiles) {
       fh = fopen(fileNamePrefix, "w");
-      if(fh == NULL) {
+      if(fh == nullptr) {
          fprintf(stderr, "ERROR: Unable to create BibTeX file %s!\n", fileNamePrefix);
          return(false);
       }
@@ -200,7 +199,7 @@ bool PublicationSet::exportPublicationSe
    for(size_t index = 0; index < publicationSet->size(); index++) {
       const Node* publication = publicationSet->get(index);
       if(publication->value == "Comment") {
-         if(fh != NULL) {
+         if(fh != nullptr) {
             fprintf(fh, "%%%s\n\n", publication->keyword.c_str());
          }
       }
@@ -209,7 +208,7 @@ bool PublicationSet::exportPublicationSe
             char fileName[1024];
             snprintf((char*)&fileName, sizeof(fileName), "%s%s.bib", fileNamePrefix, publication->keyword.c_str());
             fh = fopen(fileName, "w");
-            if(fh == NULL) {
+            if(fh == nullptr) {
                fprintf(stderr, "ERROR: Unable to create XML file %s!\n", fileName);
                return(false);
             }
@@ -220,10 +219,10 @@ bool PublicationSet::exportPublicationSe
 
          bool  empty           = true;
          Node* child           = publication->child;
-         const Node* issn      = NULL;
-         const Node* isbn      = NULL;
+         const Node* issn      = nullptr;
+         const Node* isbn      = nullptr;
          const char* separator = "";
-         while(child != NULL) {
+         while(child != nullptr) {
             if(!empty) {
                separator = ",\n";
             }
@@ -282,7 +281,7 @@ bool PublicationSet::exportPublicationSe
          }
 
          if( (addNotesWithISBNandISSN) &&
-             ((isbn != NULL) || (issn != NULL)) ) {
+             ((isbn != nullptr) || (issn != nullptr)) ) {
             if(isbn) {
                fprintf(fh, "%s\tnote = \"{ISBN} %s\"", separator, isbn->value.c_str());
             }
@@ -294,9 +293,9 @@ bool PublicationSet::exportPublicationSe
          fputs("\n}\n\n", fh);
       }
 
-      if( (separateFiles) && (fh != NULL)) {
+      if( (separateFiles) && (fh != nullptr)) {
          fclose(fh);
-         fh = NULL;
+         fh = nullptr;
       }
    }
 
@@ -312,10 +311,10 @@ bool PublicationSet::exportPublicationSe
                                                const char*     fileNamePrefix,
                                                const bool      separateFiles)
 {
-   FILE* fh = NULL;
+   FILE* fh = nullptr;
    if(!separateFiles) {
       fh = fopen(fileNamePrefix, "w");
-      if(fh == NULL) {
+      if(fh == nullptr) {
          fprintf(stderr, "ERROR: Unable to create XML file %s!\n", fileNamePrefix);
          return(false);
       }
@@ -327,7 +326,7 @@ bool PublicationSet::exportPublicationSe
       Node* publication = publicationSet->get(index);
 
       if(publication->value == "Comment") {
-         if(fh != NULL) {
+         if(fh != nullptr) {
             fprintf(fh, "<!-- %s -->\n\n", publication->keyword.c_str());
          }
       }
@@ -336,7 +335,7 @@ bool PublicationSet::exportPublicationSe
             char fileName[1024];
             snprintf((char*)&fileName, sizeof(fileName), "%s%s.xml", fileNamePrefix, publication->keyword.c_str());
             fh = fopen(fileName, "w");
-            if(fh == NULL) {
+            if(fh == nullptr) {
                fprintf(stderr, "ERROR: Unable to create XML file %s!\n", fileName);
                return(false);
             }
@@ -363,7 +362,7 @@ bool PublicationSet::exportPublicationSe
          const Node* issn         = findChildNode(publication, "issn");
          const Node* doi          = findChildNode(publication, "doi");
 
-         if(url == NULL) {
+         if(url == nullptr) {
             fprintf(fh, "<reference anchor=\"%s\">\n",
                     labelToXMLLabel(publication->keyword).c_str());
          }
@@ -428,7 +427,7 @@ bool PublicationSet::exportPublicationSe
                   seriesValue += ", ";
                }
                seriesValue += number->value;
-               number = NULL;
+               number = nullptr;
             }
          }
          if(number) {
@@ -505,9 +504,9 @@ bool PublicationSet::exportPublicationSe
          fputs("</reference>\n\n", fh);
       }
 
-      if( (separateFiles) && (fh != NULL)) {
+      if( (separateFiles) && (fh != nullptr)) {
          fclose(fh);
-         fh = NULL;
+         fh = nullptr;
       }
    }
 
@@ -560,12 +559,13 @@ std::string PublicationSet::applyTemplat
                                           const std::string&              lineBreak,
                                           const bool                      xmlStyle,
                                           const char*                     downloadDirectory,
+                                          const Mappings&                 mappings,
                                           FILE*                           fh)
 {
    std::string             result;
    std::vector<StackEntry> stack;
    Node*                   child;
-   Node*                   author               = NULL;
+   Node*                   author               = nullptr;
    size_t                  authorIndex          = 0;
    size_t                  authorBegin          = std::string::npos;
    bool                    skip                 = false;
@@ -578,19 +578,19 @@ std::string PublicationSet::applyTemplat
    for(size_t i = 0; i < printingTemplateSize; i++) {
       if( (printingTemplate[i] == '%') && (i + 1 < printingTemplateSize) ) {
          const std::string action = getNextAction((const char*)&printingTemplate[i + 1], i);
-         if( (action == "L") || (action == "label") ) {   // Original BibTeX label
+         if(action == "label") {   // Original BibTeX label
             result += string2utf8(publication->keyword, nbsp, lineBreak, xmlStyle);
          }
          else if(action == "html-label") {   // Original BibTeX label
             result += labelToHTMLLabel(string2utf8(publication->keyword, nbsp, lineBreak, xmlStyle));
          }
-         else if( (action == "C") || (action == "anchor") ) {   // Anchor
+         else if(action == "anchor") {   // Anchor
             result += string2utf8(publication->anchor, nbsp, lineBreak, xmlStyle);
          }
-         else if( (action == "c") || (action == "class") ) {   // Class (e.g. TechReport, InProceedings, etc.)
+         else if(action == "class") {   // Class (e.g. TechReport, InProceedings, etc.)
             result += string2utf8(publication->value, nbsp, lineBreak, xmlStyle);
          }
-         else if( (action == "Z") || (action == "name") ) {   // Name based on naming template
+         else if(action == "name") {   // Name based on naming template
             size_t p;
             size_t begin      = 0;
             size_t len        = strlen(namingTemplate);
@@ -645,10 +645,10 @@ std::string PublicationSet::applyTemplat
                result += string2utf8(&namingTemplate[begin], nbsp, lineBreak, xmlStyle);
             }
          }
-         else if( (action == "#") || (action == "download-file-name") ) {   // Download file name
+         else if(action == "download-file-name") {   // Download file name
             child = findChildNode(publication, "url.mime");
             result += makeDownloadFileName(downloadDirectory, publication->keyword,
-                                           (child != NULL) ? child->value : "");
+                                           (child != nullptr) ? child->value : "");
          }
          else if( (action == "a") || (action == "begin-author-loop") ) {   // Author LOOP BEGIN
             if(authorBegin != std::string::npos) {
@@ -659,7 +659,7 @@ std::string PublicationSet::applyTemplat
             authorIndex = 0;
             authorBegin = i;
          }
-         else if( (action == "g") || (action == "author-initials") ) {   // Current author given name initials
+         else if(action == "author-initials") {   // Current author given name initials
             if(author) {
                std::string initials   = author->arguments[authorIndex + 2];
                removeBrackets(initials);
@@ -671,7 +671,7 @@ std::string PublicationSet::applyTemplat
                }
             }
          }
-         else if( (action == "G") || (action == "author-give-name") ) {   // Current author given name
+         else if(action == "author-give-name") {   // Current author given name
             if(author) {
                std::string givenName  = author->arguments[authorIndex + 1];
                removeBrackets(givenName);
@@ -683,7 +683,7 @@ std::string PublicationSet::applyTemplat
                }
             }
          }
-         else if( (action == "F") || (action == "author-family-name") ) {   // Current author family name
+         else if(action == "author-family-name") {   // Current author family name
             if(author) {
                std::string familyName = author->arguments[authorIndex + 0];
                removeBrackets(familyName);
@@ -711,92 +711,97 @@ std::string PublicationSet::applyTemplat
                   const std::string comparisonString = action.substr(7);
                   skip = ! (writtenString != comparisonString);
                }
-               else if(action.substr(0, 13) < "is-less-than?") {
+               else if(action.substr(0, 13) == "is-less-than?") {
                   const std::string comparisonString = action.substr(13);
-                  skip = ! (writtenString == comparisonString);
+                  skip = ! (writtenString < comparisonString);
                }
-               else if(action.substr(0, 22) <= "is-less-than-or-equal?") {
+               else if(action.substr(0, 22) == "is-less-than-or-equal?") {
                   const std::string comparisonString = action.substr(22);
-                  skip = ! (writtenString == comparisonString);
+                  skip = ! (writtenString <= comparisonString);
                }
-               else if(action.substr(0, 16) > "is-greater-than?") {
+               else if(action.substr(0, 16) == "is-greater-than?") {
                   const std::string comparisonString = action.substr(16);
-                  skip = ! (writtenString == comparisonString);
+                  skip = ! (writtenString > comparisonString);
                }
-               else if(action.substr(0, 25) >= "is-greater-than-or-equal?") {
+               else if(action.substr(0, 25) == "is-greater-than-or-equal?") {
                   const std::string comparisonString = action.substr(25);
-                  skip = ! (writtenString == comparisonString);
+                  skip = ! (writtenString >= comparisonString);
                }
 
                result.erase(entry.pos);   // Remove the written "test" string.
             }
          }
-         else if( (action == "f") || (action == "is-first-author?") ) {       // IS first author
+         else if(action == "is-first-author?") {       // IS first author
             if(skip == false) {
                skip = ! (authorIndex == 0);
             }
          }
-         else if( (action == "n") || (action == "is-not-first-author?") ) {   // IS not first author
+         else if(action == "is-not-first-author?") {   // IS NOT first author
+            if(skip == false) {
+               skip = ! ((author != nullptr) && (authorIndex > 0));
+            }
+         }
+         else if(action == "is-last-author?") {        // IS last author
             if(skip == false) {
-               skip = ! ((author != NULL) && (authorIndex > 0));
+               skip = ! ((author != nullptr) && (authorIndex + 3 >= author->arguments.size()));
             }
          }
-         else if( (action == "l") || (action == "is-last-author?") ) {        // IS last author
+         else if(action == "is-not-last-author?") {    // IS NOT last author
             if(skip == false) {
-               skip = ! ((author != NULL) && (authorIndex + 3 >= author->arguments.size()));
+               skip = ((author != nullptr) && (authorIndex + 3 >= author->arguments.size()));
             }
          }
-         else if( (action == "A") || (action == "end-author-loop") ) {   // Author LOOP EBD
+         else if(action == "end-author-loop") {   // Author LOOP EBD
             if(authorBegin == std::string::npos) {
                fputs("ERROR: Unexpected author loop end %A -> %a author loop begin needed first!\n", stderr);
                exit(1);
             }
             authorIndex += 3;
-            if( (author != NULL) && (authorIndex < author->arguments.size()) ) {
+            if( (author != nullptr) && (authorIndex < author->arguments.size()) ) {
                i = authorBegin;
             }
             else {
-               author      = NULL;
+               author      = nullptr;
                authorIndex = 0;
             }
          }
-         else if( (action == "T") || (action == "title") ) {   // Title
+         else if(action == "title") {   // Title
             child = findChildNode(publication, "title");
             if(child) { result += string2utf8(child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
-         else if( (action == "H") || (action == "how-published") ) {   // HowPublished
+         else if(action == "how-published") {   // HowPublished
             child = findChildNode(publication, "howpublished");
             if(child) { result += string2utf8(child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
-         else if( (action == "B") || (action == "booktitle") ) {   // Booktitle
+         else if(action == "booktitle") {   // Booktitle
             child = findChildNode(publication, "booktitle");
             if(child) { result += string2utf8(child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
-         else if( (action == "r") || (action == "series") ) {   // Series
+         else if(action == "series") {   // Series
             child = findChildNode(publication, "series");
             if(child) { result += string2utf8(child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
-         else if( (action == "J") || (action == "journal") ) {   // Journal
+         else if(action == "journal") {   // Journal
             child = findChildNode(publication, "journal");
             if(child) { result += string2utf8(child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
-         else if( (action == "E") || (action == "edition") ) {   // Edition
+         else if(action == "edition") {   // Edition
             child = findChildNode(publication, "edition");
             if(child) { result += string2utf8(child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
-         else if( (action == "V") || (action == "volume") ) {   // Volume
+         else if(action == "volume") {   // Volume
             child = findChildNode(publication, "volume");
             if(child) { result += string2utf8(child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
-         else if( (action == "t") || (action == "type") ) {   // Type
+         else if(action == "type") {   // Type
             child = findChildNode(publication, "type");
             if(child) { result += string2utf8(child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
-         else if( (action == "N") || (action == "number") ) {   // Number
+         else if(action == "number") {   // Number
             child = findChildNode(publication, "number");
             if(child) { result += string2utf8(child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
-         else if( (action == "P") || (action == "pages") ) {   // Pages
+         else if(action == "pages") {   // Pages
             child = findChildNode(publication, "pages");
             if(child) { result += string2utf8(child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
@@ -804,15 +809,15 @@ std::string PublicationSet::applyTemplat
             child = findChildNode(publication, "numpages");
             if(child) { result += string2utf8(child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
-         else if( (action == "@") || (action == "address") ) {   // Address
+         else if(action == "address") {   // Address
             child = findChildNode(publication, "address");
             if(child) { result += string2utf8(child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
-         else if( (action == "Y") || (action == "year") ) {   // Year
+         else if(action == "year") {   // Year
             child = findChildNode(publication, "year");
             if(child) { result += string2utf8(child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
-         else if( (action == "M") || (action == "month-name") ) {   // Month as name
+         else if(action == "month-name") {   // Month as name
             child = findChildNode(publication, "month");
             if(child) {
                if( (child->number >= 1) && (child->number <= 12) ) {
@@ -820,7 +825,7 @@ std::string PublicationSet::applyTemplat
                } else { skip = true; }
             } else { skip = true; }
          }
-         else if( (action == "m") || (action == "month-number") ) {   // Month as number
+         else if(action == "month-number") {   // Month as number
             child = findChildNode(publication, "month");
             if(child) {
                char month[16];
@@ -828,7 +833,7 @@ std::string PublicationSet::applyTemplat
                result += string2utf8(month, nbsp, lineBreak, xmlStyle);
             } else { skip = true; }
          }
-         else if( (action == "D") || (action == "day") ) {   // Day
+         else if(action == "day") {   // Day
             child = findChildNode(publication, "day");
             if(child) {
                char day[16];
@@ -840,51 +845,51 @@ std::string PublicationSet::applyTemplat
             child = findChildNode(publication, "publisher");
             if(child) { result += string2utf8(child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
-         else if( (action == "S") || (action == "school") ) {   // School
+         else if(action == "school") {   // School
             child = findChildNode(publication, "school");
             if(child) { result += string2utf8(child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
-         else if( (action == "?") || (action == "institution") ) {   // Institution
+         else if(action == "institution") {   // Institution
             child = findChildNode(publication, "institution");
             if(child) { result += string2utf8(child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
-         else if( (action == "I") || (action == "isbn") ) {   // ISBN
+         else if(action == "isbn") {   // ISBN
             child = findChildNode(publication, "isbn");
             if(child) { result += string2utf8("ISBN~" + child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
-         else if( (action == "i") || (action == "issn") ) {   // ISSN
+         else if(action == "issn") {   // ISSN
             child = findChildNode(publication, "issn");
             if(child) { result += string2utf8("ISSN~" + child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
-         else if( (action == "x") || (action == "language") ) {   // Language
+         else if(action == "language") {   // Language
             child = findChildNode(publication, "language");
             if(child) { result += string2utf8(child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
-         else if( (action == "O") || (action == "content-language") ) {   // Content Language
+         else if(action == "content-language") {   // Content Language
             child = findChildNode(publication, "content-language");
-            if(child == NULL) {   // No content language -> try same as "language" instead:
+            if(child == nullptr) {   // No content language -> try same as "language" instead:
                child = findChildNode(publication, "language");
             }
             if(child) { result += string2utf8(child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
-         else if( (action == "x") || (action == "xml-language") ) {   // Language
+         else if(action == "xml-language") {   // Language
             child = findChildNode(publication, "language");
             if(child) {
                const char* language = getXMLLanguageFromLaTeX(child->value.c_str());
-               if(language != NULL) {
+               if(language != nullptr) {
                   result += std::string(language);
                } else { skip = true; }
             } else { skip = true; }
          }
-         else if( (action == "U") || (action == "url") ) {   // URL
+         else if(action == "url") {   // URL
             child = findChildNode(publication, "url");
             if(child) { result += string2utf8(child->value, "", "", xmlStyle); } else { skip = true; }
          }
-         else if( (action == "d") || (action == "doi") ) {   // DOI
+         else if(action == "doi") {   // DOI
             child = findChildNode(publication, "doi");
             if(child) { result += string2utf8(child->value, "", "", xmlStyle); } else { skip = true; }
          }
-         else if( (action == "q") || (action == "urn") ) {   // URN
+         else if(action == "urn") {   // URN
             child = findChildNode(publication, "urn");
             if(child) { result += string2utf8(child->value, "", "", xmlStyle); } else { skip = true; }
          }
@@ -900,11 +905,11 @@ std::string PublicationSet::applyTemplat
             child = findChildNode(publication, "url.md5");
             if(child) { result += string2utf8(child->value, nbsp, lineBreak, xmlStyle); } else { skip = true; }
          }
-         else if( (action == "z") || (action == "url-mime") ) {   // URL mime type
+         else if(action == "url-mime") {   // URL mime type
             child = findChildNode(publication, "url.mime");
             if(child) { result += string2utf8(child->value, "", "", xmlStyle); } else { skip = true; }
          }
-         else if( (action == "y") || (action == "url-type") ) {   // URL type
+         else if(action == "url-type") {   // URL type
             child = findChildNode(publication, "url.mime");
             if(child) {
                if(child->value == "application/pdf") {
@@ -927,7 +932,7 @@ std::string PublicationSet::applyTemplat
                }
             } else { skip = true; }
          }
-         else if( (action == "s") || (hasPrefix(action, "url-size-",  type)) ) {   // URL size
+         else if(hasPrefix(action, "url-size-",  type)) {   // URL size
             if((action.size() == 1) && (i + 2 < printingTemplateSize)) {
                switch(printingTemplate[i + 2]) {
                   case 'K':   // KiB
@@ -958,7 +963,7 @@ std::string PublicationSet::applyTemplat
             }
             else { skip = true; }
          }
-         else if( (action == "X") || (action == "note") ) {   // Note
+         else if(action == "note") {   // Note
             child = findChildNode(publication, "note");
             if(child) {
                if( (strncmp(child->value.c_str(), "ISBN", 4) == 0) ||
@@ -975,9 +980,9 @@ std::string PublicationSet::applyTemplat
          else if(action == "%") {   // %
             result += '%';
          }
-         else if( (action == "b") || (hasPrefix(action, "begin-subdivision-",  type)) ||
-                  (action == "w") || (hasPrefix(action, "within-subdivision-", type)) ||
-                  (action == "e") || (hasPrefix(action, "end-subdivision-",    type)) ) {   // Begin/Within/End of subdivision
+         else if( (hasPrefix(action, "begin-subdivision-",  type)) ||
+                  (hasPrefix(action, "within-subdivision-", type)) ||
+                  (hasPrefix(action, "end-subdivision-",    type)) ) {   // Begin/Within/End of subdivision
             if(i + 2 < printingTemplateSize) {
                if ((action.size() == 1) && (i + 2 < printingTemplateSize) ) {
                   switch(printingTemplate[i + 2]) {
@@ -1005,14 +1010,14 @@ std::string PublicationSet::applyTemplat
                      exit(1);
                   }
                }
-               const Node* prevChild = (prevPublication != NULL) ? findChildNode(prevPublication, type.c_str()) : NULL;
+               const Node* prevChild = (prevPublication != nullptr) ? findChildNode(prevPublication, type.c_str()) : nullptr;
                child                 = findChildNode(publication, type.c_str());
-               const Node* nextChild = (nextPublication != NULL) ? findChildNode(nextPublication, type.c_str()) : NULL;
+               const Node* nextChild = (nextPublication != nullptr) ? findChildNode(nextPublication, type.c_str()) : nullptr;
 
-               bool begin = (prevChild == NULL) ||
-                           ( (prevChild != NULL) && (child != NULL) && (prevChild->value != child->value) );
-               bool end = (nextChild == NULL) ||
-                           ( (child != NULL) && (nextChild != NULL) && (child->value != nextChild->value) );
+               bool begin = (prevChild == nullptr) ||
+                           ( (prevChild != nullptr) && (child != nullptr) && (prevChild->value != child->value) );
+               bool end = (nextChild == nullptr) ||
+                           ( (child != nullptr) && (nextChild != nullptr) && (child->value != nextChild->value) );
                switch(action[0]) {
                   case 'b':
                      skip = ! begin;
@@ -1026,15 +1031,15 @@ std::string PublicationSet::applyTemplat
                }
             }
          }
-         else if( (action == "1") || (action == "custom-1") ||
-                  (action == "2") || (action == "custom-2") ||
-                  (action == "3") || (action == "custom-3") ||
-                  (action == "4") || (action == "custom-4") ||
-                  (action == "5") || (action == "custom-5") ||
-                  (action == "6") || (action == "custom-6") ||
-                  (action == "7") || (action == "custom-7") ||
-                  (action == "8") || (action == "custom-8") ||
-                  (action == "9") || (action == "custom-9") ) {   // Custom #1..9
+         else if( (action == "custom-1") ||
+                  (action == "custom-2") ||
+                  (action == "custom-3") ||
+                  (action == "custom-4") ||
+                  (action == "custom-5") ||
+                  (action == "custom-6") ||
+                  (action == "custom-7") ||
+                  (action == "custom-8") ||
+                  (action == "custom-9") ) {   // Custom #1..9
             const unsigned int id = action[action.size() - 1] - '1';
             if(publication->custom[id] != "") {
                result += string2utf8(publication->custom[id], nbsp, lineBreak, xmlStyle);
@@ -1060,6 +1065,25 @@ std::string PublicationSet::applyTemplat
                skip = true;
             }
          }
+         else if(action.substr(0, 4) == "map:") {   // Map from mappings
+            const std::string mappingName(action.substr(4));
+            const MappingEntry* mappingEntry = mappings.findMapping(mappingName);
+            if(mappingEntry == nullptr) {
+               fprintf(stderr, "ERROR: Mapping \"%s\" does not exist! Forgot parameter \"--mapping %s:mapping_file:key_column:value_column\"?\n", mappingName.c_str(), mappingName.c_str());
+               exit(1);
+            }
+            StackEntry  entry = stack.back();
+            std::string value;
+            std::string key  = result.substr(entry.pos);
+            // fprintf(stderr, "<%s> => ", key.c_str());
+            replaceAll(key, nbsp, " ");
+            // fprintf(stderr, "<%s>\n", key.c_str());
+            skip = !mappings.map(mappingEntry, key, value);
+            if(!skip) {
+               result.erase(entry.pos);   // Remove the written key string.
+               result += value;
+            }
+         }
          else if(action == "exec") {   // Execute command and pipe in the result
             if(i + 1 < printingTemplateSize) {
                StackEntry        entry = stack.back();
@@ -1070,7 +1094,7 @@ std::string PublicationSet::applyTemplat
                   result.erase(entry.pos);   // Remove the written "exec" string.
 
                   FILE* pipe = popen(call.c_str(), "r");
-                  if(pipe == NULL) {
+                  if(pipe == nullptr) {
                      fprintf(stderr, "Unable to run %s!\n", call.c_str());
                      exit(1);
                   }
@@ -1119,20 +1143,24 @@ std::string PublicationSet::applyTemplat
          }
          i++;
       }
-      else if(printingTemplate[i] == '[') {
+      else if( (printingTemplate[i] == '[') ||
+               (printingTemplate[i] == '(') ) {
          if(stack.empty()) {
             skip = false;   // Up to now, everything will be accepted
          }
          struct StackEntry entry = { result.size(), skip };
          stack.push_back(entry);
       }
-      else if(printingTemplate[i] == ']') {
+      else if( (printingTemplate[i] == ']') ||
+               (printingTemplate[i] == ')') ) {
          if(!stack.empty()) {
             StackEntry entry = stack.back();
             stack.pop_back();
             if(skip == true) {
                result.erase(entry.pos);
-               skip = entry.skip;
+               if(printingTemplate[i] == ']') {
+                  skip = entry.skip;
+               }
             }
          }
          else {
@@ -1229,9 +1257,10 @@ bool PublicationSet::exportPublicationSe
                                                   const std::string&              lineBreak,
                                                   const bool                      xmlStyle,
                                                   const char*                     downloadDirectory,
+                                                  const Mappings&                 mappings,
                                                   FILE*                           fh)
 {
-   Node* publication = NULL;
+   Node* publication = nullptr;
    gNumber           = 0;
    for(size_t index = 0; index < publicationSet->size(); index++) {
       // ====== Get prev, current and next publications =====================
@@ -1241,10 +1270,10 @@ bool PublicationSet::exportPublicationSe
       Node* prevPublication = publication;
       publication = publicationSet->get(index);
       size_t nextPublicationIndex = 1;
-      Node* nextPublication = (index + nextPublicationIndex< publicationSet->size()) ? publicationSet->get(index + nextPublicationIndex) : NULL;
-      while( (nextPublication != NULL) && (nextPublication->value == "Comment")) {
+      Node* nextPublication = (index + nextPublicationIndex< publicationSet->size()) ? publicationSet->get(index + nextPublicationIndex) : nullptr;
+      while( (nextPublication != nullptr) && (nextPublication->value == "Comment")) {
          nextPublicationIndex++;
-         nextPublication = (index + nextPublicationIndex< publicationSet->size()) ? publicationSet->get(index + nextPublicationIndex) : NULL;
+         nextPublication = (index + nextPublicationIndex< publicationSet->size()) ? publicationSet->get(index + nextPublicationIndex) : nullptr;
       }
 
       const std::string result = applyTemplate(publication, prevPublication, nextPublication,
@@ -1252,6 +1281,7 @@ bool PublicationSet::exportPublicationSe
                                                printingTemplate,
                                                monthNames, nbsp, lineBreak, xmlStyle,
                                                downloadDirectory,
+                                               mappings,
                                                fh);
 
       fputs(string2utf8(processBackslash(customPrintingHeader), nbsp).c_str(), stdout);
diff -pruN 1.4.4-2/src/publicationset.h 2.0.2-1/src/publicationset.h
--- 1.4.4-2/src/publicationset.h	2024-11-13 17:22:39.000000000 +0000
+++ 2.0.2-1/src/publicationset.h	2025-04-27 18:20:15.000000000 +0000
@@ -33,6 +33,7 @@
 #include <assert.h>
 #include <string>
 
+#include "mappings.h"
 #include "node.h"
 #include "stringhandling.h"
 
@@ -84,6 +85,7 @@ class PublicationSet
                                             const std::string&              lineBreak,
                                             const bool                      xmlStyle,
                                             const char*                     downloadDirectory,
+                                            const Mappings&                 mappings,
                                             FILE*                           fh);
 
    private:
@@ -97,6 +99,7 @@ class PublicationSet
                                     const std::string&              lineBreak,
                                     const bool                      xmlStyle,
                                     const char*                     downloadDirectory,
+                                    const Mappings&                 mappings,
                                     FILE*                           fh);
 
    size_t maxEntries;
diff -pruN 1.4.4-2/src/run-examples 2.0.2-1/src/run-examples
--- 1.4.4-2/src/run-examples	2025-03-03 21:10:58.000000000 +0000
+++ 2.0.2-1/src/run-examples	2025-04-27 18:20:15.000000000 +0000
@@ -17,17 +17,25 @@
 #
 # Contact: thomas.dreibholz@gmail.com
 
-bibtexconv ExampleReferences.bib -export-to-bibtex=UpdatedReferences.bib -check-urls -only-check-new-urls -non-interactive
+DOWNLOAD="${HOME}/tmp/BibTeXConv"
+mkdir -p "$DOWNLOAD"
 
-bibtexconv ExampleReferences.bib <web-example.export >MyPublications.html
+
+bibtexconv ExampleReferences.bib --export-to-bibtex=UpdatedReferences.bib --check-urls --only-check-new-urls --non-interactive
+
+bibtexconv ExampleReferences.bib <web-example1.export >MyPublications1.html
+
+bibtexconv ExampleReferences.bib --mapping=author-url:authors.list:Name:URL <web-example2.export >MyPublications2.html
 
 bibtexconv ExampleReferences.bib <text-example.export >MyPublications.txt
 
-bibtexconv ExampleReferences.bib -export-to-separate-xmls=reference. -non-interactive
+bibtexconv ExampleReferences.bib <yaml-example.export >MyPublications.yaml
+
+bibtexconv ExampleReferences.bib --export-to-separate-xmls="$DOWNLOAD/reference." --non-interactive
 
-bibtexconv ExampleReferences.bib -non-interactive -export-to-separate-bibtexs=
+bibtexconv ExampleReferences.bib --non-interactive --export-to-separate-bibtexs="$DOWNLOAD/"
 
-bibtexconv ExampleReferences.bib -export-to-bibtex=UpdatedReferences.bib -check-urls -store-downloads=Downloads -non-interactive
+bibtexconv ExampleReferences.bib --export-to-bibtex=UpdatedReferences.bib --check-urls --store-downloads="$DOWNLOAD" --non-interactive
 
 bibtexconv-odt ODT-Template.odt MyPublications.odt ExampleReferences.bib odt-example.export
 
diff -pruN 1.4.4-2/src/storage/no-author-url 2.0.2-1/src/storage/no-author-url
--- 1.4.4-2/src/storage/no-author-url	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/storage/no-author-url	2018-09-03 12:49:15.000000000 +0000
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Just return the author name. A simple replacement for get-author-url.
+echo -n "$3"
diff -pruN 1.4.4-2/src/stringhandling.cc 2.0.2-1/src/stringhandling.cc
--- 1.4.4-2/src/stringhandling.cc	2024-11-13 17:22:39.000000000 +0000
+++ 2.0.2-1/src/stringhandling.cc	2025-05-04 10:37:48.000000000 +0000
@@ -89,8 +89,6 @@ static const ReplaceTableEntry replaceTa
    { "{^a}",       "â",        "â"       },
    { "{^A}",       "Â",        "Â"       },
 
-   { "{~o}",       "õ",        "õ"       },
-   { "{~O}",       "Õ",        "Õ"       },
    { "{~a}",       "ã",        "ã"       },
    { "{~A}",       "Ã",        "Ã"       },
    { "{~n}",       "ñ",        "ñ"       },
@@ -104,26 +102,37 @@ static const ReplaceTableEntry replaceTa
    { "\\={u}",     "ū",        "ū"       },
    { "\\={U}",     "Ū",        "Ū"       },
 
+   { "\\c{c}",     "ç",        "ç"       },
+   { "\\C{C}",     "Ç",        "Ç"       },
+   { "{\\'c}",     "ć",        "ć"       },
+   { "{\\'C}",     "Ć",        "Ć"       },
    { "\\v{c}",     "č",        "č"       },
    { "\\v{C}",     "Č",        "Č"       },
-
+   { "\\v{e}",     "ě",        "ě"       },
+   { "\\v{E}",     "Ě",        "Ě"       },
+   { "\\v{r}",     "ř",        "ř"       },
+   { "\\v{R}",     "Ř",        "Ř"       },
    { "\\v{s}",     "š",        "š"       },
    { "\\v{S}",     "Š",        "Š"       },
    { "\\v{z}",     "ž",        "ž"       },
    { "\\v{Z}",     "Ž",        "Ž"       },
 
-   { "\\r{a}",     "å",        "å"       },
-   { "\\r{A}",     "Å",        "Å"       },
-
    { "{\\ae}",     "æ",        "æ"       },
    { "{\\AE}",     "Æ",        "Æ"       },
+   { "{\\o}",      "ø",        "ø"       },
+   { "{\\O}",      "Ø",        "Ø"       },
+   { "\\r{a}",     "å",        "å"       },
+   { "{\\aa}",     "å",        "å"       },
+   { "\\r{A}",     "Å",        "Å"       },
+   { "{\\AA}",     "Å",        "Å"       },
 
    { "<"  ,        "<",        "&lt;"    },
    { ">"  ,        ">",        "&gt;"    },
    { "\\\"" ,      "\"",       "&quot;"  },
    { "&"  ,        "&",        "&amp;"   },
    { "'"  ,        "'",        "&apos;"  },
-   { "--"  ,       "–",        "–"       }
+   { "--",         "–",        "–"       },
+   { "\\#",        "\\#",      "#"       }
 };
 
 
@@ -182,7 +191,7 @@ const char* getXMLLanguageFromLaTeX(cons
          return(languageTable[i].xml);
       }
    }
-   return(NULL);
+   return(nullptr);
 }
 
 
@@ -193,36 +202,17 @@ std::string string2utf8(const std::strin
                         const bool         xmlStyle)
 {
    std::string result(string);
-   size_t      pos = 0;
-
-   while(pos < result.size()) {
-      for(size_t i = 0; i < (sizeof(replaceTable) / sizeof(ReplaceTableEntry)); i++) {
-         if(result.substr(pos, replaceTable[i].input.size()) == replaceTable[i].input) {
-            result.replace(pos, replaceTable[i].input.size(),
-                           ((xmlStyle == true) ? replaceTable[i].xmlOutput : replaceTable[i].utf8Output));
-            pos += ((xmlStyle == true) ? replaceTable[i].xmlOutput.size() : replaceTable[i].utf8Output.size()) - 1;
-            break;
-         }
-      }
-
-      // Non-breakable space
-      if( (nbsp.size() > 0) && (result.substr(pos, 1) == "~")) {
-         result.replace(pos, 1, nbsp);
-      }
-
-      // Line break
-      if(result.substr(pos, 1) == "\n") {
-         result.replace(pos, 1, lineBreak);
-         pos += lineBreak.size() - 1;
-      }
-
-      pos++;
+   // std::cout << "IN= " << result << "\n";
+   for(size_t i = 0; i < (sizeof(replaceTable) / sizeof(ReplaceTableEntry)); i++) {
+      replaceAll(result,
+                 replaceTable[i].input,
+                 ((xmlStyle == true) ? replaceTable[i].xmlOutput : replaceTable[i].utf8Output));
    }
-/*
-   if(result.find("{") != std::string::npos) {
-      fprintf(stderr, "!!! <%s>\n", result.c_str());
+   if(nbsp.size() > 0) {
+      replaceAll(result, "~",  nbsp);
    }
-*/
+   replaceAll(result, "\n", lineBreak);
+   // std::cout << "OUT= " << result << "\n";
    return(processBackslash(result));
 }
 
@@ -315,6 +305,24 @@ std::string extractToken(std::string& st
 }
 
 
+// ###### Split string into token by delimiter ##############################
+void splitString(std::vector<std::string>& tokenVector,
+                 const std::string&        input,
+                 const std::string&        delimiter)
+{
+   size_t startPosition = 0;
+   size_t endPosition   = input.find(delimiter);
+   while(endPosition != std::string::npos) {
+      tokenVector.push_back(
+         input.substr(startPosition, endPosition - startPosition));
+      startPosition = endPosition + delimiter.length();
+      endPosition = input.find(delimiter, startPosition);
+   }
+   tokenVector.push_back(
+      input.substr(startPosition, endPosition - startPosition));
+}
+
+
 // ###### Process backslash commands (newline, tab, etc.) ###################
 std::string processBackslash(const std::string& string)
 {
@@ -430,13 +438,17 @@ std::string format(const char* fmt, ...)
 }
 
 
-// ###### Replace all occurrences of from by to #############################
-void replaceAll(std::string& str, const std::string &from, const std::string& to)
-{
-   size_t pos = 0;
-   while ((pos = str.find(from, pos)) != std::string::npos) {
-      str.replace(pos, from.length(), to);
-      pos += to.length();
+// ###### Replace all occurrences of fromString by toString in string #######
+void replaceAll(std::string&       string,
+                const std::string& fromString,
+                const std::string& toString)
+{
+   const size_t fromStringLength = fromString.length();
+   const size_t toStringLength   = toString.length();
+   size_t       cursor           = string.find(fromString);
+   while(cursor != std::string::npos) {
+      string.replace(cursor, fromStringLength, toString);
+      cursor = string.find(fromString, cursor + toStringLength);
    }
 }
 
diff -pruN 1.4.4-2/src/stringhandling.h 2.0.2-1/src/stringhandling.h
--- 1.4.4-2/src/stringhandling.h	2024-11-13 17:22:39.000000000 +0000
+++ 2.0.2-1/src/stringhandling.h	2025-04-27 18:20:15.000000000 +0000
@@ -32,6 +32,7 @@
 
 #include <stdarg.h>
 #include <string>
+#include <vector>
 
 
 const char* getXMLLanguageFromLaTeX(const char* language);
@@ -48,13 +49,20 @@ inline std::string string2xml(const std:
 std::string& removeBrackets(std::string& string);
 std::string& trim(std::string& string);
 std::string extractToken(std::string& string, const std::string& delimiters);
+void splitString(std::vector<std::string>& tokenVector,
+                 const std::string&        input,
+                 const std::string&        delimiter = std::string(":"));
 std::string processBackslash(const std::string& string);
 std::string laTeXtoURL(const std::string& str);
 std::string urlToLaTeX(const std::string& str);
 std::string labelToHTMLLabel(const std::string& string);
 std::string labelToXMLLabel(const std::string& string);
 std::string format(const char* fmt, ...);
-void replaceAll(std::string& str, const std::string& from, const std::string& to);
-bool hasPrefix(const std::string& string, const std::string& prefix, std::string& rest);
+void replaceAll(std::string&       string,
+                const std::string& fromString,
+                const std::string& toString);
+bool hasPrefix(const std::string& string,
+               const std::string& prefix,
+               std::string&       rest);
 
 #endif
diff -pruN 1.4.4-2/src/t1.cc 2.0.2-1/src/t1.cc
--- 1.4.4-2/src/t1.cc	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/t1.cc	2025-04-27 18:20:15.000000000 +0000
@@ -0,0 +1,37 @@
+#include "mappings.h"
+#include "stringhandling.h"
+
+#include <assert.h>
+
+
+int main(int argc, char** argv)
+{
+   Mappings m;
+
+   std::string arg("author-urls:authors.list:Name:URL");
+   std::vector<std::string> v;
+   splitString(v, arg, ":");
+   // for(unsigned int i = 0; i < v.size(); i++) {
+   //    printf("%u: %s\n", i, v[i].c_str());
+   // }
+   if(v.size() == 4) {
+      m.addMapping(v[0], v[1], v[2], v[3]);
+   }
+   else {
+      // fprintf(stderr, "ERROR: Bad mapping specification %s!\n", argv[i]);
+      exit(1);
+   }
+
+   const MappingEntry* e = m.findMapping("author-urls");
+   assert(e != nullptr);
+   std::string value;
+
+   value = "DEFAULT";
+   m.map(e, "Dreibholz, Thomas", value);
+   printf("=> %s\n", value.c_str());
+   value = "DEFAULT";
+   m.map(e, "Test, Thomas", value);
+   printf("=> %s\n", value.c_str());
+
+   return 0;
+}
diff -pruN 1.4.4-2/src/test1.cites 2.0.2-1/src/test1.cites
--- 1.4.4-2/src/test1.cites	2023-01-05 23:25:27.000000000 +0000
+++ 2.0.2-1/src/test1.cites	2025-04-21 16:21:30.000000000 +0000
@@ -1,4 +1,4 @@
-# Select publications to print.
+# Select entries:
 # The first argument is the original BibTeX reference,
 # The second argument is a new anchor for printing.
 cite IJIIDS2010   TD20
@@ -7,6 +7,3 @@ cite Globecom2010-Demo TD43
 cite Globecom2010-Demo   TD32
 cite PFLDNeT2010         TD99
 cite PAMS2011 PAMS
-
-# Finally, print all selected publications
-export
diff -pruN 1.4.4-2/src/test1.export 2.0.2-1/src/test1.export
--- 1.4.4-2/src/test1.export	2023-01-05 23:25:27.000000000 +0000
+++ 2.0.2-1/src/test1.export	2025-04-21 16:21:30.000000000 +0000
@@ -1,33 +1,104 @@
-# This is the printing template:
+# ==========================================================================
+#                ____  _ _   _____   __  ______
+#                | __ )(_) |_|_   _|__\ \/ / ___|___  _ ____   __
+#                |  _ \| | '_ \| |/ _ \  / |   / _ \| '_ \ \ / /
+#                | |_) | | |_) | |  __//  \ |__| (_) | | | \ V /
+#                |____/|_|_.__/|_|\___/_/\_\____\___/|_| |_|\_/
+#
+#                          ---  BibTeX Converter  ---
+#                   https://www.nntb.no/~dreibh/bibtexconv/
+# ==========================================================================
+#
+# BibTeXConv Plain Text Export Example
+# Copyright (C) 2010-2025 by Thomas Dreibholz
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Contact: thomas.dreibholz@gmail.com
 
-#template \[%{anchor}\] %{label}\n %{begin-author-loop}\tAUTHOR: [[%{is-first-author?}FIRST|%{is-last-author?}LAST|%{is-not-first-author?}NOT-FIRST]: initials=%{author-initials} given=%{author-give-name} full=%{author-family-name}]\n%{end-author-loop}\n
 
-template \[%{anchor}\] %{begin-author-loop}[%{is-first-author?}|%{is-not-first-author?}; | and ]%{author-family-name}[, %{author-give-name}]%{end-author-loop}: \"%{title}\"[, %{booktitle}][, %{journal}][, %{institution}][, vol.~%{volume}][, no.~%{number}][, pp.~%{pages}][, %$][, %{school}][, %{address}][, [[%{month-name} %{day}, |%{month-name}~]%{year}][, %{isbn}][, %{issn}].\nURL: %{url}.\n
-
-
-# Before any citation is printed, print a list title:
-echo ===== My Publications =====\n
-
-# Set header and trailer of each publication entry:
-header *~
-trailer \n
-
-
-# Select publications to print.
+# Select entries:
 # The first argument is the original BibTeX reference,
 # The second argument is a new anchor for printing.
 cite LCN2005   TD01
 cite LCA2003   TD02
-cite IJHIT2008 TD03
+cite IJHIT2008
 cite Dre2006   TD04
-cite PeitgenFractals Test1
 
-# Finally, print all selected publications
-export
+include test1.cites
+
+sort year/A month/D day/D
 
 
-include test1.cites
+# ###########################################################################
+# #### Export to Plain Text                                              ####
+# ###########################################################################
+
+# ====== This is the printing template ======================================
+templatenew
+
+# ***** Begin of Subsection: YEAR, Subsubsection: MONTH *********************
+# template+ [%{begin-subdivision-year}===== YEAR %{year} =====\n]
+# template+ [%{begin-subdivision-month}---- %{month-name} %{year} ----\n]
+
+# ***** Label ***************************************************************
+template+ \[%{name}\]~
+
+# ***** Authors *************************************************************
+# Begin of author loop:
+template+ %{begin-author-loop}
+# Separator, for first/last/middle author:
+template+ [%{is-first-author?}|%{is-not-first-author?}; | and ]%{author-family-name}[, %{author-give-name}]
+# End of author loop:
+template+ %{end-author-loop}
+template+ :
+
+# ***** Title ***************************************************************
+template+  ["%{title}"] [\([%{url-type}, ]%{url-size-kib}~KiB\)]
+
+# ***** Bibliographic data of publication ***********************************
+template+ [, %{how-published}]
+template+ [, in %{booktitle}]
+template+ [, in %{journal}]
+template+ [, %{series}]
+template+ [, vol.~%{volume}]
+template+ [, %{type}~%{number}|, no.~%{number}]
+template+ [, pp.~%{pages}]
+template+ [, %{note}]
+template+ [, %{publisher}]
+template+ [, %{school}]
+template+ [, %{institution}]
+template+ [, URN: %{urn}]
+template+ [, DOI: %{doi}.]
+template+ [, %{isbn}]
+template+ [, %{issn}]
+template+ [, %{address}]
+template+ [, [%{month-name} %{day}, |%{month-name}~]%{year}].\n
+template+ [URL: %{url}.\n]
+template+ \n
+
+
+# ====== Before any citation is printed, print a list title =================
+echo ===== Begin of My Publications List =====\n
+
+# ====== Finally, export all selected publications ==========================
+
+# Set header and trailer of each publication entry:
+# header *~
+# trailer \n
 
+export Ref%02n
 
-# Print after all publications:
-echo ===== End of List =====\n
+# ====== Print after all publications =======================================
+echo ===== End of My Publications List =====\n
diff -pruN 1.4.4-2/src/test2.export 2.0.2-1/src/test2.export
--- 1.4.4-2/src/test2.export	2023-01-05 23:25:27.000000000 +0000
+++ 2.0.2-1/src/test2.export	2025-04-21 16:21:30.000000000 +0000
@@ -1,19 +1,34 @@
-# This is the printing template:
+# ==========================================================================
+#                ____  _ _   _____   __  ______
+#                | __ )(_) |_|_   _|__\ \/ / ___|___  _ ____   __
+#                |  _ \| | '_ \| |/ _ \  / |   / _ \| '_ \ \ / /
+#                | |_) | | |_) | |  __//  \ |__| (_) | | | \ V /
+#                |____/|_|_.__/|_|\___/_/\_\____\___/|_| |_|\_/
+#
+#                          ---  BibTeX Converter  ---
+#                   https://www.nntb.no/~dreibh/bibtexconv/
+# ==========================================================================
+#
+# BibTeXConv Plain Text Export Example
+# Copyright (C) 2010-2025 by Thomas Dreibholz
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Contact: thomas.dreibholz@gmail.com
 
-#template \[%{anchor}\] %{label}\n %{begin-author-loop}\tAUTHOR: [[%{is-first-author?}FIRST|%{is-last-author?}LAST|%{is-not-first-author?}NOT-FIRST]: initials=%{author-initials} given=%{author-give-name} full=%{author-family-name}]\n%{end-author-loop}\n
 
-template \[%{anchor}\] %{begin-author-loop}[%{is-first-author?}|%{is-not-first-author?}; | and ]%{author-family-name}[, %{author-give-name}]%{end-author-loop}: \"%{title}\"[, %{booktitle}][, %{journal}][, %{institution}][, %$][, vol.~%{volume}][, no.~%{number}][, pp.~%{pages}][, %$][, %{school}][, %{isbn}][, %{issn}][, %{address}][, [[%{month-name} %{day}, |%{month-name}~]%{year}].\nURL: %{url}.\n
-
-
-# Before any citation is printed, print a list title:
-echo ===== My Publications =====\n
-
-# Set header and trailer of each publication entry:
-header ENTRY:~
-trailer \n
-
-
-# Select publications to print.
+# Select entries:
 # The first argument is the original BibTeX reference,
 # The second argument is a new anchor for printing.
 cite LCN2005   TD01
@@ -21,17 +36,67 @@ cite LCA2003   TD02
 cite IJHIT2008
 cite Dre2006   TD04
 
-# Finally, print all selected publications
-export
+sort year/A month/D day/D
 
 
-# Print after all publications:
-echo ===== End of List =====\n
+# ###########################################################################
+# #### Export to Plain Text                                              ####
+# ###########################################################################
+
+# ====== This is the printing template ======================================
+templatenew
+
+# ***** Begin of Subsection: YEAR, Subsubsection: MONTH *********************
+# template+ [%{begin-subdivision-year}===== YEAR %{year} =====\n]
+# template+ [%{begin-subdivision-month}---- %{month-name} %{year} ----\n]
+
+# ***** Label ***************************************************************
+template+ \[%{name}\]~
+
+# ***** Authors *************************************************************
+# Begin of author loop:
+template+ %{begin-author-loop}
+# Separator, for first/last/middle author:
+template+ [%{is-first-author?}|%{is-not-first-author?}; | and ]%{author-family-name}[, %{author-give-name}]
+# End of author loop:
+template+ %{end-author-loop}
+template+ :
+
+# ***** Title ***************************************************************
+template+  ["%{title}"] [\([%{url-type}, ]%{url-size-kib}~KiB\)]
+
+# ***** Bibliographic data of publication ***********************************
+template+ [, %{how-published}]
+template+ [, in %{booktitle}]
+template+ [, in %{journal}]
+template+ [, %{series}]
+template+ [, vol.~%{volume}]
+template+ [, %{type}~%{number}|, no.~%{number}]
+template+ [, pp.~%{pages}]
+template+ [, %{note}]
+template+ [, %{publisher}]
+template+ [, %{school}]
+template+ [, %{institution}]
+template+ [, URN: %{urn}]
+template+ [, DOI: %{doi}.]
+template+ [, %{isbn}]
+template+ [, %{issn}]
+template+ [, %{address}]
+template+ [, [%{month-name} %{day}, |%{month-name}~]%{year}].\n
+template+ [URL: %{url}.\n]
+template+ \n
+
+
+# ====== Before any citation is printed, print a list title =================
+echo ===== Begin of My Publications List =====\n
+
+# ====== Finally, export all selected publications ==========================
+
+# Set header and trailer of each publication entry:
+# header *~
+# trailer \n
+
+export Ref%02n
 
-#% ------ Journal Paper #3
-#\entry*[Juni 2009]
-#T.~Dreibholz und E.~P.~Rathgeb.
-#\newblock {\href{http://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Publications/IJAIT2009.pdf}{Overview and Evaluation of the Server Redundancy and Session Failover Mechanisms in the Reliable Server Pooling Framework}}.
-#\newblock In {\em International Journal on Advances in Internet Technology~(IJAIT)},
-#Nummer~1, Band~2, Seite~1--14.
-#\newblock {ISSN} 1942-2652.
+# ====== Print after all publications =======================================
+echo ===== End of My Publications List =====\n
diff -pruN 1.4.4-2/src/test3.export 2.0.2-1/src/test3.export
--- 1.4.4-2/src/test3.export	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/test3.export	2025-04-21 16:21:30.000000000 +0000
@@ -0,0 +1,43 @@
+# ==========================================================================
+#                ____  _ _   _____   __  ______
+#                | __ )(_) |_|_   _|__\ \/ / ___|___  _ ____   __
+#                |  _ \| | '_ \| |/ _ \  / |   / _ \| '_ \ \ / /
+#                | |_) | | |_) | |  __//  \ |__| (_) | | | \ V /
+#                |____/|_|_.__/|_|\___/_/\_\____\___/|_| |_|\_/
+#
+#                          ---  BibTeX Converter  ---
+#                   https://www.nntb.no/~dreibh/bibtexconv/
+# ==========================================================================
+#
+# BibTeXConv Plain Text Export Example
+# Copyright (C) 2010-2025 by Thomas Dreibholz
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Contact: thomas.dreibholz@gmail.com
+
+
+# Select entries:
+# The first argument is the original BibTeX reference,
+# The second argument is a new anchor for printing.
+cite LCN2005     TD01
+cite LCA2003     TD02
+cite IJHIT2008
+cite Dre2006     TD04
+cite Dre2012     TD05
+cite CommMag2011 TD06
+
+sort year/A month/D day/D
+
+export
diff -pruN 1.4.4-2/src/text-example.export 2.0.2-1/src/text-example.export
--- 1.4.4-2/src/text-example.export	2023-01-05 23:25:27.000000000 +0000
+++ 2.0.2-1/src/text-example.export	2025-04-21 16:21:30.000000000 +0000
@@ -1,35 +1,96 @@
-# Example for export to plain text
+# ==========================================================================
+#                ____  _ _   _____   __  ______
+#                | __ )(_) |_|_   _|__\ \/ / ___|___  _ ____   __
+#                |  _ \| | '_ \| |/ _ \  / |   / _ \| '_ \ \ / /
+#                | |_) | | |_) | |  __//  \ |__| (_) | | | \ V /
+#                |____/|_|_.__/|_|\___/_/\_\____\___/|_| |_|\_/
+#
+#                          ---  BibTeX Converter  ---
+#                   https://www.nntb.no/~dreibh/bibtexconv/
+# ==========================================================================
+#
+# BibTeXConv Plain Text Export Example
+# Copyright (C) 2010-2025 by Thomas Dreibholz
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Contact: thomas.dreibholz@gmail.com
 
 
+# Select entries:
+citeAll
+sort year/A month/D day/D
+
+
+# ###########################################################################
+# #### Export to Plain Text                                              ####
+# ###########################################################################
+
+# ====== This is the printing template ======================================
 templatenew
-template+ [%{begin-subdivision-year}===== YEAR %{year} =====\n][%{begin-subdivision-month}---- %{month-name} %{year} ----\n]
-# ***** Label
+
+# ***** Begin of Subsection: YEAR, Subsubsection: MONTH *********************
+template+ [%{begin-subdivision-year}===== YEAR %{year} =====\n]
+template+ [%{begin-subdivision-month}---- %{month-name} %{year} ----\n]
+
+# ***** Label ***************************************************************
 template+ \[%{name}\]~
-# ***** Authors
-template+ %{begin-author-loop}[%{is-first-author?}|%{is-not-first-author?}; | and ]%{author-family-name}[, %{author-give-name}]%{end-author-loop}:
-# ***** Title
-template+  ["%{title}"] [([%{url-type}, ]%{url-size-kib}~KiB)]
-# ***** Bibliographic data of publication
-template+ [, %{how-published}][, in %{booktitle}][, in %{journal}][, %{series}][, vol.~%{volume}][, %{type}~%{number}|, no.~%{number}][, pp.~%{pages}][, %{note}][, %$][, %{school}][, %{institution}][, URN: %{urn}][, DOI: %{doi}.][, %{isbn}][, %{issn}][, %{address}][, [[%{month-name} %{day}, |%{month-name}~]%{year}].\n
+
+# ***** Authors *************************************************************
+# Begin of author loop:
+template+ %{begin-author-loop}
+# Separator, for first/last/middle author:
+template+ [%{is-first-author?}|%{is-not-first-author?}; | and ]%{author-family-name}[, %{author-give-name}]
+# End of author loop:
+template+ %{end-author-loop}
+template+ :
+
+# ***** Title ***************************************************************
+template+  ["%{title}"] [\([%{url-type}, ]%{url-size-kib}~KiB\)]
+
+# ***** Bibliographic data of publication ***********************************
+template+ [, %{how-published}]
+template+ [, in %{booktitle}]
+template+ [, in %{journal}]
+template+ [, %{series}]
+template+ [, vol.~%{volume}]
+template+ [, %{type}~%{number}|, no.~%{number}]
+template+ [, pp.~%{pages}]
+template+ [, %{note}]
+template+ [, %{publisher}]
+template+ [, %{school}]
+template+ [, %{institution}]
+template+ [, URN: %{urn}]
+template+ [, DOI: %{doi}.]
+template+ [, %{isbn}]
+template+ [, %{issn}]
+template+ [, %{address}]
+template+ [, [%{month-name} %{day}, |%{month-name}~]%{year}].\n
 template+ [URL: %{url}.\n]
 template+ \n
 
-#template [%{begin-subdivision-year}===== YEAR %{year} =====\n][%{begin-subdivision-month}---- %{month-name} %{year} ----\n]*~\[%{anchor}\] %{begin-author-loop}[%{is-first-author?}|%{is-not-first-author?}; | and ]%{author-family-name}, %{author-give-name}%{end-author-loop}: \"%{title}\"[, %{booktitle}][, %{how-published}][, %{journal}][, %{institution}][, vol.~%{volume}][, no.~%{number}][, pp.~%{pages}][, %$][, %{school}][, %{address}][, [[%{month-name} %{day}, |%{month-name}~]%{year}][, URN: %{urn}][, DOI: %{doi}][, %{isbn}][, %{issn}].\nURL: %{url}.\n\n
-
 
-# Before any citation is printed, print a list title:
+# ====== Before any citation is printed, print a list title =================
 echo ===== Begin of My Publications List =====\n
 
-# Set header and trailer of each publication entry:
-#header *~
-#trailer \n
+# ====== Finally, export all selected publications ==========================
 
+# Set header and trailer of each publication entry:
+# header *~
+# trailer \n
 
-# Select and export all entries.
-citeAll
-sort year/A month/D day/D
 export Ref%02n
 
-
-# Print after all publications:
+# ====== Print after all publications =======================================
 echo ===== End of My Publications List =====\n
diff -pruN 1.4.4-2/src/unification.cc 2.0.2-1/src/unification.cc
--- 1.4.4-2/src/unification.cc	2025-03-02 22:33:04.000000000 +0000
+++ 2.0.2-1/src/unification.cc	2025-04-27 18:20:15.000000000 +0000
@@ -30,7 +30,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <set>
 
 #include "unification.h"
 #include "stringhandling.h"
@@ -339,7 +338,7 @@ void unifyISSN(Node* publication, Node*
 void unifyDate(Node* publication, Node* year, Node* month, Node* day)
 {
    int yearNumber = 1;
-   if(year != NULL) {
+   if(year != nullptr) {
       yearNumber = atol(year->value.c_str());
       if((yearNumber < 1700) || (yearNumber > 2030)) {
          fprintf(stderr, "WARNING: Entry %s has probably invalid \"year\" section (year=%d?)!\n" ,
@@ -355,7 +354,7 @@ void unifyDate(Node* publication, Node*
 
    int monthNumber = 0;
    int maxDays     = 0;
-   if(month != NULL) {
+   if(month != nullptr) {
       if(month->value == "jan") {
          monthNumber = 1;   maxDays = 31;
       }
@@ -408,9 +407,9 @@ void unifyDate(Node* publication, Node*
       month->value  = format("%02d", monthNumber);
    }
 
-   if(day != NULL) {
+   if(day != nullptr) {
       day->number = atol(day->value.c_str());
-      if(month == NULL) {
+      if(month == nullptr) {
          fprintf(stderr, "WARNING: Entry %s has no \"month\" section, but \"day\"!\n" ,
                  publication->keyword.c_str());
       }
diff -pruN 1.4.4-2/src/update-ietf-documents 2.0.2-1/src/update-ietf-documents
--- 1.4.4-2/src/update-ietf-documents	2024-11-13 17:22:39.000000000 +0000
+++ 2.0.2-1/src/update-ietf-documents	2025-04-27 18:20:15.000000000 +0000
@@ -20,12 +20,12 @@
 #
 
 REFERENCES=~/src/papers/Referenzarchiv.bib
-DOCUMENTS=`grep -E "^@[a-zA-Z]*{[ \t].*,.*$" "${REFERENCES}" | sed -e "s/,//g" | awk '{ print $2; }' | grep -E "^RFC|^draft"`
+DOCUMENTS="$(grep -E "^@[a-zA-Z]*{[ \t].*,.*$" "${REFERENCES}" | sed -e "s/,//g" | awk '{ print $2; }' | grep -E "^RFC|^draft")"
 UPDATES_FILE="updated.bib"
 RESULTS_FILE="results.bib"
 PARALLEL=16
 
-BIBTEXCONV_OPTIONS="-check-urls"
+BIBTEXCONV_OPTIONS="--check-urls"
 IETF2BIBTEX_OPTIONS="--quiet"
 
 if [ "$1" == "--test" ] ; then
@@ -34,11 +34,10 @@ if [ "$1" == "--test" ] ; then
    echo "!!! Test Mode !!!"
 fi
 
-
 echo "Step 1: Fetching metadata ..."
-echo "$DOCUMENTS" | (
-   while read name ; do
-      rm -f ${name}.bib
+echo "${DOCUMENTS}" | (
+   while read -r name ; do
+      rm -f "${name}".bib
       if [[ "${name}" =~ ^(RFC[0-9]+$)|(draft-[a-z].*$) ]] ; then
          # echo >&2 "Processing ${name} ..."
          echo "./ietf2bibtex ${IETF2BIBTEX_OPTIONS} \"${name}\" >${name}.bib"
@@ -51,14 +50,14 @@ wait
 
 
 echo "Step 2: Fetching documents ..."
-echo "$DOCUMENTS" | (
-   while read name ; do
-      if [ -e ${name}.bib ] ; then
-         if [ "`stat --format="%s" ${name}.bib`" != "0" ] ; then
-            echo "./bibtexconv ${name}.bib -export-to-bibtex=${name}.bib2 ${BIBTEXCONV_OPTIONS} -only-check-new-urls -non-interactive || echo \"ERROR: ${name}.bib seems to be invalid!\""
+echo "${DOCUMENTS}" | (
+   while read -r name ; do
+      if [ -e "${name}".bib ] ; then
+         if [ "$(stat --format="%s" "${name}".bib)" != "0" ] ; then
+            echo "./bibtexconv ${name}.bib --export-to-bibtex ${name}.bib2 ${BIBTEXCONV_OPTIONS} --only-check-new-urls --non-interactive || echo \"ERROR: ${name}.bib seems to be invalid!\""
          else
             echo >&2 "NOTE: Removing empty file ${name}.bib"
-            rm -f ${name}.bib
+            rm -f "${name}".bib
          fi
       fi
    done
@@ -68,20 +67,21 @@ wait
 
 echo "Step 3: Collecting results ..."
 (
-   cat ${REFERENCES}
-   echo "$DOCUMENTS" | (
-      while read name ; do
-         if [ -e ${name}.bib2 ] ; then
-            cat ${name}.bib2
+   cat "${REFERENCES}"
+   echo "${DOCUMENTS}" | (
+      while read -r name ; do
+         if [ -e "${name}".bib2 ] ; then
+            cat "${name}".bib2
          fi
-         rm -f ${name}.bib ${name}.bib2
+         rm -f "${name}".bib "${name}".bib2
       done
    )
-)  >${UPDATES_FILE}
-./bibtexconv ${UPDATES_FILE} -export-to-bibtex=${RESULTS_FILE} -non-interactive
+)  >"${UPDATES_FILE}"
+./bibtexconv "${UPDATES_FILE}" --export-to-bibtex "${RESULTS_FILE}" --non-interactive
 echo "Done."
 
 
-echo "Step 4: Showing differences ..."
-diff ~/src/papers/Referenzarchiv.bib ${RESULTS_FILE} | grep -v url.checked | grep -v -E '^[[:alnum:]]+' | grep -v "^---$"| grep -v "[ \t]*url[.a-z0-9]* ="
-colordiff ${REFERENCES} ${RESULTS_FILE} |grep author|grep -B1 '>'
+echo "Step 4: Showing differences (${REFERENCES} ${RESULTS_FILE}) ..."
+ls -l "${REFERENCES}" "${RESULTS_FILE}"
+diff "${REFERENCES}" "${RESULTS_FILE}" | grep -v url.checked | grep -v -E '^[[:alnum:]]+' | grep -v "^---$"| grep -v "[ \t]*url[.a-z0-9]* ="
+diff --color ${REFERENCES} "${RESULTS_FILE}" |grep author|grep -B1 '>'
diff -pruN 1.4.4-2/src/web-example.export 2.0.2-1/src/web-example.export
--- 1.4.4-2/src/web-example.export	2025-03-03 21:23:13.000000000 +0000
+++ 2.0.2-1/src/web-example.export	1970-01-01 00:00:00.000000000 +0000
@@ -1,157 +0,0 @@
-# Example for export to XHTML 1.1
-
-# Select entries:
-# citeAll
-cite Globecom2010
-cite LCN2005-EdgeDevice
-cite PAMS2014-LEDBAT
-cite PAMS2013-NorNet
-cite CAIA2014
-cite Dre2012
-cite LinuxTag2005
-cite CRNA-Rapport2022
-cite CommMag2022
-
-# Usually, there should be a more fine-granular selection.
-# For convenience, it is useful to make them in included files.
-#include dreibholz-others.export
-#include dreibholz-papers.export
-#include dreibholz-rfcs.export
-#include dreibholz-thesises.export
-#include dreibholz-id-workinggroup.export
-#include dreibholz-id-individual.export
-#include dreibholz-journals.export
-#include dreibholz-posters-and-demos.export
-#include dreibholz-talks.export
-
-sort year/D month/D day/D title/A
-
-
-# ###########################################################################
-# #### Export to XHTML 1.1                                               ####
-# ###########################################################################
-
-linebreak <br />
-
-echo <?xml version="1.0" encoding="utf-8" ?>\n
-echo <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\n
-echo <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">\n
-echo <head>\n
-echo <title>Publications</title>\n
-echo <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n
-echo <meta name="Author" content="BibTeXConv" />\n
-echo <meta name="Description" content="List of Publications" />\n
-echo <meta name="Keywords" content="Publications" />\n
-echo <meta name="Classification" content="Publications" />\n
-echo <meta name="Viewport" content="width=device-width; initial-scale=1" />\n
-echo <link rel="stylesheet" href="https://www.nntb.no/~dreibh/stylesheet.css" type="text/css" />\n
-
-echo <script type="text/javascript" src="publication-list-treeview.js"></script>\n
-
-echo <style>\n
-echo li.treeview-collapsed {\n
-echo    list-style-image: url(Images/ListItem-Collapsed.svg);\n
-echo }\n
-
-echo li.treeview-expanded {\n
-echo    list-style-image: url(Images/ListItem-Expanded.svg);\n
-echo }\n
-echo </style>\n
-
-echo </head>\n
-
-echo <body>\n\n
-
-
-echo <!-- ###### Publications ############################################# -->\n
-echo <h2 id="Publications">Publications</h2>\n\n
-
-
-# ====== Set header and trailer of each publication entry ===================
-# ----- Encode strings in XML style, e.g. <, >, &, etc.--------------
-xmlStyle
-# ----- Non-breakable space character -------------------------------
-nbsp &nbsp;
-
-
-# ====== This is the printing template ======================================
-templatenew
-
-# ***** Begin of Subsection: YEAR
-template+ [%{begin-subdivision-year}<h3>%{year}</h3><ul>\n\n]
-
-# ****** Begin of Entry
-template+ <li class="treeview-collapsed">
-template+ <div>
-template+ <p class=\"description\">
-
-# ***** Authors
-template+ %{begin-author-loop}[%{is-first-author?}|%{is-last-author?} and |; ]
-template+ [./get-author-url authors.list '%{author-family-name}[, %{author-give-name}]' '%{author-family-name}[, %{author-give-name}]'%{exec}]
-template+ %{end-author-loop}:
-
-# ***** Title
-template+ <span[ xml:lang="%{xml-language}" lang="%{xml-language}"]>
-template+  [``<a[ type="%{url-mime}"] href="%{url}">%{title}</a>´´|``%{title}´´]
-template+ </span>
-
-# ****** Download
-template+ [%{url}%{is-not?} (|%{language}%{is-not?} (]
-template+ [[<a type="%{url-mime}" href="%{url}">%{url-type}</a>, ]%{url-size-kib}~KiB[, %{numpages}~pages]]
-
-# ****** Language
-template+ [%{url-size-KiB}%{is-not?}[%{language}%{is-not?}, ]]
-template+ [%{language}%{is?english}in English
-template+ |%{language}%{is?german}auf Deutsch
-template+ |%{language}%{is?ngerman}auf Deutsch
-template+ |%{language}%{is?norsk}på norsk
-template+ |%{language}%{is?french}au français
-template+ |in %{language}]
-template+ [%{url}%{is-not?})|%{language}%{is-not?})]
-
-# ***** Bibliographic data of publication
-template+ [, %{how-published}]
-template+ [, in <em>%{journal}</em>][, in <em>%{booktitle}</em>]
-template+ [, %{custom-3}|, %{type}[~%{number}][, %{series}][, vol.~%{volume}][, pp.~%{pages}]|[, %{series}][, vol.~%{volume}][, no.~%{number}][, pp.~%{pages}]]
-template+ [, %{publisher}][, %{school}][, %{institution}]
-template+ [, URN~<a href="https://www.nbn-resolving.de/%{urn}">%{urn}</a>]
-template+ [, DOI~<a href="https://dx.doi.org/%{doi}">%{doi}</a>]
-template+ [, %{isbn}][, %{issn}][, %{address}]
-template+ [, %{note}]
-template+ [, [[%{month-name}~%{day}, |%{month-name}~]%{year}]
-template+ .
-
-# ****** Awards
-template+ [ <strong>%{custom-1}.</strong>]
-template+ </p>
-template+ </div>
-
-# ***** Details
-template+ [[%{keywords}][%{abstract}][%{url}][%{url-md5}]%{is-not?}\n
-template+ <div class="publication-details-hiddenbox">
-template+ [<p class="publication-details"><strong>Keywords: </strong>
-template+ <span[ xml:lang="%{xml-language}"]>%{keywords}</span></p>
-template+ ]
-template+ [<p class="publication-details"><strong>Abstract: </strong>
-template+ <span[ xml:lang="%{xml-language}"]>%{abstract}</span></p>
-template+ ]
-template+ [<p class="publication-details" style="text-align: left;"><strong>URL:&nbsp;</strong>
-template+ <a[ type="%{url-mime}"] href="%{url}">%{url}</a></p>
-template+ ]
-template+ [<p class="publication-details"><strong>MD5: </strong> %{url-md5}</p>]
-template+ </div>\n]
-
-# ****** End of Entry
-template+ </li>\n\n
-
-# ***** End of Subsection: YEAR
-template+ [%{end-subdivision-year}</ul>\n\n]
-
-
-# ====== Finally, print all selected publications ===========================
-export
-
-
-# ====== Generate tail ======================================================
-echo </body>\n
-echo </html>\n
diff -pruN 1.4.4-2/src/web-example1.export 2.0.2-1/src/web-example1.export
--- 1.4.4-2/src/web-example1.export	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/web-example1.export	2025-05-10 20:41:31.000000000 +0000
@@ -0,0 +1,235 @@
+# ==========================================================================
+#                ____  _ _   _____   __  ______
+#                | __ )(_) |_|_   _|__\ \/ / ___|___  _ ____   __
+#                |  _ \| | '_ \| |/ _ \  / |   / _ \| '_ \ \ / /
+#                | |_) | | |_) | |  __//  \ |__| (_) | | | \ V /
+#                |____/|_|_.__/|_|\___/_/\_\____\___/|_| |_|\_/
+#
+#                          ---  BibTeX Converter  ---
+#                   https://www.nntb.no/~dreibh/bibtexconv/
+# ==========================================================================
+#
+# BibTeXConv XHTML 1.1 Export Example
+# Copyright (C) 2010-2025 by Thomas Dreibholz
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Contact: thomas.dreibholz@gmail.com
+
+
+# Select entries:
+# citeAll
+cite Globecom2010
+cite LCN2005-EdgeDevice
+cite PAMS2014-LEDBAT
+cite PAMS2013-NorNet
+cite CAIA2014
+cite Dre2012
+cite LinuxTag2005
+cite CRNA-Rapport2022
+cite CommMag2022
+
+# Usually, there should be a more fine-granular selection.
+# For convenience, it is useful to make them in included files.
+#include dreibholz-others.export
+#include dreibholz-papers.export
+#include dreibholz-rfcs.export
+#include dreibholz-thesises.export
+#include dreibholz-id-workinggroup.export
+#include dreibholz-id-individual.export
+#include dreibholz-journals.export
+#include dreibholz-posters-and-demos.export
+#include dreibholz-talks.export
+
+sort year/D month/D day/D title/A
+
+
+# ###########################################################################
+# #### Export to XHTML 1.1                                               ####
+# ###########################################################################
+
+# ====== Set header and trailer of each publication entry ===================
+# ----- Encode strings in XML style, e.g. <, >, &, etc.----------------------
+xmlStyle
+# ----- Non-breakable space character and line-break ------------------------
+nbsp &nbsp;
+linebreak <br />
+
+# ------ Write the HTML header ----------------------------------------------
+echo <?xml version="1.0" encoding="utf-8" ?>\n
+echo <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\n
+echo <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">\n
+echo <head>\n
+echo <title>Publications</title>\n
+echo <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n
+echo <meta name="Author" content="BibTeXConv" />\n
+echo <meta name="Description" content="List of Publications" />\n
+echo <meta name="Keywords" content="Publications" />\n
+echo <meta name="Classification" content="Publications" />\n
+echo <meta name="Viewport" content="width=device-width; initial-scale=1" />\n
+echo <link rel="stylesheet" href="https://www.nntb.no/~dreibh/stylesheet.css" type="text/css" />\n
+
+echo <script type="text/javascript" src="publication-list-treeview.js"></script>\n
+
+echo <style>\n
+echo li.treeview-collapsed {\n
+echo    list-style-image: url(Images/ListItem-Collapsed.svg);\n
+echo }\n
+
+echo li.treeview-expanded {\n
+echo    list-style-image: url(Images/ListItem-Expanded.svg);\n
+echo }\n
+echo </style>\n
+
+echo </head>\n
+
+echo <body>\n\n
+
+
+echo <!-- ###### Publications ############################################# -->\n
+echo <h2 id="Publications">Publications</h2>\n\n
+
+echo <!-- BEGIN-OF-PUBLICATIONS -->\n\n
+
+
+# ====== This is the printing template ======================================
+templatenew
+
+# ***** Begin of Subsection: YEAR *******************************************
+template+ [%{begin-subdivision-year}<h3 id="Publications-%{year}">%{year}</h3><ul>\n\n]
+
+# ****** Begin of Entry *****************************************************
+template+ <li id="Publications-%{html-label}" class="treeview-collapsed">
+
+# ****** Begin of Main Block ************************************************
+template+ <div>
+template+ <p class=\"description\">
+
+# ***** Authors *************************************************************
+# Begin of author loop:
+template+ %{begin-author-loop}
+# Separator, for first/last/middle author:
+template+ [%{is-first-author?}|%{is-last-author?} and |; ]
+# Add the current author form the loop:
+# Execute the script "./get-author-url", which reads authors.list and provides
+# in the author with hyperlink, if a URL is defined. Otherwise, it just fills
+# in the author name.
+template+ [./get-author-url authors.list '%{author-family-name}[, %{author-give-name}]' '%{author-family-name}[, %{author-give-name}]'%{exec}]
+# End of author loop:
+template+ %{end-author-loop}
+template+ :
+
+# ***** Title ***************************************************************
+template+ <span[ xml:lang="%{xml-language}" lang="%{xml-language}"]>
+# If there is a URL, make a hyperlink, else only print the title:
+template+  [``<a[ type="%{url-mime}"] href="%{url}">%{title}</a>´´|``%{title}´´]
+template+ </span>
+
+# ****** Document details ***************************************************
+# The document details appear in braces ( ... ), if they are available.
+# Add opening parenthesis "(", if "url" or "language" are set:
+template+ [%{url}%{is-not?} \(|%{language}%{is-not?} \(]
+
+# ------ Download -----------------------------------------------------------
+template+ [
+template+ <a [type="%{url-mime}" ]href="%{url}">[%{url-type}|Online]</a>
+template+ [, %{url-size-kib}~KiB]
+# Use plural or singular for number of pages: "n pages", or just "1 page":
+template+ [(%{numpages}%{is-not?1}), %{numpages}~pages|, %{numpages}~page]
+template+ ]
+# ------ Language -----------------------------------------------------------
+template+ [%{url}%{is-not?}[%{language}%{is-not?}, ]]
+template+ [
+template+ [%{content-language}|%{language}]%{is?german}auf Deutsch|
+template+ [%{content-language}|%{language}]%{is?ngerman}auf Deutsch|
+template+ [%{content-language}|%{language}]%{is?norsk}på norsk|
+template+ [%{content-language}|%{language}]%{is?chinese}in Chinese|
+template+ [%{content-language}|%{language}]%{is?french}au français|
+template+ [%{content-language}|%{language}]%{is?english}in English|
+template+ in [%{content-language}|%{language}]
+template+ ]
+
+# Add closing parenthesis ")", if "url" or "language" are set:
+template+ [%{url}%{is-not?}\)|%{language}%{is-not?}\)]
+
+# ***** Bibliographic data of publication ***********************************
+template+ [, %{how-published}]
+template+ [, in <em>%{journal}</em>]
+template+ [, in <em>%{booktitle}</em>]
+template+ [
+template+ , %{type}[~%{number}][, %{series}][, vol.~%{volume}][, pp.~%{pages}]|
+template+ [, %{series}][, vol.~%{volume}][, no.~%{number}][, pp.~%{pages}]
+template+ ]
+template+ [, %{publisher}]
+template+ [, %{school}]
+template+ [, %{institution}]
+template+ [, URN~<a href="https://www.nbn-resolving.de/%{urn}">%{urn}</a>]
+template+ [, DOI~<a href="https://dx.doi.org/%{doi}">%{doi}</a>]
+template+ [, %{isbn}]
+template+ [, %{issn}]
+template+ [, %{address}]
+template+ [, %{note}]
+template+ [, [%{month-name}~%{day}, |%{month-name}~]%{year}]
+template+ .
+
+# ****** Awards *************************************************************
+template+ [ <strong>%{custom-1}.</strong>]
+
+# ****** End of Main Block **************************************************
+template+ </p>
+template+ </div>
+
+# ***** Details block *******************************************************
+# A details block is to be added, if "keywords", "abstract", "url" or
+# "url-md5" exist:
+template+ [
+template+ [%{keywords}][%{abstract}][%{url}][%{url-md5}]%{is-not?}\n
+template+ <div class="publication-details-hiddenbox">
+template+ [
+template+ <p class="publication-details"><strong>Keywords:</strong>[ ]
+template+ <span[ xml:lang="%{xml-language}"]>%{keywords}</span>
+template+ </p>
+template+ ]
+template+ [
+template+ <p class="publication-details"><strong>Abstract:</strong>[ ]
+template+ <span[ xml:lang="%{xml-language}"]>%{abstract}</span>
+template+ </p>
+template+ ]
+template+ [
+template+ <p class="publication-details" style="text-align: left;"><strong>URL:</strong>[ ]
+template+ <a[ type="%{url-mime}"] href="%{url}">%{url}</a>
+template+ </p>
+template+ ]
+template+ [
+template+ <p class="publication-details"><strong>MD5:</strong>[ ]%{url-md5}</p>
+template+ ]
+template+ </div>\n
+template+ ]
+
+# ****** End of Entry *******************************************************
+template+ </li>\n\n
+
+# ***** End of Subsection: YEAR *********************************************
+template+ [%{end-subdivision-year}</ul>\n\n]
+
+
+# ====== Finally, export all selected publications ==========================
+export
+
+echo <!-- END-OF-PUBLICATIONS -->\n\n
+
+
+# ====== Write the HTML footer ==============================================
+echo </body>\n
+echo </html>\n
diff -pruN 1.4.4-2/src/web-example2.export 2.0.2-1/src/web-example2.export
--- 1.4.4-2/src/web-example2.export	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.2-1/src/web-example2.export	2025-05-10 20:39:48.000000000 +0000
@@ -0,0 +1,231 @@
+# ==========================================================================
+#                ____  _ _   _____   __  ______
+#                | __ )(_) |_|_   _|__\ \/ / ___|___  _ ____   __
+#                |  _ \| | '_ \| |/ _ \  / |   / _ \| '_ \ \ / /
+#                | |_) | | |_) | |  __//  \ |__| (_) | | | \ V /
+#                |____/|_|_.__/|_|\___/_/\_\____\___/|_| |_|\_/
+#
+#                          ---  BibTeX Converter  ---
+#                   https://www.nntb.no/~dreibh/bibtexconv/
+# ==========================================================================
+#
+# BibTeXConv XHTML 1.1 Export Example
+# Copyright (C) 2010-2025 by Thomas Dreibholz
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Contact: thomas.dreibholz@gmail.com
+
+
+# Select entries:
+citeAll
+
+# Usually, there should be a more fine-granular selection.
+# For convenience, it is useful to make them in included files.
+#include dreibholz-others.export
+#include dreibholz-papers.export
+#include dreibholz-rfcs.export
+#include dreibholz-thesises.export
+#include dreibholz-id-workinggroup.export
+#include dreibholz-id-individual.export
+#include dreibholz-journals.export
+#include dreibholz-posters-and-demos.export
+#include dreibholz-talks.export
+
+sort year/D month/D day/D title/A
+
+
+# ###########################################################################
+# #### Export to XHTML 1.1                                               ####
+# ###########################################################################
+
+# ====== Set header and trailer of each publication entry ===================
+# ----- Encode strings in XML style, e.g. <, >, &, etc.----------------------
+xmlStyle
+# ----- Non-breakable space character and line-break ------------------------
+nbsp &nbsp;
+linebreak <br />
+
+# ------ Write the HTML header ----------------------------------------------
+echo <?xml version="1.0" encoding="utf-8" ?>\n
+echo <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\n
+echo <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">\n
+echo <head>\n
+echo <title>Publications</title>\n
+echo <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n
+echo <meta name="Author" content="BibTeXConv" />\n
+echo <meta name="Description" content="List of Publications" />\n
+echo <meta name="Keywords" content="Publications" />\n
+echo <meta name="Classification" content="Publications" />\n
+echo <meta name="Viewport" content="width=device-width; initial-scale=1" />\n
+echo <link rel="stylesheet" href="https://www.nntb.no/~dreibh/stylesheet.css" type="text/css" />\n
+
+echo <script type="text/javascript" src="publication-list-treeview.js"></script>\n
+
+echo <style>\n
+echo li.treeview-collapsed {\n
+echo    list-style-image: url(Images/ListItem-Collapsed.svg);\n
+echo }\n
+
+echo li.treeview-expanded {\n
+echo    list-style-image: url(Images/ListItem-Expanded.svg);\n
+echo }\n
+echo </style>\n
+
+echo </head>\n
+
+echo <body>\n\n
+
+
+echo <!-- ###### Publications ############################################# -->\n
+echo <h2 id="Publications">Publications</h2>\n\n
+
+echo <!-- BEGIN-OF-PUBLICATIONS -->\n\n
+
+
+# ====== This is the printing template ======================================
+templatenew
+
+# ***** Begin of Subsection: YEAR *******************************************
+template+ [%{begin-subdivision-year}<h3 id="Publications-%{year}">%{year}</h3><ul>\n\n]
+
+# ****** Begin of Entry *****************************************************
+template+ <li id="Publications-%{html-label}" class="treeview-collapsed">
+
+# ****** Begin of Main Block ************************************************
+template+ <div>
+template+ <p class=\"description\">
+
+# ***** Authors *************************************************************
+# Begin of author loop:
+template+ %{begin-author-loop}
+# Separator, for first/last/middle author:
+template+ [%{is-first-author?}|%{is-last-author?} and |; ]
+# Add the current author form the loop:
+template+ [
+# First, try create link to author (via mapping "author-url") :
+template+ <a href="(%{author-family-name}[, %{author-give-name}]%{map:author-url})">
+template+ %{author-family-name}[, %{author-give-name}]
+template+ </a>
+# If there is no mapping, use plain text instead:
+template+ |
+template+ %{author-family-name}[, %{author-give-name}]
+template+ ]
+# End of author loop:
+template+ %{end-author-loop}
+template+ :
+
+# ***** Title ***************************************************************
+template+ <span[ xml:lang="%{xml-language}" lang="%{xml-language}"]>
+# If there is a URL, make a hyperlink, else only print the title:
+template+  [``<a[ type="%{url-mime}"] href="%{url}">%{title}</a>´´|``%{title}´´]
+template+ </span>
+
+# ****** Document details ***************************************************
+# The document details appear in braces ( ... ), if they are available.
+# Add opening parenthesis "(", if "url" or "language" are set:
+template+ [%{url}%{is-not?} \(|%{language}%{is-not?} \(]
+
+# ------ Download -----------------------------------------------------------
+template+ [
+template+ <a [type="%{url-mime}" ]href="%{url}">[%{url-type}|Online]</a>
+template+ [, %{url-size-kib}~KiB]
+# Use plural or singular for number of pages: "n pages", or just "1 page":
+template+ [(%{numpages}%{is-not?1}), %{numpages}~pages|, %{numpages}~page]
+template+ ]
+# ------ Language -----------------------------------------------------------
+template+ [%{url}%{is-not?}[%{language}%{is-not?}, ]]
+template+ [
+template+ [%{content-language}|%{language}]%{is?german}auf Deutsch|
+template+ [%{content-language}|%{language}]%{is?ngerman}auf Deutsch|
+template+ [%{content-language}|%{language}]%{is?norsk}på norsk|
+template+ [%{content-language}|%{language}]%{is?chinese}in Chinese|
+template+ [%{content-language}|%{language}]%{is?french}au français|
+template+ [%{content-language}|%{language}]%{is?english}in English|
+template+ in [%{content-language}|%{language}]
+template+ ]
+
+# Add closing parenthesis ")", if "url" or "language" are set:
+template+ [%{url}%{is-not?}\)|%{language}%{is-not?}\)]
+
+# ***** Bibliographic data of publication ***********************************
+template+ [, %{how-published}]
+template+ [, in <em>%{journal}</em>]
+template+ [, in <em>%{booktitle}</em>]
+template+ [
+template+ , %{type}[~%{number}][, %{series}][, vol.~%{volume}][, pp.~%{pages}]|
+template+ [, %{series}][, vol.~%{volume}][, no.~%{number}][, pp.~%{pages}]
+template+ ]
+template+ [, %{publisher}]
+template+ [, %{school}]
+template+ [, %{institution}]
+template+ [, URN~<a href="https://www.nbn-resolving.de/%{urn}">%{urn}</a>]
+template+ [, DOI~<a href="https://dx.doi.org/%{doi}">%{doi}</a>]
+template+ [, %{isbn}]
+template+ [, %{issn}]
+template+ [, %{address}]
+template+ [, %{note}]
+template+ [, [%{month-name}~%{day}, |%{month-name}~]%{year}]
+template+ .
+
+# ****** Awards *************************************************************
+template+ [ <strong>%{custom-1}.</strong>]
+
+# ****** End of Main Block **************************************************
+template+ </p>
+template+ </div>
+
+# ***** Details block *******************************************************
+# A details block is to be added, if "keywords", "abstract", "url" or
+# "url-md5" exist:
+template+ [
+template+ [%{keywords}][%{abstract}][%{url}][%{url-md5}]%{is-not?}\n
+template+ <div class="publication-details-hiddenbox">
+template+ [
+template+ <p class="publication-details"><strong>Keywords:</strong>[ ]
+template+ <span[ xml:lang="%{xml-language}"]>%{keywords}</span>
+template+ </p>
+template+ ]
+template+ [
+template+ <p class="publication-details"><strong>Abstract:</strong>[ ]
+template+ <span[ xml:lang="%{xml-language}"]>%{abstract}</span>
+template+ </p>
+template+ ]
+template+ [
+template+ <p class="publication-details" style="text-align: left;"><strong>URL:</strong>[ ]
+template+ <a[ type="%{url-mime}"] href="%{url}">%{url}</a>
+template+ </p>
+template+ ]
+template+ [
+template+ <p class="publication-details"><strong>MD5:</strong>[ ]%{url-md5}</p>
+template+ ]
+template+ </div>\n
+template+ ]
+
+# ****** End of Entry *******************************************************
+template+ </li>\n\n
+
+# ***** End of Subsection: YEAR *********************************************
+template+ [%{end-subdivision-year}</ul>\n\n]
+
+
+# ====== Finally, print all selected publications ===========================
+export
+
+echo <!-- END-OF-PUBLICATIONS -->\n\n
+
+
+# ====== Write the HTML footer ==============================================
+echo </body>\n
+echo </html>\n
diff -pruN 1.4.4-2/src/web-rserpool.export 2.0.2-1/src/web-rserpool.export
--- 1.4.4-2/src/web-rserpool.export	2023-01-05 23:25:27.000000000 +0000
+++ 2.0.2-1/src/web-rserpool.export	2025-05-10 20:48:19.000000000 +0000
@@ -1,65 +1,203 @@
-# Example for export to XHTML 1.1
+# ==========================================================================
+#                ____  _ _   _____   __  ______
+#                | __ )(_) |_|_   _|__\ \/ / ___|___  _ ____   __
+#                |  _ \| | '_ \| |/ _ \  / |   / _ \| '_ \ \ / /
+#                | |_) | | |_) | |  __//  \ |__| (_) | | | \ V /
+#                |____/|_|_.__/|_|\___/_/\_\____\___/|_| |_|\_/
+#
+#                          ---  BibTeX Converter  ---
+#                   https://www.nntb.no/~dreibh/bibtexconv/
+# ==========================================================================
+#
+# BibTeXConv XHTML 1.1 Export Example
+# Copyright (C) 2010-2025 by Thomas Dreibholz
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Contact: thomas.dreibholz@gmail.com
 
 
 # ###########################################################################
 # #### Export to XHTML 1.1                                               ####
 # ###########################################################################
 
+# ====== Set header and trailer of each publication entry ===================
+# ----- Encode strings in XML style, e.g. <, >, &, etc.----------------------
+xmlStyle
+# ----- Non-breakable space character and line-break ------------------------
+nbsp &nbsp;
+linebreak <br />
+
+# ------ Write the HTML header ----------------------------------------------
 echo <?xml version="1.0" encoding="utf-8" ?>\n
 echo <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\n
 echo <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">\n
 echo <head>\n
 echo <title>Publications</title>\n
+echo <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n
+echo <meta name="Author" content="BibTeXConv" />\n
+echo <meta name="Description" content="List of Publications" />\n
+echo <meta name="Keywords" content="Publications" />\n
+echo <meta name="Classification" content="Publications" />\n
+echo <meta name="Viewport" content="width=device-width; initial-scale=1" />\n
+echo <link rel="stylesheet" href="https://www.nntb.no/~dreibh/stylesheet.css" type="text/css" />\n
+
+echo <script type="text/javascript" src="publication-list-treeview.js"></script>\n
+
+echo <style>\n
+echo li.treeview-collapsed {\n
+echo    list-style-image: url(Images/ListItem-Collapsed.svg);\n
+echo }\n
+
+echo li.treeview-expanded {\n
+echo    list-style-image: url(Images/ListItem-Expanded.svg);\n
+echo }\n
+echo </style>\n
+
 echo </head>\n
 
 echo <body>\n\n
 
+
 echo <!-- ###### Publications ############################################# -->\n
-#echo <h2 id="Publications">Publications</h2>\n\n
+echo <h2 id="Publications">Publications</h2>\n\n
 
-
-# ====== Set header and trailer of each publication entry ===================
-# ----- Encode strings in XML style, e.g. <, >, &, etc.--------------
-xmlStyle
-# ----- Non-breakable space character -------------------------------
-nbsp &nbsp;
+echo <!-- BEGIN-OF-PUBLICATIONS -->\n\n
 
 
 # ====== This is the printing template ======================================
 templatenew
 
-# ***** Begin of Subsection: YEAR
-# template+ [%{begin-subdivision-year}<h3>%{year}</h3><ul>\n\n]
+# ***** Begin of Subsection: YEAR *******************************************
+# template+ [%{begin-subdivision-year}<h3 id="Publications-%{year}">%{year}</h3><ul>\n\n]
+
+# ****** Begin of Entry *****************************************************
+template+ <li id="Publications-%{html-label}" class="treeview-collapsed">
+
+# ****** Begin of Main Block ************************************************
+template+ <div>
+template+ <p class=\"description\">
+
+# ***** Authors *************************************************************
+# Begin of author loop:
+template+ %{begin-author-loop}
+# Separator, for first/last/middle author:
+template+ [%{is-first-author?}|%{is-last-author?} and |; ]
+# Add the current author form the loop:
+# Execute the script "./get-author-url", which reads authors.list and provides
+# in the author with hyperlink, if a URL is defined. Otherwise, it just fills
+# in the author name.
+template+ [./get-author-url authors.list '%{author-family-name}[, %{author-give-name}]' '%{author-family-name}[, %{author-give-name}]'%{exec}]
+# End of author loop:
+template+ %{end-author-loop}
+template+ :
+
+# ***** Title ***************************************************************
+template+ <span[ xml:lang="%{xml-language}" lang="%{xml-language}"]>
+# If there is a URL, make a hyperlink, else only print the title:
+template+  [``<a[ type="%{url-mime}"] href="%{url}">%{title}</a>´´|``%{title}´´]
+template+ </span>
+
+# ****** Document details ***************************************************
+# The document details appear in braces ( ... ), if they are available.
+# Add opening parenthesis "(", if "url" or "language" are set:
+template+ [%{url}%{is-not?} \(|%{language}%{is-not?} \(]
+
+# ------ Download -----------------------------------------------------------
+template+ [
+template+ <a [type="%{url-mime}" ]href="%{url}">[%{url-type}|Online]</a>
+template+ [, %{url-size-kib}~KiB]
+# Use plural or singular for number of pages: "n pages", or just "1 page":
+template+ [(%{numpages}%{is-not?1}), %{numpages}~pages|, %{numpages}~page]
+template+ ]
+# ------ Language -----------------------------------------------------------
+template+ [%{url}%{is-not?}[%{language}%{is-not?}, ]]
+template+ [
+template+ %{language}%{is?english}in English|
+template+ %{language}%{is?german}auf Deutsch|
+template+ %{language}%{is?ngerman}auf Deutsch|
+template+ %{language}%{is?norsk}på norsk|
+template+ %{language}%{is?chinese}in Chinese|
+template+ %{language}%{is?french}au français|
+template+ in %{language}
+template+ ]
 
-# ****** Begin of Entry
-template+ <li><p class=\"description\">
+# Add closing parenthesis ")", if "url" or "language" are set:
+template+ [%{url}%{is-not?}\)|%{language}%{is-not?}\)]
 
-# ***** Authors
-template+ %{begin-author-loop}[%{is-first-author?}|%{is-not-first-author?}; | and ]%{author-family-name}[,~%{author-give-name}]%{end-author-loop}:
-# ***** Title
-template+  [``<a type="%{url-mime}" href="%{url}">%{title}</a>´´|``%{title}´´][ ([<a type="%{url-mime}" href="%{url}">%{url-type}</a>, ]%{url-size-kib}~KiB)]
-# ***** Bibliographic data of publication
+# ***** Bibliographic data of publication ***********************************
 template+ [, %{how-published}]
-template+ [, in <em>%{journal}</em>][, in <em>%{booktitle}</em>]
-template+ [, %{custom-3}|, %{type}[~%{number}][, %{series}][, vol.~%{volume}][, pp.~%{pages}]|[, %{series}][, vol.~%{volume}][, no.~%{number}][, pp.~%{pages}]]
-template+ [, %{publisher}][, %{school}][, %{institution}]
+template+ [, in <em>%{journal}</em>]
+template+ [, in <em>%{booktitle}</em>]
+template+ [
+template+ , %{type}[~%{number}][, %{series}][, vol.~%{volume}][, pp.~%{pages}]|
+template+ [, %{series}][, vol.~%{volume}][, no.~%{number}][, pp.~%{pages}]
+template+ ]
+template+ [, %{publisher}]
+template+ [, %{school}]
+template+ [, %{institution}]
 template+ [, URN~<a href="https://www.nbn-resolving.de/%{urn}">%{urn}</a>]
 template+ [, DOI~<a href="https://dx.doi.org/%{doi}">%{doi}</a>]
-template+ [, %{isbn}][, %{issn}][, %{address}]
+template+ [, %{isbn}]
+template+ [, %{issn}]
+template+ [, %{address}]
 template+ [, %{note}]
-template+ [, [[%{month-name}~%{day}, |%{month-name}~]%{year}]
+template+ [, [%{month-name}~%{day}, |%{month-name}~]%{year}]
 template+ .
-# ****** Awards
+
+# ****** Awards *************************************************************
 template+ [ <strong>%{custom-1}.</strong>]
 
-# ****** End of Entry
-template+ </p></li>\n\n
+# ****** End of Main Block **************************************************
+template+ </p>
+template+ </div>
+
+# ***** Details block *******************************************************
+# A details block is to be added, if "keywords", "abstract", "url" or
+# "url-md5" exist:
+template+ [
+template+ [%{keywords}][%{abstract}][%{url}][%{url-md5}]%{is-not?}\n
+template+ <div class="publication-details-hiddenbox">
+template+ [
+template+ <p class="publication-details"><strong>Keywords:</strong>[ ]
+template+ <span[ xml:lang="%{xml-language}"]>%{keywords}</span>
+template+ </p>
+template+ ]
+template+ [
+template+ <p class="publication-details"><strong>Abstract:</strong>[ ]
+template+ <span[ xml:lang="%{xml-language}"]>%{abstract}</span>
+template+ </p>
+template+ ]
+template+ [
+template+ <p class="publication-details" style="text-align: left;"><strong>URL:</strong>[ ]
+template+ <a[ type="%{url-mime}"] href="%{url}">%{url}</a>
+template+ </p>
+template+ ]
+template+ [
+template+ <p class="publication-details"><strong>MD5:</strong>[ ]%{url-md5}</p>
+template+ ]
+template+ </div>\n
+template+ ]
+
+# ****** End of Entry *******************************************************
+template+ </li>\n\n
 
-# ***** End of Subsection: YEAR
+# ***** End of Subsection: YEAR *********************************************
 # template+ [%{end-subdivision-year}</ul>\n\n]
 
 
-# ====== Finally, print all selected publications ===========================
+# ====== Finally, export all selected publications ==========================
 
 echo <h2>RFCs related to RSerPool</h2>
 echo <ul>
@@ -77,7 +215,7 @@ export
 echo </ul>
 
 
-echo <h2>Internet Drafts (IDs) related to RSerPool</h2>
+echo <h2>Internet Drafts&nbsp;(IDs) related to RSerPool</h2>
 echo <ul>
 
 clear
@@ -102,7 +240,9 @@ sort year/D month/D day/D title/A
 export
 echo </ul>
 
+echo <!-- END-OF-PUBLICATIONS -->\n\n
+
 
-# ====== Generate tail ======================================================
+# ====== Write the HTML footer ==============================================
 echo </body>\n
 echo </html>\n
diff -pruN 1.4.4-2/src/yaml-example.export 2.0.2-1/src/yaml-example.export
--- 1.4.4-2/src/yaml-example.export	2023-01-05 23:25:27.000000000 +0000
+++ 2.0.2-1/src/yaml-example.export	2025-04-21 17:52:54.000000000 +0000
@@ -1,44 +1,85 @@
+# ==========================================================================
+#                ____  _ _   _____   __  ______
+#                | __ )(_) |_|_   _|__\ \/ / ___|___  _ ____   __
+#                |  _ \| | '_ \| |/ _ \  / |   / _ \| '_ \ \ / /
+#                | |_) | | |_) | |  __//  \ |__| (_) | | | \ V /
+#                |____/|_|_.__/|_|\___/_/\_\____\___/|_| |_|\_/
+#
+#                          ---  BibTeX Converter  ---
+#                   https://www.nntb.no/~dreibh/bibtexconv/
+# ==========================================================================
+#
+# BibTeXConv YAML Export Example
+# Copyright (C) 2010-2025 by Thomas Dreibholz
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Contact: thomas.dreibholz@gmail.com
+
 # Example for export to YAML, suitable for Debian metadata:
 # https://wiki.debian.org/UpstreamMetadata
 
-monthNames jan feb mar apr may jun jul aug sep oct nov dec
 
-templatenew
-template+  -\n
+# Select entries:
+citeAll
+
+sort year/A month/D day/D
 
-# Authors:
-template+ %{begin-author-loop}[%{is-first-author?}  Author: |%{is-not-first-author?} and | and ][%{author-give-name} ]%{author-family-name}%{end-author-loop}\n
 
-template+ [  Booktitle:  %{booktitle}\n]
-# template+ [  Editor: %{editor}\n]
-template+ [  Journal: %{journal}\n]
-template+ [  Number: %{number}\n]
-template+ [  Pages: %{pages}\n]
-template+ [  Publisher: %{publisher}\n]
-template+ [  Title: %{title}\n]
-template+ [  Type: %{type}\n]
-template+ [  Volume: %{volume}\n]
+# ###########################################################################
+# #### Export to YAML                                                    ####
+# ###########################################################################
 
-template+ [  ISBN %{isbn}\n]
-template+ [  ISSN: %{issn}\n]
-template+ [  DOI: %{doi}\n]
+monthNames jan feb mar apr may jun jul aug sep oct nov dec
 
-template+ [  Year: %{year}\n]
-template+ [  Month: %{month-name}\n]
-template+ [  Day: %{day}\n]
+# ====== This is the printing template ======================================
+templatenew
 
-template+ [  URL: %{url}\n]
+# ****** Begin of Entry *****************************************************
+# template+ \n
 
+# ***** Authors *************************************************************
+# Begin of author loop:
+template+ %{begin-author-loop}
+template+ [%{is-first-author?} - Author: |%{is-not-first-author?} and | and ][%{author-give-name} ]%{author-family-name}
+# End of author loop:
+template+ %{end-author-loop}
+template+ \n
+
+template+ [   Booktitle: %{booktitle}\n]
+# template+ [   Editor: %{editor}\n]
+template+ [   Journal: %{journal}\n]
+template+ [   Number: %{number}\n]
+template+ [   Pages: %{pages}\n]
+template+ [   Publisher: %{publisher}\n]
+template+ [   Title: %{title}\n]
+template+ [   Type: %{type}\n]
+template+ [   Volume: %{volume}\n]
+
+template+ [   ISBN: %{isbn}\n]
+template+ [   ISSN: %{issn}\n]
+template+ [   DOI: %{doi}\n]
+
+template+ [   Year: %{year}\n]
+template+ [   Month: %{month-name}\n]
+template+ [   Day: %{day}\n]
 
-# Before any citation is printed, print a list title:
-echo ===== Begin of My Publications List =====\n
+template+ [   URL: %{url}\n]
 
-# Set header and trailer of each publication entry:
-#header *~
-#trailer \n
 
+# ====== Before any citation is printed, print header =======================
+echo Reference:\n
 
-# Select and export all entries.
-citeAll
-sort year/A month/D day/D
-export Ref%02n
+# ====== Finally, export all selected publications ==========================
+export
