This repository has been archived by the owner on Oct 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublication2.html
573 lines (466 loc) · 44.3 KB
/
publication2.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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Jekyll v4.0.1">
<link rel="canonical" href="https://getbootstrap.com/docs/4.5/examples/blog/">
<!-- Bootstrap core CSS -->
<link href="./assets/dist/css/bootstrap.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<title>ANLAB</title>
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:700,900" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="blog.css" rel="stylesheet">
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=windows-949">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" media="screen">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:400italic,700italic,300,700,300italic,400&subset=latin">
<style type="text/css">
body { font-family: Roboto, Helvetica, Arial, Tahoma, sans-serif; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
.venue { font-family: Roboto; font-weight: 300; }
.tag { color: #999; font-size: 80%; font-weight: 300; display: inline-block; padding: 0 2px; border: 1px solid #bbb; border-radius: 3px; }
/*.pdf { color: white; background-color: #e60000; display: inline-block; padding: 0 2px; border: 0px none; border-radius: 3px; }*/
.pdf { color: #e60000; }
.pdf:hover, .pdf:active { color: #f66; }
.slide { color: #f60; }
.slide:hover, .pdf:active { color: #ff944d; }
.poster { color: #93f; }
.poster:hover, .poster:active { color: #bf80ff; }
.text { color: #666; }
.text:hover, .text:active { color: #8c8c8c; }
</style>
<title>Sue Moon's Publications (KAIST 문수복)</title>
</head>
<body>
<div class="container">
<a name="publication"></a>
<h2>Publications by Year</h2>
<ul class="pagination">
<li><a href="#2015">2016</a>
<li><a href="#2015">2015</a>
<li><a href="#2014">2014</a>
<li><a href="#2013">2013</a>
<li><a href="#2012">2012</a>
<li><a href="#2011">2011</a>
<li><a href="#2010">2010</a>
<li><a href="#2009">2009 ~</a>
<li><a href="#phd-thesis">PhD Thesis (2000 and before)</a>
</ul>
<!--
<a name="progress"></a><h3>Work in Progress</h3>
<ul>
</ul>
-->
<hr><!--==============================-->
<a name="2016"></a><h3>2016</h3>
<ul>
<li><strong>"Power of Earned Advertising on SNS: A Case Study of Friend Tagging on Facebook"</strong> <a class="pdf" target="_blank" href="paper/intl-conf/2016-icwsm-friendtagging.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Jaimie Y. Park, Yunkyu Sohn, and Sue Moon<br>
<span class="venue"><i>International Conference on Weblogs and Social Media (ICWSM)</i>, May 2016, Cologne, Germany</span>
<li><strong>"Exploring Low-latency Interconnect for Scaling Out Software Routers"</strong> <a class="pdf" target="_blank" href="paper/intl-conf/2016-hipineb-roce.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Sangwook Ma, Joongi Kim, and Sue Moon<br>
<span class="venue"><i>IEEE Workshop on High-performance Interconnection Networks in the Exascale and Big-data era (HiPINEB)</i>, March 2016, Barcelona, Spain</span>
</ul>
<hr><!--==============================-->
<a name="2015"></a><h3>2015</h3>
<ul>
<li><strong>"Accurate Latency-based Congestion Feedback for Datacenters"</strong> <a class="pdf" target="_blank" class="pdf" target="_blank" href="paper/intl-conf/2015-atc-dxtcp.pdf"><i class="fa fa-file-pdf-o"></i></a> <a class="slide" target="_blank" href="paper/intl-conf/2015-atc-dxtcp-slides.pdf"><i class="fa fa-file-powerpoint-o"></i></a><br>
Changhyun Lee, Chunjong Park, Keon Jang, Sue Moon, and Dongsu Han<br>
<span class="venue"><i>USENIX Annual Technical Conference (ATC)</i>, July 2015, Santa Clara, CA, USA.</span>
<li><strong>"NBA (Network Balancing Act): A High-performance Packet Processing Framework for Heterogeneous Processors"</strong> <span class="label label-success">best student paper</span> <a class="pdf" target="_blank" href="paper/intl-conf/2015-eurosys-nba.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Joongi Kim, Keon Jang, Keunhong Lee, Sangwook Ma, Junhyun Shim, and Sue Moon<br>
<span class="venue"><i>ACM European Conference on Computer Systems (EuroSys)</i>, April 2015, Bordeaux, France.</span>
<li><strong>"An educational networking framework for full layer implementation and testing"</strong> <a class="pdf" target="_blank" href="paper/intl-conf/2015-sigcse-kensv2.pdf"><i class="fa fa-file-pdf-o"></i></a> <a class="slide" target="_blank" href="paper/intl-conf/sigcse_2015_kensv2.pptx"><i class="fa fa-file-powerpoint-o"></i></a><br>
Keunhong Lee, Joongi Kim, and Sue Moon<br>
<span class="venue"><i>ACM SIGCSE</i>, March 2015, Kansas City, MO, USA.</span>
</ul>
<hr><!--==============================-->
<a name="2014"></a><h3>2014</h3>
<ul>
<li><strong>"Invite your friends and get rewards: dynamics of incentivized friend invitation in kakaotalk mobile games"</strong> <a class="pdf" target="_blank" href="paper/intl-conf/2014-cosn-kakaogame.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Jiwan Jeong and Sue Moon<br>
<span class="venue"><i>ACM Conference on Online Social Networks (COSN)</i>, October 2014, Dublin, Ireland.</span>
<li><strong>"An educational networking framework for full layer implementation and testing"</strong> <span class="tag">poster</span> <a class="pdf" target="_blank" href="paper/intl-conf/2014-sigcomm-elsa.pdf"><i class="fa fa-file-pdf-o"></i></a> <a class="poster" target="_blank" href="paper/intl-conf/sigcomm-2014-elsa-poster.pdf"><i class="fa fa-file-image-o"></i></a><br>
Keunhong Lee, Joongi Kim, and Sue Moon<br>
<span class="venue"><i>ACM SIGCOMM</i>, August 2014, Chicago, IL, USA.</span>
<li><strong>"Inferring Twitter user locations with 10 km accuracy"</strong> <a class="pdf" target="_blank" href="paper/intl-conf/2014-www-10km.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Kyougmin Ryu and Sue Moon<br>
<span class="venue"><i>Workshop on Modelling Social Media: Mining Big Data in Social Media and the Web (co-located with WWW)</i>, April 2014, Seoul, Korea.</span>
</ul>
<hr><!--==============================-->
<a name="2013"></a><h3>2013</h3>
<ul>
<li><strong>"Exploring the Solution Space of Community Detection Methods"</strong> <span class="tag">poster</span> <a class="pdf" target="_blank" href="paper/intl-conf/2013-statphys.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Yunkyu Sohn, Jeongin Ju, Haewoon Kwak, Sue Moon<br>
<span class="venue"><i>XXV IUPAP International Conference on Statistical Physics (STATPHYS)</i>, July 2013, Seoul, Korea</span>
<li><strong>"Resolving Homonymy with Correlation Clustering in Scholarly Digital Libraries"</strong> <a class="pdf" target="_blank" href="paper/intl-conf/2013-www-homonymy.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Jeongin Ju, Hosung Park, Sue Moon<br>
<span class="venue"><i>Workshop on Mining Social Network Dynamics (co-located with WWW)</i>, May 2013, Rio de Janeiro, Brazil</span>
<li><strong>"Tower of Babel: A Crowdsourcing Game Building Sentiment Lexicons for Resource-scarce languages"</strong> <a class="pdf" target="_blank" href="paper/intl-conf/2013-www-babel.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Yoonsung Hong, Haewoon Kwak, Youngmin Baek, Sue Moon<br>
<span class="venue"><i>Workshop on Multidisciplinary Approaches to Big Social Data Analysis (co-located with WWW)</i>, May 2013, Rio de Janeiro, Brazil</span>
<li><strong>"Sampling bias in user attribute estimation of OSNs"</strong> <span class="tag">poster</span> <a class="pdf" target="_blank" href="paper/intl-conf/2013-www-sampling.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Hosung Park, Sue Moon<br>
<span class="venue"><i>22nd Word-Wide Web (WWW) Conference</i>, May 2013, Rio de Janeiro, Brazil</span>
<li><strong>"A Genealogy of Information Spreading on Microblogs: a Galton-Watson-based Explicative Model"</strong> <a class="pdf" target="_blank" href="paper/intl-conf/2013-infocom-geneology.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Dong Wang, Hosung Park, Gaogang Xie, Sue Moon, Mohamed-Ali Kaafar, Kave Salamatian<br>
<span class="venue"><i>IEEE INFOCOM</i>, April 2013, Turin, Italy</span>
</ul>
<hr><!--==============================-->
</a><a name="2012"></a><h3>2012</h3>
<ul>
<li><strong>"Reviving delay-based TCP for data centers"</strong> <span class="tag">poster</span> <a class="pdf" target="_blank" href="paper/intl-conf/2012-sigcomm-delaytcp.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Changhyun Lee, Keon Jang, Sue Moon<br>
<span class="venue"><i>ACM SIGCOMM</i>, August 2012, Helsinki, Finland</span>
<li><strong>"The Power of Batching in the Click modular router"</strong> <a class="pdf" target="_blank" href="paper/intl-conf/2012-apsys-doubleclick.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Joongi Kim, Seongu Huh, Keon Jang, KyoungSoo Park, Sue Moon<br>
<span class="venue"><i>ACM Asia-Pacific Workshop on Systems (APSys)</i>, July 2012, Seoul, Korea</span>
<li><strong>"Visualizing a personal timeline by adding multiple social contexts"</strong> <a class="pdf" target="_blank" href="paper/intl-conf/2012-icwsm-socmedvis.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Haewoon Kwak, Yoonsung Hong, Jinyoung You, Sue Moon<br>
<span class="venue"><i>Workshop on Social Media Visualization (SocMedVis) co-located with ICWSM</i>, June 2012, Dublin, Ireland</span>
<li><strong>"More of a receiver than a giver: Why do people unfollow in Twitter?"</strong> <span class="tag">4pg extended abstract</span> <a class="pdf" target="_blank" href="paper/intl-conf/2012-icwsm-receivergiver.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Haewoon Kwak, Sue Moon, and Wonjae Lee<br>
<span class="venue"><i>ICWSM</i>, June 2012, Dublin, Ireland</span>
<li><strong>"Unmasking the Growing UDP Traffic in a Campus Network"</strong> <a class="pdf" target="_blank" href="paper/intl-conf/2012-pam-udp.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Changhyun Lee, DK Lee, Sue Moon<br>
<span class="venue"><i>ACM PAM</i>, March 2012, Vienna, Austria</span>
<li><strong>"Modeling and predicting the popularity of online contents with Cox proportional hazard regression model"</strong> <a class="pdf" target="_blank" href="paper/intl-journal/2012-neurocomputing.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Jong Gun Lee, Sue Moon, Kave Salamatian<br>
<span class="venue">Neurocomputing, Vol. 76, Issue 1, January 15th, 2012, pp134-145, Elsevier</span>
<br></ul>
<hr><!--==============================-->
</a><a name="2011"></a><h3>2011</h3>
<ul>
<li><strong>"Novel Aspects Coming from the Directionality of Online Relationships: a Case Study of Twitter"</strong>
<a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-journal/2011-sigweb-twitter.pdf"><i class="fa fa-file-pdf-o"></i></a></br>
Haewoon Kwak, Changhyun Lee, Hosung Park, Hyunwoo Chun, Sue Moon<br>
<span class="venue"><i>ACM SIGWEB Newsletter Summer 2011</i></span>
<li><strong>"Fragile Online Relationship: A First Look at Unfollow Dynamics in Twitter"</strong>
<a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2011-chi-unfollow.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Haewoon Kwak, Hyunwoo Chun, Sue Moon<br>
<span class="venue"><i>ACM CHI</i>, May 2011, Vancouver, Canada</span>
<li><strong>"Operating a link at 100%"</strong>
<a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2011-pam-100.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Changhyun Lee, DK Lee, Yung Yi, Sue Moon<br>
<span class="venue"><i>ACM Passive and Active Measurement (PAM)</i>, April 2011, Atlanta, GA, USA</span>
<!-- <li><STRONG>"Structural Reconstruction of the Past, Present, and Future of Internet Path and Delay"</STRONG> <A class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/.pdf"><i class="fa fa-file-pdf-o"></i></A><BR>
DK Lee, Kenjiro Cho, Sue Moon<BR>
<I>submitted for publication</I> -->
<li><strong>"SSLShader: Cheap SSL Acceleration with Commodity Processors"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2011-nsdi-sslshader.pdf"><i class="fa fa-file-pdf-o"></i></a> <br>
Keon Jang, Sangjin Han, Seungyeop Han, Sue Moon, KyoungSoo Park<br>
<span class="venue"><i>USENIX NSDI</i>, March 2011, Boston, MA, USA</span>
<li><strong>"Scalable and systematic Internet-Wide Path and Delay Estimation from Existing Measurements"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-journal/2011-comnet-pathstitching.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
DK Lee, Keon Jang, Changhyun Lee, Gianluca Iannaccone, Sue Moon<br>
<span class="venue"><i>Computer Networks</i>, Vol. 55, Issue 3, Feb. 21st, 2011, pp838-855.</span>
</ul>
<hr><!--==============================-->
<h3>2010</h3>
<ul>
<li><strong>"Dynamic Forwarding Table Management for High-speed GPU-based Software Routers"</strong> <span class="tag">poster</span> <a class="poster" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2010-osdi-forwardingtable.pdf"><i class="fa fa-file-image-o"></i></a><br>
Joongi Kim, Sangjin Han, Keon Jang, KyoungSoo Park, Sue Moon<br>
<span class="venue"><i>USENIX OSDI</i>, October 2010, Vancouver, Canada</span>
<li><strong>"An Approach to Model and Predict the Popularity of Online Contents with Explanatory Factors"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2010-wi-cox.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Jong Gun Lee, Sue Moon, Kave Salamatian<br>
<span class="venue"><i>IEEE/WIC/ACM International Conference on Web Intelligence (WI)</i>, August 2010, Toronto, Canada.</span>
<li> <strong>"Accelerating SSL with GPUs"</strong> <span class="label label-success">best poster</span> <span class="tag">poster</span> <span class="tag">2pg extended abstract</span> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2010-sigcomm-ssl.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Keon Jang, Sangjin Han, Seungyeop Han, Sue Moon, KyoungSoo Park<br>
<span class="venue"><i>ACM SIGCOMM</i>, August 2010, New Delhi, India.</span>
<li> <strong>"PacketShader: A GPU-Accelerated Software Router"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2010-sigcomm-packetshader.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Sangjin Han, Keon Jang, KyoungSoo Park, Sue Moon<br>
<span class="venue"><i>ACM SIGCOMM</i>, August 2010, New Delhi, India.</span>
<li><strong>"Has Internet delay gotten better or worse?"</strong> <span class="tag">poster</span> <span class="tag">4pg extended abstract</span> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2010-cfi-delay.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
DK Lee, Kenjiro Cho, Gianluca Iannaccone, Sue Moon<br>
<span class="venue"><i>Conference for Future Internet</i>, June 2010, Seoul, Korea.</span>
<li> <strong>"Buildling a 100 Gbps Software Router with Commodity Hardware"</strong> <span class="label label-info">invited paper</span>
<a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2010-lanman-100Gbps.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Sangjin Han, Keon Jang, KyoungSoo Park, Sue Moon<br>
<span class="venue"><i>IEEE Workshop on Local and Metropolitan Area Networks (LANMAN)</i>, May 2010, Long Branch, NJ, USA.</span>
<li> <strong>"PacketShader: Massively Parallel Packet Processing with GPUs to Accelerate Software Routers"</strong> <span class="tag">poster</span> <a class="poster" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2010-nsdi-packetshader.pdf"><i class="fa fa-file-image-o"></i></a><br>
Sangjin Han, Keon Jang, KyoungSoo Park, Sue Moon<br>
<span class="venue"><i>USENIX NSDI</i>, April 2010, San Jose, CA, USA.</span>
<li> <strong>"Finding Influentials from Temporal Order of Information Adoption in Twitter"</strong> <span class="tag">poster</span> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2010-www-poster-influential.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Changhyun Lee, Haewoon Kwak, Hosung Park, Sue Moon<br>
<span class="venue"><i>19th World-Wide Web (WWW) Conference</i>, April 2010, Raleigh, NC, USA.</span>
<li><strong>"What is Twitter, a Social Network or News Media?"</strong>
<a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2010-www-twitter.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Haewoon Kwak, Changhyun Lee, Hosung Park, Sue Moon<br>
<span class="venue"><i>19th World-Wide Web (WWW) Conference</i>, April 2010, Raleigh, NC, USA.</span>
<li><strong>"CASFI Data Sharing Platform"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2010-noms-casfi-dsp.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Nicholas Aycirieix, Sue Moon <br>
<span class="venue"><i>IEEE NOMS Application Track</i>, April 2010, Osaka, Japan.</span>
<li><strong>"Path stitching: Internet-wide path and delay estimation from existing measurements"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2010-infocom-path-stitching.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
DK Lee, Keon Jang, Changhyun Lee, Gianluca Iannaccone, Sue Moon<br>
<span class="venue"><i>IEEE INFOCOM miniconference</i>, April 2010, San Diego, CA, USA.</span>
<li><strong>"Understanding Topological Mesoscale Features in Community Mining"</strong> <span class="label label-info">invited paper</span> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2010-comsnets-mesoscale.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Sue Moon, Jinyoung You, Haewoon Kwak, Daniel Kim, Hawoong Jeong<br>
<span class="venue"><i>COMSNETS</i>, January 2010, Bangalore, India.</span>
</ul>
<br>
<hr><!--==============================-->
<a name="2009"></a><h3>2009</h3>
<ul>
<li><strong>"Implementation and Evaluation of a Mobile PlanetLab Node"</strong>
<a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2009-roads.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Keon Jang, Sangman Kim, Geoffrey M. Voelker, Sue Moon<br>
<span class="venue"><i>SOSP Workshop on Real Overlays and Distribute Systems (ROADS)</i>, October 2009, Big Sky, MT, USA.</span>
<li><strong>"Efficient and scalable provisioning of always-on multicast streaming services"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-journal/2009-comnet-alwayson.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Meeyoung Cha, W. Art Chaovalitwongse, Jennnifer Yates, Aman Shaikh, Sue Moon<br>
<span class="venue"><i>Computer Networks</i>, Vol 53, Issue 16, pp. 2825-2839.</span>
<li><strong>"Analyzing the Video Popularity Characteristics of Large-Scale User Generated Content Systems"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-journal/2009-ton-youtube.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Meeyoung Cha, Haewoon Kwak, Pablo Rodriguez, Yong-Yeol Ahn, Sue Moon<br>
<span class="venue"><i>ACM/IEEE Transactions on Networking</i>, Vol 17, Issue 5, pp. 1357-1370.</span>
<li><strong>"Mining Communities in Networks: a Solution for Consistency and Its Evaluation"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2009-imc-consistent.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Haewoon Kwak, Yoonchan Choi, Young-Ho Eom, Hawoong Jeong, Sue Moon<br>
<span class="venue"><i>ACM SIGCOMM Internet Measurement Conference (IMC)</i>, November 2009, Chicago, IL, USA.</span>
<li><strong>"Best-case WiBro performance for a single flow"</strong>
<a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2009-micnet-wibro.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Shinae Woo, Keon Jang, Sangman Kim, Soohyun Cho, Jaehwa Lee, Youngseok Lee, Sue Moon<br>
<span class="venue"><i>ACM Workshop on Mobile Internet through Cellular Networks: Operations, Challenges, and Solutions (MICNET)</i> held in conjunction with ACM Mobicom 2009, October 2009, Beijing, China.</span>
<li><strong>"3G and 3.5G wireless network performance measured from moving cars and high-speed trains"</strong>
<a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2009-micnet-3g.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Keon Jang, Mongnam Han, Soohyun Cho, Hyung-Keun Ryu, Jaehwa Lee, Youngseok Lee, Sue Moon<br>
<span class="venue"><i>ACM Workshop on Mobile Internet through Cellular Networks: Operations, Challenges, and Solutions (MICNET)</i> held in conjunction with ACM Mobicom 2009, October 2009, Beijing, China.</span>
<li><strong>"Connecting Users of Similar Interests Across Multiple Web Services"</strong> <span class="tag">4pg extended abstract</span> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2009-icwsm-interestnetwork.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Haewoon Kwak, Hwa-Yong Shin, Jong-Il Yoon, Sue Moon<br>
<span class="venue"><i>3rd Int'l AAAI Conference on Weblogs and Social Media</i>, May 2009, San Jose, CA, USA.</span>
<li><strong>"CASFI Data Sharing Platform"</strong> <span class="tag">poster</span> <span class="tag">2pg extended abstract</span> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2009-pam-poster.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Seoyeon Kang, Nicolas, Aycirieix, Haewoo Kwak, Sangman Kim, Sue Moon<br>
<span class="venue"><i>Passive and Active Measurement Conference (PAM) Student Workshop</i>, April 2009, Seoul, Korea.</span>
</ul><br>
<hr><!--==============================-->
<a name="2008"></a><h3>2008</h3>
<ul>
<li><strong>"Internet Sibilla: Utilizing DNS for delay estimation service"</strong> <span class="tag">poster</span> <span class="tag">2pg extended abstract</span> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2008-conext-internet-sibilla.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Keon Jang, DK Lee, Sue Moon, Gianluca Iannaccone<br>
<span class="venue"><i>ACM CoNEXT Student Workshop</i>, December 2008, Madrid, Spain.</span>
<li><strong>"Watching Television Over an IP Network" </strong>
<a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2008-imc-iptv.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Meeyoung Cha, Pablo Rodriguez, Jon Crowcroft, Sue Moon, Xavier Amatriain<br>
<span class="venue"><i>ACM SIGCOMM Internet Measurement Conference (IMC)</i>, Oct. 2008, Vouliagmeni, Greece.</span>
<li><strong>"Comparison of Online Social Relations in Terms of Volume vs. Interaction: A Case Study of Cyworld"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2008-imc-cyworld.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Hyunwoo Chun, Haewoon Kwak, Young-Ho Eom, Yong-Yeol Ahn, Sue Moon, Hawoong Jeong<br>
<span class="venue"><i> ACM SIGCOMM Internet Measurement Conference (IMC)</i>, Oct 2008, Vouliagmeni, Greece.</span>
<br>
<li>Book chapter on <a href="http://www.springerlink.com/content/pl22v32308626485/?p=47990eb1a0de476da7069739f4722e01&pi=0"> <strong>"Integer linear programs for routing and protection problems in optical networks"</strong></a><br>
Meeyoung Cha, W. Art CHaovalitwongse, Zhe Liang, Jennifer Yates, Aman Shaikh, Sue Moon<br>
<span class="venue">in <i>Encyclopedia of Optimization</i> (Editors: Christodoulos A. Floudas and Panos M. Pardalos), Volume II, September 2008, Springer, New York.</span>
<li><strong>"Design consideration for a mobile testbed"</strong> <span class="tag">short paper</span> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2008-cfi-mtb.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Keon Jang, Shinae Woo, Sue Moon<br>
<span class="venue"><i><a href="http://as.kaist.ac.kr/cfi08/">Conference for Future Internet</a></i>, June 2008, Seoul, Korea.</span>
<li><strong>"Improving delay estimation with path stitching"</strong>
<span class="tag">short paper</span> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2008-cfi-path-stitching.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
DK Lee, Keon Jang, Changhyun Lee, Sue Moon, Gianluca Iannaccone<br>
<span class="venue"><i><a href="http://as.kaist.ac.kr/cfi08/">Conference for Future Internet</a></i>, June 2008, Seoul, Korea.</span>
<li><strong>"Evaluation of VoIP Quality over WiBro"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2008-pam-wibro.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Mongnam Han, Youngseok Lee, Sue Moon, Keon Jang, Dooyoung Lee<br>
<span class="venue"><i>Passive and Active Measurement Conference (PAM)</i>, April 2008, Cleveland, OH, USA.</span>
<li><strong>"On Next-Generation Telco-Managed P2P TV Architectures"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2008-iptps-iptv.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Meeyoung Cha, Pablo Rodriguez, Sue Moon, Jon Crowcroft <br>
<span class="venue"><i>the 7th International Workshop on Peer-to-Peer Systems (IPTPS)</i>, February 2008, Tampa Bay, FL, USA.</span>
</ul><br>
<hr><!--==============================-->
<a name="2007"></a><h3>2007</h3>
<ul>
<li><strong>"I Tube, You Tube, Everybody Tubes: Analyzing the World-Largest User Generated Content Video System"</strong> <span class="label label-success">best paper</span> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2007-imc-youtube.pdf"><i class="fa fa-file-pdf-o"></i></a><br> Meeyoung Cha, Haewoon Kwak, Pablo Rodriguez, Yong-Yeol Ahn, Sue Moon<br>
<span class="venue"><i> ACM SIGCOMM Internet Measurement Conference (IMC)</i>, Oct 2007, San Diego, CA, USA.</span>
<li><strong>"Analysis of Point-To-Point Packet Delay in an Operational Network"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-journal/2007-comnet-pt2pt-delay.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Baek-Young Choi, Sue Moon, Zhi-Li Zhang, Konstantina Papagianaki, Christophe Diot<br>
<span class="venue"><i>Computer Networks</i>, Vol. 51, No. 13, September 2007, pp 3812-3827.</span>
<li><strong>"Quantile sampling for practical delay monitoring in Internet backbone networks"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-journal/2007-comnet-quantile-sampling.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Baek-Young Choi, Sue Moon, Rene Cruz, Zhi-Li Zhang, Christophe Diot<br>
<span class="venue"><i>Computer Networks</i>, Vol. 51, No. 10, July 2007, pp 2701-2716. </span>
<li><strong>"Analysis of topological characteristics of huge online social networking services"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2007-www-cyworld.pdf"><i class="fa fa-file-pdf-o"></i></a><br> Yong-Yeol Ahn, Seungyeop Han, Haewoon Kwak, Sue Moon, Hawoong Jeong<br>
<span class="venue"><i>16th World Wide Web (WWW) Conference</i>, May 2007, Edinburgh, UK.</span>
</ul><br>
<hr><!--==============================-->
<a name="2006"></a><h3>2006</h3>
<ul>
<li><strong>"Forensic Analysis of Autonomous System Reachability"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2006-forensic-analysis.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
DK Lee, Sue Moon, Taesang Choi, Taesoo Jeong<br>
<span class="venue"><i>ACM SIGCOMM MineNet Workshop</i>, Sept 2006.</span>
<li><strong>"Forensic Analysis of Autonomous System Reachability"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/etc/CS-TR-2006-257.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
DK Lee, Sue Moon, Taesang Choi, Taesoo Jeong<br>
<span class="venue">KAIST Computer Science Department Technical Report: CS-TR-2006-257</span>
<li><strong>"Collaborative Blog Spam Filtering Using Adaptive Percolation Search"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2006-wwe-blogspam.pdf"><i class="fa fa-file-pdf-o"></i></a><br> Seungyeop Han, Yong-Yeol Ahn, Sue Moon, Hawoong Jeong<br>
<span class="venue"><i>3rd Workshop on Weblogging Ecosystem</i> held in conjunction with <i>WWW</i>, May 2006, Edinburgh, UK.</span>
<li><strong>"Case Study: Resilient Backbone Design for IPTV Services"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2006-www-iptv.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Meeyoung Cha, Gagan Choudhury, Jennifer Yates, Aman Shaikh, Sue Moon<br>
<span class="venue"><i>Workshop on IPTV Services over World Wide Web</i> held in conjunction with WWW, May 2006, Edinburgh, UK.</span>
<li><strong>"Path Protection Routing with SRLG Constraints to Support IPTV in WDM Mesh Networks"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2006-gi-iptv-wdm.pdf"><i class="fa fa-file-pdf-o"></i></a> <br> Meeyoung Cha, W. Art Chaovalitwongse, Zihui Ge, Jennifer Yates, Sue Moon<br>
<span class="venue"><i>9th IEEE Global Internet Symposium</i>, April 2006, Barcelona, Spain.</span>
<li><strong>"Placing Relay Nodes for Intra-Domain Path Diversity"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2006-infocom-relay.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Meeyoung Cha, Sue Moon, Chong-Dae Park, Aman Shaikh<br>
<span class="venue"><i>IEEE INFOCOM</i>, April 2006, Barcelona, Spain.</span>
</ul><br>
<hr><!--==============================-->
<a name="2005"></a><h3>2005</h3>
<ul>
<li><strong>"Positioning relay nodes in ISP networks"</strong> <span class="tag">poster</span> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2005-infocom-poster-intra-domain-path-diversity.pdf"><i class="fa fa-file-pdf-o"></i></a>
<a class="slide" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2005-infocom-poster-intra-domain-path-diversity-slides.pdf"><i class="fa fa-file-powerpoint-o"></i></a><br>
Meeyoung Cha, Sue Moon, Chong-Dae Park, Aman Shaikh<br>
<span class="venue"><i>IEEE INFOCOM</i>, May 2005, Maimi, FL, USA.</span>
<li><strong>"Placing relay nodes for intra-domain path diversity"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/etc/CS-TR-2005-214.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Meeyoung Cha, Sue Moon, Chong-Dae Park, Aman Shaikh<br>
<span class="venue">KAIST Dept. of Computer Science Technical Report: CS-TR-2005-214.</span>
<li><strong>"Practical Delay Monitoring for ISPs,"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2005-conext-practical-delay.pdf"><i class="fa fa-file-pdf-o"></i></a> <br>
Baek-Young Choi, Sue Moon, Rene Cruz, Zhi-Li Zhang, Christophe Diot <br>
<span class="venue"><i>ACM CoNEXT</i>, October 2005, Toulouse, France.</span>
<li><strong>"Small-time scaling behavior of Internet backbone traffic"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-journal/2005-cn-scaling.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Vinay Ribeiro, Zhi-Li Zhang, Sue Moon, Christophe Diot<br>
<span class="venue"><i>Computer Networks</i>, Vol. 48, 2005, pp. 315-334.</span>
</ul><br>
<hr><!--==============================-->
<a name="2004"></a><h3>2004</h3>
<ul>
<li><strong>"Prefix-preserving IP address anonymization: measurement-based security evaluation and a new cryptography-based scheme"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-journal/2004-cn-anon.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Jinliang Fan, Jun Xu, Mostafa Ammar, Sue Moon<br>
<span class="venue"><i>Computer Networks</i>, Vol. 46, 2004, pp. 253-272.</span>
<li><strong>"Analysis of Point-To-Point Packet Delay in an Operational Network,"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2004-infocom-multi-hop-delay.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Baek-Young Choi, Sue Moon, Zhi-Li Zhang, Konstantina. Papagiannaki, Christophe Diot<br>
<span class="venue"><i>IEEE INFOCOM</i>, March 2004, Hong Kong, China.</span>
</ul><br>
<hr><!--==============================-->
<a name="2003"></a><h3>2003</h3>
<ul>
<li><strong>"Small-Time Scaling behaviors of Internet backbone traffic: An Empirical Study" </strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2003-infocom-scaling.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Zhi-Li Zhang, Vinay Ribeiro, Sue Moon, Christophe Diot<br>
<span class="venue"><i>IEEE INFOCOM</i>, March 2003, SF, USA.</span>
<li><strong>"On the Correlation Between Route Dynamics and Routing Loops"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2003-imc-loop-cause.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Ashwin Sridharan, Sue Moon, Christophe Diot<br>
<span class="venue"><i>ACM SIGCOMM IMW</i>, November 2003, Miami, FL, USA.</span>
<li><strong>"Packet-Level Traffic Measurements from the Sprint IP Backbone"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-journal/2003-ieee-network-ipmon.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Chuck Fraleigh, Sue Moon, Bryan Lyles, Chase Cotton, Mujahid Khan, Deb Moll, Rob Rockell, Ted Seely, Christophe Diot<br>
<span class="venue"><i>IEEE Network</i>, Nov/Dec 2003.</span>
<li><strong>"Network Measurement and Monitoring: A Sprint Perspective"</strong> <a class="text" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/etc/draft-ietf-monitoring-sprint-01.txt"><i class="fa fa-file-text-o"></i></a><br>
Supratik Bhattacharyya, Gianluca Iannaccone, Sue Moon, Nina Taft, Christophe Diot<br>
<span class="venue"><i>IETF draft draft-ietf-monitoring-sprint-01.txt</i>, March 2003.</span>
<li><strong>"Measurement and Analysis of Single-Hop Delay on an IP Backbone Network"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-journal/2003-ieee-jsac-single-hop-delay.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Konstantina Papagiannaki, Sue Moon, Chuck Fraliegh, Patrick Thiran, Christophe Diot<br>
<span class="venue"><i>IEEE JSAC Special Issue on Internet and WWW Measurement, Mapping, and Modeling</i>, Vol. 21, No. 6, August 2003.</span>
</ul><br>
<hr><!--==============================-->
<a name="2002"></a><h3>2002</h3>
<ul>
<li><strong>"Impact of Aggregation on Scaling Behavior of Internet Backbone Traffic"</strong> <span class="label label-info">invited paper</span><br>
Zhi-Li Zhang, Vinay Ribeiro, Sue Moon, Christophe Diot<br>
<span class="venue"><i>SPIE/ITCOM</i>, August 2002, Boston, MA, USA.</span>
<li><strong>"Detection and Analysis of Routing Loops in Packet Traces,"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2002-imw-routing-loop.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Urs Hengartner, Sue Moon, Richard Mortier, Christophe Diot<br>
<span class="venue"><i>SIGCOMM IMW</i>, November 2002, Marseilles, France.</span>
<li><strong>"Prefix-Preserving IP Address Anonymization: Measurement-Based Security Evaluation and a New Cryptography-based Scheme"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2002-icnp-anon.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Jun Xu, Jinliang Fan, Mostafa Ammar, Sue Moon<br>
<span class="venue"><i>ICNP</i>, November 2002, Paris, France.</span>
<li><strong>"Analysis of Measured Single-Hop Delay from an Operational Backbone Network,"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2002-infocom-single-hop-delay.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Konstantina Papagiannaki, Sue Moon, Chuck Fraleigh, Patrick Thiran, Fouad Tobagi, Christophe Diot<br>
<span class="venue"><i>IEEE INFOCOM</i>, June 2002, New York, NY, USA.</span>
</ul><br>
<hr><!--==============================-->
<a name="2001"></a><h3>2001</h3>
<ul>
<li><strong>"Metadata Management of Terabyte Datasets from an IP Backbone Network: Experience and Challenges"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2001-nrdm-metadata-mgmt.pdf"><i class="fa fa-file-pdf-o"></i></a><br> Sue Moon, Timothy Roscoe<br>
<span class="venue"><i>ACM SIGMOD Workshop on Network-Related Data Management</i>, May 2001, Santa Barbara, CA, USA.</span>
<li><strong>"Design and Deployment of a Passive Monitoring Infrastructure"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2001-pam-ipmon.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Chuck Fraleigh, Christophe Diot, Bryan Lyles, Sue Moon, Philippe Owezarski, Dina Papagiannaki, Fouad Tobagi<br>
<span class="venue"><i>Passive and Active Measurement Workshop</i>, April 2001, Amsterdam, Netherlands.</span>
<li><strong>"On the Design and Performance of Prefix-Preserving IP Traffic Trace Anonymization,"</strong> <span class="tag">2pg extended abstract</span> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/2001-imc-anon.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Jun Xu, Jinliang Fan, Mostafa Ammar, Sue Moon<br>
<span class="venue"><i>ACM SIGCOMM Internet Measurement Workshop</i>, November 2001, San Francisco, CA, USA.</span>
</ul><br>
<hr><!--==============================-->
<a name="phd-thesis"></a><h3>Sue's Ph.D. Thesis Work</h3>
<!------------------------ UMass ----------------------------->
<h4>Ph.D. Thesis</h4>
<ul>
<li><strong>"Measurement and Analysis of End-to-End Delay and Loss in the Internet"</strong>
<a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/2000-phd-thesis.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
<span class="venue">Department of Computer Science, University of Massachusetts at Amherst, February 2000.</span>
</li></ul>
<a name="e2e"></a><h4>End-to-End Delay and Loss</h4>
<ul>
<li><strong>"The Use of End-to-End Multicast Measurements for Characterizing Internal Network Behavior"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-journal/2000-ieee-comm-minc.pdf"><i class="fa fa-file-pdf-o"></i></a><br> Andrew Adams, Tian Bu, Timur Friedman, Joseph Horowitz, Don Towsley, Ramon Caceres, Nick Duffield, Francesco Lo Presti, Sue B. Moon, Vern Paxson<br>
<span class="venue"><i> IEEE Communications</i>, May 2000, Vol. 38, No. 5.</span>
</li><li><strong>"Inference of Internal Loss Rates in the MBone,"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/1999-globecom.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Ramon Caceres, Nick Duffield, Sue B. Moon, Don Towsley<br>
<span class="venue"><i>Proceedings of Globecom (Global Internet Symposium)</i>, December 1999, Rio De Janeiro, Brazil.</span>
</li><li><strong>"Estimation and Removal of Clock Skew from Network Delay Measurements"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/1999-infocom-clock.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Sue B. Moon, Paul Skelly, Don Towsley<br>
<span class="venue"><i>Proceedings of IEEE INFOCOM</i>, March 1999, New York, NY, USA.</span>
<ul>
<li>A C code of the linear programming skew estimation algorithm is available
<a href="http://an.kaist.ac.kr/~sbmoon/1999-infocom-clock-synch/skew_lp.tgz">here</a> as a courtesy of Tadayoshi Kohno.
</li></ul>
</li><li><strong>"Measurement and Modelling of the Temporal Dependence in Packet Loss"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-conf/1999-infocom-mcast-loss.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Maya Yajnik, Sue B. Moon, Jim Kurose, Don Towsley<br>
<span class="venue"><i>Proceedings of IEEE INFOCOM</i>, March 1999, New York, NY, USA.</span>
<ul>
<li>Traces used in this paper:
<a href="http://an.kaist.ac.kr/~sbmoon/1999infocom-multicast/21.txt">[1]</a>
<a href="http://an.kaist.ac.kr/~sbmoon/1999infocom-multicast/22.txt">[2]</a>
<a href="http://an.kaist.ac.kr/~sbmoon/1999infocom-multicast/23.txt">[3]</a>
<a href="http://an.kaist.ac.kr/~sbmoon/1999infocom-multicast/24.txt">[4]</a>
<a href="http://an.kaist.ac.kr/~sbmoon/1999infocom-multicast/25.txt">[5]</a>
<a href="http://an.kaist.ac.kr/~sbmoon/1999infocom-multicast/26.txt">[6]</a>
<a href="http://an.kaist.ac.kr/~sbmoon/1999infocom-multicast/27.txt">[7]</a>
<a href="http://an.kaist.ac.kr/~sbmoon/1999infocom-multicast/28.txt">[8]</a>
<a href="http://an.kaist.ac.kr/~sbmoon/1999infocom-multicast/29.txt">[9]</a><br>
The loss rate of Trace #7 is 4.7% and it does not match 1.4% of the paper. Unfortunately, we cannot verify whether we made a mistake on the paper or used a different trace at this point.
</li><li>A Matlab code to process the above traces is provided
<a href="http://an.kaist.ac.kr/~sbmoon/1999infocom-multicast/PLTprocess.m">here</a> as a courtesy of Eric Kolaczyk.</li>
</ul>
</li><li><strong>"Correlation of Packet Delay and Loss in the Internet"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/etc/Moon98_Corr-TR-98-11.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Sue B. Moon, Jim Kurose, Don Towsley<br>
<span class="venue">Technical Report 98-11, Department of Computer Science, University of Massachusetts, Amherst, MA 01003.</span></li>
</ul>
<a name="voip"></a>
<h4>VoIP</h4>
<ul>
<li><strong>"Packet Audio Playout Delay Adjustment: Performance Bounds and Algorithms"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-journal/1998-acm-multimedia-voip.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Sue B. Moon, Jim Kurose, and Don Towsley<br>
<span class="venue"><i>ACM/Springer Multimedia Systems</i>, Vol. 6, pp. 17-28, January 1998.</span>
<ul>
<li>Traces used in this paper:
<a href="http://an.kaist.ac.kr/~sbmoon/1998-acm-multimedia/1.txt.gz">[1]</a>
<a href="http://an.kaist.ac.kr/~sbmoon/1998-acm-multimedia/2.txt.gz">[2]</a>
<a href="http://an.kaist.ac.kr/~sbmoon/1998-acm-multimedia/3.txt.gz">[3]</a>
<a href="http://an.kaist.ac.kr/~sbmoon/1998-acm-multimedia/4.txt.gz">[4]</a>
<a href="http://an.kaist.ac.kr/~sbmoon/1998-acm-multimedia/5.txt.gz">[5]</a>
<a href="http://an.kaist.ac.kr/~sbmoon/1998-acm-multimedia/6.txt.gz">[6]</a><br>
For details about the traces, please refer to p19 in
<a href="http://an.kaist.ac.kr/~sbmoon/1998-acm-multimedia/Schu9207_Voice.pdf">"Voice
Communication Across the Internet: A Network Voice Terminal,"</a> by Henning Schulzrinne.
</li></ul>
</li><li><strong>"Synchronized Two-way Voice Simulation Tool for Internet Phone Performance Analysis and Evaluation"</strong> <a class="pdf" target="_blank" href="http://an.kaist.ac.kr/~sbmoon/paper/intl-journal/1997-lncs-synchronized-voip.pdf"><i class="fa fa-file-pdf-o"></i></a><br>
Adrian E. Conway, Sue B. Moon, and Paul Skelly<br>
<span class="venue"><i>Computer Performance Evaluation Modeling Techniques and Tools, Lecture Notes in Computer Science</i>, Vol. 1245, pp. 108-122, Springer-Verlag, 1997.</span></li>
</ul>
<hr>
<p>
<a href="http://an.kaist.ac.kr/~sbmoon/">Link</a> back to my home page
</p>
</div>
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
</body></html>