what is authentication and authorization?how do they
differ?

Answers were Sorted based on User's Feedback



what is authentication and authorization?how do they differ?..

Answer / nazrul.nazi

Authentication and authorization is quiet similar stuff
but there are also few diffrences
Authentication check whether the user exist or not.but
authorization check,user has right to access specific
data or not.

Is This Answer Correct ?    57 Yes 6 No

what is authentication and authorization?how do they differ?..

Answer / jagan

Authentication is just allowing users to enter into the
site, where as autherization is allowing users to do some
operations in the site

Is This Answer Correct ?    46 Yes 11 No

what is authentication and authorization?how do they differ?..

Answer / bighnaraj

Authentication : -

Authentication is the mechanism whereby systems may securely
identify their users. Authentication systems provide an
answers to the questions:

-> Who is the user?
-> Is the user really who he/she represents himself to be?

Authorization:-
It is the mechanism by which a system determines what
level of access a particular authenticated user should have
to secured resources controlled by the system. For example,
a database management system might be designed so as to
provide certain specified individuals with the ability to
retrieve information from a database but not the ability to
change data stored in the datbase, while giving other
individuals the ability to change data. Authorization
systems provide answers to the questions:
-> Is user X authorized to access resource R?
-> Is user X authorized to perform operation P?
-> Is user X authorized to perform operation P on
resource R?

Is This Answer Correct ?    15 Yes 1 No

what is authentication and authorization?how do they differ?..

Answer / shubhra wairagade

Authentication is a mechanism where a system may securely identify their users
And gives answers 2 the questions like
1)who is the user?
2)Is the user really he/she represents to b?
Authorization by contrast ,is a mechanism by whixh a system decides what level of access a particular authenticate user should have.
*Is the user X authorized to perform operation P on resource R?

Is This Answer Correct ?    12 Yes 1 No

what is authentication and authorization?how do they differ?..

Answer / vimal k@tiyar

authentication means -->identification of user in any related organisation.this person have authenticated to enter this organisation with varification of his identification.

authorization --> after authentication this person have use which part of organization called as authorisation.


authorisation---> access of rights

Is This Answer Correct ?    10 Yes 7 No

Post New Answer

More Dot Net AllOther Interview Questions

What is a clickonce application?

0 Answers  


Explain .net mobile selectionlist control? : Microsoft dot net mobile

0 Answers  


What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?

2 Answers  


What is .net mobile lists. Explain with an example? : Microsoft dot net mobile

0 Answers  


how windows applications different from the console applications?

1 Answers   Six Sigma,






Explain How to improve the cache performance? : Dot net architecture

0 Answers  


what is polymorphism and advantage ?

0 Answers   TCS,


2. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?

2 Answers   247Customer,


What is .net mobile utility controls. Explain with an example? : Microsoft dot net mobile

0 Answers  


How can u manage state ?

2 Answers   Ness Technologies,


How can a win service developed in .NET be installed or used in Win98?

1 Answers  


What is the difference between primary & secondary storage device? : Dot net architecture

0 Answers  


Categories