Respected Sir,
This is an IEEE published on JULY/AUGUST 2013 by Chun-Jen Chung, Student Member, IEEE, Pankaj Khatkar, Student Member, IEEE,
Tianyi Xing, Student Member, IEEE, Jeongkeun Lee, Member, IEEE, and
Dijiang Huang, Senior Member, IEEE
Sir, i need an implementation of this paper which should be completly done on pure java,i mean jsp or any other web application technologies should not be used.If it is possible add some new algorithms.I am here attaching a base paper of the same. Implementation should include attack graph model which is specified in the base paper with the components NICE A,VM PROFILING,NETWORK CONTROLLER,ATTACK ANALYZER BASED ON THE equations and algorithms specified.Let me know the details in my email id "ngusanjoe@gmail.com" as soon as possible.
Your's Faithfully
Nathaan george
Posted by: Mystic - 06-27-2014, 08:53 AM - Forum: Project
- No Replies
"A large multi-location bank wanted to extend mobile banking to its customer. It
already had a robust Internet banking system in place. It was decided to roll out a
mobile banking system (named mBank) in a phased manner.
The first version will include basic features like displaying a) account balance, b)
last few transactions, c) sending push notifications for the transactions above a
predetermined value (to be decided by the customer), and d) ATM locator. The
integration with the banking system will be done using REST API over the internal
secured LAN.
Posted by: janbikz - 06-27-2014, 04:18 AM - Forum: Project
- No Replies
Respected sir,
I want to create a php project school result management system. Please help me regarding this matter.
i want to insert symbol no and date of birth and get the result on my page. i too want to make marks insertion page with form submission. class must be from nursery to class 10. where (nursery-2), (3-7) and (8-10) has 5, 8, 10 subjects respectively.
plz provide me sql codes too.
I need a project on the topic "Automobiles"
in python language for class 12
python is introduced last year for 11th now for 12 also.......
please help me out
NOTE: the project should be run in python 2.7 version and it should be based on three concepts "CLASSES" , "INHERITENSE" and "FILE HANDALING"
there should be 4 or 5 task done in the project like
1. ADD
2, MODIFY
3. DELETE
4. VIEW
5. EXIST
in add
we can add our vehicle
n others are done in same manner as there name is
in view
there be options like add, delete, modify, exit n one more topic named billing .....
for any further information contact me please do this for me m in very big problem......
PHP Project - Summer Training 2014,Noida
Computer Science Department Portal
The proposed system is to make an online web portal for Computer Science Department, so that everyone can get information about department, students can easily communicate with teachers from anywhere. Teachers can easily communicate with the students, and can keep records of every student easily and efficiently. The proposed system could be accessed from any corner of the world on net.
• Faculties: This module gives profile information of various faculties associated to the department.
It gives profile information of all the faculties.
Anyone can contact to these faculties and post queries to them.
They can upload E-books and other reading materials.
They can post notices to the students and also view the notices from the administrator.
• Students: This is a separate webpage for students.
They can view, edit, and update their profile from anywhere.
Student can download documents as well.
They can view faculty profile and even post queries to the faculties.
The can also generate their Resume
They can view notices by the Admin.
They can view notices by the Faculties.
• Administrator: The administrator has the central control over the whole portal.
He can access the students and faculties information directly.
He will create the student and faculty profiles which they can later on edit.
He can respond to the queries of the faculties.
He can post notices which will be accessible to the both the faculties and the students.
He will handle the number of students and incase any student or faculty leaves he will edit the record accordingly.
Database Tables
LoginMaster
Field Name
Description
UserID(Email)
Varchar(50)PK
Password
Varchar(30)
Status
Varchar (5)
Note: Status may be Studn, Faclt, Admin.
StudentMaster
Field Name
Description
UserID
Varchar(50) FK(login_master)
RollNo
int
Batch
int
Branch
Varchar(30)
Degree
Varchar(10)
JoiningYear
Int
Note: Batch is the year of passing , Joining Year is the Year in which the student joined.
FacultyMaster
Field Name
Description
UserID
Varchar(50) FK(login_master)
Department
Varchar(30)
Degree
Varchar(20)
JoiningYear
int
Note: Department is the department in which the faculty teaches , Joining Year is the Year in which the faculty joined.
AdminMaster
Field Name
Description
UserID
Varchar(50) FK(login_master)
JoiningYear
int
StudentPersonalMaster
Field Name
Description
UserId
Varchar(50) FK(login_master)
Name
Varchar(30)
DOB
int
Gender
varchar(6)
Address
varchar(50)
MobNumber
numeric
Note: DOB is the Date of Birth ,MobNumber is the contact number.
FacultyPersonalMaster
Field Name
Description
UserId
Varchar(50) FK(login_master)
Name
Varchar(30)
DOB
int
Gender
varchar(6)
MobNumber
numeric
StudentAcademicMaster
Field Name
Description
UserId
Varchar(50) FK(login_master)
AcdAchvmt
Varchar(150)
Sports
Varchar(150)
Cultural
Varchar(150)
Others
Varchar(150)
Graduation
Int
Inter
Int
HighSchool
Int
Note: AcdAchvmnt is the Academic Achievement
Sports is the Sports Achievement
Cultural is the Cultural Achievement
Others will contain other information about the student
StudentTechnicalMaster
Field Name
Description
UserId
Varchar(50) FK(login_master)
PrgmLanguage
Varchar(30)
Database
Varchar(30)
OS
Varchar(30)
Software
Varchar(30)
OtherSkill
Varchar(30)
IndustryExp
Varchar(150)
AcademicProject
Varchar(150)
Note: PrgmLanguage is the Programing Language known.
Database is the databases known.
OS is the OS known.
Software is the softwares known.
OtherSkill is the Other skills the person knows.
NoticeMaster
Field Name
Description
UserId
Varchar(50) FK(login_master)
Title
Varchar(30)
Content
Varchar(30)
Type
varchar(8)
Date
Int
DocPath
Varchar(150)
NOTE : Title is the Title of the Notice
Type is the for the notice is for Student, Faculty, General
Description:
Admin Module:
1. Add Students and Faculty Details :
Create a form for administrator to add new student/Faculty. And insert new entry on LoginMaster table. This form has 1drop down list for selection of student or faculty.
2. Delete/Edit the details
Create a form where all students/faculty are display on the combo and the admin can select any student and can delete any of the student/faculty from the LoginMaster table.
3. Upload Notice
Create a page with 1 text field for title of the notice and text area for the content of the notice. The page should also contain a combo to choose for whom the notice is for.
4. Delete/Edit the details
Create a form where all notice title are display on the combo and the admin can select any notice and can delete/edit any of the notice.
Student Module:
1. Create An profile(Registration):
Create a form where the user can create an enter the details of academics and extra curricular activites the profile is is in editable mode. .
2. Resume Builder
Create a page which will generate a resume based on the data entered by the student in the profile.
3. Notice board:
Create a page which will have a combo box from which the student can choose which notice he wishes to see either by the admin or by the faculty.
4. Faculty page:
Create a page which will contain the list of the faculties sorted alphabetically and each entry serves as a link to the faculty profile.
5. Ebooks page
In this form user can download the ebooks uploaded by the faculties the are also sorted by their name.
6. Scrap Space:
Each student should have his own scrap space where the response to their queries is posted.
Faculty Module:
1. Create An profile(Registration):
Create a form where the faculty can create an enter the details of academics and extracurricular activities the profile is in editable mode. .
2. Notice :
Create a page with 1 text field for title of the notice and text area for the content of the notice. The page should also contain a combo to choose for whom the notice is for.
3. Students page:
Create a page which will contain a combo box from which the faculties can choose to view the profile of the students of the respective batch.
4. Upload ebooks page
In this form user can upload the ebooks for the students it will have a combo to decide for whom the ebook is to be uploaded.
5. Scrap Space:
Each faculty should have their own scrap space where the queries is posted.
7. Notice board:
The faculty should be able to view the notices uploaded on the common notice board.
8. Delete/Edit the details
Create a form where all notice title are display on the combo and the admin can select any notice and can delete/edit any of the notice.