100 lines
9.4 KiB
TeX
100 lines
9.4 KiB
TeX
\documentclass{article}
|
||
\usepackage[
|
||
backend=biber,
|
||
style=ieee,
|
||
sorting=ynt
|
||
]{biblatex}
|
||
|
||
|
||
\usepackage{geometry}
|
||
\geometry{
|
||
a4paper,
|
||
total={170mm,257mm},
|
||
left=20mm,
|
||
top=20mm,
|
||
}
|
||
|
||
\usepackage[acronym]{glossaries}
|
||
|
||
\usepackage{optidef}
|
||
\addbibresource{mybibliography.bib}
|
||
|
||
|
||
\title{Literature Review}
|
||
\author{Woon Jun Wei, 2200624}
|
||
\date{}
|
||
|
||
\begin{document}
|
||
|
||
\maketitle
|
||
|
||
\section*{Introduction:}\label{sec:introduction}
|
||
Singapore, a frontrunner in sustainable urban development, grapples with a crucial data gap: the lack of a dedicated Wireless Sensor Network (WSN) to monitor CO\textsubscript{2} emissions and their intricate link to temperature fluctuations across diverse urban environments. This absence of comprehensive data impedes our ability to accurately track progress towards ambitious environmental targets and formulate informed policies for critical issues like CO\textsubscript{2} reduction and urban heat island mitigation.
|
||
|
||
\section*{Problem Statement}\label{sec:problem_statement}
|
||
This project tackles this pressing challenge by proposing the development and deployment of a scalable and energy-efficient mesh network utilizing LoRa and ESP-Now protocols in Nanyang Polytechnic (NYP) Campus. Through this network, we aim to collect and analyze real-time CO\textsubscript{2} and temperature data, enabling us to achieve three key objectives:
|
||
|
||
\begin{itemize}
|
||
\item Establish robust correlations between these environmental factors,
|
||
\item Evaluate the performance and suitability of LoRa and ESP-Now protocols compared to established mesh algorithms, and
|
||
\item Deliver valuable insights to policymakers and stakeholders, empowering them to develop data-driven strategies for a more sustainable urban future.
|
||
\end{itemize}
|
||
|
||
By addressing this data gap and providing actionable insights, this project aspires to contribute significantly to Singapore's journey towards environmental sustainability.
|
||
|
||
\subsection*{Focus Areas}\label{sec:focus_areas}
|
||
We will focus on key factors like:
|
||
\begin{itemize}
|
||
\item \textbf{Data latency and reliability:} Ensure timely and accurate transmission of environmental data.
|
||
\item \textbf{Network scalability and reach:} Ability to handle a large number of nodes and cover the desired area effectively.
|
||
\item \textbf{Energy efficiency:} Minimize power consumption of sensor nodes for extended lifespan and network sustainability.
|
||
\item \textbf{Cost-effectiveness:} Consider hardware, deployment, and operational costs for a sustainable solution.
|
||
\end{itemize}
|
||
|
||
\newpage
|
||
|
||
\section{Literature Review}\label{sec:lit_review}
|
||
|
||
The Minimum Spanning Tree (MST) is a potential routing protocol for mesh-based Wireless Sensor Networks (WSN). Algorithms like Prim's \cite{cormen_introduction_2009} and Kruskal's \cite{kruskal_shortest_1956} have attacted implementations in applications since they are simple to implement and effective in static networks, However, their direct application to Wireless Sensor Networks (WSNs) remains questionable.
|
||
|
||
% The Minimum Spanning Tree (MST) algorithms, exemplified by Prim's \cite{cormen_introduction_2009} and Kruskal's \cite{kruskal_shortest_1956}, have gained renown for their simplicity and effectiveness in structuring static mesh networks. However, their direct application in Wireless Sensor Networks (WSNs) necessitates further investigation.
|
||
|
||
Recent research endeavors have delved into the potential of MSTs to enhance energy efficiency within WSN routing protocols. For instance, MSTEAM leverages localized MSTs to facilitate multicast routing, thereby minimizing energy consumption during message propagation \cite{frey_localized_2007}. Similarly, NNT offers a distributed approach to construct approximate MSTs, effectively reducing communication overhead \cite{4492767}. Additionally, CMSTR addresses the challenge of imbalanced energy consumption in hierarchical routing by employing constrained MSTs to establish energy-efficient intra-cluster communication paths \cite{lin_cmstr_2023}. These advancements highlight the promise of MST-based strategies in promoting energy-aware routing within WSNs, especially in CO2 monitoring applications and specific deployment scenarios.
|
||
|
||
There is necessity for each node to compute shortest paths to all others significantly escalates complexity and energy consumption. Moreover, the static nature of MSTs requires recalculations upon network alterations, potentially causing delays and packet loss. In complex environments, MSTs may not always ensure the most energy-efficient paths, further complicating their practical utility.
|
||
|
||
Nevertheless, MSTs offer inherent advantages such as simplicity, scalability, and fault tolerance, making them worth exploring. A potential solution could adopt a reactive approach, where the sink node initiates data collection through controlled broadcasts or multicasts. Subsequently, leaf nodes transmit data along pre-computed, energy-efficient paths towards the sink, facilitated by intermediate nodes. This reactive paradigm appears promising for static WSN deployments, providing a balance between simplicity and efficiency.
|
||
|
||
In conclusion, while MSTs exhibit limitations in certain WSN scenarios, their adaptability and potential for energy-efficient routing make them a compelling area for further investigation, particularly in CO2 monitoring applications. Future research should focus on refining MST-based strategies to address the dynamic nature of WSNs and optimize energy consumption under varying deployment conditions.
|
||
|
||
|
||
% In the case of WSNs, there must be an optimal tree building algorithm for routing packets of data from point to point in a mesh network. Since the introduction of the abovementioned algorithms, there has since been an evolution of those ideas built for low powered networks like WSNs, they include MSTEAM \cite{frey_localized_2007}, NNT \cite{4492767} and CSMTR \cite{lin_cmstr_2023}.
|
||
|
||
% These algorithms were devleoped for one purpose ---to reduce the energy required during building of the graph at each node when there is a change in the topology (new node joins or node dies).
|
||
|
||
% Traditionally, MSTs connect to all nodes, akin to a mesh topology, this would allow nodes to calculate the weights from each vertice connected to itself and thereby calculating the shortest or optimal path from node to node.
|
||
|
||
% A key pitfall is the static nature of MSTs. A change in the network would require recalculations, leading to potential delay and packet loss, thereby affecting the efficiency of the data transmission. Additionally, MSTs may not always provide the most optimal path, especially in complex environments.
|
||
|
||
% A potential proof of concept of this algorithm could feature a reactive system, where the sink node would initiate a request for data collection either through broadcast or multicast via their nearest neighbour. Each leaf node would then unicast their data packets through an optimal path that would have been pre-calculated, and the data will then be forwarded through the optimal paths of the subsequent nodes. In a WSN where nodes would be deployed in a static environment, this solution would a viable choice.
|
||
|
||
% Monitoring environmental conditions like air quality or wildfire risk is crucial, and Wireless Sensor Networks (WSNs) offer a promising solution. But designing efficient and reliable WSNs presents challenges, particularly in balancing low-power consumption with robust data transmission – a key concern in the realm of Internet of Things (IoT) \cite{hemanand_enabling_2021}.
|
||
|
||
|
||
|
||
|
||
% Star-based Wireless Sensor Networks (WSNs) have emerged as a popular approach for environmental monitoring, exemplified by Lazarescu et al.'s wildfire detection system \cite{lazarescu_design_2013}. These networks resemble constellations, with individual sensor nodes dispersed like stars and transmitting data to a central gateway node, analogous to a central star. This architecture prioritizes reliable communication, particularly crucial in scenarios like wildfire detection, by utilizing dedicated radio channels within the unlicensed Industrial, Scientific, and Medical (ISM) band \cite{shah_iot-enabled_2020}. The central gateway node acts as a hub, collecting and buffering data from all sensors before forwarding it to a remote server via the internet.
|
||
|
||
% Building upon this concept, Shah et al. crafted a similar system, but with sensors directly tethered to a computer through a dedicated transceiver pair \cite{shah_iot-enabled_2020}. This setup streamlines data visualization and sharing, but lacks the centralized structure of its predecessor. Interestingly, star topologies have even ventured into the realm of long-range communication, utilizing technologies like 2G/GSM to shine their light over wider areas \cite{CVZZ16}.
|
||
|
||
% While Star-based WSNs shine in terms of simplicity and ease of deployment, they face limitations. Scaling them up for wider coverage can be challenging \cite{Boukerche2018Connectivity}. Additionally, research by Shrestha et al. suggests that Mesh networks, with their interconnected nodes and redundant data paths, may offer superior reliability, especially when individual nodes fail \cite{shrestha_performance_2007}.
|
||
|
||
% Therefore, choosing the right WSN topology for environmental monitoring requires careful consideration. Simplicity and ease of deployment offered by Star networks might be ideal for smaller, controlled environments \cite{Alippi2011A}. However, for expansive or critical monitoring applications, the enhanced reliability of Mesh networks may be the brighter star to follow \cite{Han2011Reliable}.
|
||
|
||
|
||
\newpage
|
||
\printbibliography
|
||
\end{document}
|
||
|
||
|