Posts Tagged network

TWO WAY SECURE SOURCE ROUTING AND END-END AUTHENTICATION FOR MANET


PROJECT REPORT

By

K.R.Denesh Kumar

S.SivaSubramanian

Under the guidance of

Mr. S.Ahamed Nishath

Reference:

Published in IEEE Network November 2006 (Vol. 5, No. 11) pp. 1533-1546

Published in Australian Computer Society August 2007

SYSTEMDESIGN:

The work is split up into three modules.

  1. Authentication.
  2. Routing.
  3. Security.

1. AUTHENTICATION:

Authentication for any node to enter the Ad Hoc network – so that no unauthorized person may enter into the network.

2. ROUTING:

Signing of the route request by intermediate nodes in DSR algorithm is enhanced with signing of the route reply also – so that the correct route reaches the source who requests the route

The protocol endairA was proposed to provide a provably secure routing protocol. endairA is an adaptation of Ariadne, in which the intermediate nodes digitally sign the route reply instead of the route request. In effect, it is Ariadne in reverse, as its name implies.

ROUTE REQUEST:

ROUTE REPLY:

3. SECURITY:

After getting the correct route, when the packets are being sent there may be some eave droppers who try to attack and get the packets. So by using a efficient key exchange and encryption algorithm – so that the eave droppers can no to get the packets

Specifications

Hardware Specification

Hard disk : 10 GB and above

RAM : 128 MB and above

Software Specification:

Operating System : Windows 2000/XP

Documentation Tool : Ms-Word

Programming Tool Used : Java

Leave a Comment

unicast, multicast and broadcast

We went through as many proposed ideas as we could, to get a thorough knowledge base of the current situation in Multicasting scenario, so that we could try to design a better solution for this problem. We have specified some of the resources we went through during our literature survey in the initial stages of our project.

1.2.1 Multicast

Multicast is the delivery of information to a group of destinations simultaneously using the most efficient strategy to deliver the messages over each link of the network only once, creating copies only when the links to the destinations split.

IP Multicast is a technique for one to many communication over an IP infrastructure. It scales to a larger receiver population by not requiring prior knowledge of who or how many receivers there are. Multicast utilizes network infrastructure efficiently by requiring the source to send a packet only once, even if it needs to be delivered to a large number of receivers. The nodes in the network take care of replicating the packet to reach multiple receivers only where necessary.

Once the receivers join a particular IP Multicast group, a multicast distribution tree is constructed for that group. The protocol most widely used for this is Protocol Independent Multicast or PIM. It sets up multicast distribution trees such that data packets from senders to a multicast group reach all receivers which have “joined” the group.

Leave a Comment