Module 12: Wireless Protocols Flashcards
Mobile Ad Hoc Networks (MANET)
formed by wireless hosts which may be mobile without necessarily using a pre-existing infrastructure
may need to traverse multiple links to reach a destination
why care about MANET?
challenges in MANET
limited wireless transmission range
broadcast nature of the wireless medium (hidden terminal problem)
packet losses due to transmission changes
mobility-induced route changes
mobility-induced packet losses
battery constraints
potentially frequent network partitions
why is routing in MANET different?
Taxonomy of MANET Routing Protocols
trade-offs (proactive vs. reactive)
Which one of the following would you select for low latency?
(proactive or reactive)
proactive (routes are pre-calculated so you don’t have to add this additional latency)
dynamic source routing (DSR)
What is true about DSR?
DSR stands for Dynamic Source Routing
DSR has route caching
DSR is a reactive protocol
(NOT a protocol for wired networks)
Route Error
DSR - hidden terminal problem
could cause messages to be lost
but we could introduced randomness to avoid collision
hurts route latency but better choice than collisions
DSR optimization: route caching
use of route caching
Use of route caching: can reduce propagation of route requests
this also reduces the collision problem
route caching: BEWARE