Authentication factors are fundamental categories used to verify a user's identity. These are commonly grouped into three primary types: * **Something You Know (Knowledge Factor):** This factor relies on information that only the legitimate user is supposed to know. Examples include passwords, PINs, or security questions. Option A describes this type of factor. While widely used, knowledge factors can be vulnerable to forgetting, phishing, or brute-force attacks. * **Something You Have (Possession Factor):** This factor depends on a physical item that the user legitimately possesses. Examples include security tokens, smart cards, one-time password (OTP) generators (physical or app-based), or USB security keys. Option B describes this type of factor. Possession factors add a layer of security but can be compromised if the physical item is lost or stolen. * **Something You Are (Inherence Factor / Biometric Factor):** This factor authenticates an individual based on their unique, inherent biological or physiological characteristics. These traits are intrinsic to the person and difficult to replicate. Examples include fingerprints, facial recognition, iris scans, voice recognition, and even behavioral biometrics like typing patterns or gait. Option C accurately describes this 'something you are' category. Biometric methods are generally considered very strong forms of authentication due to the uniqueness and difficulty in falsifying these traits. * **Contextual or Behavioral Factors:** While not one of the primary three independent factors, contextual information often plays a role in multi-factor authentication (MFA) and adaptive authentication systems. Option D describes such a factor, which might include location, device type, time of day, or typical user behavior patterns. These factors help assess risk and refine authentication decisions but are usually used in conjunction with one or more of the primary three factors, rather than as a standalone primary factor.
65152
Which type of authentication factor verifies a user's identity by requiring them to present a unique physical object they personally control?
Authentication factors are categorized methods for verifying a user's identity. Understanding these categories is crucial in cybersecurity: * **Knowledge-based authentication (something you know)** relies on discrete pieces of information that only the legitimate user should know. Examples include passwords, PINs, and answers to security questions. * **Inherence-based authentication (something you are)** utilizes unique biological or behavioral characteristics inherent to the user. This includes biometrics such as fingerprints, facial recognition, iris scans, and voice patterns. * **Possession-based authentication (something you have)** directly corresponds to the question's description. It requires the user to present a physical or digital item that they exclusively possess. Common examples include hardware security tokens (like USB keys, smart cards, or RSA SecurID tokens), or mobile devices used for one-time passwords (OTPs) or app-based authentication. The premise is that only the authorized user has physical control over this specific item. * **Contextual authentication (somewhere you are)**, while a valid authentication component, is typically considered a supplementary or environmental factor rather than one of the primary authentication types ('something you know,' 'something you are,' or 'something you have'). It involves verifying identity based on location (e.g., IP address, geofencing), time of access, device used, or behavioral patterns. The question specifically asks for an authentication factor relying on a 'physical item that they exclusively possess,' which precisely defines possession-based authentication.
65153
Which authentication factor relies on information that only the legitimate user possesses, such as a secret phrase or a personal identification number?
Authentication factors are categories of evidence used to verify a user's identity. * **Knowledge** factors (something you know) include passwords, PINs, security questions, or passphrases. These are secrets that the user is expected to recall and provide. * **Possession** factors (something you have) involve a physical item, such as a smart card, a security token, or a mobile phone used for one-time passcodes. * **Inherence** factors (something you are) utilize unique biological characteristics, like fingerprints, facial recognition, or iris scans. * **Location** (somewhere you are) and **Time** (sometime you are) are also sometimes considered authentication factors, especially in advanced adaptive authentication systems, but they are generally secondary or contextual factors. The question specifically asks for something 'only the user knows', which directly corresponds to 'Knowledge' factors.
65154
What is a person known as who uses their expertise to gain unauthorized access to others' computers for malicious purposes?
A hacker is an individual who uses their extensive knowledge of computers and networks to gain unauthorized access to systems. While the term can sometimes be used for ethical security experts, it commonly refers to those with malicious intent (also known as black-hat hackers or crackers).
ARP stands for Address Resolution Protocol. It is a communication protocol used for discovering the link-layer address, such as a MAC address, associated with a given internet layer address, typically an IPv4 address.
65156
What is the "non-repudiation" property provided by digital signatures?
Non-repudiation provides proof of origin. Because a digital signature can only be created with the sender's unique private key, it serves as undeniable proof that the sender was the one who signed and sent the message.
65157
Using your fingerprint to unlock your smartphone is an example of which authentication factor?
The inherence factor refers to any biological trait unique to an individual. This includes biometrics like fingerprints, facial scans, iris scans, or voice patterns.
Unlike basic packet filtering, which only looks at header information (IP addresses, ports), DPI looks inside the data portion of the packet. This allows a firewall or IPS to identify specific applications, detect malware signatures, or prevent sensitive data from leaving the network.
65159
Which cryptographic technique involves transforming data into an unreadable format to prevent unauthorized access?
Encryption is the process of converting readable data (plaintext) into an unreadable, encoded form (ciphertext) using a cryptographic algorithm and a key. This transformation ensures that only authorized individuals, who possess the correct decryption key, can revert the ciphertext back into its original, readable form. Its primary purpose is to secure data during transmission or storage, protecting its confidentiality from unauthorized interception or access. Decryption is the reverse process, while hashing creates a fixed-size string of characters from data for integrity checks, and digital signatures verify the authenticity and integrity of a digital message or document.
65160
An attacker who uses social media to gather personal information about a target to craft a more convincing attack is performing:
Reconnaissance, or information gathering, is the first phase of a targeted attack. The attacker learns as much as possible about the target (e.g., their job, colleagues, interests) to make the subsequent attack, such as spear phishing, more believable.