session_start();
$title="Topology Features";
require("../../../php/require/config.php");
require("$reqpath/login/config.php");
require("$reqpath/common.php");
require("$reqpath/login/membership.php");
include("$incpath/header.php");
include("$incpath/menu.php");
if (!loggedin()){
echo "
";
$bartitle="Unverified user: Please login to view Presentations ";
printneedtologinmsg($bartitle);
}
else
{
?>
|
First page Back Continue Last page Overview Graphics
Internet Topology Features
The Internet appears complicated.
In fact, it is actually possible to see critical nodes and paths leading to specific destinations
It is possible to see routing changes.
It is possible to drill down to any part (to the node level)
View over time, path, abstraction
| } include("$incpath/footer.php"); ?>