Student Information System
Student Information System
Abstract
Student Information System (SIS) is a web-based application developed for managing the records of students
in the College. The system is redeveloped using the PHP Laravel framework. It handles student related
information such as registration, managing and updating their information, course subscription, fees and
individual remarks. The first version of software was developed in 2015. Authors worked on development of
second version of SIS in 2016. This paper presents the second version of SIS. The second version of SIS is
being evaluated and tested by the users such as student, staff, parents, provost and DSA. Starting winter
semester 2016, the SIS version two is being deployed by college for managing student information system.
With the world population growing at the rate of Keeping these advantages in mind author
1.13% per year (Worldometers, 2016), it’s proposed to work and improve on version two of
becoming difficult to track, manage and store Student Management System developed in 2015.
information of the people. Log books and Authors has successfully developed, evaluated
checklists were used for maintaining the and deployed the second version of software in
information of people but with the emerging the college. This paper presents technology used
technology the management and storage of while developing this software.
people’s information has shifted towards software
system.
2. LITERATURE REVIEW
With the continuous progression of schools,
college and university throughout the globe, the 2.1 Student Management System based on .Net
information of students have doubled and Three-layer Structure
redoubled (TANG Yu-fang, 2009).The colleges Student Information Management system has
and universities are faced with a large number of been implemented by (Yang Qingshan, 2010)
information, and it became tedious to manage using .Net Architecture for better standardization,
these information manually (TANG Yu-fang, information management, and three layer B/S
2009). So in order to manage this information structure. This architecture improves the security
efficiently and error free, a Student Information and maintainability.
Management System is developed.
2.2 Design and implementation of Student
And also from the advent of University Credit Information Management System
System, division of campus, elective modules, Similarly simplified friendly interface student
school of departments, classes, teachers and management system has been designed and
students, it’s a must that the information be implemented with the use of Visual Basic 6.0 and
handled through a software system which does not the SQL Server 2000. This design has a fully
succumb to a poor information delivery among functional, flexible and convenient application
students and teachers and within students (Yang which provides friendly interface to the users
Qingshan, 2010). (Zhibing Liu, 2010).
With Student Information System the advantages 2.3 Student Information Access System via
are incomparable, as computers manage student Bluetooth
information. It provides quick search, convenient, K.A.C. Dushamali (2007) also presented
high reliability, large memory capacity, their work and concluded the information can be
confidentiality, long life and low cost with accessed by teachers and students using
improved efficiency of Student Information Bluetooth. The system consist of a J2SE Server
1
Application, a mobile phone, a Bluetooth dongle,
web service which connects the database and the 3. METHODOLOGY
system, a database and a web interface.
1. Literature Review
2.4 A Project Report on Student Information
Management System
Kapil Kaushik (2011) also built a student
information management system with features like
online registration of students, maintenance of 2. Review of SIS
students records and searching student records.
Their system was built using HTML, JavaScript
implementing PHP, MySQL (as back end). They
also used Apache HTTP server and Dreamweaver
3. Analyze SIS
(Kapil Kaushik, 2011).
Information System
The paper proposed a better way of taking
attendance of students using the RFID card and
RFID card readers integrated with the Student 9. Documentation
Attendance Management Information System
(SAMIS). The SAMIS collects and manages
Fig.1 Methodology
students’ attendance record from the RFID
devices installed outside the lecture halls (Julius We started our work reviewing literature of
Quarshine Azasoo, 2014). various different papers on Student Information
System. Information collected were used as base
2.8 Student Management System
data for analysis of SIS version one developed by
Dechen Wangmo (2015) et al. designed and
previous group. System was redesign and coded.
built system software with features like course
The code was tested till it reached to bug free
management, student semester registration,
system. After fixing the errors, the system was put
student bio data, disciplinary records and study
to evaluation whereby different inputs from
information like course etc. Their system uses
different users were tested. Finally we deployed
PHP framework named Laravel, html, java script,
the system in to server machine for its intended
MySQL and Apache.
use.
Our group reworked on the system developed
by this group. Evaluated by the users and finally
deployed in the college starting winter semester
4. SYSTEM DESIGN
2016.
2
4.1 Architecture generates response and Client interprets response
The architecture proposed is based on 3-tier appropriately.
system. A front end display allows the users Web server respond to the client request in
(student, teachers, administration, dean and either of the following two ways: Sending the file
accountant) to create a profile. The information is to the client associated with the requested URL
stored in a database in the server and retrieved and the Generating response by invoking a script
whenever it’s required using our application. and communicating with database.
Login
View Student
Program Create/Edit and Create/ Edit and Course
Assign Tutors Record and
Management Update Profile Update Profile Registration
Remarks
Course Validate Semester Create/ Edit and View Enrolled Create/Edit and
View Remarks Report Generation
Management Registration Update Profile Students Update Profile
Parent
Report Generation Report Generation Report Generation Report Generation
Management
Back Up
4.3 Web Server The detail over-all data base design of our
It is basically a program that understands work is shown in figure 5. In addition to existing
the HTTP protocol and generates appropriate system, we proposed new module called the
responses such as clients connect to the machine. “Parent Portal” that allows the parents to view
Clients send a request, Server reads request, their child’s progress.
3
4.5 Firewall 5.3 Redesign Index Page
Firewall is a security device that grants or Group redesigned index page to the image
rejects access to traffic flows between an shown in Figure 8. It has new sign up for user and
untrusted zone i.e., the Internet and a trusted zone Sign in login for existing users.
i.e. a private or corporate network based on the
predetermined security rules.
Firewalled daemon is used in our system. It
provides dynamically managed firewall which
support network/firewall zones to define the
trustful network connections or interfaces. It also
supports an interface for services or applications
to add firewall rules directly. And we have
implemented firewall in our system.
5. IMPLEMENTATION
5.7 Remarks
SIS version two has a feature to be used by
the staff to add comments related with student.
Registered staff can give remarks to the students
in the system. The remarks given to student are
made visible to parents, staffs and student. For
example, if particular student have discipline Fig.15 Staff Profile
problem, dean student affair can reflect it in the
remarks field and this remarks are visible to other
staffs and their parents. Figure 13 shows how it is
being done.
REFERENCES