\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{Star-based WSNs}\label{sec:star_based_wsns} 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}