exam questions

Exam SY0-501 All Questions

View all questions & answers for the SY0-501 exam

Exam SY0-501 topic 1 question 900 discussion

Actual exam question from CompTIA's SY0-501
Question #: 900
Topic #: 1
[All SY0-501 Questions]

An organization has implemented a two-step verification process to protect user access to data that is stored in the cloud. Each employee now uses an email address or mobile number to receive a code to access the data. Which of the following authentication methods did the organization implement?

  • A. Token key
  • B. Static code
  • C. Push notification
  • D. HOTP
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
fonka
Highly Voted 3 years, 9 months ago
A) TOKEN ,WRONG because it is a devise with 7 digit of temp pswd B) Static code= Wrong , it is a software testing issue before deploying into production C) Push Notification= Wong because we think of push notification like when an uber driver came to pick us for a ride, the app send push notification message saying your ride is ready. other forms of push notification include the battery percentage on your phone, the time, antenna signal, bluetooth all of them found in the upper left corner of your phone. These push notification just tell us information about our device if you see a low battery sign, you have to charge your battery. That all about push notification it is not an authentication protocol D) HOTP THIS IS THE CORRECT ANSWER BECAUSE: there are two types of otp( hotp and totp) what is OTP? is is a one time password sent via the users mobile phone or email account for instance when you loose your face book password you will try to reset the password, so to confirm your identity facebook send TOTP via your mobile phone or email account did you get that? move on the answer is D D D D D D D D D D D
upvoted 5 times
SophyQueenCR82
2 years, 1 month ago
HOTP, or HMAC-based One-Time Password, is a type of two-factor authentication that uses a counter and a secret key to generate one-time passwords. It does not involve sending a code to an email address or mobile number. Instead, the user manually enters the generated code into the authentication system. In the scenario described, the user receives a code through email or SMS, which suggests the use of a push notification method of authentication.
upvoted 1 times
...
...
goodmate
Most Recent 1 year, 6 months ago
Answer C To eliminate the option D= HOTP (HMAC-based One-Time Password) can be used in offline environments. HOTP is designed to generate one-time passwords based on a shared secret and a counter value, and it does not require a real-time connection to a server for authentication. So in an offline environment you cannot use email or mobile phone.
upvoted 1 times
...
zygmunt
1 year, 9 months ago
Selected Answer: A
The answer is A. From CompTIA's book: "2-step verification or out-of-band mechanisms generate a software token on a server and send it to a resource assumed to be safely controlled by the user." Not B - obviously an organization isn't going to use a static code for 2-step verification Not C - CompTIA lists push notifications alongside email, phone, and SMS as methods that can receive the token sent by 2-step verification, therefore it can't be the authentication method because that's putting the cart before the horse Not D - here's the trick: the token key CAN be HOTP, but there's not enough information given to confirm it's HOTP. It could be TOTP, for example. So we're sticking with token key.
upvoted 1 times
...
SophyQueenCR82
2 years, 1 month ago
c---The organization implemented a two-step verification process that involves sending a code to an email address or mobile number, which the user must then enter to access the data. This process is commonly referred to as a one-time password (OTP) authentication, where a dynamic code is used for a single login attempt and expires after use. It is not a token key, static code, or HOTP authentication, which all involve a fixed, pre-generated code that is valid for multiple login attempts. A push notification authentication sends a notification to the user's device to verify their identity, but it does not involve a code that must be entered.
upvoted 1 times
...
takomaki
2 years, 1 month ago
Selected Answer: C
Im gonna go against the grain and say its C. Static code can be used many times. Whats the point of sending a code multiple times by email or text? If you get an email or text message, you get a notification (Except for very rare cases where the email client is on the web only). Push notifications are on PC and on mobile, according to The Comptia Sec+ Student Guide.
upvoted 1 times
...
Samo1
2 years, 2 months ago
Selected Answer: B
It's B for sure. The organization implemented a two-step verification process that uses an email address or mobile number to receive a code to access data, which indicates that the organization implemented the authentication method of static code. Static code, also known as one-time code, is a type of authentication method that provides a unique code that is sent to the user's email address or mobile number, which the user enters along with their password to access the data. Token key, push notification, and HOTP (HMAC-based One-Time Password) are all different types of authentication methods. Token key is a type of authentication that uses a physical device to generate a unique code, while push notification is a type of authentication that sends a push notification to the user's device, which the user must approve to access the data. HOTP is a type of authentication that generates a unique code based on a shared secret key and a counter.
upvoted 1 times
...
EddyC
3 years, 10 months ago
Push Notifications: Unlike emails, a push notification doesn't open a separate app before seeing a message. Instead, that message is delivered directly to a personal device—their computer screen or mobile device—and instantly seen by the recipient. HOTP hash-based one-time password s an authentication method that can be sent to email. Answer D. HOTP is correct
upvoted 2 times
...
troxel
3 years, 10 months ago
HTOP is just wrong. From the wiki on HTOP -> "Both parties compute the HOTP" From the HTOP spec -> "The algorithm MUST be sequence- or counter-based: one of the goals is to have the HOTP algorithm embedded in high-volume devices such as Java smart cards, USB dongles, and GSM SIM cards." From the HTOP spec -> "The algorithm MUST use a strong shared secret. " In the example given there is no shared secret just a push authentication code and the HTOP specifically mentions a hardware or software token device that independently calculate the hash code On the other hand the correct terminology is Push Authentication and NOT Push Notification. So there isn't any truly right answer herre. Some day I hope Comptia is audited. If they are marking people wrong for right answers there should be hell to pay. Who certifies the certifier?
upvoted 2 times
...
Freddie26
4 years ago
Read the question carefully. Push notification is the service that sends messages to mobile devices, whereas HOTP is the authentication method. C is the choice.
upvoted 1 times
skuppper_12
3 years, 11 months ago
For push notification, won't you require an app to be installed like Symantec "my vip", for you to approve or deny the connection request?
upvoted 1 times
...
Freddie26
4 years ago
Typo. D is the correct choice. The answer is HOTP in this case.
upvoted 1 times
...
...
JJJJJJames123
4 years, 1 month ago
https://blog.teamstack.com/all-about-2fa-what-is-otp-totp-and-hotp/ Hash-based One-time Password (HOTP) HOTP (hash-based one-time password) is an OTP based on events. Basically, HOTP comes with a token generation that’s only known to the server and the user. Since the OTP is sent to the user and founded on a hash algorithm, the OTP gets the name ‘hash-based one-time passwords.’
upvoted 3 times
...
Helloworld__
4 years, 3 months ago
keyword: Receive a code Leans towards HOTP
upvoted 3 times
...
JasonSignupHappy
4 years, 4 months ago
If you do a simple cursory search on google, between HOTP and push notification, it becomes clear that push notification is the correct answer.
upvoted 2 times
Lumeya
4 years, 3 months ago
Push Notification Authentication enables user authentication by sending a push notification directly to a secure application on the user’s device, alerting them that an authentication attempt is taking place. Users can view authentication details and approve or deny access, typically via a simple press of a button. Notifications can be sent in-band or out-of-band, using any number of communications channels. Push notifications authenticate the user by confirming that the device registered with the authentication system – typically a mobile device – is in fact in the user’s possession. https://doubleoctopus.com/security-wiki/authentication/push-notification-authentication/
upvoted 2 times
...
meg999
4 years, 2 months ago
Really?! if you do a quick search then you will know that with push n. Users can view authentication details and approve or deny access, typically via a simple press of a button. So how come push n. is the correct answer?
upvoted 3 times
...
JJJJJJames123
4 years, 1 month ago
Push Notification is not an authentication method
upvoted 1 times
...
...
certpro
4 years, 4 months ago
Given answer is correct , HOTP , Darill Gibson book, Page 104
upvoted 4 times
...
dulceordog
4 years, 4 months ago
I believe the supplied answer is correct, HOTP is a one time passcode where as a push is a notification on a device that a login has occured.
upvoted 4 times
...
egg_chang
4 years, 5 months ago
It sound like "C. Push Notification"? https://doubleoctopus.com/security-wiki/authentication/push-notification-authentication/
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago