-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmicnet2009-shinae.html
executable file
·91 lines (84 loc) · 3.64 KB
/
micnet2009-shinae.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
<HTML>
<HEAD>
<BASE href="https://anlab-kaist.github.io/traces/">
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META NAME="Keywords" CONTENT="WiBro,Performance,MICNET,2009">
<!--
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
-->
<link rel="stylesheet" href="css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/uswds.min.css" type="text/css" media="screen" />
<TITLE>Consistent Community Identification in Very Large Networks</TITLE>
</HEAD>
<BODY text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
<div
class="usa-banner"
aria-label="A website of the Advanced Networking Lab, KAIST">
<header class="usa-banner__header">
<div class="usa-banner__inner">
<div class="grid-col-auto">
<img
aria-hidden="true"
class="usa-banner__header-flag"
src="images/anlab_logo_sq.png"
alt=""
/>
</div>
<div class="grid-col-fill tablet:grid-col-auto" aria-hidden="true">
<p class="usa-banner__header-text">
A website of the Advanced Networking Lab, KAIST.
<a class="usa-link text-no-underline" href="https://an.kaist.ac.kr" target="_blank">Visit homepage.</a>
</p>
</div>
</div>
</header>
</div>
<H1>Consistent Community Identification in Very Large Networks</H1>
<div id="main">
<P><a href="http://an.kaist.ac.kr/~shinae">Shinae Woo</a>, <a href="http://an.kaist.ac.kr/~gunjang/">Keon Jang</a>, Sangman Kim, Soohyun Cho, Jaehwa Lee, Youngseok Lee, <a href="http://an.kaist.ac.kr/~sbmoon">Sue Moon</a></br>
ACM Workshop on Mobile Internet through Cellular Networks: Operations, Challenges, and Solutions (MICNET), October 2009, Beijing, China<br/>
</P>
<div id="contents"><h3>Contents</h3>
<ul>
<li><a href="https://anlab-kaist.github.io/traces/micnet2009-shinae.html#abstract">Abstract</a></li>
<li><a href="https://anlab-kaist.github.io/traces/micnet2009-shinae.html#dataset">Dataset</a></li>
<li><a href="https://anlab-kaist.github.io/traces/micnet2009-shinae.html#experiements">Experiments</a></li>
</div>
<a name="abstract"></a>
<H2 id="abstract">Abstract</H2>
<P>
WiBro (Wireless Broadband Internet), the Korean version of mobile WiMAX
compatible standard, provides high-speed mobile data service.
Although mobile WiMAX services are being deployed,
there exist few reports about WiBro performance.
In this work, we measure and analyze best-case performance of WiBro.
In order to measure one-way delay, we develop a GPS synchronization device
to measure one-way delay.
Our measurement shows that the maximum throughput over the
WiBro network is 10 Mbps in downlink and 2.5 Mbps in uplink.
We estimate that both the base station and WiBro modems have
large buffers up to 2 s and 500 ms and minimum one-way delay
of 76 ms and 11 ms for uplink and downlink, respectively. We
measure TCP throughput over WiBro by varying the send buffer
and receive buffer sizes. To fully exploit the high bandwidth of
Wibro, we conclude the TCP needs along with the minimum of
128 KB buffer size.
</p>
<a name="dataset"></a>
<H2>Dataset</H2>
<p>
We share our dateset in casfi DSP ( Data Sharing Platform by <a href = "http://an.kaist.ac.kr/~nicolas/"> Nicolas Ayciriex</a> ).
</p>
<ul>
<li>MICNET_WiBro project in DSP <a href="http://casfi-dsp.kaist.ac.kr/local/5/">[link]</a></li>
</ul>
<a name="experiments"></a>
<h2>Experiments</h2>
<H2>Contact</H2>
<br>Shinae (shinae AT an.kaist.ac.kr)
</div>
</body>
</html>