E5 Flashcards
(53 cards)
<p>Exam Question 201 (p.269)Why are weak passwords a significant problem in networks?</p>
<p>Because hackers get in and cause trouble.</p>
<p class=”large” style=”text-align:center”;>Exam Question 202 (p.269):List three true measures of password quality.</p>
<p class=”large” style=”text-align:center”;>Is it easy for you to remember? Is it dicult to guess? Is it difficult forothers to remember</p>
<p>Exam Question 203 (p.269):What is a dictionary attack?</p>
<p>It is using a long list of likely passwords in hopes of finding one that works</p>
<p class=”large” style=”text-align:center”;>Exam Question 204 (p.269):List two types of bad passwords.</p>
<p class=”large” style=”text-align:center”;>a) anything short, (b) anything in a dictionary.</p>
<p class=”large” style=”text-align:center”;>Exam Question 205 (p.269):What do I recommend for a password?</p>
<p class=”large” style=”text-align:center”;>initials of a familiar phrase</p>
<p>Exam Question 206 (p.269):What is a high-value password?</p>
<p>A password to protect a high-value asset.</p>
<p class=”large” style=”text-align:center”;>Exam Question 207 (p.269):What is a low-value password?</p>
<p class=”large” style=”text-align:center”;>A password to protect a low-value asset.</p>
<p>Exam Question 208 (p.269):Does it matter if a low-value password is easy to guess?</p>
<p>Not much.</p>
<p class=”large” style=”text-align:center”;>Exam Question 209 (p.269):List four ways to prove identity.</p>
<p class=”large” style=”text-align:center”;>What you have. What you know. What you are. What you can do.</p>
<p class=”large” style=”text-align:center”;>Exam Question 210 (p.269):What is multi-factor authentication?</p>
<p class=”large” style=”text-align:center”;>Several UNRELATED factors must be presented.</p>
<p>Exam Question 211 (p.269):What is single sign-on?</p>
<p>You authenticate once and then receive credentials that are (a) used onrelated websites (b) in place of authenticating again.</p>
<p class=”large” style=”text-align:center”;>Exam Question 212 (p.269):What is a hacker?</p>
<p class=”large” style=”text-align:center”;>Someone that goes beyond the routine ways of using a tool.</p>
<p class=”large” style=”text-align:center”;>Exam Question 213 (p.269):Is hacking bad?</p>
<p class=”large” style=”text-align:center”;>no</p>
<p>Exam Question 214 (p.269):What does black hat mean?</p>
<p>It means a bad-guy hacker</p>
<p class=”large” style=”text-align:center”;>Exam Question 215 (p.269):What does white hat mean?</p>
<p class=”large” style=”text-align:center”;>It means a good-guy (ethical) hacker.</p>
<p class=”large” style=”text-align:center”;>Exam Question 216 (p.269):What is pen testing?</p>
<p class=”large” style=”text-align:center”;>penetration testing</p>
<p>Exam Question 217 (p.269):What are symmetric keys?</p>
<p>Encryption keys that cancel each other out are symmetric.</p>
<p class=”large” style=”text-align:center”;>Exam Question 218 (p.269):What does rot13 stand for?</p>
<p class=”large” style=”text-align:center”;>rotate thirteen</p>
<p class=”large” style=”text-align:center”;>Exam Question 219 (p.269):How does rot13 work?</p>
<p class=”large” style=”text-align:center”;>Each letter is replaced by the one 13 places away.</p>
<p>Exam Question 220 (p.270):Who knows Alice's public key?</p>
<p>everybody</p>
<p class=”large” style=”text-align:center”;>Exam Question 221 (p.270):Who knows Alice’s private key?</p>
<p class=”large” style=”text-align:center”;>Alice</p>
<p>Exam Question 222 (p.270):How do you send a private message to Bob?</p>
<p>Encrypt it with Bob's public key.</p>
<p class=”large” style=”text-align:center”;>Exam Question 223 (p.270):What is the purpose of encrypting a message?</p>
<p class=”large” style=”text-align:center”;>Prevent others from understanding it.</p>
<p class=”large” style=”text-align:center”;>Exam Question 224 (p.270):What is the purpose of signing a message?</p>
<p class=”large” style=”text-align:center”;>Prove authorship.</p>
Exam Question 225 (p.270):How do you sign a message?
Encrypt it with your private key.
Exam Question 226 (p.270):How does signing prove authorship?
Only the person with the private key could have encrypted it. They mustbe the source.
Exam Question 227 (p.270):How can Bob send a private, authenticated message to Alice?
First, encrypt it with Bob's private key to prove authorship. Second,encrypt the result with Alice's public key to provide privacy.
Exam Question 228 (p.270):Why are public-key systems special?
They let us create a shared secret between parties that did not alreadyknow each other
Exam Question 229 (p.270):Why is RSA special?
It easily creates good public keys.
Exam Question 230 (p.270):What is a prime number?
A number with no proper factors.
Exam Question 231 (p.270):Why are prime numbers used in encryption?
It is easy to multiply two large prime numbers, but it is dicult to ndthe original numbers.
Exam Question 232 (p.270):What does the RSA private key consist of?
Two large prime numbers are chosen. They are the private key.
Exam Question 233 (p.270):What does the RSA public key consist of?
The large prime numbers of the private key are multiplied together. Theresult is the public key.
Exam Question 234 (p.270):If RSA is so great, why are other things used?
other things are faster
Exam Question 235 (p.270):Is http considered to be secure? Why?
No. Traffic (data) is not encrypted.
Exam Question 236 (p.270):Is https considered to be secure? Why?
Yes. Traffic (data) is encrypted.
Exam Question 237 (p.270):What does SSL stand for?
secure sockets layer
Exam Question 238 (p.270):What does TLS stand for?
transport layer security
Exam Question 239 (p.270):How does SSL protect confidentiality of a TCP connection?
Traffic (data) is (a) encrypted to (b) hide its meaning.
Exam Question 240 (p.270):What is an Outside Threat?
A threat by a machine outside of your LAN.
Exam Question 241 (p.271):What is a botnet?
A network of computers controlled by a hacker, usually without theknowledge of their real owners.
Exam Question 242 (p.271):For what two things are botnets commonly used?
Sending spam. Doing attacks.
Exam Question 243 (p.271):What does DDOS stand for?
distributed denial of service (attack)
Exam Question 244 (p.271):What is a zombie?
A computer that is part of a botnet.
Exam Question 245 (p.271):What does PWN stand for?
ownPwn means you have been owned by a hacker. They control your computer.
Exam Question 246 (p.271):What is an Inside Threat?
A threat by a machine inside your LAN.
Exam Question 247 (p.271):What two things does server mean?
(a) a program (software) that provides a service, (b) a computer (hard-ware) where such a program runs
Exam Question 248 (p.271):How can firewalls mitigate network attacks against servers?
They can control the number of incoming requests based on IP address.
Exam Question 249 (p.271):How can firewalls mitigate network attacks against clients?
They can prevent all uninvited access from outside the LAN.
Exam Question 250 (p.271):What does DMZ stand for?
demilitarized zone
Exam Question 251 (p.271):What service does DMZ provide?
It directs unexpected network trac on all ports to one designated ma-chine.
Exam Question 252 (p.271):What service does port forwarding provide?
It directs unexpected network trac on a few ports to a designated ma-chine.
Exam Question 253 (p.271):How can sharing your Wi-Fi be dangerous?
Bad people might get directly into your LAN. This bypasses your mainfirewall.