session_start();
$title="Slide 34";
require("../../../php/require/config.php");
require("$reqpath/login/config.php");
require("$reqpath/common.php");
require("$reqpath/login/membership.php");
include("$incpath/header.php");
$showlogin="yes";
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
No Substitute
There is no substitute for ongoing observations of real data
Can't expect ISPs to tell you (the customer or the government) what is going on
They consider it competitive information, and any outages might embarrass them
They don't know much beyond their own network
Need independent third party data
| } include("$incpath/footer.php"); ?>