-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
158 lines (130 loc) · 6.6 KB
/
index.html
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>RPKI Relying Party Study</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<!-- Optional theme -->
<!-- Latest compiled and minified JavaScript -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/data.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<!-- Additional files for the Highslide popup effect -->
<script src="https://www.highcharts.com/media/com_demo/js/highslide-full.min.js"></script>
<script src="https://www.highcharts.com/media/com_demo/js/highslide.config.js" charset="utf-8"></script>
<link rel="stylesheet" type="text/css" href="https://www.highcharts.com/media/com_demo/css/highslide.css" />
<style>
/* Bootstrap overrides */
body {
/*min-height: 1000px;*/
padding-top: 100px;
}
.navbar-default {
height: 65px;
}
.navbar-brand {
padding-top: 0;
padding-bottom: 0;
line-height: 65px;
font-size: 18pt;
}
.nav-link {
padding-top: 0;
padding-bottom: 0;
line-height: 65px;
font-size: 16pt;
}
</style>
<script>
// Get the CSV and create the chart
//$.getJSON('based.json', function (chart) {
// Highcharts.chart('plot', chart);
//});
$.getJSON('corr.json', function (chart) {
Highcharts.chart('plotcorr', chart);
});
$.getJSON('soft.json', function (chart) {
Highcharts.chart('plotsoft', chart);
});
//$.getJSON('daytoday.json', function (chart) {
// Highcharts.chart('plotdaytoday', chart);
//});
</script>
</head>
<body >
<nav class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color: #f8f8f8; border-color: #e7e7e7;">
<a class="navbar-brand" href="index.html">RPKI Relying Party Study</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link" href="#">About</a>
<a class="nav-link" href="#plots">Live Plots</a>
<a class="nav-link" href="https://rp-data.rpki.net">Raw Data</a>
<a class="nav-link" href="https://github.com/RPKI/rp-study.github.io/">Code</a>
<a class="nav-link" href="#contact">Contact</a>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h2 id="about">About this Study</h2>
<p style="font-size: 16px">
On this page you find all artifacts of the <a href="https://conferences.sigcomm.org/imc/2020/">ACM IMC 2020</a> paper "On Measuring RPKI Relying Parties" as well as <a href="#plots">ongoing measurement results</a>. If you use any <a href="https://rp-data.rpki.net/">data</a> or <a href="https://github.com/RPKI/rp-study.github.io/">scripts</a>, plesae, refer to:
</p>
<div class="alert alert-secondary" role="alert">
<p>John Kristoff, Randy Bush, Chris Kanich, George Michaelson, Amreesh Phokeer, Thomas C. Schmidt, Matthias Wählisch, <i>On Measuring RPKI Relying Parties</i>, In: Proc. of ACM Internet Measurement Conference (IMC), New York: ACM, 2020.
</p>
<p> <b>Abstract:</b> In this paper, we introduce a framework to observe RPKI relying parties (i.e., those that fetch RPKI data from the distributed repository) and present insights into this ecosystem for the first time. Our longitudinal study of data gathered from three RPKI certification authorities (AFRINIC, APNIC, and our own CA) identifies different deployment models of relying parties and (surprisingly) prevalent inconsistent fetching behavior that affects Internet routing robustness. Our results reveal nearly 90% of relying parties are unable to connect to delegated publication points under certain conditions, which leads to erroneous invalidation of IP prefixes and likely widespread loss of network reachability.
</p>
<p>
<button class="btn btn-secondary" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
BibTeX
</button>
</p>
<div class="collapse" id="collapseExample">
<div class="card card-body">
<pre><code>
@inproceedings{kbkmp-mrrp-20,
author = {John Kristoff and Randy Bush and Chris Kanich and George Michaelson and Amreesh Phokeer and Thomas C. Schmidt and Matthias W{\"a}hlisch},
title = {{On Measuring RPKI Relying Parties}},
booktitle = {Proc. of ACM Internet Measurement Conference (IMC)},
year = {2020},
publisher = {ACM},
address = {New York},
}
</code></pre>
</div>
</div>
</div>
<h2 id="plots">Live Plots</h2>
<h3 id="activity">RP Activity by Synchronization Protocol</h3>
<div id="plotcorr" style="min-width: 310px; height: 400px; margin: 0 auto"></div>
<h3 id="software">RP Software Usage</h3>
<div id="plotsoft" style="min-width: 310px; height: 400px; margin: 0 auto"></div>
<h2 id="contact">Behind this study</h2>
<p>
<ul>
<li><a href="https://archive.psg.com/">Randy Bush</a></li>
<li><a href="https://www.cs.uic.edu/~ckanich/">Chris Kanich</li>
<li><a href="https://aharp.iorc.depaul.edu/">John Kristoff</a></li>
<li><a href="https://www.apnic.net/about-apnic/team/george-michaelson/">George Michaelson</a></li>
<li><a href="https://www.afrinic.net/research">Amreesh Phokeer</a></li>
<li><a href="http://inet.haw-hamburg.de/members/schmidt">Thomas C. Schmidt<a/></li>
<li><a href="http://ilab.cs.fu-berlin.de/members/waehlisch.html">Matthias
Wählisch</a></li>
</ul>
In case of questions, please, contact <a href="mailto:[email protected]?Subject=RP Study">John Kristoff</a>.
</p>
</div> <!-- col -->
</div> <!-- row -->
</div> <!-- /container -->
</body>
</html>