1advance Wireless Networks-Introduction
1advance Wireless Networks-Introduction
• Provides mobility
▫ A user can send or receive a message no matter where he or
she is located
• Added convenience/reduced cost
• Enables communication without installing an expensive
infrastructure
• Can easily set-up temporary LANs
▫ Disaster situations
▫ Office moves
• Developing nations utilize cellular telephony rather than
laying twisted-pair wires to each home
• Only use resources when sending or receiving a signal
How is wireless different from wired
• Fixed Infrastructure
▫ Base stations that are typically not resource
constrained.
▫ Examples: sensor networks, and cellular networks.
▫ Mobility of nodes but not of base stations.
Introduction
• MAC Layer
▫ Medium access control is an important
requirement.
▫ Collision detection (CSMA/CD) not possible
unlike wired networks.
Hence using Collision avoidance (CSMA/CA)
▫ Functions of MAC
Scanning, RTS/CTS, Power Save options,
Fragmentation
Various Layers of Interest – MAC Layer
DATA DATA
• 802.11 MAC
▫ Use Physical Carrier Sensing to sense for a free
medium.
▫ Explicit ACKs to indicate reception of packet.
▫ Results in the problem of hidden node.
▫ Use Virtual Carrier Sensing using RTS/CTS.
Various Layers – Network Layer
• Route packets in the network.
• Routing in infrastructure based networks is similar
to IP routing
• All the base stations have a wired IP interface which
is used by the routers/switches to forward data
• Issues like handoffs are handled through techniques
like Mobile IP or Cellular Handoffs or Soft-handoffs
as done in Mobile WiMAX
• Now, for network without infrastructure the
problem is difficult as the routes are transient
Various Layers – Network Layer
• Ad hoc networks
▫ No easy solutions but different proposals exist.
▫ Two kinds: proactive and reactive
▫ Proactive: Maintain lot of state, proactive updates.
Example: DSDV, DSR
▫ Reactive: Minimal state, react to changes.
Example: AODV
Other Important Layers
• Transport layer
▫ This is important layer especially since the wireless
medium suffers from high bit-error rate and
collisions.
▫ To offset this wireless technologies rely less on TCP’s
reliability mechanism
▫ This is mostly handled at physical layer through
techniques like FEC and other error correcting codes
• Application Layer
▫ Notion of an application layer protocol
▫ Email/Web/Games/SMS/MMS