-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchapter8.html
80 lines (74 loc) · 3.18 KB
/
chapter8.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE HTML>
<!--
Binary by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Chapter 8 | Transformers (2007)</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong>Transformers (2007)</strong></a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="meetings.html">Meeting Minutes</a></li>
<li><a href="plot.html">Plot Timeline</a></li>
<li><a href="tech.html">Computing Technologies</a></li>
<li><a href="chapters.html">Chapters</a></li>
<ul>
<li><a href="chapter3.html">Chapter 3</a></li>
<li><a href="chapter4.html">Chapter 4</a></li>
<li><a href="chapter5.html">Chapter 5</a></li>
<li><a href="chapter6.html">Chapter 6</a></li>
<li><a href="chapter7.html">Chapter 7</a></li>
<li><a href="chapter8.html">Chapter 8</a></li>
<li><a href="chapter10.html">Chapter 10</a></li>
</ul>
<li><a href="director.html">Director's Intent</a></li>
<li><a href="analysis.html">Analysis</a></li>
<li><a href="assets/Transformers(2007).pptx">Presentation</a></li>
</ul>
</nav>
<!-- Main -->
<section id="main">
<div class="inner">
<div class="image fit2">
<img src="images/pic09.jpg" alt="" />
</div>
<header>
<h1>Chapter 8: Computer Reliability</h1>
</header>
<p>While computer and network security is crucial, it’s reliability is just as important. While many device malfunctions are trivial, the movie highlights how disastrous one of these malfunctions can be. The first example of this was when the cyber attacks left the pentagon and other government buildings in a blackout, impeding them from using traditional forms of communication. While these targeted attacks are based in science fiction, the government should have stress tested the system and had a better backup plan for if communication went down.</p>
<p>Another example of issues with computer reliability in the movie was the entire system keeping Megatron frozen in the Hoover Dam.</p>
<ul>
<li>Generators aren't enough to keep megatron frozen. Whole system failed and he unfroze</li>
<li>Testing to find vulnerabilities in a system was not done in certain cases</li>
</ul>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
© 2020 Sean Barry, Christain Defranco, Kaitlyn Fichtner, and Benjamin Peters <br>Design: <a href="https://templated.co">TEMPLATED</a>. Images: <a href="https://unsplash.com">Unsplash</a>.
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>