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 remotable objects in .net remoting?
What is a formatter in .net remoting?
Explain serialization formatters in .net remoting
Can you pass SOAP messages through remoting?
What are dynamic assemblies?
Is it a good design practice to distribute the implementation to remoting client?
What are the situations you will use singleton architecture in remoting ?
What is the difference between remoting and webservice?
What is unboxing?
Write a example code for remoting?
Define the lease of the object?
Define singlecall activation mode in .net remoting?
What is asynchronous programming?
When do we use delegates in your remoting applications?
What is the proxy of the server object in .net remoting?