session_start();
$title="Beyond Security";
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
Beyond security and performance
Encryption can prevent data theft
Firewalls can protect against intrusions
- Which is useful if customers can reach enterprise
Patching known bugs is good and useful
- But what if neighbors haven't patched?
Routing optimization can help
- If problem can be routed around
Redeployment can optimize but is slow
Blackouts, earthquakes, hurricanes still happen
Notes:
| } include("$incpath/footer.php"); ?>