nerdexam
CompTIA

SY0-301 · Question #384

Which of the following types of cryptography should be used when minimal overhead is necessary for a mobile device?

The correct answer is B. Elliptical curve cryptography. Elliptic Curve Cryptography provides equivalent security to RSA with far smaller key sizes, minimizing computational and power overhead on mobile devices.

General security concepts

Question

Which of the following types of cryptography should be used when minimal overhead is necessary for a mobile device?

Options

  • ABlock cipher
  • BElliptical curve cryptography
  • CDiffie-Hellman algorithm
  • DStream cipher

How the community answered

(26 responses)
  • B
    88% (23)
  • C
    8% (2)
  • D
    4% (1)

Why each option

Elliptic Curve Cryptography provides equivalent security to RSA with far smaller key sizes, minimizing computational and power overhead on mobile devices.

ABlock cipher

Block ciphers are symmetric encryption algorithms that process data in fixed-size chunks and do not address asymmetric key exchange or digital signature overhead on constrained devices.

BElliptical curve cryptographyCorrect

ECC achieves security comparable to RSA using significantly smaller keys - a 256-bit ECC key offers roughly equivalent strength to a 3072-bit RSA key. This dramatically reduces CPU cycles, memory consumption, and power usage, which are critical constraints on mobile hardware. For this reason, ECC is the preferred asymmetric cryptographic algorithm for mobile and embedded environments where overhead must be minimized.

CDiffie-Hellman algorithm

The Diffie-Hellman algorithm depends on large prime number arithmetic, making it computationally expensive relative to ECC for equivalent security levels.

DStream cipher

Stream ciphers encrypt data one bit or byte at a time and are efficient for symmetric bulk data encryption, but they do not replace asymmetric operations like key exchange or authentication.

Concept tested: ECC for low-overhead mobile cryptography

Source: https://csrc.nist.gov/publications/detail/sp/800-186/final

Topics

#elliptic curve cryptography#mobile security#cryptographic performance#asymmetric encryption

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice