-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathobjective.html
More file actions
50 lines (48 loc) · 2.05 KB
/
Copy pathobjective.html
File metadata and controls
50 lines (48 loc) · 2.05 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" />
<script src="script.js"></script>
<title>Document</title>
</head>
<body>
<h1> NETWORK SECURITY DEGREE OBJECTIVES </h1>
<br>
<br>
<br>
<h3>
1. Create a network infrastructure design communications document that includes identified hardware components,
connections to outside world, identified physical layer connectivity (media) and addressing, including operational and
security components in the design.
<br>
<br>
2. Install, configure and test security hardware and software tools with supporting documentation such as port scanners,
vulnerability detection systems, intrusion detection systems, firewalls, system hardening, anti-virus tools, patch
management, auditing and assessment.
<br>
<br>
3. Construct, implement and document a script or a program to automate a security-related process or other tasks such as
installation, administration, management, mapping resources, logon scripts, patch management, updates, auditing,
analysis and assessment.
<br>
<br>
4. Create a policy or procedure that addresses events such as: a disaster recovery plan, a business continuity plan, an
incident response policy, an acceptable usage document, an information security policy, a physical security policy,
assessments or troubleshooting procedures.
<br>
<br>
5. Develop a research report or implementation plan concerning legal and ethical best practices and mandated requirements
that pertain to information security.
<br>
<br>
6. Research, document, test and evaluate several current industry information security based threats, risks, malicious
activities, covert methodology, encryption technologies, mitigation techniques or unconventional tactics to prevent loss of
sensitive information and data confidentiality, integrity and availability.
<br>
</h3>
<button type="button" onClick="back()">Back</button>
</body>
</html>