exam questions

Exam SY0-501 All Questions

View all questions & answers for the SY0-501 exam

Exam SY0-501 topic 1 question 763 discussion

Actual exam question from CompTIA's SY0-501
Question #: 763
Topic #: 1
[All SY0-501 Questions]

Which of the following is unique to a stream cipher?

  • A. It encrypt 128 bytes at a time.
  • B. It uses AES encryption.
  • C. It performs bit-level encryption.
  • D. It is used in HTTPS.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
NLT
Highly Voted 4 years, 4 months ago
Block cipher works on chunks of data, encrypting one and then moving to the next.In stream cipher, the data is encrypted one bit, or byte, at a time. CompTIA security+ Study Guide 7th Edition
upvoted 6 times
...
fonka
Most Recent 3 years, 11 months ago
c is correct In stream cipher, one byte is encrypted at a time while in block cipher ~128 bits are encrypted at a time. Initially, a key(k) will be supplied as input to pseudorandom bit generator and then it produces a random 8-bit output which is treated as keystream. The resulted keystream will be of size 1 byte, i.e., 8 bits. Stream Cipher follows the sequence of pseudorandom number stream. One of the benefits of following stream cipher is to make cryptanalysis more difficult, so the number of bits chosen in the Keystream must be long in order to make cryptanalysis more difficult. By making the key more longer it is also safe against brute force attacks. The longer the key the stronger security is achieved, preventing any attack. Keystream can be designed more efficiently by including more number of 1s and 0s, for making cryptanalysis more difficult. Considerable benefit of a stream cipher is, it requires few lines of code compared to block cipher.
upvoted 1 times
fonka
3 years, 11 months ago
Bit = Binary digIT = 0 or 1 Byte = a sequence of 8 bits = 00000000, 00000001, ..., or 11111111 Word = a sequence of N bits where N = 16, 32, 64 depending on the computer There are 2N words of length N
upvoted 1 times
fonka
3 years, 11 months ago
Bit Single Binary Digit (1 or 0) Byte 8 bits Kilobyte (KB) 1,024 Bytes Megabyte (MB) 1,024 Kilobytes Gigabyte (GB) 1,024 Megabytes Terabyte (TB) 1,024 Gigabytes Petabyte (PB) 1,024 Terabytes Exabyte (EB) 1,024 Petabytes
upvoted 1 times
...
...
...
NYF
4 years, 6 months ago
A stream cipher is a symmetric key cipher where plaintext digits are combined with a pseudorandom cipher digit stream (keystream). In a stream cipher, each plaintext digit is encrypted one at a time with the corresponding digit of the keystream, to give a digit of the ciphertext stream. Since encryption of each digit is dependent on the current state of the cipher, it is also known as state ciph
upvoted 1 times
...
Azo_4952
4 years, 8 months ago
transmit data bit by bit
upvoted 2 times
...
Teza
4 years, 9 months ago
Option C is correct
upvoted 2 times
who__cares123456789___
4 years, 5 months ago
We were arguing on that question a few pages back about stream cipher! This question makes me wonder if that file level encryption choice may have been the correct answer! We could never reach consensus! Gonna delve into that more I guess!
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...