What is the difference between authentication and
authorization
?
Answer Posted / akbar hussain
in Easy terms Authentication means system understands that both the provided password and username are correct at login , and particulate user is Authenticated to move further.
Authorization:: When above said process is Successfully Completed , now system decides what are the permissions has to be given to this particular user, either Read / Write / Rear and Write (ie.Both)
| Is This Answer Correct ? | 19 Yes | 6 No |
Post New Answer View All Answers
What are the security measures exist for .net remoting in system.runtime.remoting?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
What is Remoting?
What is the purpose of strong name?
What are static assemblies?
What are the ways to renew lifetime leases of objects?
Will clr handle unmanaged code or not?
Difference between web services & remoting?
Are you aware of containment and Aggregation ?
Write a example code for remoting?
Explain when we use web service and when we use 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.
Explain how to directly call a native function exported from a dll?
What are dynamic assemblies?
Can we configure a .net remoting object via xml file?