<?php
$page_name = "Redundancy";
$menu_type = "erudition";
$menu_name = "Redundancy";
$blog_num = 17;
$page_rate = 8;
$page_tags = array("outdoors");
$page_date = "August 19, 2011";
include_once("./files/head.php");

echo "<div class=\"leftpic no_print\"><img src=\"./images/climbing/nasa_logo.gif\" width=150 height=150 /></div>\n";
echo "<p>N.A.S.A. is full of smart people right?  Actually, don't answer that.  Let's try again.</p>\n";
echo "<p>N.A.S.A. is full of theoretical deisgn genius' right?</p>\n";
echo "<p>That's better.<br />Answer: Definitely.  Anyways, they have spent time and money on redundancy (tee hee hee) and here are the results:</p>\n";

echo "<h3>Levels of Redundancy</h3>\n";
echo "<center>\n";
echo "<table>\n";
  echo "<tr>\n";
	echo "<th>Name</th>\n";
    echo "<th># of Back-Ups</th>\n";
	echo "<th>NASA's opinion</th>\n";
	echo "<th>Related to Climbing</th>\n";
  echo "</tr>\n";
  echo "<tr>\n";
	echo "<td>No Redundancy</th>\n";
    echo "<td>0</td>\n";
	echo "<td>Non-critical systems.  Oh my God! The strap on my sleeping blinders broke.</td>\n";
	echo "<td>Clothing, rain gear, food, sunscreen, 12kN biners, wiregates</td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
	echo "<td>Redundant</th>\n";
    echo "<td>1</td>\n";
	echo "<td>Non-critical, but still important systems.  Sh!t! I spilled my juice, oh well I'll grab another.</td>\n";
	echo "<td>Locking biners, double back on harness, 24kN biners, 2 anchor bolts, rapping on 2 ropes</td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
	echo "<td>Double Redundancy</th>\n";
    echo "<td>2</td>\n";
	echo "<td>Critical systems.  Drat, there goes the the radio.</td>\n";
	echo "<td>Cross gating locking biners, 3 ice screw anchors, having someone at the bottom of the rap ropes to \"fireman\" you</td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
	echo "<td>Triple Redundancy</th>\n";
    echo "<td>3</td>\n";
	echo "<td>Life Critical systems.  Hmmm, we seems to have run out of Oxygen.</td>\n";
	echo "<td>Rapping on 2 ropes with a prussik and being \"firemaned\"</td>\n";
  echo "</tr>\n";
echo "</table>\n";
echo "</center>\n";

echo "<div class=\"rightpic no_print\"><img src=\"./images/climbing/redundancy.jpg\" width=250 height=226 /></div>\n";

echo "<h3>The Mandatory Exception to the Rule</h3>\n";
echo "<p>N.A.S.A. also states that putting in more redundancy than nessessary is actually counter productive.  This is because things start becoming seriously complex and steps are missed/ignored.  The most common example of skipping a redundant system is tying a prussik around the rope when rappelling.  Or could you imagine trying to untangle a 4 point anchor?</p>\n";

echo "<p>I hope that helps, cheers!</p>\n";

include_once("./files/close.php");
?>