1 / 35

Mobile and Wireless Networking

Mobile and Wireless Networking. Lecture 18 Dr. Xinbing Wang. Part 4: Other Wireless Networks. Ad hoc networks Mobility and routing Flooding routing algorithm Dynamic source routing (DSR) Ad hoc On-Demand Distance Vector Routing (AODV) Location-Aided routing (LAR)

Télécharger la présentation

Mobile and Wireless Networking

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Mobile and Wireless Networking Lecture 18Dr. Xinbing Wang

  2. Part 4: Other Wireless Networks • Ad hoc networks • Mobility and routing • Flooding routing algorithm • Dynamic source routing (DSR) • Ad hoc On-Demand Distance Vector Routing (AODV) • Location-Aided routing (LAR) • Quality of Service (QoS) in ad hoc networks • Sensor networks • Wireless PANs Dr. Xinbing Wang

  3. Y Z Dynamic Source Routing • When S sends a data packet to D, the entire route is included in the packet header • Intermediate nodes use the source route embedded in the packet’s header to determine to whom the packet should be forwarded • Different packets may have different routes, even they have the same source and destination Hence called dynamic source routing DATA[S,E,F,J,D] S E F B C M L J A G H D K I N Dr. Xinbing Wang

  4. Y Z RERR [J-D] S E F B C M L J A G H D K I N Example of Route Maintenance Y Route Error Packet : RERR Z RERR [J-D] S E F B C M L J A G H D K I N • J sends a route error to S along route J-F-E-S • when it finds link [J-D] broken • Nodes hearing RERR update their route cache to remove all • invalid routes related with link J-D Dr. Xinbing Wang

  5. More Details on Route Maintenance • Hop-by-hop maintenance ( MAC or network layer) • How to find link [node-i,node(i+1)] is down ? • Utilize MAC level acknowledgement • Passive acknowledge (overhearing node (i+1) re-transmission) • Insert a bit in packet header to ask an explicit acknowledgement from node (i+1) • How to send route error packet toS? • Use the reverse route [node-i,node(i-1), ……,node-1, S] • Use node-i route cache to get a route toS • Piggybacking route error packet in route discovery packet S • End-to-end maintenance (transport or application layer): D sends ACK to S to indicate the route status. ButS does not know which link is broken Route [S, node-1,node-2,……,node-k, D] Dr. Xinbing Wang

  6. Route Optimization: Route Caching • Each node caches a new route it learns by any means • When node S finds route [S,E,F,J,D] to node D, node S also learns route [S,E,F] to node F • When node K receives Route Request [S,C,G]destined for node D, node K learns route [K,G,C,S] to node S • When node F forwards Route Reply RREP [S,E,F,J,D], node F learns route [F,J,D] to node D • When node E forwards Data [S,E,F,J,D] it learns route [E,F,J,D] to node D • A node may also learn a route when it overhears Data • Problem: Stale caches may increase overheads Dr. Xinbing Wang

  7. [S,E,F,J,D] [E,F,J,D] S E [F,J,D],[F,E,S] F B [J,F,E,S] C M L [G,C,S] J A G [C,S] H D K [K,G,C,S] I N RREP RREQ Z Route Caching; Accelerate Route Discovery When node Z sends a route request for node C, node K sends back a route reply [Z,K,G,C] to node Z using a locally cached route Dr. Xinbing Wang

  8. [S,E,F,J,D] [E,F,J,D] S E [F,J,D],[F,E,S] F B [J,F,E,S] C M L [G,C,S] J A G [C,S] H D [D,K,G,,C] K [K,G,C,S] I N RREP RREQ Z Route Caching: Reduce Propagation of Route Requests Route Replies (RREP) from node K and D limit flooding of RREQ. Dr. Xinbing Wang

  9. DSR: Advantages • Routes maintained only between nodes who need to communicate • reduces overhead of route maintenance • Route caching can further reduce route discovery overhead • A single route discovery may yield many routes to the destination, due to intermediate nodes replying from local caches • due to intermediate nodes replying from local caches Dr. Xinbing Wang

  10. DSR: Disadvantages • Packet header size grows with route length due to source routing: Inefficiency • Flood of route requests may potentially reach all nodes in the network: RREQ flooding • Potential collisions between route requests propagated by neighboring nodes • insertion of random delays before forwarding RREQ • Increased contention if too many route replies come back due to nodes replying using their local cache • Route Reply Storm problem: Route Reply Storm • Stale caches will lead to increased overhead Dr. Xinbing Wang

  11. AODV: Ad Hoc On-Demand Distance Vector Routing • DSR includes source routes in packet headers • Resulting large headers can sometimes degrade performance • particularly when data contents of a packet are small • AODV attempts to improve on DSR by maintaining routing tables at the nodes, so that data packets do not have to contain routes • AODV retains the desirable feature of DSR that routes are maintained only between nodes which need to communicate Dr. Xinbing Wang

  12. AODV: Operation • Route Requests (RREQ) are forwarded in a manner similar to DSR • When a node re-broadcasts a Route Request, it sets up a reverse path pointing towards the source • AODV assumes symmetric (bi-directional) links • When the intended destination receives a Route Request, it replies by sending a Route Reply (RREP) • Route Reply travels along the reverse path set-up when Route Request is forwarded • Routing table entry • maintaining a reverse path is purged after a timeout interval • maintaining a forward path is purged if not used for a active_route_timeout interval Dr. Xinbing Wang

  13. AODV: RREQ and RREP • When RREQ propagates, routing tables are updated at intermediate nodes (for route to source of RREQ) • When RREP is sent by destination, routing tables updated at intermediate nodes (for route to destination), and propagated back to source Dr. Xinbing Wang

  14. AODV: RREQ ID • Each node maintains its own sequence number and a broadcast ID. • The broadcast ID is incremented for every RREQ the node initiates and together with the node’s IP address, uniquely identifies an RREQ. • Along with its own sequence number and broadcast ID, the source node includes in the RREQ the most recent sequence number it has for the destination. Dr. Xinbing Wang

  15. AODV: Intermediate Nodes • Intermediate nodes can reply to the RREQ only if they have a route to the destination whose corresponding destination sequence number is greater than or equal to that contained in the RREQ. • An intermediate node may also send a Route Reply (RREP) provided that it knows a more recent path than the one previously known to sender • Intermediate nodes that forward the RREP, also record the next hop to destination Dr. Xinbing Wang

  16. Route Requests in AODV Y Z S E F B C M L J A G H D K I N Represents a node that has received RREQ for D from S Dr. Xinbing Wang

  17. Route Requests in AODV Y Broadcast transmission Z S E F B C M L J A G H D K I N Represents transmission of RREQ Dr. Xinbing Wang

  18. Route Requests in AODV Y Z S E F B M L C J A G H D K I N Represents links on Reverse Path Dr. Xinbing Wang

  19. AODV: Reverse Path • During the process of forwarding the RREQ, intermediate nodes recording their route tables the address of the neighbor from which the first copy of the broadcast packet is received establishing a reverse path. • If more same RREQs are received later, they are discarded. • RREP packet is sent back to the neighbors and the routing tables are accordingly updated. Dr. Xinbing Wang

  20. Reverse Path Setup in AODV Y Z S E F B C M L J A G H D K I N • Node C receives RREQ from G and H, but does not forward • it again, because node C has already forwarded RREQ once Dr. Xinbing Wang

  21. Reverse Path Setup in AODV Y Z S E F B C M L J A G H D K I N Dr. Xinbing Wang

  22. Reverse Path Setup in AODV Y Z S E F B C M L J A G H D K I N • Node D does not forward RREQ, because node D • is the intended targetof the RREQ Dr. Xinbing Wang

  23. AODV: Route Reply (RREP) • An intermediate node (not the destination) may also send a Route Reply (RREP) provided that it knows a more recent path than the one previously known to sender S • To determine whether the path known to an intermediate node is more recent, destination sequence numbers are used • The likelihood that an intermediate node will send a Route Reply when using AODV not as high as DSR • A new Route Request by node S for a destination is assigned a higher destination sequence number. An intermediate node which knows a route, but with a smaller sequence number, cannot send Route Reply Dr. Xinbing Wang

  24. Route Reply in AODV Y Z S E F B C M L J A G H D K I N Represents links on path taken by RREP Dr. Xinbing Wang

  25. Forward Path Setup in AODV Y Z S E F B C M L J A G H D K I N Forward links are setup when RREP travels along the reverse path Represents a link on the forward path Dr. Xinbing Wang

  26. Data Delivery in AODV Y DATA Z S E F B C M L J A G H D K I N Routing table entries used to forward data packet. NOTE: Route is not included in packet header as in DSR. Dr. Xinbing Wang

  27. AODV: Timeout • A routing table entry maintaining a reverse path is purged after a timeout interval • timeout should be long enough to allow RREP to come back • A routing table entry maintaining a forward path is purged if not used for a active_route_timeout interval • if no data is being sent using a particular routing table entry, that entry will be deleted from the routing table (even if the route may actually still be valid) Dr. Xinbing Wang

  28. Link Failure • A neighbor of node X is consideredactive for a routing table entry if the neighbor sent a packet within active_route_timeout interval which was forwarded using that entry • Neighboring nodes periodically exchangehello message • When the next hop link in a routing table entry breaks, all activeneighbors are informed • Link failures are propagated by means of Route Error (RERR) messages, which also update destination sequence numbers Dr. Xinbing Wang

  29. Link Failure Reporting • A neighbor of node X is considered active for a routing table entry if the neighbor sent a packet within active_route_timeout interval which was forwarded using that entry • When the next hop link in a routing table entry breaks, all activeneighbors are informed • Link failures are propagated by means of Route Error messages, which also update destination sequence numbers Dr. Xinbing Wang

  30. Route Error • When node X is unable to forward packet P (from node S to node D) on link (X,Y), it generates a RERR message • Node X increments the destination sequence number for D cached at node X • The incremented sequence number N is included in the RERR • When node S receives the RERR, it initiates a new route discovery for D using destination sequence number at least as large as N • When node D receives the route request with destination sequence number N, node D will set its sequence number to N, unless it is already larger than N Dr. Xinbing Wang

  31. Link Failure Detection • Hello messages: Neighboring nodes periodically exchange hello message • Absence of hello message is used as an indication of link failure • Alternatively, failure to receive several MAC-level acknowledgement may be used as an indication of link failure Dr. Xinbing Wang

  32. Route Error • When node X is unable to forward packet P (from node S to node D) on link (X,Y), it generates an RERR message • Node X increments the destination sequence number for D cached at node X • The incremented sequence number N is included in the RERR • When node S receives the RERR, it initiates a new route discovery for D using destination sequence number at least as large as N • When node D receives the route request with destination sequence number N, node D will set its sequence number to N, unless it is already larger than N Dr. Xinbing Wang

  33. AODV: Summary • Routes need not be included in packet headers • Nodes maintain routing tables containing entries only for routes that are in active use • At most one next-hop per destination maintained at each node • DSR may maintain several routes for a single destination • Sequence numbers are used to avoid old/broken routes • Sequence numbers prevent formation of routing loops • Unused routes expire even if topology does not change Dr. Xinbing Wang

  34. Why Sequence Numbers in AODV • To avoid using old/broken routes • To determine which route is newer • To prevent formation of loops • Assume that A does not know about failure of link C-D because RERR sent by C is lost • Now C performs a route discovery for D. Node A receives the RREQ (say, via path C-E-A) • Node A will reply since A knows a route to D via node B • Results in a loop (for instance, C-E-A-B-C ) A B C D E Dr. Xinbing Wang

  35. Optimization: Expanding Ring Search • Route Requests are initially sent with small Time-to-Live (TTL) field, to limit their propagation • DSR also includes a similar optimization • If no Route Reply is received, then larger TTL tried Dr. Xinbing Wang

More Related