Multiple choice technology security

Administrative pages for websites should be protected by

  1. A mechanism that requires only a password

  2. Basic authentication

  3. 2/3 factor authentication

  4. A mechanism with no lock-out, to prevent accidentally denying legitimate access

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Administrative interfaces are high-value targets for attackers and require stronger authentication than single-factor password-only mechanisms. Multi-factor authentication (2FA or 3FA) significantly reduces the risk of unauthorized access by requiring multiple independent verification factors. Basic authentication and password-only mechanisms are vulnerable to credential theft and brute force attacks.