Security+ Study Guide-10 Understanding Cryptography and PKI

Security+ Study Guide-10 Understanding Cryptography and PKI

Professional Development

15 Qs

quiz-placeholder

Similar activities

DST07 - Day 2 quiz

DST07 - Day 2 quiz

Professional Development

10 Qs

ITF - Quiz 14.4 - Uses of Encryption

ITF - Quiz 14.4 - Uses of Encryption

Professional Development

15 Qs

6.0 Security - CompTIA IT Fundamentals (ITF+) Security Quiz #1

6.0 Security - CompTIA IT Fundamentals (ITF+) Security Quiz #1

Professional Development

20 Qs

ITF+ Ch10, Security Best Practices

ITF+ Ch10, Security Best Practices

Professional Development

20 Qs

Security+ Study Guide-05 Securing Hosts and Data

Security+ Study Guide-05 Securing Hosts and Data

Professional Development

15 Qs

Securing Source Code

Securing Source Code

Professional Development

10 Qs

IT ENGLISH: Research Project Topics - Web Design

IT ENGLISH: Research Project Topics - Web Design

Professional Development

10 Qs

Network Plus Pre Assessment

Network Plus Pre Assessment

Professional Development

15 Qs

Security+ Study Guide-10 Understanding Cryptography and PKI

Security+ Study Guide-10 Understanding Cryptography and PKI

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Alejandro Hidalgo

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

GCGA, a software development company, occasionally updates its software with major updates and minor patches. Administrators load these updates to the company web site along with the has associated with each update.

Which of the following BEST describes the purpose of the hash?

Availability of updates and patches

Integrity of updates and patches

Confidentiality of updates and patches

Integrity of the applicaiton

Answer explanation

The hash provides integrity for the updates and patches so that users can verify they have not been modified.

Installing updates and patches increases the availability of the application.

Confidentiality is provided by encryption.

The hashes are for the updates and patches, so they do not provide integrity for the application.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Users in your organization sign their emails with digital signatures. Which of the following provides integrity for these digital signatures?

Hashing

Encryption

Non-repudiation

Private key

Answer explanation

Hashing provides integrity for digital signatures and other data.

A digital signature is a hash of the message encrypted with the sender’s private key, but the encryption doesn’t provide integrity.

The digital signature provides non-repudiation, but non-repudiation does not provide integrity.

The private key and public key are both needed, but the private key does not provide integrity.

3.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

While reviewing logs on a web server hosted by your organization, you notice multiple logon failures to an FTP account, but they're only happening about once every 30 minutes. You also see that the same password is being tried against the SSH account right after the FTP account logon failure.

What BEST describes what is happening?

Brute force attack

Dictionary attack

Plaintext attack

Spraying attack

Answer explanation

This indicates a password spraying attack. It loops through a list of accounts, guessing a password for one account at a time, and then guessing the same password for a different account. In this scenario, the attack may be guessing passwords for the other servers before it returns to the web server.

A brute force attempts to guess all possible characters combinations for a password, and a dictionary attack uses a dictionary of words trying to discover the correct password.

A spraying attack could use either a brute force method or a dictionary method when guessing the password; however, these methods do not look through a list of user accounts.

In a plaintext attack (also called a known plaintext attack), an attacker has samples of known plaintext and can use these samples to decrypt ciphertext that includes this plaintext.

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

An online application requires users to log on with their email address and a password. The application encrypts the passwords in a hashed format.

Which of the following can be added to decrease the likelihood that attackers can discover these passwords?

Rainbow tables

Salt

Digital signatures

Input validation

Answer explanation

A password salt is additional random characters added to a password before hashing the password, and it decreases the success of password attacks.

Rainbow tables are used by attackers and contain precomputed hashes, and salting is intended to specifically thwart rainbow table attacks.

A digital signature provides authentication, non-repudiation, and integrity, but it doesn’t protect passwords.

Input validation techniques verify data is valid before using it, and they are unrelated to protecting hashed passwords.

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the primary difference between a block cypher and a stream cypher?

A stream cipher encrypts data 1 bit or byte at a time.

A block cipher encrypts data 1 bit or byte at a time.

Stream ciphers are used for symmetric encryption.

Block ciphers are used for symmetric encryption, but stream ciphers are used for asymmetric encryption

Answer explanation

A stream cipher encrypts data a single bit or a single byte at a time and is more efficient when the size of the data is unknown, such as streaming audio or video.

A block cipher encrypts data in specific-sized blocks, such as 64-bit blocks or 128-bit blocks.

Both are used with symmetric encryption algorithms.

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A developer is creating an application that will encrypt and decrypt data on mobile devices. These devices don't have a lot of processing power.

Which of the following cryptographic methods las the LEAST overhead and can provide encryption for these mobile devices?

Elliptic curve cryptography

Perfect forward secrecy

Salting

Digital signatures

Answer explanation

Elliptic curve cryptography (ECC) has minimal overhead and is often used with mobile devices for encryption.

Perfect forward secrecy refers to session keys and provides assurances that session keys will not be compromised even if a private key is later compromised.

Salting adds random characters to a password before hashing it to thwart rainbow table attacks.

Digital signatures provide integrity, authentication, and non-repudiation, but not encryption.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You are configuring a web server that will be used by salespeople via the Internet. Data transferred to an from the server needs to be encrypted, so you are asked with requesting a certificate for the server.

Which of the following would you MOST likely use to request the certificate?

CA

CRL

CSR

OCSP

Answer explanation

You would request a certificate with a certificate signing request (CSR). It uses a specific format to request a certificate. You submit the CSR to a certificate authority (CA), but the request needs to be in the CSR format.

A certificate revocation list (CRL) is a list of revoked certificates.

The Online Certificate Status Protocol (OCSP) is an alternate method of validating certificates and indicates if a certificate is good, revoked, or unknown.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?