what is authentication and authorization?how do they
differ?
Answer Posted / bighnaraj
Authentication : -
Authentication is the mechanism whereby systems may securely
identify their users. Authentication systems provide an
answers to the questions:
-> Who is the user?
-> Is the user really who he/she represents himself to be?
Authorization:-
It is the mechanism by which a system determines what
level of access a particular authenticated user should have
to secured resources controlled by the system. For example,
a database management system might be designed so as to
provide certain specified individuals with the ability to
retrieve information from a database but not the ability to
change data stored in the datbase, while giving other
individuals the ability to change data. Authorization
systems provide answers to the questions:
-> Is user X authorized to access resource R?
-> Is user X authorized to perform operation P?
-> Is user X authorized to perform operation P on
resource R?
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
how to use custom field validation
Explain the five stages in a dlx pipeline? : .NET Architecture
define cache memory? : Dot net architecture
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.
4. Wcf- what Asych and Sych call and how that works
What is .net mobile utility controls. : Microsoft dot net mobile
what are constructors and destructors?
.Net Frame work arch?
which is the institute in hyderabad for providing the live project industry training
Explain the difference between l1 and l2 cache? : .NET Architecture
Explain .net mobile automatic paging? : Microsoft dot net mobile
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
I am working with asp.net 2005 and Crystal report 10. I have an image field on my dataset to show on Crystal report.And the image is shows dynamically from database in image field of CR. The image field is showing well on my Crystal report on its first page with all other data but when i click to open second page of CR,it does not show any data on that.I found that this is because of adding the image field on crystal report. Because when i remove the image field from the CR then it will run both the pages of CR. I am using the Page Load event to bind CR data with Database. And i have already check with the Init event to bind CR , but it still not shows the data on second page when i use image field on that. Please give solution for that.....
deference between display and visibility property of CSS