DAV Institute of Engineering & Technology, Jalandhar
DAV Institute of Engineering & Technology, Jalandhar
DAV Institute of Engineering & Technology, Jalandhar
Title page
Certificate i
Abstract ii
Acknowledgement iii
List of Figures iv
List of Tables v
Table of Contents vi
References/Bibliography
SPECIFICATIONS FOR TRAINING REPORT
1. Report shall be computer typed (English- British, Font -Times Roman, Size-12
point) and printed on A4 size paper.
2. The Report shall be hard bound with cover page in white color. The name of the
candidate, degree (specifying the branch) ,roll no, session , year of submission,
name of the University including college name shall be printed in black on the
cover [Refer sample sheet (outer cover)] .But initially students should get their
report printed in spiral bound form and after making the required changes as
advised by examiner during internal viva they should submit the hard bound form
of report to the same examiner.
3. The report shall be typed on one side only with double space with a margin 3.5
cm on the left, 2.5 cm on the top, and 1.25 cm on the right and at bottom.
4. In the report, the title page [Refer sample sheet (inner cover)] should be given
first then the Certificate by the candidate and the supervisor(s) in sequence,
followed by an abstract of the report (not exceeding 1500 words). This should be
followed by the acknowledgment, list of figures/list of tables,
notations/nomenclature, and then contents with page no.s
5. References and Bibliography should be included in report.
7. The diagrams should be printed on a light/white background, Tabular matter
should be clearly arranged. Decimal point may be indicated by full stop(.)The
caption for Figure must be given at the BOTTOM of the Fig. and Caption for the
Table must be given at the TOP of the Table.
8. The graphs should be combined for the same parameters for proper comparison.
Single graph should be avoided as far as possible.
9. Conclusions must not exceed more than two pages.
10. The report must consist of following chapters
Chapter 1- Introduction
Chapter 2- Requirement Analysis and System Specification
Chapter 3- System Design
Chapter 4- Implementation, Testing and Maintenance
Chapter 5-Results and Discussions
Chapter 6-Conclution and Future Scope
References
Appendix (if any)
Annexure-I, II, III
11. There should be separate final report for software training (3 Month) and industry
training(3 Month).
Sample sheet (outer cover)
REPORT (14pt.)
SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENT FOR
at
Company Name
(from _____ to ________)
SUBMITTED BY
NAME (14pt)
Branch
Roll No.
Univ. Roll No.
DAVIET Logo
Project Title
REPORT
at
Company Name
(from _____ to ________)
SUBMITTED BY
Name (14pt)
Branch
Roll No.
Univ. Roll No.
Packet Filtering firewalls can use a database of rules to decide which packets will be
allowed to move in and out and from one network onto another. However with the
increase in size of rule list, it’s very hard to manage and validate the rules, which can also
increase the cost of rule lookup and that may add significantly to latency. Packet filtering
is the one of the major contemporary firewall design techniques. Implementation of such
packet filter using Binary Decision Diagram (BDD) gives more advantages in terms of
memory usage and look up time. In the case of the list-based packet filter firewall where
rules are checked one by one for each incoming packet, the time taken to decide on a
packet is proportional to the number of rules. This work presents the study, design and
implementation of a packet filter firewall using binary decision diagram which provides
faster processing of packets while maintaining the integrity of the original security
policy. Results on large number of packets show that for most-accept packets, and for
most- reject packets there is manifold reduction in such comparisons when BDD-based
approach is used over list-based with promotion approach.
ACKNOWLEDGEMENT
I am highly grateful to the Dr. Manoj Kumar , Principal, DAV Institute of Engineering &
Technology, Jalandhar, for providing this opportunity to carry out the six month
industrial training at _________________.
The constant guidance and encouragement received from Ms. Harpreet Kaur Bajaj, HoD
Department of Computer Science & Engineering, DAVIET Jalandhar has been of great
help in carrying out the project work and is acknowledged with reverential thanks.
Certificate i
Abstract ii
Acknowledgement iii
List of Figures iv
List of Tables vi
Chapter 1: Introduction 1
1.1 Motivation 1
1.3 Firewall 4
1.4 Generations 5
References 53