A network administrator is implementing administrative security controls for enterprise network switches and configuring Public Key Infrastructure (PKI) certificate validation for HTTPS management access. When evaluating multi-factor authentication (MFA) factor categories and PKI digital certificate validation mechanics, which two statements are correct?
- An RSA hardware key fob generating a time-based passcode combined with a user password satisfies MFA by combining a possession factor with a knowledge factor.Answer
- During TLS certificate verification, the client uses the issuer Certificate Authority's public key to validate the digital signature on the switch certificate.Answer
- CA software certificate stored on a user workstation and a domain user account password both belong to the knowledge factor authentication category.
- DDuring certificate validation, the client uses the switch private key to decrypt the digital signature applied by the Certificate Authority.
- EEnforcing password complexity and aging policies on local switch databases automatically encrypts the underlying SSH session payloads.
Answer
The correct statements are that combining an RSA hardware key fob passcode with a password satisfies MFA by using possession and knowledge factors, and that during TLS certificate verification, the client relies on the issuing Certificate Authority's public key to validate the switch certificate's digital signature.
Combining a hardware token generator (something you have) with a user password (something you know) uses two distinct authentication factor categories, satisfying true MFA requirements. Additionally, in PKI validation, clients verify the CA's signature on a switch's X.509 certificate using the CA's public key contained in their local trust store.
Step-by-Step Solution
Key Concept
Multi-Factor Authentication (MFA) Factor Classification and PKI Digital Certificate Verification