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
What is fundamental of published or precreated objects in remoting?
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 are dynamic assemblies?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
Explain how to perform remoting?
Types of compatabilities and explain them ?
How do you implement distributed applications in .net?
Explain threading types?
What is Remoting?
When should we choose .net remoting over .net web services?
Can you explain remoting?
Explain marshalling and its types in .net remoting
Will clr handle unmanaged code or not?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
Explain when we use web service and when we use remoting?