session_start();
$title="Distributed, Decentralized, Dangerous";
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
Distributed, Decentralized, Dangerous
Decentralization is one of the main strengths of the Internet, permitting distributed ownership and operations. Yet decentralization combined with automation breeds epidemic risk:
- $200M in fraud and theft losses in 2002 (CSI/FBI)
- $10B in worm and virus-related losses (Goldman-Sachs)
- $100B cyberhurricane risk per Fortune 500 company (mi2g)
| } include("$incpath/footer.php"); ?>