What is the difference between authentication and
authorization
?

Answer Posted / rahul

An authentication system is how you identify yourself to
the computer. The goal behind an authentication system is
to verify that the user is actually who they say they are.

There are many ways of authenticating a user. Any
combination of the following are good examples.


Password based authentication
Requires the user to know some predetermined quantity
(their password).

Advantages: Easy to impliemnt, requires no special
equipemnt.

Disadvantages: Easy to forget password. User can tell
another user their password. Password can be written down.
Password can be reused.

Device based authentication
Requires the user to posses some item such as a key, mag
strip, card, s/key device, etc.

Advantages: Difficult to copy. Cannot forget password. If
used with a PIN is near useless if stolen.

Disadvantages: Must have device to use service so the user
might forget it at home. Easy target for theft. Still
doesn't actually actively identify the user.

Biometric Authentication
My voice is my passport. Verify me. This is from the movie
sneakers and demonstrates one type of biometric
authentication device. It identifies some physical
charactistic of the user that cannot be seperated from
their body.

Authorization
Once the system knows who the user is through
authentication, authorization is how the system decides
what the user can do.

A good example of this is using group permissions or the
difference between a normal user and the superuser on a
unix system.

Is This Answer Correct ?    5 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the difference between static assemblies and dynamic assemblies?

568


what are the requirements to enable remote components to interact each other?

533


Define delegates and events?

580


what is Client-activated object in remoting?

582


Is it a good design practice to distribute the implementation to remoting client?

504






What do mean by remotable objects in .net remoting?

522


Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?

555


Write a example code for remoting?

520


Explain the differences between marshal by value and marshal by reference?

585


What is fundamental of published or precreated objects in remoting?

596


What do you mean by windows authentication?

532


What are the situations you will use singleton architecture in remoting ?

565


What are static assemblies and dynamic assemblies?

528


What is Remoting?

636


What are the channels in .net remoting?

529