Let us look at some basic aspects of security
and control in an automated system.
- 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.
- 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.
- 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.
- 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.
- 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.