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 are the security features in .net remoting?
What are static assemblies and dynamic assemblies?
When do we use delegates in your remoting applications?
What is Remoting?
What are the security measures exist for .net remoting in system.runtime.remoting?
I am developing a project.Title is "Remote Demonstator".Using asp.net and C# Abstact: While administrator moving mouse and clicking on any link in the webpage that action will be performed in Server machine as well as in client machine.The client initially have to log-in and make a phone call to the admin. This is my project. How can i get this? I can create a website but this concept i have to implement in my website.How can i achive this? How to get client system control and how my mouse movings can be visible to client? I request all to please give me a basic idea or some hint. Advance Thanks.
Define proxy in .net remoting?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
When should we choose .net remoting over .net web services?
Explain when we use web service and when we use remoting?
Write a example code for remoting?
Name the distributed systems available apart from .net remoting?
What are the types of remoting?
What are the types of remotable objects?
How are the activation URLs different in case of SAO and CAO in .NET remoting?