Page i
B.Tech. (Branch Name) Final Year Project Report (Project Code)
Year 2011
<PASTE HIET LOGO>
<PROJECT NAME>
Under Guidance of: Presented by:
<Teacher Name> <Student Name>
<University Roll Number>
<B.Tech. IV Year (Branch)>
HI-TECH INSTITUTE OF ENGINEERING AND TECHNOLOGY
GHAZIABAD
Page ii
Table of Contents
Table of Contents......................................................................................................................................ii
1. Introduction............................................................................................................................................1
1.1 Purpose ............................................................................................................................................... 1
1.2 Intended Audience.............................................................................................................................. 1
1.3 Project Scope....................................................................................................................................... 1
1.4 Technologies Used ............................................................................................................................. 1
1.5 Timeline.............................................................................................................................................. 1
2. Overall Description................................................................................................................................1
2.1 Project Perspective.............................................................................................................................. 1
2.2 User Classes and Characteristics ........................................................................................................ 1
2.3 Operating Environment....................................................................................................................... 2
2.4 Design and Implementation Constraints ............................................................................................ 2
2.5 Assumption and Dependencies........................................................................................................... 2
2.6 Project Functions................................................................................................................................. 2
2.7 Reliability............................................................................................................................................ 3
2.8 Performance and Size.......................................................................................................................... 3
2.9 Security............................................................................................................................................... 3
2.10 Supportability.................................................................................................................................... 3
Appendix A: Screen Shots.......................................................................................................................3
Appendix B: Refrences............................................................................................................................3
3
Page 1
1. Introduction
1.1 Purpose
Write at least 10 lines about the purpose of the project
1.2 Intended Audience
Write about intended audience of the project. i.e. Users
1.3 Project Scope
1.3.1 In Scope
1.3.1.1 Write point wise scope of the project which is covered by the project
1.3.2 Out of Scope
1.3.2.1 Write point wise out of the scope attributes of the project
1.4 Technologies Used
List all the software and hardware used in development and deployment.
1.5 Timeline
Add timeline diagram with deliverables and milestones with respective dates.
2. Overall Description
2.1 Project Perspective
Write the complete description of the project which will cover each and every aspect of the project.
2.2 User Classes and Characteristics
2.2.1 Primary Users
• List all the primary users of the system
Page 2
2.3 Operating Environment
2.3.1 List the environment in which project will run. i.e. complete technology stack required as well
as is it a window, web, utility, game etc. kind of application.
2.4 Design and Implementation Constraints
List all the design and implementation constraints in which application will fail to perform.
2.5 Assumption and Dependencies
Dependencies:
2.5.1 List all the dependencies while developing the project.
Assumptions:
2.5.2 List all the assumptions while developing the project
2.6 Project Functions
2.6.1 Network Diagram
Add image network diagram depicting webserver, appserver, database etc and how will they
communicate with each other. This diagram must include proper software version.
2.6.2 Use Case Diagram
Add images of use case diagrams with complete description. Description should be as per given
standards of your text book.
2.6.3 Entity Relationship Diagram
Add image of ERD and description of each and every field and its relationship with other entities.
2.6.4 Description of each table in database
Edits
Field Type/Length Required Default Value Other Conditions
Name Text box, 64 chars Y
2.6.5 Class Diagram
Add image of Class diagram with detailed description of various classes.
Page 3
2.7 Reliability
2.7.1 Availability
Describe availability of the project
2.7.2 Recoverability
Describe how will you recover in case of project failure.
2.8 Performance and Size
2.8.1 Size and Load
2.8.1.1 Describe how many concurrent transactions and users can system handle
simultaneously.
2.8.2 Resource Limits
2.9 Security
2.9.1 Authentication
Describe.
2.9.2 Authorization
Describe
2.10 Supportability
Appendix A: Screen Shots
This section will include screen shots of all the screens of the project.
Appendix B: Refrences