MINOR PROJECT FORMAT 1
MINOR PROJECT FORMAT 1
This thesis investigates the problem of efficiently computing exact and approximate shortest
paths in graphs, with the main focus being on shortest path query processing. Strategies for
computing answers to shortest path queries may involve the use of pre-computed data
structures (often called distance oracles) in order to improve the query time.
Page 1 of 18
CHAPTER-1
Introduction
Page 2 of 18
1.1 Object (NAME/VARIABLE/EXPECTED OUTPUT)
SDLC is a process followed for a software project, within a software organization. It consists
of a detailed plan describing how to develop, maintain, replace and alter or enhance specific
software. The life cycle defines a methodology for improving the quality of software and the
overall development process.
Page 3 of 18
A typical Software Development life cycle consists of the following stages:
Requirements: -
Once the requirement analysis is done the next step is to clearly define and document the
product requirements and get them approved from the customer or the market analysts. This is
done through ‘SRS’ – Software Requirement Specification document which consists of all the
product requirements to be designed and developed during the project life cycle.
HARDWARE REQUIREMENT:-
SOFTWARE REQUIREMENT:-
Page 5 of 18
Operating system: window 7
Technology : Networking
CHAPTER-2
Analysis
Page 6 of 18
FRONT END TECHNOLOGY
Page 7 of 18
CHAPTER-3
DESIGN
Page 8 of 18
3.1 Flow chart Or DFD
3.2 ER Diagram
3.3 UML
Page 9 of 18
CHAPTER-4
TESTING
Page 10 of 18
4.1 Test Strategies
The objective is to design tests that systematically uncover different classes of errors
and do so with minimal amount of time and effort.
It is a process of executing a program with the intent of finding an error.
A good testing case is one that has a high probability of finding a uncovered errors.
All testing should be traceable to customer requirement.
Test should be planned long before testing begins.
Testing should begins in the small and progress towards testing in the large.
This testing is based on knowledge of the internal logic of an application code. Also
known as glass box testing. Internal software and coding works should be known for this type of
testing. Tests are based on coverage of code statements, branches, paths, condition.
modules, individual application etc. This type of testing is especially relevant to the
distributed Testing of integrated modules to verify combined functionality after integration.
Modules are typically code system.
Page 11 of 18
4.3 Black box testing:
Black box testing treats the software as black box without any knowledge of internal
system design is not considered in this type of testing. Tests are based on requirements and
functionality. Black box tester has no bonds with the code and a tester perception is very
simple, a code must have bugs. Therefore, black box testing has the advantage of an
Page 12 of 18
CHAPTER 5
EXPECTED OUTPUT WITH
SCREEN SHOTS
Page 13 of 18
Page 14 of 18
CHAPTER 6
CONCLUSION AND
FUTURE SCOPE
Page 15 of 18
CONCLUSION AND SCOPE
CONCLUSION:-
For an increase in the Transmission Rate, AEMAC scheme could receive a much higher
Bandwidth compared to the SMAC scheme. In wireless sensor networks, increase in the
Transmission Rate can be opted for increasing the Bandwidth in the network .
On an increase in the Transmission Rate, Fairness increases considerably for the AEMAC
scheme compared to the SMAC scheme. So to achieve better Fairness in a wireless sensor
network, the increase in Transmission Rate can be selected as an optimum method.
The Bandwidth decreases in a wireless sensor network having a higher Error Rate. But the
decrease is lesser in a network which adopts channel adaptive schemes thus proving the better
performance of the AEMAC scheme compared to the SMAC scheme.
FUTURE SCOPE:-
This work had implemented an Energy efficient Channel Adaptive MAC protocol in a
wireless sensor network with static nodes. This scheme had provided improvement gains in
Energy efficiency, Throughput, Delay, Bandwidth and Delivery Ratio. But the superior nature of
this scheme depends on many environmental factors such as operation scenarios, specific data
types etc. Thus more research work needs to be done in future to find the respective application
scenarios for this scheme with all the related factors taken into consideration.
Page 16 of 18
REFERENCES
Page 17 of 18
REFERENCE
B.A . Frozen, Data Communications and Networking, Fourth Edition McGraw Hill, 2007.
N. Selvanathan and W. J. Tee, "A Genetic Algorithm Solve The Shortest Path Problem
OSPF and MPLS", Malaysian Journal of Computer Science, pp. , 2003.
Page 18 of 18