Password Security Policies, MFA, and Certificates

22 soru

Soru 1Soru

Match each Public Key Infrastructure (PKI) component on the left with its primary function on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Certificate Authority (CA)
Certificate Signing Request (CSR)
Certificate Revocation List (CRL)
Public Key Infrastructure (PKI)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Certificate Authority (CA) matches with the trusted entity that validates identities and issues certificates. Certificate Signing Request (CSR) matches with the encoded application file containing identity details and a public key. Certificate Revocation List (CRL) matches with the published record of invalidated certificates. Public Key Infrastructure (PKI) matches with the framework of policies, hardware, software, and procedures.
Matching each term to its core function correctly aligns the elements of digital certificate lifecycle management: the CA issues certificates, the CSR requests them, the CRL tracks revoked certificates, and PKI provides the overall management framework.

Adım Adım Çözüm

1
Identify the role of the Certificate Authority (CA).
The CA is responsible for issuing and signing digital certificates after identity verification.
CA is the central trust entity in digital certificate deployments.
2
Identify the purpose of a Certificate Signing Request (CSR).
The CSR is the request block generated locally containing public key info sent to the CA.
Before a CA can issue a certificate, it requires the applicant's public key and identity data via a CSR.
3
Determine how revoked certificates are tracked using a CRL.
A CRL holds serial numbers of certificates prematurely revoked due to compromise or decommissioning.
Clients query CRLs (or OCSP) to ensure a presented certificate is still valid.
4
Define the overarching structure known as PKI.
PKI encompasses all tools, protocols, CAs, and policies managing public-key cryptography.
PKI is the umbrella term for the entire digital certificate ecosystem.

Anahtar Kavram

Digital Certificates and PKI Component Roles
Soru 2Soru

An network administrator is implementing Multi-Factor Authentication (MFA) to secure access to network infrastructure devices. Which two of the following options represent a possession factor ('something you have')? (Select two.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: A physical hardware security token that generates time-based one-time passcodes (TOTP); An enterprise smart card inserted into a card reader for identity verification

Cevap

The correct options are the physical hardware security token and the enterprise smart card.
Multi-Factor Authentication (MFA) requires distinct authentication factors. The physical hardware security token and the enterprise smart card both require the user to physically possess a tangible object ('something you have') to authenticate successfully.

Adım Adım Çözüm

1
Identify the core authentication factor types in Multi-Factor Authentication (MFA)
MFA relies on three primary factor categories: Knowledge (something you know), Possession (something you have), and Inherence (something you are).
Categorizing each option under its proper factor type is required to isolate possession factors.
2
Evaluate each choice against the 'something you have' (possession) definition
Physical hardware tokens and smart cards are physical items owned or held by the user. Passwords and PINs are knowledge items (something you know), and biometric fingerprints are inherence items (something you are).
Selecting the items that require physical ownership correctly satisfies the question prompt.

Anahtar Kavram

Authentication Factor Classification in Multi-Factor Authentication (MFA)
Soru 3Soru

A network administrator is establishing password security policies on network devices to protect administrative logins from brute-force attacks. Which security policy control directly ensures that users choose strong passwords that resist dictionary attacks?

Cevabı ve açıklamayı göster

Cevap: Configuring minimum length and character complexity rules

Cevap

Configuring minimum length and character complexity rules directly ensures users create resilient credentials that resist dictionary and brute-force guessing attacks.
Configuring minimum length and character complexity rules is the standard control for enforcing password strength. Requiring longer passwords containing a mix of upper and lower case letters, numbers, and symbols significantly increases entropy and mitigates dictionary or brute-force guessing attacks.

Adım Adım Çözüm

1
Identify the goal of the password security policy
The requirement is to prevent users from creating weak, easily guessed, or dictionary-vulnerable passwords.
Security policies dictate password composition rules prior to account creation or updates.
2
Evaluate the effect of password complexity and length enforcement
Requiring a combination of character types (uppercase, lowercase, numbers, symbols) along with sufficient length exponentially increases entropy.
Higher entropy prevents automated dictionary attacks from quickly discovering valid passwords.

Anahtar Kavram

Password Security Policies and Complexity Rules
Soru 4Soru

An organization is deploying 802.1X authentication using EAP-TLS to secure network access. During testing, a user laptop fails the TLS handshake when attempting to authenticate against the Cisco Identity Services Engine (ISE) RADIUS server. Inspection of the server logs reveals that the client presented a valid user certificate issued by an Intermediate Certificate Authority (CA), and the root CA certificate is present in the server's trusted store. However, the handshake fails because ISE cannot verify whether the client certificate has been revoked due to an unreachable Revocation Check endpoint. Which mechanism or component must be accessible to resolve this authentication failure?

Cevabı ve açıklamayı göster

Cevap: An accessible Online Certificate Status Protocol (OCSP) responder or Certificate Revocation List (CRL) distribution point

Cevap

An accessible Online Certificate Status Protocol (OCSP) responder or Certificate Revocation List (CRL) distribution point is required.
In Public Key Infrastructure (PKI), validating a digital certificate requires checking four primary criteria: signature validity, current date within the validity period, trust chain up to a trusted Root CA, and certificate revocation status. When a RADIUS server (such as Cisco ISE) performs EAP-TLS authentication, it verifies whether the client certificate has been revoked prior to expiration. This verification relies on accessing either a Certificate Revocation List (CRL) from a CDP or querying an Online Certificate Status Protocol (OCSP) responder. If these endpoints are unreachable, revocation status cannot be verified, causing the handshake to fail.

Adım Adım Çözüm

1
Analyze the EAP-TLS authentication flow and failure symptom.
The client presented a valid certificate from a trusted CA hierarchy, but authentication failed specifically due to an unverified revocation status.
During TLS certificate validation, the verifying party (RADIUS server) checks certificate signature, validity dates, trust chain, and revocation status.
2
Identify the required PKI component for checking certificate revocation status.
Digital certificate revocation status is checked via Certificate Revocation Lists (CRLs) or Online Certificate Status Protocol (OCSP) queries.
If the RADIUS server cannot reach the CRL Distribution Point (CDP) or OCSP responder, and strict revocation checking is enabled, certificate validation fails.

Anahtar Kavram

Public Key Infrastructure (PKI) Certificate Validation & Revocation Checking (CRL/OCSP)
Soru 5Soru

An enterprise organization is updating its infrastructure security baseline to comply with zero-trust architecture guidelines. The network security team is establishing policies governing administrative SSH access to core switches and 802.1X EAP-TLS client authentication across corporate wireless networks. Which TWO of the following implementation details correctly align with Cisco recommended standards for multi-factor authentication (MFA) factor classification and Public Key Infrastructure (PKI) digital certificate validation? (Choose two.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Prompting an administrator for a complex local console password alongside a hardware TOTP token generator fulfills multi-factor authentication by combining a knowledge factor with a possession factor.; Validating an incoming client digital certificate during an 802.1X TLS handshake requires verifying the Certificate Authority signature chain, checking current timestamp validity, and querying a CRL or OCSP server to confirm the certificate has not been revoked.

Cevap

The statements confirming that combining an administrative password with a hardware TOTP token fulfills MFA by pairing knowledge and possession factors, and that digital certificate validation mandates verifying signatures, validity dates, and CRL/OCSP revocation status are both correct.
Pairing a password (knowledge factor) with a hardware TOTP token generator (possession factor) correctly spans two distinct MFA factor categories. Additionally, PKI certificate validation strictly requires verifying the issuer chain, confirming current expiration bounds, and validating non-revocation status using CRL or OCSP.

Adım Adım Çözüm

1
Evaluate Multi-Factor Authentication (MFA) category criteria.
MFA mandates selecting authentication mechanisms from at least two separate factor categories: knowledge (something you know), possession (something you have), or inherence (something you are).
Using multiple methods within the exact same category (such as two separate phone-based alerts) fails the factor independence requirement.
2
Examine Public Key Infrastructure (PKI) certificate verification procedures.
Comprehensive certificate verification requires validating the issuing CA trust path, confirming the current time falls within the validity window, and checking revocation lists (CRL) or real-time status responders (OCSP).
A certificate signed by a trusted root CA can still be revoked due to private key compromise or endpoint decommission before its expiration date.

Anahtar Kavram

MFA Factor Classification and PKI Digital Certificate Revocation Verification
Soru 6Soru

A network engineer is configuring digital certificate authentication for Cisco Identity Services Engine (ISE) and enterprise network infrastructure. To ensure proper certificate deployment and validation, the engineer must correctly identify the operational function of each Public Key Infrastructure (PKI) element. Match each PKI component on the left to its corresponding primary function on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Certificate Signing Request (CSR)
Root Certificate Authority (CA) Certificate
Subject Alternative Name (SAN)
Online Certificate Status Protocol (OCSP)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Certificate Signing Request (CSR) matches the description of containing public key and identity details sent to an issuing authority; Root CA Certificate matches serving as the trusted anchor on client devices; Subject Alternative Name (SAN) matches allowing multiple domain names or IP addresses on a single certificate; Online Certificate Status Protocol (OCSP) matches enabling real-time verification of certificate revocation status.
Each PKI component plays a distinct role in digital certificate lifecycle management and authentication: CSRs initiate certificate issuance by bundling public keys and subject identity; Root CA certificates establish client-side trust anchors; SAN extensions allow single certificates to cover multiple FQDNs/IPs; and OCSP provides real-time revocation checks.

Adım Adım Çözüm

1
Analyze the role of a Certificate Signing Request (CSR).
Identify that a CSR is generated prior to certificate issuance and holds the public key and subject attributes submitted to a CA.
CSR generation is the initial step in obtaining an identity certificate from a public or private PKI.
2
Analyze the function of a Root CA Certificate.
Identify that the Root CA Certificate acts as the implicit root of trust configured in device trust stores.
Without a trusted Root CA certificate, network entities cannot complete TLS handshakes because certificate signature chains cannot be validated.
3
Evaluate the X.509 extension Subject Alternative Name (SAN).
Identify that SAN extends the certificate capability to cover multiple IP addresses or hostnames beyond the primary Common Name (CN).
Modern enterprise applications like Cisco ISE require SAN entries for dual-node deployment FQDNs and management IP addresses.
4
Evaluate certificate validation using Online Certificate Status Protocol (OCSP).
Identify that OCSP sends specific certificate status queries to an online responder rather than downloading complete Certificate Revocation Lists (CRLs).
OCSP avoids the bandwidth overhead associated with parsing large, periodically published CRL files.

Anahtar Kavram

Public Key Infrastructure (PKI) components and certificate validation mechanisms in network access control
Soru 7Soru

A network security engineer is implementing multi-factor authentication (MFA) for administrative switch access using a centralized AAA server. When the primary RADIUS server is unreachable, the switch falls back to a locally configured emergency user account, allowing administrators to log in using only a local password without prompting for a dynamic one-time passcode (OTP). Which operational factor explains why multi-factor authentication is bypassed during this fallback scenario?

Cevabı ve açıklamayı göster

Cevap: Local switch authentication fallback relies solely on the local database credentials (something you know), omitting the secondary possession factor managed by the offline central AAA server.

Cevap

Local switch authentication fallback relies solely on local database credentials (something you know), which omits the secondary possession factor (dynamic token/OTP) handled by the central AAA infrastructure.
The correct answer highlights that local network device databases maintain static passwords (knowledge factors) but typically lack integration with time-based one-time password (TOTP) generators or push notifications (possession factors). When a central AAA server is unreachable and authentication falls back to the local database, the access control degrades from multi-factor to single-factor authentication.

Adım Adım Çözüm

1
Analyze the authentication factors in normal operation versus fallback mode.
Normal AAA operation combines a static password (knowledge factor) and a dynamic OTP token (possession factor).
MFA requires two or more distinct categories of authentication factors.
2
Evaluate local router/switch database capabilities.
Local switch user accounts store hash values of local passwords/secrets and cannot natively validate dynamic RADIUS/TACACS+ TOTP security tokens.
Local databases act as a emergency single-factor fallback unless specialized external key hardware is attached.
3
Identify the root cause of the MFA bypass.
Fallback to local authentication drops the possession factor, resulting in single-factor authentication.
Centralized RADIUS/TACACS+ failure isolates the secondary factor provider.

Anahtar Kavram

Multi-Factor Authentication (MFA) and Fallback Security Policies
Soru 8Soru

A network security administrator is configuring digital certificate services and Multi-Factor Authentication (MFA) to secure management sessions on enterprise network infrastructure. Which of the following statements accurately describe digital certificate verification and MFA factor rules? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: The verifying client validates the Certificate Authority (CA) digital signature on a presented certificate by using the public key of the issuing CA.; Effective Multi-Factor Authentication requires combining credentials from at least two distinct factor categories, such as a passphrase and a hardware OTP token.

Cevap

The correct statements are that certificate verification requires validating the CA's digital signature using the CA's public key, and that MFA requires combining credentials from at least two distinct authentication factor categories (such as a passphrase and an OTP token).
Verifying a digital certificate involves checking the issuing CA's signature using that CA's public key. For MFA, authentication requires at least two independent factor types (such as something you know combined with something you have).

Adım Adım Çözüm

1
Analyze certificate validation mechanics.
Digital certificates are signed by a trusted Certificate Authority (CA). Receivers verify the validity of the signature using the CA's public key.
This establishes the chain of trust in Public Key Infrastructure (PKI).
2
Analyze Multi-Factor Authentication (MFA) requirements.
MFA requires combining factors from different categories (Knowledge, Possession, Inherence). Combining a passphrase (something you know) with a hardware token (something you have) fulfills MFA requirements.
Using two items from the same category (e.g., two passwords) is multi-step authentication, not multi-factor authentication.

Anahtar Kavram

PKI Certificate Verification and MFA Authentication Factor Requirements
Soru 9Soru

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?

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: 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.; During TLS certificate verification, the client uses the issuer Certificate Authority's public key to validate the digital signature on the switch certificate.

Cevap

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.

Adım Adım Çözüm

1
Analyze the authentication factors in the proposed MFA scenario.
A hardware token generating a one-time passcode is a physical possession factor ('something you have'), while a standard password is a knowledge factor ('something you know'). Combining two distinct categories fulfills multi-factor authentication requirements.
MFA requires authentication elements from at least two different categories among knowledge, possession, and inherence.
2
Evaluate the PKI digital certificate signature verification mechanism.
When a Certificate Authority (CA) issues an X.509 certificate to a switch, the CA signs the certificate hash using the CA's private key. The connecting client verifies this signature using the CA's public key contained in its trusted root store.
Asymmetric cryptography dictates that data signed by a private key can only be verified using the corresponding public key.
3
Identify misclassifications and incorrect cryptographic roles in the remaining choices.
Digital certificates function as possession factors (not knowledge factors), signature verification utilizes the CA public key (never the switch private key), and password policies regulate password properties rather than session transport encryption.
Distinguishing between factor types, public/private key roles in PKI, and authentication versus transport encryption avoids operational security misconceptions.

Anahtar Kavram

Multi-Factor Authentication (MFA) Factor Classification and PKI Digital Certificate Verification
Soru 10Soru

Match each Public Key Infrastructure (PKI) component or Multi-Factor Authentication (MFA) element on the left to its corresponding function or definition on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Certificate Signing Request (CSR)
Certificate Authority (CA)
Online Certificate Status Protocol (OCSP)
Time-based One-Time Password (TOTP)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Certificate Signing Request (CSR) matches the encoded block containing a public key and metadata; Certificate Authority (CA) matches the entity issuing signed certificates; Online Certificate Status Protocol (OCSP) matches the real-time revocation query protocol; Time-based One-Time Password (TOTP) matches the dynamic MFA factor generated using a shared secret and timestamp.
Each item accurately aligns with its standard PKI or security definition: CSR is the initial request containing public key and identity data, CA is the signing body, OCSP is the query protocol for checking revocation status, and TOTP is a time-synchronized dynamic multi-factor credential.

Adım Adım Çözüm

1
Identify the role of a Certificate Signing Request (CSR).
Recognize that a CSR is created by the requester and contains the public key along with subject details destined for a CA.
CSR generation is the initial step in obtaining an X.509 digital certificate.
2
Identify the role of a Certificate Authority (CA).
Associate the CA with the trusted issuer that signs certificates.
The CA establishes trust in PKI by signing certificates with its own private key.
3
Differentiate between certificate validation protocols and authentication mechanisms.
Link OCSP to real-time revocation checks and TOTP to temporary time-based MFA factor generation.
OCSP provides efficient status checks over HTTP, whereas TOTP serves as a possession-based authentication factor.

Anahtar Kavram

PKI Components and MFA Authentication Factors
Soru 11Soru

An organization is updating its administrative access policy for Cisco enterprise network devices. To enforce multi-factor authentication (MFA) for secure SSH management access, network administrators configure AAA authentication to require both a static account password and a one-time passcode (OTP) generated by a physical hardware token fob. Which statement correctly classifies these two authentication controls under standard MFA factor categories?

Cevabı ve açıklamayı göster

Cevap: The static account password is a knowledge factor (something you know), while the hardware token passcode is a possession factor (something you have).

Cevap

The static account password is a knowledge factor (something you know), while the hardware token passcode is a possession factor (something you have).
Multi-Factor Authentication (MFA) enhances security by combining two or more independent credential types: Knowledge (something you know, such as a password or PIN), Possession (something you have, such as a physical hardware token, smart card, or mobile authenticator app), and Inherence (something you are, such as a fingerprint or iris scan). A static password is memorized information (knowledge), whereas a hardware token passcode requires physical ownership of the generating device (possession).

Adım Adım Çözüm

1
Identify the authentication controls presented in the scenario.
Control 1 is a static account password. Control 2 is a temporary passcode generated by a physical hardware token fob.
Categorizing MFA requires identifying the underlying mechanism of each credential.
2
Map each control to standard MFA factor categories: Knowledge (something you know), Possession (something you have), and Inherence (something you are).
The static password relies on memorized secret data (knowledge). The hardware token passcode relies on owning a physical key fob device (possession).
True multi-factor authentication requires using credentials from two or more distinct categories.

Anahtar Kavram

Multi-Factor Authentication (MFA) Factor Categorization
Soru 12Soru

A network administrator is implementing certificate-based client authentication (EAP-TLS) for 802.1X enterprise wireless access. When an authentication server receives a digital certificate presented by a client device, which two methods or attributes are used by the server to check whether the certificate has been explicitly revoked before its natural expiration date? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Querying an Online Certificate Status Protocol (OCSP) responder via HTTP to obtain real-time certificate status; Downloading and parsing a Certificate Revocation List (CRL) published periodically by the issuing Certificate Authority (CA)

Cevap

The correct methods for checking certificate revocation are querying an Online Certificate Status Protocol (OCSP) responder for real-time status and checking a Certificate Revocation List (CRL) published by the issuing CA.
To verify that a certificate has not been revoked prior to expiration, an authentication server uses either Certificate Revocation Lists (CRLs), which are regularly updated lists of revoked serial numbers published by the CA, or Online Certificate Status Protocol (OCSP), which provides real-time revocation status checks over HTTP.

Adım Adım Çözüm

1
Identify the primary mechanisms used in Public Key Infrastructure (PKI) to track and check revoked digital certificates.
The standard PKI mechanisms for revocation checking are CRLs (time-based list files) and OCSP (real-time protocol queries).
When a private key is compromised or a certificate is prematurely retired, the CA marks it as revoked via CRL or OCSP.
2
Evaluate the function of Certificate Revocation Lists (CRLs).
A CRL contains a list of serial numbers of revoked certificates published periodically to a Certificate Distribution Point (CDP).
Authentication servers download the list from the CDP to verify the client certificate serial number is not listed.
3
Evaluate the function of Online Certificate Status Protocol (OCSP).
OCSP performs an online query to check the revocation status of a specific certificate without downloading a full list.
This allows immediate, real-time revocation verification during dynamic EAP-TLS authentication.

Anahtar Kavram

Digital Certificate Revocation Checking (CRL and OCSP)
Soru 13Soru

An organization is updating its enterprise security standards for administrative access and infrastructure security. Match each security control or PKI concept on the left to its corresponding operational function on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Account Lockout Threshold
Possession Factor
Certificate Signing Request (CSR)
Certificate Revocation List (CRL)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Account Lockout Threshold matches the control defining maximum failed attempts before disabling an account. Possession Factor matches identity verification using a physical or digital token. Certificate Signing Request (CSR) matches submitting a public key and identity info to a CA. Certificate Revocation List (CRL) matches the periodically published list of revoked certificate serial numbers.
The correct pairings accurately map security terms to their standard definitions. Account Lockout Threshold controls brute-force password attacks by disabling accounts after failed attempts. Possession Factor represents 'something you have' such as a TOTP token app. CSR represents the enrollment request payload sent to a CA containing the public key. CRL represents the list of invalidated certificate serial numbers published by a CA.

Adım Adım Çözüm

1
Analyze the password policy control mechanism.
Identify that Account Lockout Threshold limits failed login attempts to protect administrative accounts from brute-force attacks.
Password security policies enforce lockout rules after a predefined number of incorrect password attempts.
2
Categorize the multi-factor authentication element.
Map Possession Factor to tangible or digital objects like TOTP hardware tokens or smartphone apps.
MFA requires factors from distinct categories: Knowledge (something you know), Possession (something you have), and Inherence (something you are).
3
Evaluate PKI certificate enrollment components.
Match Certificate Signing Request (CSR) to the payload containing identity info and public key sent to a CA.
Endpoints must generate a local keypair and send a CSR to a Certificate Authority to obtain an X.509 certificate.
4
Evaluate PKI certificate revocation mechanisms.
Match Certificate Revocation List (CRL) to the signed file listing revoked certificate serial numbers.
CAs publish CRLs so relying parties can verify whether a certificate was invalidated prior to its scheduled expiration.

Anahtar Kavram

Password Security Policies, Multi-Factor Authentication (MFA) Factors, and Public Key Infrastructure (PKI) Certificate Components
Soru 14Soru

A network administrator installs a new identity certificate on a Cisco IOS router to secure HTTPS management access. However, when administrative workstations attempt to connect to the router via HTTPS, their web browsers display a security warning stating that the certificate issuer is untrusted. The router's system clock is synchronized via NTP, and the certificate is within its valid date range. What is the root cause of this trust failure?

Cevabı ve açıklamayı göster

Cevap: The client workstations lack the root certificate of the issuing Certificate Authority in their trusted certificate store to validate the chain of trust.

Cevap

The client workstations lack the root certificate of the issuing Certificate Authority in their trusted certificate store to validate the chain of trust.
For a client browser to trust a server's identity certificate, it must validate the certificate signature using the public key of the issuing Certificate Authority (CA). If the CA root certificate (or intermediate CA certificate) is missing from the client's trusted root certificate store, the browser cannot build a valid chain of trust and will display an untrusted certificate warning.

Adım Adım Çözüm

1
Analyze the certificate validation failure symptom
Client browsers reject the router's identity certificate due to an untrusted issuer.
During a TLS handshake, the client verifies the digital signature on the server's certificate against known, trusted Certificate Authorities.
2
Evaluate PKI trust requirements
The client must possess the public key (root certificate) of the CA that signed the identity certificate.
Without the root CA certificate installed in the client's local trusted root store, the browser cannot build a valid chain of trust back to a trusted anchor.

Anahtar Kavram

Public Key Infrastructure Chain of Trust and Root CA Certificate Validation
Soru 15Soru

An enterprise network policy mandates Multi-Factor Authentication (MFA) for network administrators establishing SSH sessions to core infrastructure devices. The policy specifically requires combining a 'something you know' factor with a 'something you have' factor. Which authentication combination satisfies this policy requirement?

Cevabı ve açıklamayı göster

Cevap: A static passphrase and a one-time password (OTP) generated by a mobile authenticator app

Cevap

Combining a static passphrase with an OTP generated by a mobile authenticator app satisfies the requirement because it pair a knowledge factor ('something you know') with a possession factor ('something you have').
Multi-Factor Authentication requires using authentication mechanisms from at least two distinct categories: Knowledge (something you know), Possession (something you have), or Inherence (something you are). A static passphrase is a knowledge factor because it relies on memorized secret data, while a mobile authenticator app OTP represents a possession factor because it relies on control of a specific registered physical device.

Adım Adım Çözüm

1
Identify the MFA factor categories required by the security policy
The policy requires one knowledge factor ('something you know') and one possession factor ('something you have').
True MFA requires distinct factor categories to ensure that compromising one mechanism does not compromise the entire authentication process.
2
Categorize the candidate authentication methods presented in each option
A passphrase is knowledge; a mobile authenticator app tied to a physical device is possession. Passwords/PINs are dual knowledge. Hardware keys/smartcards are dual possession. Biometrics are dual inherence.
Classifying each mechanism into its respective MFA category reveals which pair spans two distinct requested categories.
3
Select the pair that combines a knowledge factor and a possession factor
The option combining a static passphrase with a mobile authenticator app OTP is correct.
It fulfills both required factor types.

Anahtar Kavram

Multi-Factor Authentication (MFA) Categorization (Knowledge, Possession, Inherence)
Soru 16Soru

A network administrator is configuring Public Key Infrastructure (PKI) certificate services to secure administrative access and VPN connections on Cisco routers. Match each PKI component on the left with its correct operational description on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Certificate Signing Request (CSR)
Certificate Revocation List (CRL)
Online Certificate Status Protocol (OCSP)
Certificate Authority (CA)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Certificate Signing Request (CSR) matches the encoded request block with the public key; Certificate Revocation List (CRL) matches the signed file containing serial numbers of invalidated certificates; Online Certificate Status Protocol (OCSP) matches the real-time HTTP status checking protocol; Certificate Authority (CA) matches the trusted entity issuing signed certificates.
Each PKI component aligns with its specific role in the lifecycle of digital certificates: the CSR is the request payload created by an endpoint containing its public key; the CA is the trusted authority issuing certificates; the CRL is a published list of revoked serial numbers; and OCSP is an HTTP-based real-time certificate revocation protocol.

Adım Adım Çözüm

1
Identify the creation and submission phase of PKI certificate enrollment.
The Certificate Signing Request (CSR) is the unsigned request file containing the public key and applicant identity details submitted to the CA.
Before a certificate can be issued, a key pair is generated locally and public details are placed in the CSR.
2
Identify the certificate issuing body.
The Certificate Authority (CA) is the trusted party that validates identity information and signs identity certificates using its private key.
The CA establishes trust by acting as the signing authority in the Public Key Infrastructure.
3
Distinguish between offline/periodic and online/real-time certificate revocation checks.
CRL refers to the periodically published file of revoked certificate serial numbers, while OCSP provides real-time revocation checking over HTTP.
CRLs require downloading full lists periodically, whereas OCSP queries the revocation status of individual certificates on demand.

Anahtar Kavram

Public Key Infrastructure (PKI) components and certificate validation mechanisms
Soru 17Soru

An organization is updating its infrastructure access control policies and mandates Multi-Factor Authentication (MFA) for administrative SSH connections to all core routers. Which combination of credentials satisfies true Multi-Factor Authentication by employing two distinct authentication factor categories?

Cevabı ve açıklamayı göster

Cevap: A static user password combined with a time-based one-time password (TOTP) generated by a physical keyfob token

Cevap

A static user password combined with a time-based one-time password (TOTP) generated by a physical keyfob token
Multi-Factor Authentication (MFA) requires using credentials from at least two distinct authentication categories: Knowledge (something you know, like a password), Possession (something you have, like a physical hardware token), and Inherence (something you are, like biometric scans). Pairing a standard password with a hardware-generated TOTP code combines a knowledge factor with a possession factor.

Adım Adım Çözüm

1
Categorize the underlying factor types for authenticating users
Authentication factors are grouped into three primary categories: Knowledge (something you know), Possession (something you have), and Inherence (something you are).
True Multi-Factor Authentication requires combining at least two credentials from different categories.
2
Evaluate the credential pair containing a static password and a physical keyfob TOTP token
The static password is a knowledge factor and the physical token is a possession factor.
Combining knowledge and possession satisfies the requirement for multi-factor authentication.

Anahtar Kavram

Authentication Factor Categorization (Knowledge, Possession, Inherence)
Soru 18Soru

An enterprise network security policy mandates Multi-Factor Authentication for administrative access to core switches. An administrator logs in by entering a static PIN followed by a one-time passcode generated by a physical hardware token. Which statement correctly categorizes the authentication factors used in this scenario?

Cevabı ve açıklamayı göster

Cevap: It combines a knowledge factor (the static PIN) with a possession factor (the physical hardware token).

Cevap

The authentication mechanism combines a knowledge factor (static PIN) with a possession factor (hardware token).
The static PIN is a knowledge factor (something you know), and the hardware token is a possession factor (something you have). Using credentials from two distinct categories forms valid Multi-Factor Authentication (MFA).

Adım Adım Çözüm

1
Identify the first credential component used during authentication.
The static PIN is memorized information, which falls under the 'something you know' (knowledge) factor.
Knowledge factors consist of secrets stored in human memory, such as passwords, passphrases, or PINs.
2
Identify the second credential component used during authentication.
The hardware token generates a time-based passcode, proving physical ownership of the device, which falls under the 'something you have' (possession) factor.
Possession factors require holding a physical or digital artifact, such as a hardware dongle, smart card, or registered mobile device.
3
Evaluate whether true multi-factor authentication (MFA) is achieved.
Combining two different factor types (knowledge + possession) satisfies true multi-factor authentication standards.
MFA requires credentials from at least two distinct factor categories (knowledge, possession, inherence).

Anahtar Kavram

Multi-Factor Authentication (MFA) Factor Classification
Soru 19Soru

A network administrator configures Multi-Factor Authentication (MFA) for engineers establishing SSH connections to core routers. The login policy requires engineers to enter their domain password followed by a dynamic time-based passcode generated by a mobile application on their corporate-managed phone. Which two authentication factor categories are being used in this scenario?

Cevabı ve açıklamayı göster

Cevap: Something you know and something you have

Cevap

Something you know and something you have
Multi-Factor Authentication requires combining factors from at least two different categories. A password is a knowledge factor ('something you know'), and a mobile phone generating single-use passcodes serves as a possession factor ('something you have').

Adım Adım Çözüm

1
Identify the first authentication element required by the policy.
The domain password is information memorized by the user.
Secrets or information memorized by a user fall under the 'something you know' (knowledge) factor.
2
Identify the second authentication element required by the policy.
The dynamic passcode generated on the corporate mobile phone requires physical access to that specific registered device.
Physical devices or software tokens tied to a device fall under the 'something you have' (possession) factor.
3
Combine the identified factors to determine the overall MFA combination.
The combination consists of 'something you know' and 'something you have'.
Using two factors from distinct categories satisfies Multi-Factor Authentication requirements.

Anahtar Kavram

Multi-Factor Authentication (MFA) Factor Categorization
Soru 20Soru

A network security administrator configures mutual certificate-based authentication (EAP-TLS) for remote access VPN endpoints. During initial validation testing, client endpoints successfully verify the identity of the VPN gateway. However, the VPN gateway fails to authenticate the client certificates. Detailed inspection reveals that the gateway is configured for mandatory certificate status checking using the Online Certificate Status Protocol (OCSP), but outbound HTTP requests sent to the Uniform Resource Identifier (URI) listed in the Authority Information Access (AIA) extension are being dropped by a perimeter security policy. Which statement correctly identifies the cause of the failure and the necessary resolution?

Cevabı ve açıklamayı göster

Cevap: The gateway is unable to verify client certificate revocation status because egress filtering blocks OCSP traffic on port 80; allowing outbound HTTP to the OCSP responder resolves the authentication failure.

Cevap

The gateway is unable to verify client certificate revocation status because egress filtering blocks OCSP traffic on port 80; allowing outbound HTTP to the OCSP responder resolves the authentication failure.
The correct answer identifies that OCSP queries rely on HTTP (TCP port 80) to reach the responder address indicated in the client certificate's AIA extension. When an egress firewall drops outbound HTTP connections to that IP/domain, the security gateway cannot verify whether the client certificate has been revoked, causing the authentication process to fail under strict revocation policy settings.

Adım Adım Çözüm

1
Analyze the certificate revocation checking mechanism
OCSP is used for real-time certificate status queries sent to the responder URI specified in the certificate's AIA extension.
When strict revocation checking is enabled, failing to contact the OCSP responder causes the validating party to treat the certificate as untrusted/unverified.
2
Identify the transport protocol used by OCSP
OCSP requests and responses travel over standard HTTP (TCP port 80).
If an egress security policy or ACL blocks outbound HTTP requests to the target OCSP server, status checks fail.
3
Determine the necessary remediation step
Permit outbound TCP port 80 traffic destined for the OCSP responder address.
Restoring reachability allows the gateway to receive valid OCSP responses and complete EAP-TLS client authentication.

Anahtar Kavram

Digital Certificates and Revocation Checking (OCSP vs CRL)
Sayfa 1 / 2Sonraki