What is the difference between authentication and
authorization
?
Answer Posted / suresh kumar jetty
Authentication
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.Like
Password based authentication
Device based authentication
Biometric Authentication
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 ? | 162 Yes | 10 No |
Post New Answer View All Answers
How are the activation URLs different in case of SAO and CAO in .NET remoting?
Types of compatabilities and explain them ?
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com
What is asynchronous programming?
How do you directly call a native function exported from a DLL?
What is unmanaged code?
Explain how does assembly versioning in .net prevent dll hell?
How can we call methods in remoting asynchronously?
What is Remoting?
How to decide which to use .net remoting or asp.net web services?
What are the threading types?
What are the different types of channels used by .net remoting and which is the best one?
What are the advantage of remoting over web services?
How can you configure a .net remoting object via xml file?
Difference between web services & remoting?