InterviewSolution
| 1. |
What Is Authentication & Authorization? |
|
Answer» The process of identifying an individual usually BASED on a username and PASSWORD. In security systems, authentication is distinct from authorization, which is the process of giving INDIVIDUALS access to system objects based on their identity. Authentication ensures that the individual is who he or she claims to be, but says nothing about the access rights of the individual. After Authentication the process of granting or denying access to a network resource is called Authorization..Most computer security systems are based on a two-step process. The first STAGE is authentication, which ensures that a user is who he or she claims to be. The second stage is authorization, which allows the user access to various resources based on the user's identity. The process of identifying an individual usually based on a username and password. In security systems, authentication is distinct from authorization, which is the process of giving individuals access to system objects based on their identity. Authentication ensures that the individual is who he or she claims to be, but says nothing about the access rights of the individual. After Authentication the process of granting or denying access to a network resource is called Authorization..Most computer security systems are based on a two-step process. The first stage is authentication, which ensures that a user is who he or she claims to be. The second stage is authorization, which allows the user access to various resources based on the user's identity. |
|