Uber Quiz

You got 56 of 128 possible points.
Your score was: 44 %

Remember, these quizzes test your overall CISSP knowledge but should not be used as CISSP exam prep examples.

Question Results

Score 1 of 1

Question:

Encryption, access control mechanisms, access control lists and remote access authentication protocols are all examples of

Response:

Physical Controls

Both Technical and Administrative

Administrative Controls

Technical controls

Score 0 of 1

Question:

Work factor is defined as:

Response:

the amount of effort/time required by an attacker to overcome a protective measure

the amount of effort/time required by an administrator to establish a reasonable system security plan

the amount of effort/time required by an algorithm to fully encrypt or decrypt a message

the amount of effort/time required to maintain an established security plan once it has been implemented

Score 1 of 7

Question:

Match the following key management definitions and functions

Response:

MatchUser answerFeedback

Keys must be created randomly, securely, without sequencing or plaintext displays

Generation

correct

Keys must be distributed securely, preferably via asymmetric systems

Distribution

correct

Keys must be readily available, manually invoked and integrity checked

Control

incorrect

Keys should be protected at rest and prevent unauthorized access

Storage

correct

Keys should be protected, maintained with integrity checks and safe from frequency analysis

Installation

incorrect

Keys should follow the least-access priviliege model and align with appropriate safeguards and levels of classification

Change

incorrect

Keys must be rotated out, ensuring proper remediation/destruction of storage media and outdated keys

Disposal

correct
Score 0 of 1

Question:

Biometric authentication is most often hampered by:

Response:

Rings/Weight change

User acceptance

Initial Registration

Cost to implement

Score 1 of 1

Question:

Which of the following is the strongest wireless encryption?

Response:

WEP

WPA

WPA2

Feedback:

WPA2 replaced WPA and WEP and relies on AES instead of RC4 (as do WEP and WPA)

E0

Score 0 of 1

Question:

A SHA-256 system will always generate different hashes when given the same plaintext, no matter how many times it is invoked

Response:

User answer 
True

A hash is a hash is a hash, it never changes the output. Hashes are used to prove integrity, usually by comparing current hashes (aka message digests) against previous ones (stored filesystems checksums, for example) to prove nothing has changed. Therefore, a hashing algorithm must produce one and only one output per plaintext input.

Score 1 of 1

Question:

Account administration, policies and standards, asset classification and reviews of audit trails are all examples of

Response:

Physical controls

Technical controls

Administrative controls

Both technical and administrative controls

Score 0 of 1

Question:

Which access control includes job rotation?

Response:

Organizational

Administrative

Technical

Physical

Score 1 of 1

Question:

A cryptosystem's strength is primarily based on

Response:

The Security Parameter Index (SPI)

The openness of the algorithm (how widely available it is, how well-published it is)

The closedness of the algorithm (how well-protected it is, how proprietary it is)

The cryptographic key

Score 1 of 1

Question:

Which of the following is primarily focused on reducing risk?

Response:

Preventative

Detective

Corrective

Deterrent

Recovery

Score 1 of 1

Question:

Data stored on an encrypted file system (EFS, TrueCrypt, etc.) does not need to be encrypted when being sent over the network?

Response:

User answer 
False

Protecting data-at-rest does not extend to data-in-transit. Often, encrypted data-at-rest is decrypted once it is read from the media, therefore re-encryption is needed before the data is sent over the ire (or becomes data-in-tansit)

Score 1 of 1

Question:

Which access control includes locked doors?

Response:

Physical

Owner

Organizational

Administrative

Technical

Score 1 of 1

Question:

Which of the following is the highest in the OSI model:

Response:

Transport

Data Link

Network

Presentation

Physical

Score 0 of 1

Question:

"The strength of the cryptosystem is a function of the keys, not the algorithm" is also known as

Response:

Rijndael's Challenge

Moore's Law

Kerckhoff's Principle

Diffe-Hillman's Axiom

Score 1 of 1

Question:

Which of the following is immediately above the Data Link Layer in the OSI model:

Response:

Presentation

Transport

Datalink

Session

Network

Score 1 of 1

Question:

Bell-La Padula focuses primarily on:

Response:

Accessibility

Confidentialty

Authentication

Availability

Data Integrity

Score 0 of 1

Question:

Hashing is used to

Response:

provide authenticity / authentication

ensure confidentiality

verify integrity

verify integrity and ensure confidentiality

Score 0 of 1

Question:

What is the primary difference between NIST and ISO ?

Response:

NIST insures compliance only within the United States

NIST standards are free, ISO charges

NIST produces guidelines only available to federal agencies.

Feedback:

Though they are intended for use and guidance by US federal agencies, NIST guidelines and research are freely available to the world

ISO publications cover international standards and are therefore not applicable within the US

Score 0 of 1

Question:

Which of the folowing is best suited for short messages (one block in size)

Response:

CBC

CFB

CCMP

ECB

Score 1 of 1

Question:

Which of the following is a remote authentication system?

Response:

KERBEROS

OpenVPN

TACACS

SESAME

Score 1 of 1

Question:

How many levels are there in the latest (June 2013) OSI model?

Response:

5

6

7

8

10

Score 1 of 1

Question:

How many keys does symmetric cryptography use for a single piece of data?

Response:

2

4

Depends on the key size vs. data size

1

Feedback:

One key only, Vasily. Symmetric keys are shared passwords/keys between the sender and recipient.

Score 1 of 1

Question:

Which of the following is primarily focused on identifying violations and incidents?

Response:

Preventative

Compensating

Detective

Recovery

Corrective

Score 1 of 1

Question:

Which of the following is primarily focused on identifying alternate solutions to achieve a task?

Response:

Preventative

Corrective

Detective

Recovery

Compensating

Score 0 of 5

Question:

More key terms from Chapter 2

Response:

MatchUser answerFeedback

Weakness or lack of a countermeasure

Vulnerability

correct

Entity that can exploit a vulnerability

Threat

incorrect

The danger of having a vulnerability exploited

Risk

incorrect

The probability of a threat being realized

Threat agent

incorrect

Presence of a vulnerability which exposes the organization

Exposure

correct
Score 0 of 1

Question:

Which classification of fuel type is wood given?

Response:

A

C

D

B

Score 1 of 1

Question:

Which of the following is primarily focused on restoring systems and information?

Response:

Detective

Corrective

Recovery

Compensating

Preventative

Score 3 of 3

Question:

Match the following terms to definitions

Response:

MatchUser answerFeedback

Training, configuration management of documentation, risk management

Administrative controls

correct

Firewalls, IDS, encryption

Technical controls

correct

Lighting, Fencing, guard patrols

Physical Controls

correct
Score 0 of 1

Question:

Which access control includes motion detectors?

Response:

Technical

Organizational

Administrative

Authentication

Physical

Score 1 of 1

Question:

Which classification of fuel type is paper given?

Response:

D

A

C

B

Score 1 of 1

Question:

John's computer access changed with his reassignment to a new department. This is an example of:

Response:

Access List Control

Role-based access control

Need-to-Know control

Owner set access control

Mandatory access control

Score 0 of 1

Question:

What formula provides total keyspace size?

Response:

(n*(n-1))/2

m^e mod n

Feedback:

That's RSA's encryption operation (e'th power to modulo n)

SLE x ALE

w[i] = (w[i-3] xor w[i-8] xor w[i-14] xor w[i-16])

Score 1 of 1

Question:

Which of the following is NOT an example of biometric identification?

Response:

Retinal imagery

Voice

Ear shape/pattern

Hand shape/pattern

Score 1 of 1

Question:

Falsely rejecting an authorized user is:

Response:

FRR or Type I error

FRA or Type IV error

FAR or Type II error

CER or Type III error

Score 2 of 6

Question:

Match the following terms and definitions

Response:

MatchUser answerFeedback

Intended to discourage a potential attacker

Preventive

incorrect

Intended to avoid an incident from happening

Deterrent

incorrect

Fixes component or systems after an incident has occurred

Corrective

correct

Intended to bring the environment back to production levels

Recovery

correct

Identify an incidents activities

Detective

correct

Alternate measures of control

Compensating

correct
Score 1 of 5

Question:

Match the following cryptographic definitions to their terms

Response:

MatchUser answerFeedback

Replacing one value for another using static or dynamic lookup tables

Substitution

correct

Swapping values around using static or dynamic lookup tables

incorrect

Removing redundant or common letters/phrases from plaintext

incorrect

Adding redundant or common letters to plaintext to create a more complex encrypted message

incorrect

Adding redundant or repeating letters to expand plaintext to create a more appropriately sized encrypted message

incorrect
Score 0 of 1

Question:

How many bits are in a SHA1 hash (or message digest)?

Response:

255

1024

256

160

Score 1 of 1

Question:

Which access control requires sensitivity labels on all subjects and objects?

Response:

Mandatory access control

Access List Control

Manager set control

Role-based access control

Discretionary access control

Score 0 of 1

Question:

Which of the following have the best CER?

Response:

Iris Scanning

Badge Scanning

Hand scanning

Finger scanning

Score 0 of 1

Question:

Which classification of fuel type is a computer given?

Response:

B

D

C

A

Score 1 of 1

Question:

Which of the following packet switched networks is best suited for fiber optic networks with sporadic traffic?

Response:

SMDS

Frame Relay

MPLS

SONET

ATM

Score 4 of 4

Question:

Match the following key terms

Response:

MatchUser answerFeedback

Availability

Reliable and timely access to data and resources

correct

Confidentiality

Necessary level of secrecy, unauthorized disclosure is prevented

correct

Shoulder surfing

Unauthorized viewing of information (screen peeking)

correct

Social Engineering

Tricking someone into giving sensitive information (to gain unauthorized access)

correct
Score 1 of 1

Question:

Which of the following would be the least useful in attempting to crack a password?

Response:

John the Ripper

brute force/dictionary attack

Packet sniffing

LophtCrack

MAC the Knife

Score 0 of 1

Question:

Which encryption method is most likely to be used to maintain data confidentiality on a mobile computing device (and why?)

Response:

EC

Feedback:

EC - Elliptical Curve, because it is less processor intensive than more traditional algorithms

One-way hashing

Merkle-Hellman Knapsack

IDEA

Feedback:

IDEA is good but because it is patented, it is not widely used today. Pity, too, since there are currently (2013) no known realistic cryptanalytic attacks against it.

Score 1 of 1

Question:

Asymmetric cryptography is more secure, faster and more scalable than symmetric encryption

Response:

User answer 
False

Symmetric encryption can be 100 faster than asymmetric and are generally more available to organizations.

Score 1 of 1

Question:

What is encrypted data called?

Response:

Data-in-transit

Message Digest

Payload

Ciphertext

Score 0 of 1

Question:

Which OSI layer includes the LLC and MAC sub-layers?

Response:

Data Link

Physical

Session

Transport

Network

Score 0 of 1

Question:

In MAC the access policy is set by:

Response:

the owner

the GPO

network ACL

the system

the role

Score 0 of 1

Question:

What OSI Layer includes data compression?

Response:

Transport

Datalink

Application

Network

Presentation

Score 0 of 1

Question:

Which access control includes intrusion detection?

Response:

Techincal

Owner

Technical

Administrative

Physical

Organizational

Score 1 of 1

Question:

Encryption is related to Confidentiality, Hashing is related to

Response:

Availability

Authenticity

Integrity

Confidentiality

Score 0 of 1

Question:

Which access control includes audit trails?

Response:

Administrative

Technical

Owner

Organizational

Physical

Score 1 of 1

Question:

Which access control includes job rotation?

Response:

Technical

Physical

Organizational

Administrative

Score 0 of 5

Question:

Matchup - Terms

Response:

MatchUser answerFeedback

Converts internal port numbers to external port numbers

RARP

incorrect

Converts MAC addresses to IP

incorrect

Converts Domain Names to IP

incorrect

Converts internal IP to external IP

NAT

correct

Converts IP to MAC Address

DNS

incorrect
Score 0 of 1

Question:

Which of the following components of a computer are best suited to brute force attacks?

Response:

CPU - Central Processing Unit

Feedback:

As it turns out GPU's (with their dedicated hardware of multiple ALU's) provide substantially more throughput than a standalone ALU or even a multicore CPU so GPU's, given their comparative speed for encryption hacking, are the preferred hacking hardware.

GPU - Graphical Processing Unit

ALU - Arithmetic Logic Unit

SCU - Security Control Unit

Score 1 of 1

Question:

Which access control includes cameras?

Response:

Technical

Physical

Organizational

Administrative

Visual

Score 1 of 1

Question:

Owner-set permissions are an example of:

Response:

role-based access control

Discretionary access control

mandatory access control

Clark-Wilson

Score 1 of 1

Question:

Which of the following extinguishing methods is best for a computer or electrical fire?

Response:

ESD Blanket

Water

CO2

Soda Acid

Score 1 of 1

Question:

Which access control includes training?

Response:

Technical

Organizational

Physical

Administrative

Score 0 of 1

Question:

What is the ideal humidity level for a data center?

Response:

20-40%

60-80%

30-50%

40-60%

Score 1 of 1

Question:

Which access control includes asset classification?

Response:

Owner

Technical

Organizational

Physical

Administrative

Score 0 of 5

Question:

Match the following control types to their purposes

Response:

MatchUser answerFeedback

Reducing Risk

Compensating

incorrect

Correcting violations and incidents

Corrective controls also help improve existing preventative and detective controls

incorrect

Discouraging violations

incorrect

Providing alternate ways of accomplishing a task

incorrect

Restoring systems and information

incorrect
Score 1 of 1

Question:

Clark-Wilson focuses primarily on:

Response:

Confidentialty

Accessibility

Authentication

Address Integrity

Availability

Score 0 of 1

Question:

Which classification of fuel type is grease given?

Response:

B

A

C

D

Score 1 of 1

Question:

Which of the following packet switched networks uses HDLC?

Response:

SONET

MPLS

Frame Relay

ATM

SMDS

Score 0 of 1

Question:

Job rotation policies provide improved security for all of the following reasons except:

Response:

Promotes Professional growth

Reduces opportunities for abuse

Identifies / Eliminates single points of failure

Increases visibility for high-potential employees

Score 0 of 1

Question:

All of the following are true about encryption EXCEPT:

Response:

Encryption algorithms are constant from version to version

Encryption is used to protect the confidentiality of the data

Encryption keys are constant from version to version

Longer keys usually result in more secure encryption

Score 0 of 1

Question:

Which access control protects the entire system?

Response:

Access Control Lists

Firewalls/IPS

Operating System Controls/Policies

Data Access Controls

System Access Controls

Score 0 of 1

Question:

Determining whether a subject can log into a system is an example of

Response:

Authorization

Accountability

Authentication

Score 1 of 1

Question:

Which of the following is the lowest in the OSI model:

Response:

Transport

Network

Session

Data Link

Application

Score 1 of 1

Question:

Which of the following is immediately above the Transport Layer in the OSI model:

Response:

Session

Datalink

Network

Presentation

Score 1 of 1

Question:

Which of the following uses fixed-size blocks of data as well as previous blocks of text for encryption

Response:

SBC - Sequential Block Coding

CFB - Cipher Feed Back

CBC - Cipher Block Chaining

ECB - Electronic Code Book

Score 1 of 1

Question:

A LAN is

Response:

a Local Area Network

a Least Access Notification

a Local Authentication Node

a Local Account Name

a Linear Applebaum Network diagram

Score 0 of 1

Question:

VoIP uses which protocol for AV streaming

Response:

Vorbis

TCP/IP

H.264

SRTP

Score 0 of 5

Question:

Match the following examples to their definitions

Response:

MatchUser answerFeedback

Unpatched servers

Vulnerability

correct

A virus that relies on unpatched code or OS levels

Risk

incorrect

The likelihood a threat will be realized, the frequency of natural disasters

Vulnerability

incorrect

$1M dollars per day downtime

incorrect

A proxy server

Exposure

incorrect
Score 1 of 5

Question:

Match the following cryptology tools and technologies

Response:

MatchUser answerFeedback

One-time pads

Manual

Still in use in some instances. Recall, one-time pads are the most secure approach

correct

Enigma machine

Electrical lights, mechanical crank/spinwheel

incorrect

AES, RSA Algorithms

I know, you wanted to think "digital" but technically, electronic works as well

incorrect

Cipherdisks

Think ceasar's spin wheel here

incorrect

Single photon emissions

used to provide secure key negotiation. After the test, go google "einstein spooky action" to see what will keep future CISSP's from sleeping at night

incorrect
Score 0 of 1

Question:

Which of the following is the lowest in the OSI model:

Response:

Network

Physical

Transport

Session

Data Link

Score 1 of 1

Question:

A WAN is

Response:

a Working Authentication Name

a Wide Array Node

one of the Wilson-Adder Need types

a Wide Area Network

the Westinghouse Address Naming convention

Score 0 of 1

Question:

Which of the following is not a typical layer 1 topology?

Response:

bus

star

mesh

2 layer star

ring

Score 1 of 1

Question:

Which of the following is NOT a RAW authentication protocol?

Response:

LDAP

EAP

PAP

CHAP

Score 1 of 1

Question:

Which classification of fuel type are electrical fires given?

Response:

B

C

A

D

Score 1 of 1

Question:

The ORIGINAL sender of a message encrypted using asymmetric algorithms can reverse/backout the process using the initial public key

Response:

User answer 
False

Although technically, the original sender has an unencrypted version to start with, he/she cannot decrypted the message without the private key (because of the nature of asymmetric algorithms)

Score 0 of 1

Question:

Which of the following are the three components of the fire triangle?

Response:

Fire/Fuel/Oxygen

Fire/Combustion/Oxygen

Heat/Fuel/Oxygen

Heat/Combustion/Oxygen

Score 1 of 1

Question:

Motion detectors, video cameras, fences, locked doors, guards and dogs are all examples of

Response:

Administrative controls

Both Technical and Administrative controls

Technical controls

Physical controls

Score 0 of 1

Question:

Which classification of fuel type is gasoline given?

Response:

B

A

C

D

Score 0 of 1

Question:

Which of the following is NOT an example of SSO?

Response:

KryptoKnight

SESAME

LDAP

KErberos

Score 0 of 1

Question:

Which of the following packet switched networks is best suited to support fully meshed VPNs?

Response:

SONET

SMDS

MPLS

ATM

Frame Relay

Score 1 of 1

Question:

What OSI Layer includes data encryption?

Response:

Presentation

Network

Application

Transport

Datalink