student management system project abstract

19
By UdhayyaGethan.M - 311511205309 UdayaKumar.T - 311511205307 Barath.D - 311511205303 Student Monitoring System (SMS)

Upload: udhayyagethan-mano

Post on 22-Nov-2014

9.237 views

Category:

Education


3 download

DESCRIPTION

A Student Management System Project abstract that contains the basics needs in a student management system. It can also be used as a base to implementing your new creative ideas.

TRANSCRIPT

Page 1: Student Management System Project Abstract

By

UdhayyaGethan.M - 311511205309

UdayaKumar.T - 311511205307

Barath.D - 311511205303

Student Monitoring System (SMS)

Page 2: Student Management System Project Abstract

• Data Flow Diagram

• Components

• Modules

• Security Features

• Technologies Used

• Future Scope

What are we going to see:

Page 3: Student Management System Project Abstract

Data Flow Diagram

Page 4: Student Management System Project Abstract

Data flow diagram

SMS SERVERS

PHP-MY SQL

BRIDGE

SMS CLIENTS

Database

Page 5: Student Management System Project Abstract

Components

Page 6: Student Management System Project Abstract

SMS

Students

Report’s Downloadin

g

Note’s Downloadin

g

Faculty

Student Monitoring

Admin

COMPONENTS

Page 7: Student Management System Project Abstract

Modules

Page 8: Student Management System Project Abstract

• In the student module the students can log in themselves using their register No. along with their password

• After logging in they can view records about them like,

Academic records

Attendance records

Conduct records

Achievement records

• The students can only view their records ,they are not allowed to change the records

• The students can also download the reports as a .pdf file

Student Module:

Page 9: Student Management System Project Abstract

• In the Faculty module the faculties can log in themselves using their staff id along with their password.

• After logging in they can view all the records of any students they wish.

• The Faculties can view records and as well as can changes to the records

• The Faculties can also download the reports of a students the wish as a .pdf file.

Faculty Module:

Page 10: Student Management System Project Abstract

Security Feature’s:

Page 11: Student Management System Project Abstract

• All the passwords of students as well as the faculties are stored as a hashed value

• For this sha 256 hashing algorithm is used.

• HotLink protection is actived for our websites .

• Hotlink protection can save you lots of bandwidth by preventing other sites from displaying my images.

• All the reports which can be downloaded by the students are generated only after the download button for the corresponding report is clicked

• This will save a lot of disk space of the data base this also makes the database more secure

Security Feature’s:

Page 12: Student Management System Project Abstract

Sample code:

<?php

$passwd='TheBigBangTheory_05';

$passwd=hash('sha256',$passwd);

echo($passwd);

?>

Output:

24850e28a2e54cea5e9d992156146231f23e6f919fe9c02eb23854c3c05f4eec

Security Feature’s:Sha 256 Encryption

Page 13: Student Management System Project Abstract

Security Feature’s:HotLink Protection

Page 14: Student Management System Project Abstract
Page 15: Student Management System Project Abstract

Technologies Used

Page 16: Student Management System Project Abstract

Hosting: Apache 2.2.19

Scripting languages: Php 5.2

Database: MySql 5.1

Scripting languages & web technologies used:

Page 17: Student Management System Project Abstract

Future Scope

Page 18: Student Management System Project Abstract

• In the future the students can also be able to upload or download notes.

• A few more minor tweaks here an there for making the website more visually appealing and will have Statistics, Tracking and Analytics.

• The whole project will be made available as an Android app for far more ease of use and mobility.

Future Scope:

Page 19: Student Management System Project Abstract

THANK YOU