Book Image

Security+® Practice Tests

By : Mike Chapple
Book Image

Security+® Practice Tests

By: Mike Chapple

Overview of this book

Security+ certification is the most popular entry-level certification for cybersecurity professionals. It has no work experience requirement, making it accessible to everyone willing to put in the time to prepare for the exam. Security+? Practice Tests are the perfect tools to prepare for the CompTIA Security+ exam. The first six chapters each cover one of the six Security+ domains. Each of those chapters contains around 100 practice test questions covering the material from that domain. The last two chapters each contain a full-length Security+ practice test that’s designed to assess your readiness to take the actual test. At the end of each chapter, you’ll find the answers to all of the questions along with detailed explanations to help reinforce your learning of the material. By the end of the book, you’ll have enough practice to easily ace the CompTIA Security+ exam.
Table of Contents (9 chapters)

Domain 6 Answers and Explanations

  1. B. Message digests are one-way functions where it is not possible to reproduce the input by observing the output. To facilitate this, the digests produced by messages with even slight differences are completely different from each other. There is no way to assess the similarity of two messages by comparing their message digests.
  2. C. The Pretty Good Privacy (PGP), Rivest Shamir Adelman (RSA), and Diffie-Hellman algorithms all depend upon the difficulty of the prime factorization problem to achieve secrecy. The Elliptic Curve Cryptography (ECC) algorithm does not use prime numbers, and instead depends upon the mathematical properties of an elliptic curve.
  3. C. Data stored in memory is considered data in use, and is the most difficult scenario to protect against. Data at rest is data stored on a disk or other storage device, while data in transit is data being sent over a network.
  4. A. In an asymmetric encryption algorithm, the sender of a message...