what is authentication and authorization?how do they
differ?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the difference between l1 and l2 cache? : .NET Architecture
What are the new features of .net 2.0?
Explain about clr?
Define cache coherency? : Dot net architecture
Does .NET runtime offer Deterministic Destruction or not?
What is different about namespace declaration when comparing that to package declaration in java?
4. Wcf- what Asych and Sych call and how that works
Explain dotnet framework ?
Explain about continuable exceptions?
What is ILDASM ?
Can you explain scriptmanager control?
Is .net easier than java?
What are different types that a variable can be defined and their scopes ?
what is diffrent beatween localprinter and networkprinter
Can I create my own context attributes?