nerdexam
(ISC)2

SSCP · Question #19

Which of the following is the most reliable authentication method for remote access?

The correct answer is B. Synchronous token. Synchronous tokens (like TOTP/RSA SecurID) generate time-based one-time passwords that are valid for only a short window, making them highly reliable for remote access - a stolen code is useless seconds later, and replay attacks are effectively eliminated since the server and…

Submitted by ravi_2018· Apr 18, 2026Access Controls

Question

Which of the following is the most reliable authentication method for remote access?

Options

  • AVariable callback system
  • BSynchronous token
  • CFixed callback system
  • DCombination of callback and caller ID

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    87% (20)
  • D
    9% (2)

Explanation

Synchronous tokens (like TOTP/RSA SecurID) generate time-based one-time passwords that are valid for only a short window, making them highly reliable for remote access - a stolen code is useless seconds later, and replay attacks are effectively eliminated since the server and token stay clock-synchronized.

Option A (Variable callback) lets the user specify any callback number, which an attacker can exploit by supplying their own number - defeating the purpose of the callback entirely. Option C (Fixed callback) is more secure than variable, but call-forwarding and PSTN vulnerabilities mean it can still be circumvented without verifying the actual identity of the person answering. Option D (Callback + caller ID) sounds stronger but caller ID is trivially spoofed, so combining a weak control with an easily faked one does not produce a reliable system.

Memory tip: Think "sync = secure" - a synchronous token requires both sides (you and the server) to agree on time, making it self-validating without relying on external phone infrastructure that can be forwarded, spoofed, or social-engineered.

Topics

#Authentication methods#Remote access security#Multi-factor authentication#Synchronous tokens

Community Discussion

No community discussion yet for this question.

Full SSCP Practice