nerdexam
EC-Council

312-50V13 · Question #141

What hacking attack is challenge/response authentication used to prevent?

The correct answer is A. Replay attacks. Challenge/response authentication is a security mechanism designed to prevent replay attacks by ensuring that authentication credentials cannot be reused.

Submitted by kim_seoul· Mar 6, 2026Session Hijacking

Question

What hacking attack is challenge/response authentication used to prevent?

Options

  • AReplay attacks
  • BScanning attacks
  • CSession hijacking attacks
  • DPassword cracking attacks

How the community answered

(24 responses)
  • A
    92% (22)
  • B
    4% (1)
  • D
    4% (1)

Why each option

Challenge/response authentication is a security mechanism designed to prevent replay attacks by ensuring that authentication credentials cannot be reused.

AReplay attacksCorrect

Challenge/response authentication works by sending a unique, time-sensitive 'challenge' to the client, which must compute a valid response using a shared secret. Since the challenge changes with each authentication attempt, an attacker cannot simply reuse (replay) a previously captured, valid response to gain unauthorized access.

BScanning attacks

Challenge/response authentication mechanisms do not directly prevent scanning attacks, which involve probing systems for open ports or vulnerabilities.

CSession hijacking attacks

While it enhances overall security, challenge/response authentication primarily prevents replay attacks during the initial authentication phase, not directly session hijacking after authentication.

DPassword cracking attacks

Challenge/response authentication makes password cracking more difficult by not transmitting the password directly, but its primary purpose is to prevent the replay of *authentication tokens*, not direct password guessing.

Concept tested: Challenge/response authentication and replay attack prevention

Source: https://www.cloudflare.com/learning/security/glossary/replay-attack/

Topics

#challenge/response#authentication#replay attacks

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice