What is the difference between authentication and
authorization
?
Answer Posted / madhusudhan hareesh
In simple terms Authentication means to identiy a
particular user by computer, and it can be done by some of
like password,device based authentication technologies.
Where as once authentication process completed and the
computer finds the valid user then Is that particular user
had privilage to access particular resources like printers
etc or not comes under authorization.
| Is This Answer Correct ? | 14 Yes | 13 No |
Post New Answer View All Answers
How do you directly call a native function exported from a DLL?
What are the ways to configure remoting objects before client can use them?
Difference between web services & remoting?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
What are the situations you will use singleton architecture in remoting ?
What is objref object in remoting?
What do you mean by windows authentication?
Are you aware of containment and Aggregation ?
Define singlecall activation mode in .net remoting?
Explain marshalling and its types in .net remoting
What are the threading types?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
What are the different types of channels used by .net remoting?
Define proxy in .net remoting?
Difference between .net remoting versus distributed com?