<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns="http://purl.org/rss/1.0/">




    



<channel rdf:about="http://nrl.cs.arizona.edu/search_rss">
  <title>Network Research Lab</title>
  <link>http://nrl.cs.arizona.edu</link>

  <description>
    
            These are the search results for the query, showing results 1 to 15.
        
  </description>

  

  

  <image rdf:resource="http://nrl.cs.arizona.edu/logo.png"/>

  <items>
    <rdf:Seq>
      
        <rdf:li rdf:resource="http://nrl.cs.arizona.edu/internal/maestro"/>
      
      
        <rdf:li rdf:resource="http://nrl.cs.arizona.edu/projects/ndn"/>
      
      
        <rdf:li rdf:resource="http://nrl.cs.arizona.edu/projects/greennet"/>
      
      
        <rdf:li rdf:resource="http://nrl.cs.arizona.edu/projects/greennet/greennet-energy-management-for-network-infrastructure"/>
      
      
        <rdf:li rdf:resource="http://nrl.cs.arizona.edu/projects/ndn/named-data-networking"/>
      
      
        <rdf:li rdf:resource="http://nrl.cs.arizona.edu/projects/large-route-leak-detection/detection-results-from-2003-to-2009"/>
      
      
        <rdf:li rdf:resource="http://nrl.cs.arizona.edu/resources/conferences/networks-conference-deadline"/>
      
      
        <rdf:li rdf:resource="http://nrl.cs.arizona.edu/projects/fib-aggregation"/>
      
      
        <rdf:li rdf:resource="http://nrl.cs.arizona.edu/projects/fib-aggregation/ortc-update-handling"/>
      
      
        <rdf:li rdf:resource="http://nrl.cs.arizona.edu/projects/fib-aggregation/fib-aggregation-1"/>
      
      
        <rdf:li rdf:resource="http://nrl.cs.arizona.edu/projects/bgp-session-reset"/>
      
      
        <rdf:li rdf:resource="http://nrl.cs.arizona.edu/projects/lsrl-events-from-2003-to-2009"/>
      
      
        <rdf:li rdf:resource="http://nrl.cs.arizona.edu/resources/conferences"/>
      
      
        <rdf:li rdf:resource="http://nrl.cs.arizona.edu/people/people"/>
      
      
        <rdf:li rdf:resource="http://nrl.cs.arizona.edu/projects/projects"/>
      
    </rdf:Seq>
  </items>

</channel>


  <item rdf:about="http://nrl.cs.arizona.edu/internal/maestro">
    <title>maestro</title>
    <link>http://nrl.cs.arizona.edu/internal/maestro</link>
    <description>information about the research machine 'maestro'</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>maestro is the research machine set up in Feburary 2013.</p>
<h2>Basic Information</h2>
<p>Physical location: GS748</p>
<p>IPv4 address: 128.196.203.35</p>
<p>Hardware: dual Xeon E5-2680 @2.70GHz, 128GB memory, 8TB disk</p>
<p>Operating system: Ubuntu Server 12.04, 64-bit</p>
<p>
<h3>How to connect from a CS machine</h3>
<p>ssh maestro</p>
<h3>How to connect from a non-CS machine</h3>
<p>Add these to your ~/.ssh/config:</p>
<pre>Host lectura
        User csusername
        HostName lectura.cs.arizona.edu

Host maestro
        User csusername
        ProxyCommand ssh lectura nc maestro 22</pre>
<p>Replace csusername with your CS username.</p>

<h2>Usage</h2>
<p>You may run apps directly on the machine without root privilege.
Common compilers and tools are installed, including: build-essential flex bison gdb valgrind default-jdk libboost1.48-all-dev texlive-full gnuplot imagemagick nodejs.
Other specific packages include: ccnx dependency (libpcap-dev libexpat1-dev libssl-dev), ns-3 dependency (libc6-dbg libopenmpi-dev openmpi-bin libxml2-dev libdb-dev libbz2-dev), ndn-cxx dependency (libsqlite3-dev libcrypto++-dev), linear programming (glpk-utils).
MATLAB is installed in <kbd>/usr/local/MATLAB</kbd>.</p>
<p>You may create virtual machines on VirtualBox, and run apps inside VMs. Root privilege is available in all VMs. Performance penalty due to virtualization is less than 5%.</p>

<h3>Storage</h3>
<p>The machine has one 4TB SAS disk, and one 4TB SATA disk. SAS disk is faster than SATA disk.</p>
<p>IO intensive virtual machines (such as those used for software development) should be stored on SAS disk (eg. in home directory).</p>
<p>Large datasets and CPU intensive workloads should be stored on SATA disk (/data1). Contact sysadmin if you need a folder on SATA disk.</p>

<h2>Virtual Machines</h2>
<p>Virtual machines execute in your user account as VBoxHeadless processes.</p>

<h3>Automated provisioning with Vagrant</h3>
<p><a href="https://www.vagrantup.com">Vagrant</a> is installed for automated VM provisioning.</p>
<p>If you choose to use Vagrant, please ensure all forwarding ports numbers are in your assigned range. To change SSH host port, add this line to Vagrantfile: (replace 88888 with sshhostport, a port number in your assigned range)</p>
<pre>
config.vm.network :forwarded_port, guest: 22, host: 88888, id: "ssh"
</pre>

<h3>Host port number assignment</h3>
<p>Every user is allocated 200 host port numbers. You may use any of your port numbers as the forwarding port. These port numbers are reachable from localhost only.</p>
<p>Current assignments are:</p>
<ul>
<li>bzhang, 30000-30199</li>
<li>shijunxiao, 30200-30399</li>
<li>yic, 30800-30999</li>
<li>shravanaras, 31600-31799</li>
<li>jenkins, 31800-31999</li>
<li>rym, 32000-32199</li>
<li>enewberry, 32200-32399</li>
<li>weiweiliu, 32400-32599</li>
<li>spencerlee, 32600-32799</li>
<li>klaus, 32800-32999</li>
<li>shuoyang, 30400-30599</li>
<li>zhuoli, 30600-30799</li>
<li>philoliang, 31000-31199</li>
<li>marahman, 31200-31399</li>
<li>chghasemi, 31400-31599</li>
</ul>

<h3>How to connect from maestro host machine or another VM</h3>
<p>Add these to your ~/.ssh/config:</p>
<pre>Host vmname
        User vmusername
        HostName maestro
        Port 88888
        LogLevel quiet
        StrictHostKeyChecking no
        UserKnownHostsFile /dev/null
</pre>
<p>Replace vmname with the name of your VM. Replace vmusername with the username inside a VM which is typically <kbd>vagrant</kbd>. Replace 88888 with the SSH forwarding port of your VM.</p>

<h3>How to connect from a CS machine</h3>
<p>Add these to your ~/.ssh/config:</p>
<pre>Host vmname
        User vmusername
        ProxyCommand ssh maestro nc localhost 88888
        LogLevel quiet
        StrictHostKeyChecking no
        UserKnownHostsFile /dev/null
</pre>
<p>Replace vmname with the name of your VM. Replace vmusername with the username inside a VM which is typically <kbd>vagrant</kbd>. Replace 88888 with the SSH forwarding port of your VM.</p>

<h3>How to connect from a non-CS machine</h3>
<p>Add these to your ~/.ssh/config: (you also need the snippet from "Basic Information" section above)</p>
<pre>Host vmname
        User vmusername
        ProxyCommand ssh maestro nc localhost 88888
        LogLevel quiet
        StrictHostKeyChecking no
        UserKnownHostsFile /dev/null</pre>
<p>Replace vmname with the name of your VM. Replace vmusername with the username inside a VM which is typically <kbd>vagrant</kbd>. Replace 88888 with the SSH forwarding port of your VM.</p>
<p>If you have an account on dyadis, you may write ProxyCommand as "ProxyCommand ssh csusername@dyadis.cs.arizona.edu nc maestro 88888" for better performance.</p>

<h3>How to share a VM with other user</h3>
<p>Create a user inside the VM. Other user can connect to the VM by means described above.</p>

<h3>System Updates</h3>
<p>You are responsible for system updates on the virtual machines.

<h3>Windows virtual machine</h3>
<p>To create a Windows virtual machine, follow these steps:</p>
<ol>
<li><kbd>vagrant box add /opt/vmapi/osimage/vagrant-Windows10-Enterprise-32bit/20160202.box --name win10-20160202</kbd>
<li>Create a directory for virtual machine configuration, and cd into the directory.
<li><kbd>vagrant init win10-20160202</kbd>
<li>Modify Vagrantfile:
<pre>config.vm.network :forwarded_port, guest: 3389, host: 88888, id: "rdp"
config.vm.network :forwarded_port, guest: 5985, host: 88888, id: "winrm"</pre>
Substitute 88888 with two different ports in your assigned range.
<li><kbd>vagrant up</kbd>
<li>You may now connect to the virtual machine with Microsoft Remote Desktop app.
<li>Activate Windows with <a href="http://uabookstores.arizona.edu/campuslicensing/staff/default.asp#msos">Windows 10 Enterprise product key</a>
</ol>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Junxiao Shi</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2013-02-14T16:55:00Z</dc:date>
    <dc:type>Page</dc:type>
  </item>


  <item rdf:about="http://nrl.cs.arizona.edu/projects/ndn">
    <title>NDN</title>
    <link>http://nrl.cs.arizona.edu/projects/ndn</link>
    <description>Named Data Networking</description>
    
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Beichuan Zhang</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2011-11-03T00:02:06Z</dc:date>
    <dc:type>Folder</dc:type>
  </item>


  <item rdf:about="http://nrl.cs.arizona.edu/projects/greennet">
    <title>GreenNet</title>
    <link>http://nrl.cs.arizona.edu/projects/greennet</link>
    <description>Files related to GreenNet project</description>
    
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>varun  khare</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2011-10-30T21:59:04Z</dc:date>
    <dc:type>Folder</dc:type>
  </item>


  <item rdf:about="http://nrl.cs.arizona.edu/projects/greennet/greennet-energy-management-for-network-infrastructure">
    <title>GreenNet: Energy Management for Network Infrastructure</title>
    <link>http://nrl.cs.arizona.edu/projects/greennet/greennet-energy-management-for-network-infrastructure</link>
    <description>This project will measure and profile the energy consumption of network devices in an underlying network infrastructure. Thereafter we will devise routing techniques and management mechanisms to reduce energy requirements without sacrificing performance.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><strong>GreenTE: Power Aware Traffic Engineering</strong></p>
<p><strong>Problem Statement:</strong> Present-day networks are designed and operated to carry most traffic in the most reliable way without considerations of energy efficiency. A network usually builds many redundant links and aggressively over-provisions link bandwidth to accommodate potential link failures and traffic bursts. &nbsp;This <em>increases network reliability</em> but also <em>greatly reduces network's efficiency</em>.</p>
<p><strong>Idea:</strong> When there are multiple source-destination pairs and the traffic volume on each path is low, one can move traffic to a fewer number of paths so that the other paths do not carry any traffic for an extended period of time.&nbsp;</p>
<p><strong>Challenges:</strong> Network-level solutions require network-wide coordination of routers which, poses following challenges:</p>
<ol><li>How to manipulate routing paths to make as many idle links as possible to maximize the power consumption?</li><li>How to achieve power conservation without significantly affecting network performance and reliability?</li></ol>
<p><strong>GreenTE</strong> is a power-aware traffic engineering mechanism that&nbsp;reduces network power consumption while still maintaining network performance at desired levels.</p>
<p>&nbsp;</p>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>varun  khare</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2011-10-18T05:20:00Z</dc:date>
    <dc:type>Page</dc:type>
  </item>


  <item rdf:about="http://nrl.cs.arizona.edu/projects/ndn/named-data-networking">
    <title>Named Data Networking</title>
    <link>http://nrl.cs.arizona.edu/projects/ndn/named-data-networking</link>
    <description></description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<pre style="text-align: center;"><a href="http://www.named-data.net/">Named Data Networking</a></pre>
<p>Network usage has evolved to be dominated by content distribution and retrieval by users. But the networking technology still speaks only of connections between hosts. To carry the Internet into the future, a conceptually simple yet transformational architectural shift is required, from today's focus on <em>where</em> -- addresses and hosts -- to <em>what --&nbsp;</em>the content that users and applications care about.&nbsp;NDN moves the universal component of the network stack from IP to chunks of named content.</p>
<p style="text-align: center;"><img height="225" src="http://nrl.cs.arizona.edu/projects/ndn/copy2_of_copy_of_NDN.jpg" title="NDN_HourGlass" alt="NDN_HourGlass" class="image-inline image-inline" width="350" />&nbsp;</p>
<pre style="text-align: center;">Routing and Strategy in NDN&nbsp;</pre>
<p><strong>Overview:&nbsp;</strong>Goals</p>
<ul><li><strong>Scalability:</strong> support large number of nodes, links, and names.</li><li><strong>Security:</strong> provide integrity, provenance, and pertinence of routing messages.</li><li><strong>Robustness:</strong> detect and recover form network problems quickly.</li><li><strong>Efficiency:</strong> use network resources efficiently.</li></ul>
<p><strong>Roles:</strong></p>
<ul><li><em>Routing</em> handles topological changes, focuses on scalability and security.</li><li><em>Forwarding strategy</em> handles churn, focuses on robustness and efficiency.</li></ul>
<div style="text-align: center;"><img class="image-inline image-inline" title="NDN_Project_Figure" alt="NDN_Project_Figure" src="http://nrl.cs.arizona.edu/projects/ndn/NDN_Proj_Fig.jpg/image_preview" /></div>
<h2>Link State Routing&nbsp;</h2>
<ul><li>Extend OSPF for name-based routing</li>
<ul><li>Name opaque LSAs to announce name prefixes</li><li>Adjacency opaque LSAs to advertise links between NDN routers</li></ul>
<li>Scale by aggregation</li>
<ul><li>Map application names to ISP-assigned name prefixes</li><li>Global routing is done based on ISP-assigned name prefixes</li></ul>
<li>Local Networks: Bootstrapping edge nodes connectivity</li>
<ul><li>When an end host boots up, it needs to learn the network environment</li></ul>
</ul>
<h2>Routing Security</h2>
<ul><li>Every routing element is named e.g. Autonomous Systems, Routers, Processes, Interfaces, etc.</li><li>Routing updates are signed Data packets</li></ul>
<h2>Forwarding Strategy</h2>
<ul><li>NDN enables adaptive forwarding decisions.</li>
<ul><li>Observe the delivery performance at data plane by matching returned Data and pending Interests.</li><li>Detect problems at the time scale of round-trip time.</li><li>Explore alternative paths without worrying about loops.</li><li>Handle problems such as link failures, prefix hijacking, congestion, etc.</li></ul>
<li>Design and evaluation of different adaptive forwarding strategies.</li></ul>
<h2>Status and Plan</h2>
<ul><li>Local bootstrapping program</li>
<ul><li>To be released in coming months</li></ul>
<li>OSPF name routing</li>
<ul><li>Based on Quagga, under testing, first release planned for coming months on NDN testbed.</li></ul>
<li>Forwarding Strategy</li>
<ul><li>Simulation based study</li></ul>
<li>Routing Security</li>
<ul><li>Basic design; intra-domain implementation first.</li></ul>
</ul>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>varun  khare</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2011-10-18T03:35:00Z</dc:date>
    <dc:type>Page</dc:type>
  </item>


  <item rdf:about="http://nrl.cs.arizona.edu/projects/large-route-leak-detection/detection-results-from-2003-to-2009">
    <title>Detection Results from 2003 to 2009</title>
    <link>http://nrl.cs.arizona.edu/projects/large-route-leak-detection/detection-results-from-2003-to-2009</link>
    <description></description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><span class="Apple-style-span">
</span></p>
<div>
<p><span class="Apple-style-span">
</span></p>
<p>2010:</p>
<table class="plain">
<thead>
<tr>
<th>time</th>
<th>offender AS</th>
<th>AS name</th>
<th>AS location</th>
<th># of offended ASes</th>
<th># of offended prefixes</th>
<th># of offended ip addresses</th>
<th>duration</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>04/08/10</strong></td>
<td><strong>23724</strong></td>
<td><strong>China Telecommunications</strong></td>
<td><strong>China</strong></td>
<td><strong>2289</strong></td>
<td><strong>12115</strong></td>
<td><span class="Apple-style-span"><strong>113,924,096</strong></span></td>
<td><span class="Apple-style-span"><strong>21 mins</strong></span></td>
</tr>
<tr>
<td><strong>04/22/10</strong></td>
<td><span class="Apple-style-span"><strong>11269</strong></span></td>
<td><strong>Dummy object for CW-Bermuda</strong></td>
<td><strong>Bermuda</strong></td>
<td><span class="Apple-style-span"><strong>19</strong></span></td>
<td><span class="Apple-style-span"><strong>83</strong></span></td>
<td><span class="Apple-style-span"><strong>731,904</strong></span></td>
<td><strong>2.32 mins</strong></td>
</tr>
<tr>
<td><strong>05/19/10</strong></td>
<td><strong>10834</strong></td>
<td><strong>Telefonica Data Argentina</strong></td>
<td><strong>Argentina</strong></td>
<td><strong>14</strong></td>
<td><strong>85</strong></td>
<td><span class="Apple-style-span"><strong>141,824</strong></span></td>
<td><strong>42.9 mins</strong></td>
</tr>
<tr>
<td><strong>08/12/10</strong></td>
<td><strong>5</strong></td>
<td><strong>SYMBOLICS</strong></td>
<td><strong>U.S.</strong></td>
<td><strong>15</strong></td>
<td><strong>32</strong></td>
<td><span class="Apple-style-span"><strong>98,816</strong></span></td>
<td><strong>5.28 mins</strong></td>
</tr>
<tr>
<td><strong>&nbsp;09/10/10</strong></td>
<td><strong>&nbsp;27986</strong></td>
<td><strong>&nbsp;ENTEL CHILE S.A.</strong></td>
<td><strong>&nbsp;Chile</strong></td>
<td><strong>&nbsp;18</strong></td>
<td><strong>&nbsp;356</strong></td>
<td><strong>&nbsp;628480</strong></td>
<td><strong>&nbsp;9.07 mins</strong></td>
</tr>
<tr>
<td><strong>&nbsp;10/04/10</strong></td>
<td><strong>&nbsp;33770</strong></td>
<td><strong>&nbsp;Kenya Data Networks</strong></td>
<td><strong>&nbsp;Kenya</strong></td>
<td><strong>&nbsp;20</strong></td>
<td><strong>&nbsp;188</strong></td>
<td><strong>&nbsp;393216</strong></td>
<td><strong>&nbsp;20.67 mins</strong></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>2009:</p>
<table class="plain">
<thead>
<tr>
<th>time</th>
<th>offender AS</th>
<th>AS name</th>
<th>AS location</th>
<th># of offended ASes</th>
<th># of offended prefixes</th>
<th># of offended ip blocks</th>
<th>duration</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>02/14/09</strong></td>
<td><strong>8895</strong></td>
<td><strong>ISU Riyadh AS</strong></td>
<td><strong>Saudi Arabia</strong></td>
<td><strong>31</strong></td>
<td><strong>243</strong></td>
<td><strong>289,280</strong></td>
<td><strong>1.96 hours</strong></td>
</tr>
<tr>
<td><strong>04/07/09</strong></td>
<td><strong>36873</strong></td>
<td><strong>CELTEL</strong></td>
<td><strong>NIGERIA</strong></td>
<td><strong>15</strong></td>
<td><strong>45</strong></td>
<td><strong>27,392</strong></td>
<td><strong>9.98 mins</strong></td>
</tr>
<tr>
<td><strong>05/05/09</strong></td>
<td><strong>10834</strong></td>
<td><strong>Telefonica Data Argentina</strong></td>
<td><strong>Argentina</strong></td>
<td><strong>91</strong></td>
<td><strong>1,108</strong></td>
<td><strong>1,713,664</strong></td>
<td><strong>3.06 hours</strong></td>
</tr>
<tr>
<td><strong>07/12/09</strong></td>
<td><strong>29568</strong></td>
<td><strong>COMTEL</strong></td>
<td><strong>Romania</strong></td>
<td><strong>17</strong></td>
<td><strong>56</strong></td>
<td><strong>20,480</strong></td>
<td><strong>23.45 mins</strong></td>
</tr>
<tr>
<td><strong>07/22/09</strong></td>
<td><strong>8997</strong></td>
<td><strong>SPBNIT OJSC North-West Telecom</strong></td>
<td><strong>Russia</strong></td>
<td><strong>173</strong></td>
<td><strong>351</strong></td>
<td><strong>101,500,416</strong></td>
<td><strong>59 secs</strong></td>
</tr>
<tr>
<td><strong>08/12/09</strong></td>
<td><strong>4800</strong></td>
<td><strong>LINTASARTA</strong></td>
<td><strong>Indonesia</strong></td>
<td><strong>13</strong></td>
<td><strong>39</strong></td>
<td><strong>18,176</strong></td>
<td><strong>32 secs</strong></td>
</tr>
<tr>
<td><strong>08/13/09</strong></td>
<td><strong>4800</strong></td>
<td><strong>LINTASARTA</strong></td>
<td><strong>Indonesia</strong></td>
<td><strong>68</strong></td>
<td><strong>492</strong></td>
<td><strong>685,568</strong></td>
<td><strong>7.82 hours</strong></td>
</tr>
<tr>
<td><strong>12/04/09</strong></td>
<td><strong>31501</strong></td>
<td><strong>SPBTELEPORT</strong></td>
<td><strong>Russia</strong></td>
<td><strong>19</strong></td>
<td><strong>77</strong></td>
<td><strong>1,574,400</strong></td>
<td><strong>68 secs</strong></td>
</tr>
<tr>
<td><strong>12/15/09</strong></td>
<td><strong>39386</strong></td>
<td><strong>Saudi Telecom</strong></td>
<td><strong>Saudi Arabia</strong></td>
<td><strong>24</strong></td>
<td><strong>67</strong></td>
<td><strong>664,064</strong></td>
<td><strong>62 secs</strong></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>2008:</p>
<p style="text-align: center;"><span class="Apple-style-span"><strong><span class="Apple-style-span">
<table class="plain">
<thead>
<tr>
<th>time</th>
<th>offender AS</th>
<th>AS name</th>
<th>AS location</th>
<th># of offended ASes</th>
<th># of offended prefixes</th>
<th># of offended ip blocks</th>
<th>duration</th>
</tr>
<tr>
<td>04/28/08</td>
<td><span class="Apple-style-span">44237&nbsp;</span></td>
<td><span class="Apple-style-span">Joint-Stock Central Telecom</span></td>
<td><span class="Apple-style-span">Russia</span></td>
<td><span class="Apple-style-span">13&nbsp;</span></td>
<td><span class="Apple-style-span">21</span></td>
<td><span class="Apple-style-span"><span class="Apple-style-span">82688</span>&nbsp;</span></td>
<th><span class="Apple-style-span">7.86 mins&nbsp;</span></th>
</tr>
<tr>
<td><span class="Apple-style-span"><span class="Apple-style-span">&nbsp;06/17/08</span></span></td>
<td><span class="Apple-style-span"><span class="Apple-style-span"><span class="Apple-style-span">&nbsp;8953</span></span></span></td>
<td><span class="Apple-style-span">Orange Romania&nbsp;</span></td>
<td><span class="Apple-style-span">&nbsp;<span class="Apple-style-span">Romania</span></span></td>
<td><span class="Apple-style-span">&nbsp;<span class="Apple-style-span">113</span></span></td>
<td><span class="Apple-style-span">218&nbsp;</span></td>
<td><span class="Apple-style-span">113920&nbsp;</span></td>
<th><span class="Apple-style-span">2.12 mins&nbsp;</span></th>
</tr>
<tr>
<td><span class="Apple-style-span">&nbsp;08/26/08</span></td>
<td><span class="Apple-style-span">&nbsp;<span class="Apple-style-span">24739</span></span></td>
<td><span class="Apple-style-span"><span class="Apple-style-span"><span class="Apple-style-span">Severen-Telecom&nbsp;</span></span></span></td>
<td><span class="Apple-style-span">&nbsp;<span class="Apple-style-span">Russia</span></span></td>
<td><span class="Apple-style-span">16&nbsp;</span></td>
<td><span class="Apple-style-span">42&nbsp;</span></td>
<td><span class="Apple-style-span">107008&nbsp;</span></td>
<th><span class="Apple-style-span">&nbsp;18.02 mins</span></th>
</tr>
<tr>
<td><span class="Apple-style-span">&nbsp;<span class="Apple-style-span">09/22/08</span></span></td>
<td><span class="Apple-style-span"><span class="Apple-style-span"><span class="Apple-style-span">&nbsp;8997</span></span></span></td>
<td><span class="Apple-style-span">SPBNIT OJSC North-West Telecom&nbsp;</span></td>
<td><span class="Apple-style-span">&nbsp;<span class="Apple-style-span">Russia</span></span></td>
<td><span class="Apple-style-span">&nbsp;15270</span></td>
<td><span class="Apple-style-span">&nbsp;116753</span></td>
<td><span class="Apple-style-span"><span class="Apple-style-span"><span class="Apple-style-span">&nbsp;1521397056</span></span></span></td>
<th><span class="Apple-style-span">21.66 hours&nbsp;</span></th>
</tr>
<tr>
<td><span class="Apple-style-span">12/31/08</span></td>
<td><span class="Apple-style-span"><span class="Apple-style-span"><span class="Apple-style-span">&nbsp;1967</span></span></span></td>
<td><span class="Apple-style-span">Middle East Technical University&nbsp;</span></td>
<td><span class="Apple-style-span">Turkey&nbsp;</span></td>
<td><span class="Apple-style-span">17&nbsp;</span></td>
<td><span class="Apple-style-span"><span class="Apple-style-span">49</span>&nbsp;</span></td>
<td><span class="Apple-style-span">469504&nbsp;</span></td>
<th><span class="Apple-style-span">5.72 mins&nbsp;</span></th>
</tr>
<tr>
<td><span class="Apple-style-span">12/31/08&nbsp;</span></td>
<td><span class="Apple-style-span"><span class="Apple-style-span"><span class="Apple-style-span">&nbsp;6849</span></span></span></td>
<td><span class="Apple-style-span">UKRTELNET JSC UKRTELECOM&nbsp;</span></td>
<td><span class="Apple-style-span">Ukraine&nbsp;</span></td>
<td><span class="Apple-style-span">&nbsp;38</span></td>
<td><span class="Apple-style-span">52&nbsp;</span></td>
<td><span class="Apple-style-span">25856&nbsp;</span></td>
<th>2.22 hours</th>
</tr>
</thead>
</table>
</span></strong></span></p>
<p><span class="Apple-style-span"><br /></span></p>
<p><span class="Apple-style-span">2007:</span></p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span">
<table class="plain">
<thead>
<tr>
<th>time</th>
<th>offender AS</th>
<th>AS name</th>
<th>AS location</th>
<th># of offended ASes</th>
<th># of offended prefixes</th>
<th># of offended ip blocks</th>
<th>&nbsp;duration</th>
</tr>
<tr>
<td><span class="Apple-style-span">&nbsp;02/02/07</span></td>
<th>&nbsp;<span class="Apple-style-span">17175</span></th>
<td>&nbsp;New Skies Satellites UK</td>
<td><span class="Apple-style-span">U.S.&nbsp;</span></td>
<td><span class="Apple-style-span">13&nbsp;</span></td>
<td><span class="Apple-style-span">14&nbsp;</span></td>
<th><span class="Apple-style-span">37,376&nbsp;</span></th>
<th><span class="Apple-style-span">9.95 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">02/20/07&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;29835</span></th>
<th><span class="Apple-style-span">&nbsp;New Skies Satellites N.V.</span></th>
<th><span class="Apple-style-span">&nbsp;U.S.</span></th>
<th><span class="Apple-style-span">22&nbsp;</span></th>
<th><span class="Apple-style-span">49&nbsp;</span></th>
<th><span class="Apple-style-span">47,872&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;5.62 hours</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;03/01/07</span></th>
<th><span class="Apple-style-span">17175&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;New Skies Satellites UK</span></th>
<th><span class="Apple-style-span">U.S.&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;20</span></th>
<th><span class="Apple-style-span">29&nbsp;</span></th>
<th>41216&nbsp;</th>
<th><span class="Apple-style-span">&nbsp;2.25 mins</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">05/29/07&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;4795</span></th>
<th><span class="Apple-style-span">INDOSATM2&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;Indonesia</span></th>
<th><span class="Apple-style-span">&nbsp;40</span></th>
<th><span class="Apple-style-span">218&nbsp;</span></th>
<th><span class="Apple-style-span">68608&nbsp;</span></th>
<th>13.7 mins&nbsp;</th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;06/16/07</span></th>
<th><span class="Apple-style-span">&nbsp;6198</span></th>
<th><span class="Apple-style-span">BellSouth Network Solutions&nbsp;</span></th>
<th><span class="Apple-style-span">U.S.&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;12</span></th>
<th><span class="Apple-style-span">65&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;1327104</span></th>
<th><span class="Apple-style-span">12.04 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;08/20/07</span></th>
<th><span class="Apple-style-span">&nbsp;29835</span></th>
<th><span class="Apple-style-span">&nbsp;New Skies Satellites N.V.</span></th>
<th><span class="Apple-style-span">&nbsp;U.S.</span></th>
<th><span class="Apple-style-span">&nbsp;21</span></th>
<th><span class="Apple-style-span">48&nbsp;</span></th>
<th><span class="Apple-style-span">43776&nbsp;</span></th>
<th><span class="Apple-style-span">5.97 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;11/19/07</span></th>
<th><span class="Apple-style-span">26608&nbsp;</span></th>
<th><span class="Apple-style-span">SkyOnline do Brasil&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;Brazil</span></th>
<th><span class="Apple-style-span">&nbsp;191</span></th>
<th><span class="Apple-style-span">589&nbsp;</span></th>
<th><span class="Apple-style-span">110,049,536&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;21.68 mins</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;11/30/07</span></th>
<th><span class="Apple-style-span">&nbsp;10139</span></th>
<th><span class="Apple-style-span">Smart Broadband&nbsp;</span></th>
<th><span class="Apple-style-span">Philippines&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;18</span></th>
<th><span class="Apple-style-span">21&nbsp;</span></th>
<th><span class="Apple-style-span">302592&nbsp;</span></th>
<th>22.47 mins&nbsp;</th>
</tr>
</thead>
</table>
<br /></span></strong></span></p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span"><br /></span></strong></span></p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span">2006:</span></strong></span></p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span">
<table class="plain">
<thead>
<tr>
<th>time</th>
<th>offender AS</th>
<th>AS name</th>
<th>AS location</th>
<th># of offended ASes</th>
<th># of offended prefixes</th>
<th># of offended ip blocks</th>
<th>&nbsp;duration</th>
</tr>
<tr>
<th>&nbsp;<span class="Apple-style-span">02/25/06</span></th>
<th><span class="Apple-style-span">9121&nbsp;</span></th>
<th><span class="Apple-style-span">TTnet&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;Turkey</span></th>
<th><span class="Apple-style-span">&nbsp;712</span></th>
<th><span class="Apple-style-span">&nbsp;1479</span></th>
<th><span class="Apple-style-span">68459264&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;33.07 mins</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">02/28/06&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;25185</span></th>
<th><span class="Apple-style-span">PHARMASUPPORT</span></th>
<th><span class="Apple-style-span">&nbsp;Russia</span></th>
<th><span class="Apple-style-span">20&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;34</span></th>
<th><span class="Apple-style-span">&nbsp;570425344</span></th>
<th><span class="Apple-style-span">10.32 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;03/08/06</span></th>
<th><span class="Apple-style-span">9070&nbsp;</span></th>
<th><span class="Apple-style-span">ITD Network Bulgarian&nbsp;</span></th>
<th><span class="Apple-style-span">Bulgaria&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;11</span></th>
<th><span class="Apple-style-span">&nbsp;31</span></th>
<th><span class="Apple-style-span">&nbsp;15104</span></th>
<th><span class="Apple-style-span">4.92 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">03/17/06&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;174</span></th>
<th><span class="Apple-style-span">&nbsp;Cogent</span></th>
<th><span class="Apple-style-span">&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;25</span></th>
<th><span class="Apple-style-span">33&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;112128</span></th>
<th><span class="Apple-style-span">16.45 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;04/09/06</span></th>
<th><span class="Apple-style-span">&nbsp;23520</span></th>
<th><span class="Apple-style-span">&nbsp;Columbus Networks USA</span></th>
<th><span class="Apple-style-span">&nbsp;USA</span></th>
<th><span class="Apple-style-span">1469</span></th>
<th><span class="Apple-style-span">3300</span></th>
<th><span class="Apple-style-span">35580416</span></th>
<th><span class="Apple-style-span">&nbsp;3.17 hours</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">06/07/06&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;23520</span></th>
<th><span class="Apple-style-span">Columbus Networks USA&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;USA</span></th>
<th><span class="Apple-style-span">507&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;1654</span></th>
<th><span class="Apple-style-span">60352000&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;31.5 mins</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;06/29/06</span></th>
<th><span class="Apple-style-span">9476&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;IntraPower Pty. Ltd.</span></th>
<th><span class="Apple-style-span">Australia&nbsp;</span></th>
<th><span class="Apple-style-span">97&nbsp;</span></th>
<th><span class="Apple-style-span">238&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;622848</span></th>
<th><span class="Apple-style-span">8.65 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">06/30/06&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;9476</span></th>
<th><span class="Apple-style-span">&nbsp;IntraPower Pty. Ltd.</span></th>
<th><span class="Apple-style-span">Australia&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;197</span></th>
<th><span class="Apple-style-span">755&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;17366528</span></th>
<th><span class="Apple-style-span">20.41 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;07/01/06</span></th>
<th><span class="Apple-style-span">&nbsp;9476</span></th>
<th><span class="Apple-style-span">IntraPower Pty. Ltd.&nbsp;</span></th>
<th><span class="Apple-style-span">Australia&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;44</span></th>
<th><span class="Apple-style-span">169&nbsp;</span></th>
<th><span class="Apple-style-span">639488&nbsp;</span></th>
<th><span class="Apple-style-span">4.37 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;07/02/06</span></th>
<th><span class="Apple-style-span">9476&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;IntraPower Pty. Ltd.</span></th>
<th><span class="Apple-style-span">Australia&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;337</span></th>
<th><span class="Apple-style-span">&nbsp;1152</span></th>
<th><span class="Apple-style-span">25276416&nbsp;</span></th>
<th><span class="Apple-style-span">14.71 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">07/28/06&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;16150</span></th>
<th><span class="Apple-style-span">&nbsp;Port80</span></th>
<th><span class="Apple-style-span">Sweden&nbsp;</span></th>
<th><span class="Apple-style-span">20&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;20</span></th>
<th><span class="Apple-style-span">40192&nbsp;</span></th>
<th><span class="Apple-style-span">17.35 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;09/07/06</span></th>
<th><span class="Apple-style-span">9121&nbsp;</span></th>
<th><span class="Apple-style-span">TTnet&nbsp;</span></th>
<th><span class="Apple-style-span">Turkey&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;480</span></th>
<th><span class="Apple-style-span">&nbsp;1166</span></th>
<th><span class="Apple-style-span">136253184&nbsp;</span></th>
<th><span class="Apple-style-span">27.83 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">09/08/06&nbsp;</span></th>
<th><span class="Apple-style-span">9121&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;TTnet</span></th>
<th><span class="Apple-style-span">Turkey&nbsp;</span></th>
<th><span class="Apple-style-span">33&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;154</span></th>
<th><span class="Apple-style-span">&nbsp;12051968</span></th>
<th><span class="Apple-style-span">2.65 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">10/16/06&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;6386</span></th>
<th><span class="Apple-style-span">&nbsp;BellSouth.net Inc.</span></th>
<th><span class="Apple-style-span">U.S.&nbsp;</span></th>
<th><span class="Apple-style-span">14&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;80</span></th>
<th><span class="Apple-style-span">73984</span></th>
<th><span class="Apple-style-span">11.79 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;11/20/06</span></th>
<th><span class="Apple-style-span">10834&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;Telefonica Data Argentina S.A.</span></th>
<th><span class="Apple-style-span">Argentina&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;14</span></th>
<th><span class="Apple-style-span">75&nbsp;</span></th>
<th><span class="Apple-style-span">75264&nbsp;</span></th>
<th><span class="Apple-style-span">11.25 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;11/29/06</span></th>
<th><span class="Apple-style-span">&nbsp;4761</span></th>
<th><span class="Apple-style-span">&nbsp;INDOSAT</span></th>
<th><span class="Apple-style-span">Indonesia&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;896</span></th>
<th><span class="Apple-style-span">&nbsp;3293</span></th>
<th><span class="Apple-style-span">55151104&nbsp;</span></th>
<th><span class="Apple-style-span">58.77 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;12/10/06</span></th>
<th><span class="Apple-style-span">4761&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;INDOSAT</span></th>
<th><span class="Apple-style-span">Indonesia&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;18</span></th>
<th><span class="Apple-style-span">&nbsp;19</span></th>
<th><span class="Apple-style-span">&nbsp;94976</span></th>
<th><span class="Apple-style-span">&nbsp;1.5 mins</span></th>
</tr>
</thead>
</table>
</span></strong></span></span></strong></span></p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span"><br /></span></strong></span></p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span">2005:</span></strong></span></p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span">
<table class="plain">
<thead>
<tr>
<th>time</th>
<th>offender AS</th>
<th>AS name</th>
<th>AS location</th>
<th># of offended ASes</th>
<th># of offended prefixes</th>
<th># of offended ip blocks</th>
<th>&nbsp;duration</th>
</tr>
<tr>
<th><span class="Apple-style-span">05/11/05&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;34935</span></th>
<th><span class="Apple-style-span">Doom Ltd.,Game Clubs&nbsp;</span></th>
<th><span class="Apple-style-span">Bulgaria&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;32</span></th>
<th><span class="Apple-style-span">&nbsp;158</span></th>
<th><span class="Apple-style-span">71680&nbsp;</span></th>
<th><span class="Apple-style-span">5.4 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;1018/05</span></th>
<th><span class="Apple-style-span">13228&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;Digital Generation</span></th>
<th><span class="Apple-style-span">&nbsp;Ukraine</span></th>
<th><span class="Apple-style-span">68&nbsp;</span></th>
<th><span class="Apple-style-span">103&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;97536</span></th>
<th><span class="Apple-style-span">3.75 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">10/20/05&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;13228</span></th>
<th><span class="Apple-style-span">Digital Generation</span></th>
<th><span class="Apple-style-span">&nbsp;Ukraine</span></th>
<th><span class="Apple-style-span">&nbsp;19</span></th>
<th><span class="Apple-style-span">27&nbsp;</span></th>
<th><span class="Apple-style-span">19712&nbsp;</span></th>
<th><span class="Apple-style-span">12.15 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">11/07/05&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;3561</span></th>
<th><span class="Apple-style-span">Savvis&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;U.S.</span></th>
<th><span class="Apple-style-span">941&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;2341</span></th>
<th><span class="Apple-style-span">38642688&nbsp;</span></th>
<th><span class="Apple-style-span">5.18 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;12/11/05</span></th>
<th><span class="Apple-style-span">&nbsp;7509</span></th>
<th><span class="Apple-style-span">&nbsp;HINET Hokkaido University</span></th>
<th><span class="Apple-style-span">&nbsp;Japan</span></th>
<th><span class="Apple-style-span">&nbsp;15</span></th>
<th><span class="Apple-style-span">&nbsp;13</span></th>
<th><span class="Apple-style-span">67502848&nbsp;</span></th>
<th><span class="Apple-style-span">1.13 mins&nbsp;</span></th>
</tr>
</thead>
</table>
</span></strong></span></span></strong></span></span></strong></span></p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span"><br /></span></strong></span></p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span">2004:</span></strong></span></p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span">
<table class="plain">
<thead>
<tr>
<th>time</th>
<th>offender AS</th>
<th>AS name</th>
<th>AS location</th>
<th># of offended ASes</th>
<th># of offended prefixes</th>
<th># of offended ip blocks</th>
<th>&nbsp;duration</th>
</tr>
<tr>
<th>&nbsp;<span class="Apple-style-span">01/14/04</span></th>
<th><span class="Apple-style-span">&nbsp;12635</span></th>
<th><span class="Apple-style-span">&nbsp;ONE GmbH</span></th>
<th><span class="Apple-style-span">&nbsp;Austria</span></th>
<th><span class="Apple-style-span">&nbsp;57</span></th>
<th><span class="Apple-style-span">&nbsp;122</span></th>
<th><span class="Apple-style-span">4105216&nbsp;</span></th>
<th><span class="Apple-style-span">54 secs&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;01/09/04</span></th>
<th><span class="Apple-style-span">&nbsp;4761</span></th>
<th><span class="Apple-style-span">INDOSAT&nbsp;</span></th>
<th><span class="Apple-style-span">Indonesia&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;12</span></th>
<th><span class="Apple-style-span">23&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;54784</span></th>
<th><span class="Apple-style-span">2.62 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">02/10/04&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;4795</span></th>
<th><span class="Apple-style-span">&nbsp;INDOSATM2</span></th>
<th><span class="Apple-style-span">&nbsp;Indonesia</span></th>
<th><span class="Apple-style-span">766&nbsp;</span></th>
<th><span class="Apple-style-span">1829&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;91421952</span></th>
<th><span class="Apple-style-span">&nbsp;70.75 mins</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">02/18/04&nbsp;</span></th>
<th><span class="Apple-style-span">4795&nbsp;</span></th>
<th><span class="Apple-style-span">INDOSATM2&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;Indonesia</span></th>
<th><span class="Apple-style-span">&nbsp;75</span></th>
<th><span class="Apple-style-span">522&nbsp;</span></th>
<th><span class="Apple-style-span">580352&nbsp;</span></th>
<th><span class="Apple-style-span">16.68 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;09/20/04</span></th>
<th><span class="Apple-style-span">&nbsp;32642</span></th>
<th><span class="Apple-style-span">ARBINET-THEXCHANGE, INC.&nbsp;</span></th>
<th><span class="Apple-style-span">U.S.&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;26</span></th>
<th><span class="Apple-style-span">24&nbsp;</span></th>
<th><span class="Apple-style-span">213760&nbsp;</span></th>
<th><span class="Apple-style-span">3 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;09/21/04</span></th>
<th><span class="Apple-style-span">&nbsp;32642</span></th>
<th><span class="Apple-style-span">ARBINET-THEXCHANGE, INC.&nbsp;</span></th>
<th><span class="Apple-style-span">U.S.&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;28</span></th>
<th><span class="Apple-style-span">26&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;185344</span></th>
<th><span class="Apple-style-span">5.47 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;12/24/04</span></th>
<th><span class="Apple-style-span">&nbsp;9121</span></th>
<th><span class="Apple-style-span">TTnet&nbsp;</span></th>
<th><span class="Apple-style-span">Tureky&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;13685</span></th>
<th><span class="Apple-style-span">102245&nbsp;</span></th>
<th><span class="Apple-style-span">999,915,008&nbsp;</span></th>
<th><span class="Apple-style-span">11 hours&nbsp;</span></th>
</tr>
</thead>
</table>
<br /></span></strong></span></span></strong></span></span></strong></span></span></strong></span></p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span">2003:</span></strong></span></span></strong></span></span></strong></span></span></strong></span></p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span">
<table class="plain">
<thead>
<tr>
<th>time</th>
<th>offender AS</th>
<th>AS name</th>
<th>AS location</th>
<th># of offended ASes</th>
<th># of offended prefixes</th>
<th># of offended ip blocks</th>
<th>&nbsp;duration</th>
</tr>
<tr>
<th><span class="Apple-style-span">01/06/03&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;17175</span></th>
<th><span class="Apple-style-span">&nbsp;New Skies Satellites UK</span></th>
<th><span class="Apple-style-span">&nbsp;U.S.</span></th>
<th><span class="Apple-style-span">&nbsp;15</span></th>
<th><span class="Apple-style-span">56&nbsp;</span></th>
<th><span class="Apple-style-span">132864&nbsp;</span></th>
<th><span class="Apple-style-span">27.52 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;03/03/03</span></th>
<th><span class="Apple-style-span">&nbsp;12956</span></th>
<th><span class="Apple-style-span">&nbsp;Telefonica Backbone</span></th>
<th><span class="Apple-style-span">Spain&nbsp;</span></th>
<th><span class="Apple-style-span">2132&nbsp;</span></th>
<th><span class="Apple-style-span">6723&nbsp;</span></th>
<th><span class="Apple-style-span">280930560&nbsp;</span></th>
<th><span class="Apple-style-span">22.34 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">03/07/03&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;9270</span></th>
<th><span class="Apple-style-span">&nbsp;Asia Pacific Advanced Network Korea</span></th>
<th><span class="Apple-style-span">Korea&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;100</span></th>
<th><span class="Apple-style-span">120&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;139664896</span></th>
<th><span class="Apple-style-span">1.63 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;03/10/03</span></th>
<th><span class="Apple-style-span">12956&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;Telefonica Backbone&nbsp;</span></th>
<th><span class="Apple-style-span">Spain&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;2210</span></th>
<th><span class="Apple-style-span">&nbsp;8111</span></th>
<th><span class="Apple-style-span">150708480&nbsp;</span></th>
<th><span class="Apple-style-span">40.67 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">05/27/03&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;6746</span></th>
<th><span class="Apple-style-span">ASTRAL Telecom SA, Romania&nbsp;</span></th>
<th><span class="Apple-style-span">Romania&nbsp;</span></th>
<th><span class="Apple-style-span">43&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;117</span></th>
<th><span class="Apple-style-span">50944&nbsp;</span></th>
<th>1.03 hours</th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;06/26/03</span></th>
<th><span class="Apple-style-span">&nbsp;2500</span></th>
<th><span class="Apple-style-span">WIDE Project&nbsp;</span></th>
<th><span class="Apple-style-span">Japan&nbsp;</span></th>
<th><span class="Apple-style-span">185&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;1052</span></th>
<th><span class="Apple-style-span">14434736&nbsp;</span></th>
<th><span class="Apple-style-span">1.30 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;07/11/03</span></th>
<th><span class="Apple-style-span">&nbsp;7539</span></th>
<th><span class="Apple-style-span">&nbsp;TANet2</span></th>
<th><span class="Apple-style-span">Taiwan&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;82</span></th>
<th><span class="Apple-style-span">526&nbsp;</span></th>
<th><span class="Apple-style-span">8924928&nbsp;</span></th>
<th><span class="Apple-style-span">1.23 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;09/25/03</span></th>
<th><span class="Apple-style-span">29259&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;Teleport, DE</span></th>
<th><span class="Apple-style-span">&nbsp;Germany</span></th>
<th><span class="Apple-style-span">&nbsp;117</span></th>
<th><span class="Apple-style-span">164&nbsp;</span></th>
<th><span class="Apple-style-span">621440&nbsp;</span></th>
<th><span class="Apple-style-span">23.75 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;10/09/03</span></th>
<th><span class="Apple-style-span">1239&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;Sprint</span></th>
<th><span class="Apple-style-span">U.S.&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;20</span></th>
<th><span class="Apple-style-span">21&nbsp;</span></th>
<th><span class="Apple-style-span">160000&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;2 mins</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;11/02/03</span></th>
<th><span class="Apple-style-span">&nbsp;17964</span></th>
<th><span class="Apple-style-span">Beijing Dian-Xin-Tong Network Technologies Co.&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;China</span></th>
<th><span class="Apple-style-span">&nbsp;11</span></th>
<th><span class="Apple-style-span">&nbsp;12</span></th>
<th><span class="Apple-style-span">20736&nbsp;</span></th>
<th><span class="Apple-style-span">45.02 mins&nbsp;</span></th>
</tr>
</thead>
</table>
</span></strong></span></span></strong></span></span></strong></span></span></strong></span></span></strong></span></span></strong></span></span></strong></span></span></strong></span></p>
</div>
<p>&nbsp;</p>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Qing Ju</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2011-03-28T22:50:00Z</dc:date>
    <dc:type>Page</dc:type>
  </item>


  <item rdf:about="http://nrl.cs.arizona.edu/resources/conferences/networks-conference-deadline">
    <title>Networks Conference Deadline</title>
    <link>http://nrl.cs.arizona.edu/resources/conferences/networks-conference-deadline</link>
    <description>A page tracking the deadline</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a class="external-link" href="http://confsearch.org/confsearch/faces/pages/topic.jsp?topic=Networks&amp;sortMode=1&amp;graphicView=1">http://confsearch.org/confsearch/faces/pages/topic.jsp?topic=Networks&amp;sortMode=1&amp;graphicView=1</a></p>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Xin Zhao</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2010-03-24T17:15:29Z</dc:date>
    <dc:type>Page</dc:type>
  </item>


  <item rdf:about="http://nrl.cs.arizona.edu/projects/fib-aggregation">
    <title>FIB Aggregation</title>
    <link>http://nrl.cs.arizona.edu/projects/fib-aggregation</link>
    <description></description>
    
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Xin Zhao</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2010-03-24T17:06:09Z</dc:date>
    <dc:type>Folder</dc:type>
  </item>


  <item rdf:about="http://nrl.cs.arizona.edu/projects/fib-aggregation/ortc-update-handling">
    <title>ORTC Update Handling</title>
    <link>http://nrl.cs.arizona.edu/projects/fib-aggregation/ortc-update-handling</link>
    <description></description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<h2 style="text-align: center;">ORTC Update Hanlding</h2>
<h3>Announcement</h3>
<p>1. Existing Node</p>
&nbsp;&nbsp;&nbsp; <strong>1.1 Leaf node</strong>
<p>&nbsp;</p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>1.1.1 announced nexthop is the as old original_nexthop</strong>
<p>&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.1.1.1 change node type to REAL_NODE</p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>1.2.1&nbsp; announced nexthop is different from old origial_nexthop</strong>
<p>&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get node's nearest IN_FIB ancestor</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.1.1 change node's selected_nexthop,original nexthop,merged_nexthop to new announced nexthop</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.1.2 get nearest IN_FIB ancestor.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.1.3 update subtree of the node by using almost the same algorithms as aggregation part. The difference is when one node</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; is added into FIB, the new one will try to aggregate it with its sibling node.It will use the nearest IN_FIB ancestor to decide whether one node will be</p>
<p>IN_FIB or NON_FIB.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.1.4 aggregate current node with its sibling nodes if they're adjcent and have the same selected_nexthop</p>
&nbsp;&nbsp;&nbsp; <strong>1.2 Internal Node<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </strong>
<p>Get node's nearest IN_FIB ancestor.</p>
<strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.1 Announced nexthop is the as old original_nexthop</strong>
<p>&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.1.1 Node is FAKE_NODE</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.1.1.1 change node to REAL_NODE</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.1.1.2 Update Fake node in the sub tree of this node.When doing this, FAKE_NODE and TMP_NODE's original nexthop,merged_nexthops will be updated and the algorithm will stop at REAL_NODE with updating its merged_nexthops to its original nexthop.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.1.1.3 Update current node's merged_nexthops</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.1.1.4 update subtree of the node.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.1.1.5 aggregte current node with its sibling nodes if feasible</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.1.2 Node is TMP_NODE</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.1.2.1 Change node type to REAL_NODE</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.1.3 Node is REAL_NODE</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; do nothing</p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>1.2.2 Announced nexthop is different from the old original_nexthop</strong>
<p>&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get node's nearest IN_FIB ancestor.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2.1 Node is FAKE_NODE</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2.1.1 Change node to REAL_NODE</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2.1.2 Change node's original nexhop to new one</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2.1.3 Update FAKE_NODE and TMP_NODE in the subtree of this node.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2.1.4 Update Current node's merged_nexthops</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2.1.5 Update subtree of the node</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2.1.6 aggregate current node with its sibling nodes if feasible&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2.2 Node is TMP_NDOE</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2.2.1 Change node to REAL_NODE</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2.2.2 Change node's original nexhop to new one</p>
<p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2.2.3 Update FAKE_NODE and TMP_NODE in the subtree of this node.</p>
<p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2.2.4 Update Current node's merged_nexthops</p>
<p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2.2.5 Update subtree of the node</p>
<p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2.2.6 aggregate current node with its sibling nodes if feasible&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2.3 NODE is REAL_NODE</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2.3.1 Change node's original nexhop to new one</p>
<p>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2.3.2 Update FAKE_NODE and TMP_NODE in the subtree of this node.</p>
<p>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2.3.3 Update Current node's merged_nexthops</p>
<p>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2.3.4 Update subtree of the node</p>
<p>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.2.2.3.5 aggregate current node with its sibling nodes if feasible&nbsp;</p>
<p>2. New Node</p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>2.1 add node to RIB first<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.2 get node's nearest IN_FIB ancestor<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.3 node is leaf node<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </strong>2.3.1<strong> </strong>set node's original_nexthop,selected_nexthop and merged_nexthop as the announced nexthop<strong><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </strong>
<p>2.3.2 update subtree of this node</p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.3.3 aggregate sibling node if feasible.<strong><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.4 node is internal node</strong>
<p>&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.4.1 Update FAKE_NODE and TMP_NODE in the subtree of this node.</p>
<p>


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.4.2 set Current node's merged_nexthops</p>
<p>


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.4.3 Update subtree of the node</p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.4.4 aggregate current node with its sibling nodes if feasible&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;
<h3>Withdrawl</h3>
<strong>1. Leaf Node</strong>
<p>&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp; 1.1 Get nearest IN_FIB ancestor</p>
<p>&nbsp;&nbsp;&nbsp; 1.2 IF node is IN_FIB, remove node from FIB</p>
<p>&nbsp;&nbsp;&nbsp; 1.3 Get nearest REAL_NODE</p>
<p>&nbsp;&nbsp;&nbsp; 1.4 set node's original_nexthop</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.4.1 if nearest REAL_NODE exist and its prefix length larger than nearest IN_FIB ancestor prefix length, set node's original_nexthop as nearest REAL_NODE's.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.4.2 else set it as the nearest IN_FIB ancestor's.</p>
<p>&nbsp;&nbsp; 1.5 set node's selected_nexthop as -1</p>
<p>&nbsp;&nbsp; 1.6 set node's merged nexthop as the new original nexhop</p>
<p>&nbsp;&nbsp; 1.7 update subtree of this node</p>
<p>&nbsp;&nbsp; 1.8 aggregate current node with its sibling nodes if feasible recursively</p>
<p>&nbsp;&nbsp; 1.9 if node is NON_FIB,nearest IN_FIB ancestor is TMP_NODE and nearest IN_FIB ancestor original_nexthop is -1, recursively de-aggregate nearest IN_FIB</p>
<p>ancestor until nearest IN_FIB ancestor is REAL_NODE or is NULL. This step is for not inserting NULL node at root. Because if we do not de-aggregate those TMP_NODE,we'll</p>
<p>introduce extra routing space.</p>
<strong>2. Internal Node</strong>
<p>&nbsp;</p>
<p>&nbsp;&nbsp; 2.1 Get nearest IN_FIB ancestor</p>
<p>&nbsp;&nbsp; 2.2 If node is IN_FIB, remove node from FIB</p>
<p>&nbsp;&nbsp; 2.3 Update FAKE_NODE, TMP_NODE in subtree of this node</p>
<p>&nbsp;&nbsp; 2.4 set node's original nexthop by using the same algorithms as Leaf node case</p>
<p>&nbsp;&nbsp; 2.5 Set nod's merged_nexthops</p>
<p>&nbsp;&nbsp; 2.6 update subtree of this node</p>
<p>&nbsp;&nbsp; 2.7 aggregate current node with its sibling nodes if feasible recursively</p>
<p>&nbsp;&nbsp; 2.8 deaggregate nearest TMP_NODE ancestor the same way as leaf node case.</p>
<p>&nbsp;&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Xin Zhao</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2010-02-08T17:05:00Z</dc:date>
    <dc:type>Page</dc:type>
  </item>


  <item rdf:about="http://nrl.cs.arizona.edu/projects/fib-aggregation/fib-aggregation-1">
    <title>FIB Aggregation</title>
    <link>http://nrl.cs.arizona.edu/projects/fib-aggregation/fib-aggregation-1</link>
    <description></description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<h3>Under construction...<br /></h3>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Details can be found at&nbsp;<a class="external-link" href="http://www.cs.arizona.edu/%7Ebzhang/paper/10-infocom-aggregate.pdf">http://www.cs.arizona.edu/%7Ebzhang/paper/10-infocom-aggregate.pdf</a></div>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Xin Zhao</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2010-02-05T04:20:00Z</dc:date>
    <dc:type>Page</dc:type>
  </item>


  <item rdf:about="http://nrl.cs.arizona.edu/projects/bgp-session-reset">
    <title>BGP Session Reset</title>
    <link>http://nrl.cs.arizona.edu/projects/bgp-session-reset</link>
    <description></description>
    
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Xin Zhao</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2010-02-05T04:18:23Z</dc:date>
    <dc:type>Link</dc:type>
  </item>


  <item rdf:about="http://nrl.cs.arizona.edu/projects/lsrl-events-from-2003-to-2009">
    <title>Large Route Leaks</title>
    <link>http://nrl.cs.arizona.edu/projects/lsrl-events-from-2003-to-2009</link>
    <description></description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p>Large route leaks (LRL) are a specific type of prefix hijacking, in which&nbsp;an unauthorized network hijacks prefixes owned by multiple different networks. We design and implement a detection system which is able to detect LRL events at real time and without requiring authoritative prefix ownership information. By correlating individual suspicious routing announcements along the time dimension and comparing with a network's past behavior, we are able to identify a network's abnormal behavior of offending multiple other&nbsp;networks at the same time.&nbsp;</p>
<p>Applying the detection algorithm to BGP updates collected by RouteViews Oregon monitor from 2003 through 2009, we identify five to twenty large route leaks every year. They typically hijack prefixes owned by a few tens of other networks, last from a few minutes to a few hours, and pollute routes at most vantage points of the data collector.&nbsp;In particular there are nine events detected in 2009 and six in 2008, none of which was mentioned on operator mailing lists such as NANOG, but all are confirmed through our communication with operators of affected networks.</p>
<p>The system can take real-time BGP data feed and conduct the detection quickly, enabling automated response to these attacks without requiring authoritative prefix ownership information or human intervention. This is important for all networks to protect their data traffic before the attack can be resolved.</p>
<p>The following table lists the large route leak events detected from 2003 through 08/12/2010 using data from RouteViews Oregon collector.&nbsp;</p>
<p>&nbsp;</p>
<p>2010:</p>
<table class="plain">
<thead>
<tr>
<th>time</th>
<th>offender AS</th>
<th>AS name</th>
<th>AS location</th>
<th># of offended ASes</th>
<th># of offended prefixes</th>
<th># of offended ip addresses</th>
<th>duration</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>04/08/10</strong></td>
<td><strong>23724</strong></td>
<td><strong>China Telecommunications</strong></td>
<td><strong>China</strong></td>
<td><strong>2289</strong></td>
<td><strong>12115</strong></td>
<td><span class="Apple-style-span"><strong>113,924,096</strong></span></td>
<td><span class="Apple-style-span"><strong>21 mins</strong></span></td>
</tr>
<tr>
<td><strong>04/22/09</strong></td>
<td><span class="Apple-style-span"><strong>11269</strong></span></td>
<td><strong>Dummy object for CW-Bermuda</strong></td>
<td><strong>Bermuda</strong></td>
<td><span class="Apple-style-span"><strong>19</strong></span></td>
<td><span class="Apple-style-span"><strong>83</strong></span></td>
<td><span class="Apple-style-span"><strong>731,904</strong></span></td>
<td><strong>2.32 mins</strong></td>
</tr>
<tr>
<td><strong>05/19/09</strong></td>
<td><strong>10834</strong></td>
<td><strong>Telefonica Data Argentina</strong></td>
<td><strong>Argentina</strong></td>
<td><strong>14</strong></td>
<td><strong>85</strong></td>
<td><span class="Apple-style-span"><strong>141,824</strong></span></td>
<td><strong>42.9 mins</strong></td>
</tr>
<tr>
<td><strong>08/12/09</strong></td>
<td><strong>5</strong></td>
<td><strong>SYMBOLICS</strong></td>
<td><strong>U.S.</strong></td>
<td><strong>15</strong></td>
<td><strong>32</strong></td>
<td><span class="Apple-style-span"><strong>98,816</strong></span></td>
<td><strong>5.28 mins</strong></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p><span class="Apple-style-span">
</span></p>
<p>2009:</p>
<table class="plain">
<thead>
<tr>
<th>time</th>
<th>offender AS</th>
<th>AS name</th>
<th>AS location</th>
<th># of offended ASes</th>
<th># of offended prefixes</th>
<th># of offended ip addresses</th>
<th>duration</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>02/14/09</strong></td>
<td><strong>8895</strong></td>
<td><strong>ISU Riyadh AS</strong></td>
<td><strong>Saudi Arabia</strong></td>
<td><strong>31</strong></td>
<td><strong>243</strong></td>
<td><strong>289,280</strong></td>
<td><strong>2.0 hours</strong></td>
</tr>
<tr>
<td><strong>04/07/09</strong></td>
<td><strong>36873</strong></td>
<td><strong>CELTEL</strong></td>
<td><strong>NIGERIA</strong></td>
<td><strong>15</strong></td>
<td><strong>45</strong></td>
<td><strong>27,392</strong></td>
<td><strong>10 mins</strong></td>
</tr>
<tr>
<td><strong>05/05/09</strong></td>
<td><strong>10834</strong></td>
<td><strong>Telefonica Data Argentina</strong></td>
<td><strong>Argentina</strong></td>
<td><strong>91</strong></td>
<td><strong>1,108</strong></td>
<td><strong>1,713,664</strong></td>
<td><strong>3.0 hours</strong></td>
</tr>
<tr>
<td><strong>07/12/09</strong></td>
<td><strong>29568</strong></td>
<td><strong>COMTEL</strong></td>
<td><strong>Romania</strong></td>
<td><strong>17</strong></td>
<td><strong>56</strong></td>
<td><strong>20,480</strong></td>
<td><strong>23 mins</strong></td>
</tr>
<tr>
<td><strong>07/22/09</strong></td>
<td><strong>8997</strong></td>
<td><strong>SPBNIT OJSC North-West Telecom</strong></td>
<td><strong>Russia</strong></td>
<td><strong>173</strong></td>
<td><strong>351</strong></td>
<td><strong>101,500,416</strong></td>
<td><strong>59 secs</strong></td>
</tr>
<tr>
<td><strong>08/12/09</strong></td>
<td><strong>4800</strong></td>
<td><strong>LINTASARTA</strong></td>
<td><strong>Indonesia</strong></td>
<td><strong>13</strong></td>
<td><strong>39</strong></td>
<td><strong>18,176</strong></td>
<td><strong>32 secs</strong></td>
</tr>
<tr>
<td><strong>08/13/09</strong></td>
<td><strong>4800</strong></td>
<td><strong>LINTASARTA</strong></td>
<td><strong>Indonesia</strong></td>
<td><strong>68</strong></td>
<td><strong>492</strong></td>
<td><strong>685,568</strong></td>
<td><strong>7.8 hours</strong></td>
</tr>
<tr>
<td><strong>12/04/09</strong></td>
<td><strong>31501</strong></td>
<td><strong>SPBTELEPORT</strong></td>
<td><strong>Poland</strong></td>
<td><strong>19</strong></td>
<td><strong>77</strong></td>
<td><strong>1,574,400</strong></td>
<td><strong>68 secs</strong></td>
</tr>
<tr>
<td><strong>12/15/09</strong></td>
<td><strong>39386</strong></td>
<td><strong>Saudi Telecom</strong></td>
<td><strong>Saudi Arabia</strong></td>
<td><strong>24</strong></td>
<td><strong>67</strong></td>
<td><strong>664,064</strong></td>
<td><strong>62 secs</strong></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>2008:</p>
<p style="text-align: center;"><span class="Apple-style-span"><strong><span class="Apple-style-span"></span></strong></span></p>
<strong>
<table class="plain">
<thead>
<tr>
<th>time</th>
<th>offender AS</th>
<th>AS name</th>
<th>AS location</th>
<th># of offended ASes</th>
<th># of offended prefixes</th>
<th># of offended ip addresses</th>
<th>duration</th>
</tr>
<tr>
<td>04/28/08</td>
<td><span class="Apple-style-span">44237&nbsp;</span></td>
<td><span class="Apple-style-span">Joint-Stock Central Telecom</span></td>
<td><span class="Apple-style-span">Russia</span></td>
<td><span class="Apple-style-span">13&nbsp;</span></td>
<td><span class="Apple-style-span">21</span></td>
<td><span class="Apple-style-span"><span class="Apple-style-span">82688</span>&nbsp;</span></td>
<th><span class="Apple-style-span">7.9 mins&nbsp;</span></th>
</tr>
<tr>
<td><span class="Apple-style-span"><span class="Apple-style-span">&nbsp;06/17/08</span></span></td>
<td><span class="Apple-style-span"><span class="Apple-style-span"><span class="Apple-style-span">&nbsp;8953</span></span></span></td>
<td><span class="Apple-style-span">Orange Romania&nbsp;</span></td>
<td><span class="Apple-style-span">&nbsp;<span class="Apple-style-span">Romania</span></span></td>
<td><span class="Apple-style-span">&nbsp;<span class="Apple-style-span">113</span></span></td>
<td><span class="Apple-style-span">218&nbsp;</span></td>
<td><span class="Apple-style-span">113920&nbsp;</span></td>
<th><span class="Apple-style-span">2.1 mins&nbsp;</span></th>
</tr>
<tr>
<td><span class="Apple-style-span">&nbsp;08/26/08</span></td>
<td><span class="Apple-style-span">&nbsp;<span class="Apple-style-span">24739</span></span></td>
<td><span class="Apple-style-span"><span class="Apple-style-span"><span class="Apple-style-span">Severen-Telecom&nbsp;</span></span></span></td>
<td><span class="Apple-style-span">&nbsp;<span class="Apple-style-span">Russia</span></span></td>
<td><span class="Apple-style-span">16&nbsp;</span></td>
<td><span class="Apple-style-span">42&nbsp;</span></td>
<td><span class="Apple-style-span">107008&nbsp;</span></td>
<th><span class="Apple-style-span">&nbsp;18 mins</span></th>
</tr>
<tr>
<td><span class="Apple-style-span">&nbsp;<span class="Apple-style-span">09/22/08</span></span></td>
<td><span class="Apple-style-span"><span class="Apple-style-span"><span class="Apple-style-span">&nbsp;8997</span></span></span></td>
<td><span class="Apple-style-span">SPBNIT OJSC North-West Telecom&nbsp;</span></td>
<td><span class="Apple-style-span">&nbsp;<span class="Apple-style-span">Russia</span></span></td>
<td><span class="Apple-style-span">&nbsp;15270</span></td>
<td><span class="Apple-style-span">&nbsp;116753</span></td>
<td><span class="Apple-style-span"><span class="Apple-style-span"><span class="Apple-style-span">&nbsp;1521397056</span></span></span></td>
<th><span class="Apple-style-span">22 hours&nbsp;</span></th>
</tr>
<tr>
<td><span class="Apple-style-span">12/31/08</span></td>
<td><span class="Apple-style-span"><span class="Apple-style-span"><span class="Apple-style-span">&nbsp;1967</span></span></span></td>
<td><span class="Apple-style-span">Middle East Technical University&nbsp;</span></td>
<td><span class="Apple-style-span">Turkey&nbsp;</span></td>
<td><span class="Apple-style-span">17&nbsp;</span></td>
<td><span class="Apple-style-span"><span class="Apple-style-span">49</span>&nbsp;</span></td>
<td><span class="Apple-style-span">469504&nbsp;</span></td>
<th><span class="Apple-style-span">5.7 mins&nbsp;</span></th>
</tr>
<tr>
<td><span class="Apple-style-span">12/31/08&nbsp;</span></td>
<td><span class="Apple-style-span"><span class="Apple-style-span"><span class="Apple-style-span">&nbsp;6849</span></span></span></td>
<td><span class="Apple-style-span">UKRTELNET JSC UKRTELECOM&nbsp;</span></td>
<td><span class="Apple-style-span">Ukraine&nbsp;</span></td>
<td><span class="Apple-style-span">&nbsp;38</span></td>
<td><span class="Apple-style-span">52&nbsp;</span></td>
<td><span class="Apple-style-span">25856&nbsp;</span></td>
<th>2.2 hours</th>
</tr>
</thead>
</table>
</strong>
<p>&nbsp;</p>
<p><span class="Apple-style-span"><br /></span></p>
<p><span class="Apple-style-span">2007:</span></p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span"></span></strong></span></p>
<strong>
<table class="plain">
<thead>
<tr>
<th>time</th>
<th>offender AS</th>
<th>AS name</th>
<th>AS location</th>
<th># of offended ASes</th>
<th># of offended prefixes</th>
<th># of offended ip addresses</th>
<th>&nbsp;duration</th>
</tr>
<tr>
<td><span class="Apple-style-span">&nbsp;02/02/07</span></td>
<th>&nbsp;<span class="Apple-style-span">17175</span></th>
<td>&nbsp;New Skies Satellites UK</td>
<td><span class="Apple-style-span">U.S.&nbsp;</span></td>
<td><span class="Apple-style-span">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;13&nbsp;</span></td>
<td><span class="Apple-style-span">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; 14&nbsp;</span></td>
<th><span class="Apple-style-span">37,376&nbsp;</span></th>
<th><span class="Apple-style-span">10 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">02/20/07&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;29835</span></th>
<th><span class="Apple-style-span">&nbsp;New Skies Satellites N.V.</span></th>
<th><span class="Apple-style-span">&nbsp;U.S.</span></th>
<th><span class="Apple-style-span">22&nbsp;</span></th>
<th><span class="Apple-style-span">49&nbsp;</span></th>
<th><span class="Apple-style-span">47,872&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;5.6 hours</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;03/01/07</span></th>
<th><span class="Apple-style-span">17175&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;New Skies Satellites UK</span></th>
<th><span class="Apple-style-span">U.S.&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;20</span></th>
<th><span class="Apple-style-span">29&nbsp;</span></th>
<th>41216&nbsp;</th>
<th><span class="Apple-style-span">&nbsp;2.3 mins</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">05/29/07&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;4795</span></th>
<th><span class="Apple-style-span">INDOSATM2&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;Indonesia</span></th>
<th><span class="Apple-style-span">&nbsp;40</span></th>
<th><span class="Apple-style-span">218&nbsp;</span></th>
<th><span class="Apple-style-span">68608&nbsp;</span></th>
<th>14 mins&nbsp;</th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;06/16/07</span></th>
<th><span class="Apple-style-span">&nbsp;6198</span></th>
<th><span class="Apple-style-span">BellSouth Network Solutions&nbsp;</span></th>
<th><span class="Apple-style-span">U.S.&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;12</span></th>
<th><span class="Apple-style-span">65&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;1327104</span></th>
<th><span class="Apple-style-span">12 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;08/20/07</span></th>
<th><span class="Apple-style-span">&nbsp;29835</span></th>
<th><span class="Apple-style-span">&nbsp;New Skies Satellites N.V.</span></th>
<th><span class="Apple-style-span">&nbsp;U.S.</span></th>
<th><span class="Apple-style-span">&nbsp;21</span></th>
<th><span class="Apple-style-span">48&nbsp;</span></th>
<th><span class="Apple-style-span">43776&nbsp;</span></th>
<th><span class="Apple-style-span">6.0 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;11/19/07</span></th>
<th><span class="Apple-style-span">26608&nbsp;</span></th>
<th><span class="Apple-style-span">SkyOnline do Brasil&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;Brazil</span></th>
<th><span class="Apple-style-span">&nbsp;191</span></th>
<th><span class="Apple-style-span">589&nbsp;</span></th>
<th><span class="Apple-style-span">110,049,536&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;22 mins</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;11/30/07</span></th>
<th><span class="Apple-style-span">&nbsp;10139</span></th>
<th><span class="Apple-style-span">Smart Broadband&nbsp;</span></th>
<th><span class="Apple-style-span">Philippines&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;18</span></th>
<th><span class="Apple-style-span">21&nbsp;</span></th>
<th><span class="Apple-style-span">302592&nbsp;</span></th>
<th>22 mins&nbsp;</th>
</tr>
</thead>
</table>
<br /></strong>
<p>&nbsp;</p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span"><br /></span></strong></span></p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span">2006:</span></strong></span></p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"></span></strong></span></span></strong></span></p>
<strong><strong>
<table class="plain">
<thead>
<tr>
<th>time</th>
<th>offender AS</th>
<th>AS name</th>
<th>AS location</th>
<th># of offended ASes</th>
<th># of offended prefixes</th>
<th># of offended ip addresses</th>
<th>&nbsp;duration</th>
</tr>
<tr>
<th>&nbsp;<span class="Apple-style-span">02/25/06</span></th>
<th><span class="Apple-style-span">9121&nbsp;</span></th>
<th><span class="Apple-style-span">TTnet&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;Turkey</span></th>
<th><span class="Apple-style-span">&nbsp;712</span></th>
<th><span class="Apple-style-span">&nbsp;1479</span></th>
<th><span class="Apple-style-span">68459264&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;33 mins</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">02/28/06&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;25185</span></th>
<th><span class="Apple-style-span">PHARMASUPPORT</span></th>
<th><span class="Apple-style-span">&nbsp;Russia</span></th>
<th><span class="Apple-style-span">20&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;34</span></th>
<th><span class="Apple-style-span">&nbsp;570425344</span></th>
<th><span class="Apple-style-span">10 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;03/08/06</span></th>
<th><span class="Apple-style-span">9070&nbsp;</span></th>
<th><span class="Apple-style-span">ITD Network Bulgarian&nbsp;</span></th>
<th><span class="Apple-style-span">Bulgaria&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;11</span></th>
<th><span class="Apple-style-span">&nbsp;31</span></th>
<th><span class="Apple-style-span">&nbsp;15104</span></th>
<th><span class="Apple-style-span">4.9 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">03/17/06&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;174</span></th>
<th><span class="Apple-style-span">&nbsp;Cogent</span></th>
<th><span class="Apple-style-span">&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;25</span></th>
<th><span class="Apple-style-span">33&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;112128</span></th>
<th><span class="Apple-style-span">16 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;04/09/06</span></th>
<th><span class="Apple-style-span">&nbsp;23520</span></th>
<th><span class="Apple-style-span">&nbsp;Columbus Networks USA</span></th>
<th><span class="Apple-style-span">&nbsp;USA</span></th>
<th><span class="Apple-style-span">1469</span></th>
<th><span class="Apple-style-span">3300</span></th>
<th><span class="Apple-style-span">35580416</span></th>
<th><span class="Apple-style-span">&nbsp;3 hours</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">06/07/06&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;23520</span></th>
<th><span class="Apple-style-span">Columbus Networks USA&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;USA</span></th>
<th><span class="Apple-style-span">507&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;1654</span></th>
<th><span class="Apple-style-span">60352000&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;32 mins</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;06/29/06</span></th>
<th><span class="Apple-style-span">9476&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;IntraPower Pty. Ltd.</span></th>
<th><span class="Apple-style-span">Australia&nbsp;</span></th>
<th><span class="Apple-style-span">97&nbsp;</span></th>
<th><span class="Apple-style-span">238&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;622848</span></th>
<th><span class="Apple-style-span">8.7 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">06/30/06&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;9476</span></th>
<th><span class="Apple-style-span">&nbsp;IntraPower Pty. Ltd.</span></th>
<th><span class="Apple-style-span">Australia&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;197</span></th>
<th><span class="Apple-style-span">755&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;17366528</span></th>
<th><span class="Apple-style-span">20 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;07/01/06</span></th>
<th><span class="Apple-style-span">&nbsp;9476</span></th>
<th><span class="Apple-style-span">IntraPower Pty. Ltd.&nbsp;</span></th>
<th><span class="Apple-style-span">Australia&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;44</span></th>
<th><span class="Apple-style-span">169&nbsp;</span></th>
<th><span class="Apple-style-span">639488&nbsp;</span></th>
<th><span class="Apple-style-span">4.4 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;07/02/06</span></th>
<th><span class="Apple-style-span">9476&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;IntraPower Pty. Ltd.</span></th>
<th><span class="Apple-style-span">Australia&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;337</span></th>
<th><span class="Apple-style-span">&nbsp;1152</span></th>
<th><span class="Apple-style-span">25276416&nbsp;</span></th>
<th><span class="Apple-style-span">15 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">07/28/06&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;16150</span></th>
<th><span class="Apple-style-span">&nbsp;Port80</span></th>
<th><span class="Apple-style-span">Sweden&nbsp;</span></th>
<th><span class="Apple-style-span">20&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;20</span></th>
<th><span class="Apple-style-span">40192&nbsp;</span></th>
<th><span class="Apple-style-span">17 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;09/07/06</span></th>
<th><span class="Apple-style-span">9121&nbsp;</span></th>
<th><span class="Apple-style-span">TTnet&nbsp;</span></th>
<th><span class="Apple-style-span">Turkey&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;480</span></th>
<th><span class="Apple-style-span">&nbsp;1166</span></th>
<th><span class="Apple-style-span">136253184&nbsp;</span></th>
<th><span class="Apple-style-span">28 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">09/08/06&nbsp;</span></th>
<th><span class="Apple-style-span">9121&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;TTnet</span></th>
<th><span class="Apple-style-span">Turkey&nbsp;</span></th>
<th><span class="Apple-style-span">33&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;154</span></th>
<th><span class="Apple-style-span">&nbsp;12051968</span></th>
<th><span class="Apple-style-span">2.65 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">10/16/06&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;6386</span></th>
<th><span class="Apple-style-span">&nbsp;BellSouth.net Inc.</span></th>
<th><span class="Apple-style-span">U.S.&nbsp;</span></th>
<th><span class="Apple-style-span">14&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;80</span></th>
<th><span class="Apple-style-span">73984</span></th>
<th><span class="Apple-style-span">12 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;11/20/06</span></th>
<th><span class="Apple-style-span">10834&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;Telefonica Data Argentina S.A.</span></th>
<th><span class="Apple-style-span">Argentina&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;14</span></th>
<th><span class="Apple-style-span">75&nbsp;</span></th>
<th><span class="Apple-style-span">75264&nbsp;</span></th>
<th><span class="Apple-style-span">11 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;11/29/06</span></th>
<th><span class="Apple-style-span">&nbsp;4761</span></th>
<th><span class="Apple-style-span">&nbsp;INDOSAT</span></th>
<th><span class="Apple-style-span">Indonesia&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;896</span></th>
<th><span class="Apple-style-span">&nbsp;3293</span></th>
<th><span class="Apple-style-span">55151104&nbsp;</span></th>
<th><span class="Apple-style-span">59 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;12/10/06</span></th>
<th><span class="Apple-style-span">4761&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;INDOSAT</span></th>
<th><span class="Apple-style-span">Indonesia&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;18</span></th>
<th><span class="Apple-style-span">&nbsp;19</span></th>
<th><span class="Apple-style-span">&nbsp;94976</span></th>
<th><span class="Apple-style-span">&nbsp;1.5 mins</span></th>
</tr>
</thead>
</table>
</strong></strong>
<p>&nbsp;</p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span"><br /></span></strong></span></p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span">2005:</span></strong></span></p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"></span></strong></span></span></strong></span></span></strong></span></p>
<strong><strong><strong>
<table class="plain">
<thead>
<tr>
<th>time</th>
<th>offender AS</th>
<th>AS name</th>
<th>AS location</th>
<th># of offended ASes</th>
<th># of offended prefixes</th>
<th># of offended ip addresses</th>
<th>&nbsp;duration</th>
</tr>
<tr>
<th><span class="Apple-style-span">05/11/05&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;34935</span></th>
<th><span class="Apple-style-span">Doom Ltd.,Game Clubs&nbsp;</span></th>
<th><span class="Apple-style-span">Bulgaria&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;32</span></th>
<th><span class="Apple-style-span">&nbsp;158</span></th>
<th><span class="Apple-style-span">71680&nbsp;</span></th>
<th><span class="Apple-style-span">5.4 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;1018/05</span></th>
<th><span class="Apple-style-span">13228&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;Digital Generation</span></th>
<th><span class="Apple-style-span">&nbsp;Ukraine</span></th>
<th><span class="Apple-style-span">68&nbsp;</span></th>
<th><span class="Apple-style-span">103&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;97536</span></th>
<th><span class="Apple-style-span">3.8 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">10/20/05&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;13228</span></th>
<th><span class="Apple-style-span">Digital Generation</span></th>
<th><span class="Apple-style-span">&nbsp;Ukraine</span></th>
<th><span class="Apple-style-span">&nbsp;19</span></th>
<th><span class="Apple-style-span">27&nbsp;</span></th>
<th><span class="Apple-style-span">19712&nbsp;</span></th>
<th><span class="Apple-style-span">12 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">11/07/05&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;3561</span></th>
<th><span class="Apple-style-span">Savvis&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;U.S.</span></th>
<th><span class="Apple-style-span">941&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;2341</span></th>
<th><span class="Apple-style-span">38642688&nbsp;</span></th>
<th><span class="Apple-style-span">5.2 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;12/11/05</span></th>
<th><span class="Apple-style-span">&nbsp;7509</span></th>
<th><span class="Apple-style-span">&nbsp;HINET Hokkaido University</span></th>
<th><span class="Apple-style-span">&nbsp;Japan</span></th>
<th><span class="Apple-style-span">&nbsp;15</span></th>
<th><span class="Apple-style-span">&nbsp;13</span></th>
<th><span class="Apple-style-span">67502848&nbsp;</span></th>
<th><span class="Apple-style-span">1.1 mins&nbsp;</span></th>
</tr>
</thead>
</table>
</strong></strong></strong>
<p>&nbsp;</p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span"><br /></span></strong></span></p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span">2004:</span></strong></span></p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"></span></strong></span></span></strong></span></span></strong></span></span></strong></span></p>
<strong><strong><strong><strong>
<table class="plain">
<thead>
<tr>
<th>time</th>
<th>offender AS</th>
<th>AS name</th>
<th>AS location</th>
<th># of offended ASes</th>
<th># of offended prefixes</th>
<th># of offended ip addresses</th>
<th>&nbsp;duration</th>
</tr>
<tr>
<th>&nbsp;<span class="Apple-style-span">01/14/04</span></th>
<th><span class="Apple-style-span">&nbsp;12635</span></th>
<th><span class="Apple-style-span">&nbsp;ONE GmbH</span></th>
<th><span class="Apple-style-span">&nbsp;Austria</span></th>
<th><span class="Apple-style-span">&nbsp;57</span></th>
<th><span class="Apple-style-span">&nbsp;122</span></th>
<th><span class="Apple-style-span">4105216&nbsp;</span></th>
<th><span class="Apple-style-span">54 secs&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;01/09/04</span></th>
<th><span class="Apple-style-span">&nbsp;4761</span></th>
<th><span class="Apple-style-span">INDOSAT&nbsp;</span></th>
<th><span class="Apple-style-span">Indonesia&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;12</span></th>
<th><span class="Apple-style-span">23&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;54784</span></th>
<th><span class="Apple-style-span">2.6 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">02/10/04&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;4795</span></th>
<th><span class="Apple-style-span">&nbsp;INDOSATM2</span></th>
<th><span class="Apple-style-span">&nbsp;Indonesia</span></th>
<th><span class="Apple-style-span">766&nbsp;</span></th>
<th><span class="Apple-style-span">1829&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;91421952</span></th>
<th><span class="Apple-style-span">&nbsp;71 mins</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">02/18/04&nbsp;</span></th>
<th><span class="Apple-style-span">4795&nbsp;</span></th>
<th><span class="Apple-style-span">INDOSATM2&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;Indonesia</span></th>
<th><span class="Apple-style-span">&nbsp;75</span></th>
<th><span class="Apple-style-span">522&nbsp;</span></th>
<th><span class="Apple-style-span">580352&nbsp;</span></th>
<th><span class="Apple-style-span">17 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;09/20/04</span></th>
<th><span class="Apple-style-span">&nbsp;32642</span></th>
<th><span class="Apple-style-span">ARBINET-THEXCHANGE, INC.&nbsp;</span></th>
<th><span class="Apple-style-span">U.S.&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;26</span></th>
<th><span class="Apple-style-span">24&nbsp;</span></th>
<th><span class="Apple-style-span">213760&nbsp;</span></th>
<th><span class="Apple-style-span">3.0 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;09/21/04</span></th>
<th><span class="Apple-style-span">&nbsp;32642</span></th>
<th><span class="Apple-style-span">ARBINET-THEXCHANGE, INC.&nbsp;</span></th>
<th><span class="Apple-style-span">U.S.&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;28</span></th>
<th><span class="Apple-style-span">26&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;185344</span></th>
<th><span class="Apple-style-span">5.5 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;12/24/04</span></th>
<th><span class="Apple-style-span">&nbsp;9121</span></th>
<th><span class="Apple-style-span">TTnet&nbsp;</span></th>
<th><span class="Apple-style-span">Tureky&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;13685</span></th>
<th><span class="Apple-style-span">102245&nbsp;</span></th>
<th><span class="Apple-style-span">999,915,008&nbsp;</span></th>
<th><span class="Apple-style-span">11 hours&nbsp;</span></th>
</tr>
</thead>
</table>
<br /></strong></strong></strong></strong>
<p>&nbsp;</p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span">2003:</span></strong></span></span></strong></span></span></strong></span></span></strong></span></p>
<p><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"><span class="Apple-style-span"><strong><span class="Apple-style-span"></span></strong></span></span></strong></span></span></strong></span></span></strong></span></span></strong></span></span></strong></span></span></strong></span></span></strong></span></p>
<strong><strong><strong><strong><strong><strong><strong><strong>
<table class="plain">
<thead>
<tr>
<th>time</th>
<th>offender AS</th>
<th>AS name</th>
<th>AS location</th>
<th># of offended ASes</th>
<th># of offended prefixes</th>
<th># of offended ip addresses</th>
<th>&nbsp;duration</th>
</tr>
<tr>
<th><span class="Apple-style-span">01/06/03&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;17175</span></th>
<th><span class="Apple-style-span">&nbsp;New Skies Satellites UK</span></th>
<th><span class="Apple-style-span">&nbsp;U.S.</span></th>
<th><span class="Apple-style-span">&nbsp;15</span></th>
<th><span class="Apple-style-span">56&nbsp;</span></th>
<th><span class="Apple-style-span">132864&nbsp;</span></th>
<th><span class="Apple-style-span">28 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;03/03/03</span></th>
<th><span class="Apple-style-span">&nbsp;12956</span></th>
<th><span class="Apple-style-span">&nbsp;Telefonica Backbone</span></th>
<th><span class="Apple-style-span">Spain&nbsp;</span></th>
<th><span class="Apple-style-span">2132&nbsp;</span></th>
<th><span class="Apple-style-span">6723&nbsp;</span></th>
<th><span class="Apple-style-span">280930560&nbsp;</span></th>
<th><span class="Apple-style-span">22 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">03/07/03&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;9270</span></th>
<th><span class="Apple-style-span">&nbsp;Asia Pacific Advanced Network Korea</span></th>
<th><span class="Apple-style-span">Korea&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;100</span></th>
<th><span class="Apple-style-span">120&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;139664896</span></th>
<th><span class="Apple-style-span">1.6 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;03/10/03</span></th>
<th><span class="Apple-style-span">12956&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;Telefonica Backbone&nbsp;</span></th>
<th><span class="Apple-style-span">Spain&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;2210</span></th>
<th><span class="Apple-style-span">&nbsp;8111</span></th>
<th><span class="Apple-style-span">150708480&nbsp;</span></th>
<th><span class="Apple-style-span">41 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">05/27/03&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;6746</span></th>
<th><span class="Apple-style-span">ASTRAL Telecom SA, Romania&nbsp;</span></th>
<th><span class="Apple-style-span">Romania&nbsp;</span></th>
<th><span class="Apple-style-span">43&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;117</span></th>
<th><span class="Apple-style-span">50944&nbsp;</span></th>
<th>1.0 hours</th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;06/26/03</span></th>
<th><span class="Apple-style-span">&nbsp;2500</span></th>
<th><span class="Apple-style-span">WIDE Project&nbsp;</span></th>
<th><span class="Apple-style-span">Japan&nbsp;</span></th>
<th><span class="Apple-style-span">185&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;1052</span></th>
<th><span class="Apple-style-span">14434736&nbsp;</span></th>
<th><span class="Apple-style-span">1.3 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;07/11/03</span></th>
<th><span class="Apple-style-span">&nbsp;7539</span></th>
<th><span class="Apple-style-span">&nbsp;TANet2</span></th>
<th><span class="Apple-style-span">Taiwan&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;82</span></th>
<th><span class="Apple-style-span">526&nbsp;</span></th>
<th><span class="Apple-style-span">8924928&nbsp;</span></th>
<th><span class="Apple-style-span">1.2 hours&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;09/25/03</span></th>
<th><span class="Apple-style-span">29259&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;Teleport, DE</span></th>
<th><span class="Apple-style-span">&nbsp;Germany</span></th>
<th><span class="Apple-style-span">&nbsp;117</span></th>
<th><span class="Apple-style-span">164&nbsp;</span></th>
<th><span class="Apple-style-span">621440&nbsp;</span></th>
<th><span class="Apple-style-span">24 mins&nbsp;</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;10/09/03</span></th>
<th><span class="Apple-style-span">1239&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;Sprint</span></th>
<th><span class="Apple-style-span">U.S.&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;20</span></th>
<th><span class="Apple-style-span">21&nbsp;</span></th>
<th><span class="Apple-style-span">160000&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;2 mins</span></th>
</tr>
<tr>
<th><span class="Apple-style-span">&nbsp;11/02/03</span></th>
<th><span class="Apple-style-span">&nbsp;17964</span></th>
<th><span class="Apple-style-span">Beijing Dian-Xin-Tong Network Technologies Co.&nbsp;</span></th>
<th><span class="Apple-style-span">&nbsp;China</span></th>
<th><span class="Apple-style-span">&nbsp;11</span></th>
<th><span class="Apple-style-span">&nbsp;12</span></th>
<th><span class="Apple-style-span">20736&nbsp;</span></th>
<th><span class="Apple-style-span">45 mins&nbsp;</span></th>
</tr>
</thead>
</table>
</strong></strong></strong></strong></strong></strong></strong></strong>
<p>&nbsp;</p>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Qing Ju</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2010-02-05T02:25:00Z</dc:date>
    <dc:type>Page</dc:type>
  </item>


  <item rdf:about="http://nrl.cs.arizona.edu/resources/conferences">
    <title>Conferences</title>
    <link>http://nrl.cs.arizona.edu/resources/conferences</link>
    <description></description>
    
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>admin</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2010-01-23T06:30:00Z</dc:date>
    <dc:type>Folder</dc:type>
  </item>


  <item rdf:about="http://nrl.cs.arizona.edu/people/people">
    <title>People</title>
    <link>http://nrl.cs.arizona.edu/people/people</link>
    <description></description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<h2>Faculty</h2>
<ul><li><a href="https://www2.cs.arizona.edu/~bzhang/">Beichuan Zhang</a></li></ul>
<h2>Students</h2>
<h2>Alumni</h2>
<ul>
<li>Xin Zhao (MS)</li>
<li>Michael Qing Ju (MS)</li>
<li>Arun Madhavan (MS)</li>
<li>Kyuhan Nam (MS)</li>
<li>Kevin Luikens (BS)</li>
<li>Varun Khare (PhD)</li>
<li><a href="https://www2.cs.arizona.edu/~yic/">Cheng Yi</a> (PhD)</li>
<li><a href="https://www2.cs.arizona.edu/~shijunxiao/">Junxiao Shi</a> (PhD)</li>
<li>Gregory Lutostanski (PhD)</li>
</ul>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>admin</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2010-01-23T06:30:00Z</dc:date>
    <dc:type>Page</dc:type>
  </item>


  <item rdf:about="http://nrl.cs.arizona.edu/projects/projects">
    <title>Projects</title>
    <link>http://nrl.cs.arizona.edu/projects/projects</link>
    <description></description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[Some research projects that we're working on: <a href="#eFIT">eFIT</a>, <a href="#PHAS">WIT</a>, <a href="#GreenNet">GreenNet</a>, <a href="#Topology">Topology</a>, <a href="#BGP">BGP</a>, <a href="#PSKI">PSKI</a>, <a href="#Multicast">Multicast</a>, <a href="#NAT">NAT</a>
<p>&nbsp;</p>
<h3>eFIT: enabling Future Internet innovations through Transit wire</h3>
<a href="http://netlab.cs.memphis.edu/efit/">Project Homepage</a>
<p>&nbsp;</p>
<p><span class="Apple-style-span">History has shown that the essential value of the Internet does not lie on any
particular protocol or application, but rather on the Internet's overall ability
to <em>enable</em> innovations.  The Internet has nurtured fantastic innovations that contributed to the welfare of the global society.  Furthermore, Internet innovations are driven by the global user community
and many of the innovations were not envisioned by the original Internet designers.  
If past history provides any lesson, it is that we cannot hope to predict a
priori what new Internet innovations the next ten years may bring, but we know
they will come as long as the global user community can be provided with a
nurturing and enabling environment.  Therefore we believe <em>the foremost
objective of the Internet architecture is to enable and facilitate future
innovations over the Internet.</em></span></p>
<p><span class="Apple-style-span"><span class="Apple-style-span">However the universal connectivity provided by the Internet is facing major
challenges in sustaining user innovations. The current Internet architecture provides end-to-end connectivity by putting both network users and Internet service providers (ISPs) in the same address space and routing space.  Not only has this architecture been eroding over the years, as demonstrated by the prevalent use of NAT which has been a roadblock to universal connectivity, but the architecture also created mutual constraints on both parties to explore their own innovations, as demonstrated by the slow adoption of new technologies such as IPv6, IP multicast and so on.</span></span></p>
<p><span class="Apple-style-span"><span class="Apple-style-span">User networks and ISPs have different purposes, distinct characteristics, and are moving in almost opposite technological directions.  However, they are tightly bundled together in the current architecture.
We posit that the inter-dependency between network users and ISPs imposed by the existing architecture creates a major roadblock to future Internet innovation.  As shown in the evolution of many natural and man-made systems, when a system grows larger in size by orders of magnitude, a change in form becomes necessary.</span></span></p>
<p><span class="Apple-style-span"><span class="Apple-style-span"><span class="Apple-style-span">We propose a new Internet architecture design, eFIT, to achieve the objective of
enabling future innovations by ensuring strong universal connectivity at the
architectural level.  eFIT places user networks and provider networks in
different address spaces and routing spaces, removing the inter-dependency
between the two worlds.  With eFIT, users can treat the transit core of the
Internet as simply a "transit wire" with strong universal connectivity, and providers are insulated from the various problems caused by explosive growth in user networks. Therefore both users and providers will be able to innovate freely on their own without any architectural constraints.</span></span></span></p>
<p>&nbsp;</p>
<h3>WIT: A Watchdog System for Internet Routing</h3>
<p>&nbsp;</p>
<p>The current Internet lacks defense mechanisms against false routing
announcements, which can be caused by either malicious attacks or inadvertent
operational mistakes.  A well publicized example is the recent hijacking
of YouTube's IP prefix by Pakistan Telecom 
[<a href="http://www.news.com/8301-10784_3-9878655-7.html">1</a>,
<a href="http://www.renesys.com/blog/2008/02/pakistan_hijacks_youtube_1.shtml">2</a>
]
in Feburary 2008. In this project we develop a monitoring system to
detect false routing announcements and mitigation mechanisms to help
operators take quick actions.</p>
<ul>
<li> <a href="http://cyclops.cs.ucla.edu/">Cyclops: Open Eye to Your Net</a></li>

<li> <a href="http://nrl.cs.arizona.edu/projects/paper/10-infocom-qbgp.pdf">"Safeguarding Data Delivery by Decoupling Path 
Propagation and Adoption,"</a> Mingui Zhang, Bin Liu, Beichuan Zhang, <em>INFOCOM mini-conference</em>, 2010</li>

<li> <a href="http://nrl.cs.arizona.edu/projects/paper/07-dsn-hijack.pdf">"Understanding Resiliency of Internet Topology
Against Prefix Hijack Attacks,"</a> Mohit Lad, Ricardo Oliveira, Beichuan Zhang,
Lixia Zhang, <em>International Conference on Dependable Systems and Networks
(DSN)</em>, 2007</li>
<li> <a href="http://nrl.cs.arizona.edu/projects/paper/06-security-PHAS.pdf">"PHAS: A Prefix Hijack Alert System,"</a>
Mohit Lad, Dan Massey, Dan Pei, Yiguo Wu, Beichuan Zhang, Lixia Zhang,
<em>USENIX Security Symposium</em>, 2006</li></ul>
<span class="Apple-style-span"><br /></span>
<a name="GreenNet"></a>
<h3>GreenNet: Energy Management for Network Infrastructure</h3>
<p>On today's Internet, energy management is becoming an integral part of end hosts such as servers, personal computers and mobile devices, but the underlying network infrastructure, namely routers, switches and other network devices, still lacks effective energy management solutions. Currently the Internet Service Providers build and operate networks for maximum service availability, resulting in low energy efficiency since network devices are up all the time at full capacity. There are great opportunities to improve network energy efficiency, as well as great research challenges in how to maintain the quality of service at the desired level. In this project, we will measure and profile energy consumption of network devices, design novel routing techniques and energy management mechanisms for routers, and investigate potential cooperation between Internet Service Providers and Content Providers to achieve overall energy efficiency.</p>
<p>&nbsp;</p>
<h3>Internet Topology and its Evolution</h3>
<p>The Internet has been evolving rapidly over time like a living organism, and so has its network topology. 
The evolution of the global Internet topology is the result of the interplay
between many economic, technological and operational factors. In this project,
we characterize the Internet topology and its evolution through empirical
studies, develope theoretical models to understand the driving forces, predict
topology in the forseeable future based on recent trends, and evaluate its
impacts on routing architecture and protocol design.</p>
<div>
<ul>
<li><a href="http://irl.cs.ucla.edu/topology/">Internet AS topology</a>
collected from diverse sources on a daily basis</li>
<li><a href="http://nrl.cs.arizona.edu/projects/paper/08-sigmetrics-completeness.pdf">" In Search of the elusive Ground
Truth: The Internet's AS-level Connectivity Structure,"</a> Ricardo Oliveira, Dan Pei, Walter Willinger, Beichuan Zhang,
Lixia Zhang, <em>ACM SIGMETRICS</em>, 2008.</li>
<li> <a href="http://nrl.cs.arizona.edu/projects/paper/07-sigcomm-topology.pdf">"Observing the Evolution of Internet AS
Topology,"</a> Ricardo V. Oliveira, Beichuan Zhang, Lixia Zhang,
<em>ACM SIGCOMM</em>, 2007</li>
<li> <a href="http://nrl.cs.arizona.edu/projects/paper/05-ccr-topology.pdf">"Collecting the Internet AS-level Topology,"</a>
Beichuan Zhang, Raymond Liu, Daniel Massey, Lixia Zhang, 
<em>ACM SIGCOMM Computer Communication Review (CCR) special issue on Internet
Vital Statistics</em>, Volume 35, Issue 1, p53-61, January, 2005</li></ul>
<span class="Apple-style-span"><br /></span>
<a name="BGP"></a></div>
<h3>BGP Routing Dynamics</h3>
<p>The Border Gateway Protocol (BGP) is the de facto inter-domain routing protocol,
which glues tens of thousands of network domains into what we know as the
Internet.  Due to the large scale of the system, the diversity of routing policies and the
complexity of network operations, inter-domain routing in the wild is still not
well understood. We analyze BGP routing data to understand routing stability, help identify and diagnose problems.</p>
<div>
<ul>
<li><a href="http://nrl.cs.arizona.edu/projects/paper/06-imc-pathrank.pdf">"Quantifying Path Exploration in the
Internet,"</a> Ricardo V. Oliveira, Beichuan Zhang, Dan Pei, Rafit Izhak-Ratzin,
Lixia Zhang, <em>Internet Measurement Conference (IMC)</em>, 2006 </li>
<li><a href="http://nrl.cs.arizona.edu/projects/paper/convergence.pdf">
"An Analysis of Convergence Delay in Path-Vector Routing Protocols,"</a> 
Dan Pei, Beichuan Zhang, Daniel Massey, Lixia Zhang,
<em>Computer Networks</em>, Volume 50, Issue 3, p398-421, February 2006
</li>
<li><a href="http://nrl.cs.arizona.edu/projects/paper/05-minenet-mct.pdf">"Identifying BGP Routing Table Transfer,"</a>
Beichuan Zhang, Vamsi Kambhampati, Mohit Lad, Daniel Massey, Lixia Zhang, 
<em>ACM SIGCOMM Mining the Network Data (MineNet) Workshop</em>, 2005
</li><li><a href="http://nrl.cs.arizona.edu/projects/paper/05-icdcs-dtimer.pdf">"Timer Interaction in Route Flap Damping,"</a> 
Beichuan Zhang, Dan Pei, Daniel Massey, Lixia Zhang, 
<em>International Conference on Distributed Computing Systems (ICDCS)</em>, 2005.
</li></ul>
<span class="Apple-style-span"><br /></span>
<a name="Multicast"></a>
<h3>Universal Multicast</h3>
<span class="Apple-style-span">Integrate overlay multicast and IP multicast; design solutions that are
economically viable and incrementally deployable for global content distribution.</span>
<ul>
<li>
<a href="http://nrl.cs.arizona.edu/projects/paper/09-infocom-roman.pdf">"Towards Economically Viable Infrastructure-based 
Overlay Multicast Networks,"</a>
Varun Khare, Beichuan Zhang,
<em>IEEE INFOCOM</em>,2007
</li>
<li>
<a href="http://nrl.cs.arizona.edu/projects/paper/07-netdb-netx.pdf">"Net-X: Unified Data-Centric Internet Services,"</a>
Praveen Rao, Justin Cappos, Varun Khare, Bongki Moon, Beichuan Zhang,
<em>Third International Workshop on Networking Meets Databases (NetDB '07)</em>,
2007
</li>
<li>
<a href="http://nrl.cs.arizona.edu/projects/paper/umcast.pdf">"Universal IP Multicast Delivery,"</a>
Beichuan Zhang, Wenjie Wang, Sugih Jamin, Daniel Massey, Lixia Zhang, 
<em>Computer Networks, special issue on
Overlay Distribution Structures and their Applications</em>, Volume 50, Issue 6,
p781-806, April 2006
</li></ul>
<span class="Apple-style-span"><br /></span>
<a name="PSKI"></a></div>
<h3>PSKI, a Public Space Key Infrastructure</h3>
<p>Different from traditional public key infrastructures, which requires all
participants to agree upon a hierarchy for trust delegation, PSKI doesn't
enforce any rigid structure. PSKI makes user actions public to
other users, take user feedbacks and make them public as well. We hope that
the large number of users and the large amount of feedbacks can form a
dynamic reputation system, which will help users make their trust decisions.</p>
<div>
<ul>
<li><a href="http://nrl.cs.arizona.edu/projects/paper/06-hotsec-PSKI.pdf">"Security Through Publicity,"</a>
Eric Osterweil, Dan Massey, Batsukh Tsendjav, Beichuan Zhang, Lixia Zhang,
<em>Workshop on Hot Topics in Security (HotSec)</em>, 2006 
</li></ul>
<span class="Apple-style-span"><br /></span>
<a name="NAT"></a>
<h3>NAT Traversal</h3>
<ul>
<li><a href="http://nrl.cs.arizona.edu/projects/nat/nattt.htm">NAT Traversal through Tunneling (NATTT)</a>
</li></ul>
</div>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>admin</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2010-01-23T06:25:00Z</dc:date>
    <dc:type>Page</dc:type>
  </item>




</rdf:RDF>
