Which of the following types of authentications uses an authentication ticket that is created when a
user logs on to a site and tracks the user throughout the site?
A.
SQL
B.
Basic
C.
Forms
D.
Digest
Explanation:
Forms authentication uses an authentication ticket that is created when a user logs on to a site. It
then tracks the user throughout the site.Answer B is incorrect. Basic authentication transmits data over the network and hence is not much
secure.Answer A is incorrect. SQL Authentication is the type of authentication which is used for various
database systems, composed of a username and a password.Answer D is incorrect. Digest authentication transmits data in hashed form.