matlab code for dsr routing
#2
Dynamic Source Routing (DSR) is a routing protocol for wireless mesh networks. It is similar to AODV in that it forms an on-demand route when a transmitting node requests one. However, it uses source routing instead of relying on the routing table on each intermediate device.


Dynamic Source Routing (DSR) is a self-maintained routing protocol for wireless networks. The protocol can also work with cell phone systems and mobile networks with up to 200 nodes. A dynamic source routing network can be configured and organized independently of the supervision by human administrators.

In dynamic source routing, each source determines the route that will be used to transmit its packets to the selected destinations. There are two main components, called Route Discovery and Route Maintenance. Route Discovery determines the optimal route for a transmission between a particular destination and destination. Route Maintenance ensures that the transmission path remains optimally free of loops as network conditions change, even if this requires changing the route during a transmission.

Microsoft has developed a version of Dynamic Source Routing known as Link Quality Source Routing (LQSR) specifically for use with its Mesh Connectivity Layer (MCL) technology. MCL facilitates the interconnection of equipment in a wireless mesh network using Wi-Fi or WiMax services.

The determination of source routes requires the accumulation of the address of each device between the source and the destination during the discovery of the route. The accumulated path information is cached by the nodes processing the path discovery packets. The learned paths are used to route packets. To achieve source routing, the routed packets contain the address of each device that will traverse the packet. This can result in high overhead for long routes or large addresses, such as IPv6. To avoid using source routing, DSR optionally defines a flow id option that allows packets to be forwarded in a hop-by-hop.

This protocol is actually based on source routing, in which all routing information (continuously updated) is maintained on mobile nodes. It has only two main phases, which are route discovery and route maintenance. The route response will only be generated if the message has reached the intended destination node (the route record initially contained in Route Request would be inserted in the route response).

To return the path response, the destination node must have a path to the source node. If the route is in the destination node's route cache, the route is used. Otherwise, the node will reverse the path based on the route record in the header of the Route Request message (this requires all links to be symmetric). In case of fatal transmission, the Route Maintenance Phase is initiated by which Route Error packets are generated in a node. The wrong hop will be removed from the node's route cache; All routes containing the jump are truncated at that point. Once again, the route discovery phase begins to determine the most viable route.

For information about other similar protocols, see the list of ad hoc routing protocols.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: dsr routing protocol matlab code, is there any matlab code for dsr protocol, code matlab q routing, dsr protocol matlab code, dsr matlab code, dsr routing protocol source code in java, matlab code for dsr routing,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
matlab code for dsr routing - by Guest - 04-05-2017, 01:44 PM
RE: matlab code for dsr routing - by jaseela123d - 05-05-2017, 09:25 AM

Possibly Related Threads...
Thread Author Replies Views Last Post
  matlab code 1 3,511 31-01-2019, 02:52 PM
Last Post: [email protected]
  underwater optical communication matlab code 0 3,337 02-11-2018, 07:32 PM
Last Post: Guest
  source code for blood group detection in matlab 0 7,073 22-10-2018, 10:59 AM
Last Post: Guest
  hackchina matlab code 0 675 27-09-2018, 10:45 PM
Last Post: Guest
  heart disease prediction system source code for matlab 0 829 27-09-2018, 04:40 PM
Last Post: Guest
  matlab code for echo hiding 1 840 17-08-2018, 07:35 PM
Last Post: Guest
  matlab code for echo hiding 1 765 17-08-2018, 07:34 PM
Last Post: Guest
  download source code of zrp in matlab 0 797 14-08-2018, 02:48 PM
Last Post: Guest
  matlab source code for anomaly detection 0 657 01-08-2018, 08:00 PM
Last Post: Guest
  railway track crack detection using matlab 0 644 31-07-2018, 09:56 AM
Last Post: Guest

Forum Jump: