Routing Protocols
Routing Protocols
Routing Protocols
Introduction
The routing protocol is a process to select suitable path for the data
to travel from source to destination. The process encounters several
difficulties while selecting the route, which depends upon, type of
network, channel characteristics and the performance metrics.
The data sensed by the sensor nodes in a wireless sensor network
(WSN) is typically forwarded to the base station that connects the
sensor network with the other networks (may be internet) where the
data is collected, analyzed and some action is taken accordingly.
In very small sensor networks where the base station and motes
(sensor nodes) so close that they can communicate directly with
each other than this is single-hop communication but in most WSN
application the coverage area is so large that requires thousands of
nodes to be placed and this scenario requires multi-hop
communication because most of the sensor nodes are so far from the
sink node (gateway) so that they cannot communicate directly with
the base station. The single-hop communication is also called direct
communication and multi-hop communication is called indirect
communication.
In multi-hop communication the sensor nodes not only produce and
deliver their material but also serve as a path for other sensor nodes
towards the base station. The process of finding suitable path from
source node to destination node is called routing and this is the
primary responsibility of the network layer.
Hybrid MAC
Hybrid MAC is a combination of different protocols such as contention-
based MAC and scheduled-based MAC to optimize the performance of
wireless sensor networks. For example, contention-based MAC
protocols, such as CSMA/CA (Carrier Sense Multiple Access with
Collision Avoidance), allow nodes to access the medium based on a
random backoff interval, which reduces collisions but may result in
inefficient utilization of the medium. On the other hand, scheduled-
based MAC protocols, such as TDMA (Time Division Multiple Access),
divide the medium into time slots and assign them to different nodes,
which can achieve high utilization but may not be flexible enough to
adapt to changing network conditions. Hybrid MAC solved the issue by
using other MAC protocols, During transmission of data if the channel is
idle or the channel has low traffic then Hybrid MAC switches to
contention-based MAC. If the traffic in the channel increases then it is
switched to scheduled-based MAC such as TDMA.
Hybrid MAC Used in Wireless Sensor Networks
The IEEE developed 802.15.4 as a standard for low-rate WPANs, which
outlines the PHY and MAC layers for low-power wireless
communication in the 2.4 GHz ISM band. It was specifically created for
applications that require low data rates, low power consumption, and
cost-effectivenesses, such as sensor networks, home automation, and
industrial automation.
The physical layer employs DSSS modulation with a data rate of 250
kbps and works in the 2.4 GHz ISM band that has 16 channels with 5
MHz bandwidth. Additionally, it uses FHSS to prevent interference from
other wireless devices.
On the other hand, the media access control layer implements a CSMA-
CA protocol to avoid device collisions. It supports different data packet
sizes, ranging from 9 to 127 bytes, and also offers error detection and
correction mechanisms.
Cross-Layer MAC
Cross-layer MAC allows the different layers in the protocol stack,
typically including physical, MAC, and network layers, to interact and
share information with one another. Firstly MAC layers gather
information about the state of the channel whether the channel is busy or
not. This information will be further used to control the other parameters
such as data transmission rate, packet loss rate, and delay.
Once the parameters have been determined, the MAC layer sends the
data packets to the PHY layer for transmission over the wireless
channel. After the data transmission, the PHY layer sends feedback to
the MAC layer about the success or failure of the transmission. If the
transmission was unsuccessful. Based on the feedback MAC layer
repeats the transmission
Overall, the working of Cross-Layer MAC involves the interaction
between the MAC and PHY layers to improve the efficiency of data
transmission and energy consumption in WSNs. By optimizing the
transmission parameters
Cross-Layer MAC Used in Wireless Sensor Networks
The IEEE 802.11e standard expands on the existing IEEE 802.11
WLAN standard by incorporating Quality of Service (QoS) support. It
utilizes a cross-layer approach, allowing the MAC layer to collaborate
with higher layers such as the network and application layers, to provide
specific services based on the application’s needs.
On the other hand, IEEE 802.16, or WiMAX, is intended for broadband
wireless access and utilizes a cross-layer design as well. This design
allows the MAC layer to communicate with the physical layer to adjust
to the changing channel conditions, such as interference, noise, and
fading.