session_start();
$title="About";
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
About InternetPerils, Inc.
Enables Internet business risk management
Quantification of cyber-Hurricanes
- Perils and anomalies in the Internet
- That are outside the firewall
- And thus beyond the direct control of any enterprise
Patent-pending GAIN Technology (Gap Analysis of Internet Networks)
- Uses ongoing data collection, fusion and aggregation to enable deep analysis of perils such as nonredundant routes and conjested routers, anomalies such as worms, cable cuts and routing flaps
| } include("$incpath/footer.php"); ?>