-
Notifications
You must be signed in to change notification settings - Fork 1
/
CITATION.cff
130 lines (129 loc) · 4.58 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: >-
Artifacts for “Securing Name Resolution in the IoT: DNS
over CoAP”
message: >-
If you use this software, please cite the article from
preferred-citation in CITATION.cff.
type: software
authors:
- given-names: Martine S.
family-names: Lenders
email: [email protected]
affiliation: Freie Universität Berlin & TU Dresden
orcid: 'https://orcid.org/0000-0001-7378-1045'
- given-names: Christian
family-names: Amsüss
orcid: 'https://orcid.org/0000-0001-5168-5861'
email: [email protected]
- given-names: Cenk
family-names: Gündoğan
email: [email protected]
affiliation: Huawei Technologies
orcid: 'https://orcid.org/0000-0002-9395-625X'
- given-names: Marcin
family-names: Nawrocki
email: [email protected]
affiliation: Freie Universität Berlin & TU Dresden
orcid: 'https://orcid.org/0000-0002-6308-5502'
- given-names: Thomas C.
family-names: Schmidt
email: [email protected]
affiliation: HAW Hamburg
orcid: 'https://orcid.org/0000-0002-0956-7885'
- given-names: Matthias
family-names: Wählisch
affiliation: TU Dresden & Barkhausen Institut
orcid: 'https://orcid.org/0000-0002-3825-2807'
email: [email protected]
identifiers:
- type: doi
value: 10.5281/zenodo.8190924
description: DOI of Artifacts
- type: doi
value: 10.1145/3609423
description: DOI of Paper
- type: url
value: 'https://arxiv.org/abs/2207.07486'
description: ArXiv URL of Paper
repository-code: 'https://github.com/anr-bmbf-pivot/Artifacts-CoNEXT23-DoC'
repository-artifact: 'https://github.com/anr-bmbf-pivot/Artifacts-CoNEXT23-DoC'
abstract: >-
In this paper, we present the design, implementation, and
analysis of DNS over CoAP (DoC), a new proposal for secure
and privacy-friendly name resolution of constrained IoT
devices. We implement different design choices of DoC in
RIOT, an open-source operating system for the IoT,
evaluate performance measures in a testbed, compare with
DNS over UDP and DNS over DTLS, and validate our protocol
design based on empirical DNS IoT data. Our findings
indicate that plain DoC is on par with common DNS
solutions for the constrained IoT but significantly
outperforms when additional standard features of CoAP are
used such as caching. With OSCORE, we can save more than
10 kBytes of code memory compared to DTLS, when a CoAP
application is already present, and retain the end-to-end
trust chain with intermediate proxies, while leveraging
features such as group communication or encrypted en-route
caching. We also discuss a compression scheme for very
restricted links that reduces data by up to 70%.
keywords:
- Network protocol design
- Application layer protocol
- Security protocol
- Network measurement
- CoAP
- DNS
- Internet of Things
- OSCORE
license: LGPL-2.1
commit: d2f499b3ed23b5965427ddc90c0dd7a9080a818d
version: v1.0
date-released: '2023-07-27'
preferred-citation:
type: article
title: "Securing Name Resolution in the IoT: DNS over CoAP"
authors:
- given-names: Martine S.
family-names: Lenders
email: [email protected]
affiliation: Freie Universität Berlin & TU Dresden
orcid: 'https://orcid.org/0000-0001-7378-1045'
- given-names: Christian
family-names: Amsüss
orcid: 'https://orcid.org/0000-0001-5168-5861'
email: [email protected]
- given-names: Cenk
family-names: Gündogan
email: [email protected]
affiliation: Huawei Technologies
orcid: 'https://orcid.org/0000-0002-9395-625X'
- given-names: Marcin
family-names: Nawrocki
email: [email protected]
affiliation: Freie Universität Berlin & TU Dresden
orcid: 'https://orcid.org/0000-0002-6308-5502'
- given-names: Thomas C.
family-names: Schmidt
email: [email protected]
affiliation: HAW Hamburg
orcid: 'https://orcid.org/0000-0002-0956-7885'
- given-names: Matthias
family-names: Wählisch
affiliation: TU Dresden & Barkhausen Institut
orcid: 'https://orcid.org/0000-0002-3825-2807'
email: [email protected]
journal: Proceedings of the ACM on Networking (PACMNET)
publisher:
name: ACM
address: New York, NY, USA
volume: 9
issue: CoNEXT2
number: Article 6
pages: 25 pages
year: 2023
month: 9
doi: 10.1145/3609423
scope: "If you use this software, we prefer that you cite our paper as below."