Chap 5 Flashcards

1
Q

Four components of PKI are

A

Public Key infrastructure has four components:

  1. Certification authority
  2. Registration authority responsible for verifying cert contents for the CA
  3. Repository : system that accepts certs and CRLs certificate revocation lists and distributed them
  4. Archive : long term storage of info from CA
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Asymmetric algorithms are: five are…

A
RSA
Diffie -Hellman
El gamal 
Merkle-Hellman (trapdoor) knapsack 
Elliptic curve

RSA: key transport based on factoring prime numbers

Diffie Hellman : vulnerable to MITM attacks. Both encrypt wth each other’s public keysand Their own private keys to make symmetric key known only to them. Based on discrete logarithms

El gamal: unpatented.also based on discrete algorithms, but includes encryption and digital signatures

Merle-Hellman : based on fixed weights and is broken

Elliptic curve: more efficient can use smaller key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe the three different types of asymmetric cryptography

A
  1. Secure message: ensures confidentiality sender encrypts with recipients public key
  2. Open message format: you know it’s from me but everyone can see the message. Sender encrypts with senders private key and message can be decrypted with senders public key which everyone has. Auth but no confidentiality
  3. Secure and signed: both 1&2 =C &A. Encrypts with recipients public key first then with senders private key.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are two ways you have message authentication?

What does message authentication guarantee?

A

What are two ways you have message authentication?

Message digests:

Digital signatures: RSA, DSA & elliptic curve digital signature algorithm

What does message authentication guaranttee?
Authenticity and integrity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Name three types of fire detection and two types of fire suppression systems?

These are essentially to protecting lives and facilities.

A
  1. Heat sensing: a) fixed temp b) rate of rise detection
  2. Flame sensing a) flame flicker/pulse b) infrared (expensive)
  3. Smoke sensing a) photoelectric (sense variations in light intensity) b) beam (sense disruption to beams of light by smoke) c) ionization -detect disturbances in radioactive current d) aspirating - draws air into chamber to detect smoke
Fire suppression:
1. Water sprinkler 
A. Wet pipe most reliable and most used.
B. Dry pipe
C. Deluge not used for computer systems 
D. Proactive - heat sensor triggers water and alarm. If fusible link melts then water discharged 
  1. Gas discharge systems
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the types of classes of fires and what are the ways to extinguish those fires?

A

Class a: common combustibles
Water soda acid

Class b: burnable fuels
Soda acid co2 halon

Class c: electrical
Co2 halon
Remember to turn off electricity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Examples of symmetric key algorithms are:

A

Symmetric algorithms include:

DES: 1970 NSA data encryption standard. 64 bit block cipher with 56-bit key
Has four modes: Electronic code book ecb block ; CBC Cipher block chain block; Cipher feedback CFB stream; Output Feedback OFB stream.

3DES : expensive, slow - 4 variations of triple Des: EEE-2, EdE-2, EEE-3, EDE-3; encrypt with first key, encrypt with second key, encrypt with first key... (3 56 bit keys equals 168 bit key length)
blowfish / Twofish
IDEA: block, patented; in PGP email
RC 4, RC5, TC6 Rivest ciphers 
AES/ Rijndael block:
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the different encryption available at different levels of the OSI model?

A

Layer 2: link encryption (every node has separate key pairs; slower than end to end; PPTP point to point tunnel protocol (standard VPN); L2TP Layer 2 tunneling protocol

Layer 3: IPSec

Layer 4: SSL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly