Basic Aspects of Security and Control

Let us look at some basic aspects of security and control in an automated system.
  1. Risk analysis

    It is easy to state that all system must have the best possible security to ensure that there is no misuse of the system. Since in this project, dada is very confidential, all measure have been taken to ensure the best security.
     
  2. Password control

    Password is the most commonly used and one of the most effective methods of control. The password and ID is given to the administrator. This is important and critical to this software. It prevents from illegal access of the various options.
     
  3. Access control

    It has been ensured that not a single user without the permission of administrator can access the software. There is mechanism of access control by issuing the login and Password to each and every user which will be issued by administrator.
     
  4. Validations

    Various validations checks have been made to ensure the security of the software like, same reg.no will be never are issued to two different passengers.
     
  5. Data Integrity

    It is very necessary that the data should be well integrated with each other to obtain the response from the system. Database is designed keeping normalization in the mind.