Computer Security Authentication

Computer security authentication means verifying theTwo- factor authentication requires two independent
identity of a user logging onto a network. Passwords,ways to establish identity and privileges. The method
digital certificates, smart cards and biometrics can beof using more than one factor of authentication is also
used to prove the identity of the user to the network.called strong authentication. This contrasts with
Computer security authentication includes verifyingtraditional password authentication, requiring only one
message integrity, e-mail authentication and MACfactor in order to gain access to a system. Password
(Message Authentication Code), checking the integrityis a secret word or code used to serve as a security
of a transmitted message. There are humanmeasure against unauthorized access to data. It is
authentication, challenge-response authentication,normally managed by the operating system or DBMS.
password, digital signature, IP spoofing and biometrics.However, a computer can only verify the legality of
Human authentication is the verification that a personthe password, not the legality of the user.
initiated the transaction, not the computer.The two major applications of digital signatures are for
Challenge-response authentication is an authenticationsetting up a secure connection to a website and
method used to prove the identity of a user loggingverifying the integrity of files transmitted. IP spoofing
onto the network. When a user logs on, the networkrefers to inserting the IP address of an authorized user
access server (NAS), wireless access point orinto the transmission of an unauthorized user in order
authentication server creates a challenge, typically ato gain illegal access to a computer system.
random number sent to the client machine. The clientBiometrics is a more secure form of authentication
software uses its password to encrypt the challengethan typing passwords or even using smart cards that
through an encryption algorithm or a one-way hashcan be stolen. However, some ways have relatively
function and sends the result back to the network. Thishigh failure rates. For example, fingerprints can be
is the response.captured from a water glass and fool scanners.