<?php 
 include 'header.php';
 include 'newsitems.php';
?>

<table border=1 cellpadding=5 cellspacing=1 width="100%">
<tr><td valign=top width="30%">
    <table border=0 cellpadding=2 cellspacing=0 width="100%">
    <tr><td colspan=3 class=tableHeader>News:</td></tr>
    <?php
      for ($i = 0; $i < count($latest); $i++) {
        item($latest[$i]);
      }
    ?>
    <tr><td></td><td></td><td></td></tr>
    <tr><td></td><td valign="middle"><p><a href="news.html">Older news...</a></td><td></td></tr>
    </table>
</td>
<td valign=top width="45%">

<!-- <p class="pageHeader">Center for Measurement and Analysis of Network Data
<hr width="80%">
</p>
-->
The CMAND lab focuses on 
novel measurement and analysis techniques
to design and secure networks, systems,  and
real-world critical infrastructures. 
<!--including routing, provisioning, and
security.
-->
<!--
<p>
CMAND supports several Masters and Ph.D. <a href="people.php">students</a>.  
We are
looking for strong students with analytical and systems skills 
interested in our research.  
-->
<!-- 
See <a href="http://rbeverly.net/research/nps/rbeverly-thesis-topics.pdf"> this
list</a> (NPS restricted) of open research topic areas within the group.
-->

<p>
Current <a href="projects.php">projects</a> include:
<ul>
  <li>High-frequency active network topology mapping
  <li>IPv6 measurement and security
  <li>BGP measurement and security
  <li>Source address validation measurement
</ul>

<!--
<hr width="80%">
<p>
<div style="padding:10px;">
</div>
<center>
  <span class="headertext columnheader">We gratefully acknowledge support from:</span><p>
  <a href="http://www.nsf.gov" target="_blank"><img src="<?php echo $base;?>/logo_NSF.gif" alt="NSF Logo"></a>&nbsp;
  <a href="http://www.dhs.gov/cybersecurity" target="_blank"><img src="<?php echo $base;?>/logo_DHS.png" alt="DHS Logo"></a>&nbsp;
  <a href="http://www.cisco.com" target="_blank"><img src="<?php echo $base;?>/logo_cisco.gif" alt="Cisco Logo"></a>
  <a href="http://www.public.navy.mil/spawar" target="_blank"><img src="<?php echo $base;?>/spawar.png" alt="SPAWAR Logo"></a>
  <a href="http://ltsnet.net" target="_blank"><img src="<?php echo $base;?>/LTS_Logo.png" alt="LTS Logo"></a>
</center>
-->
</td>

<td class="top">
<img src="<?php echo $base;?>/outgraph.png" alt="Topology Image"><br>
Topology Map of Inferred Highly Dynamic Internet Region
</td>
</tr>
</table>

<?php 
 include 'footer.php' 
?>
