Received: 16 July 2026; Revised: 29 July 2026; Accepted: 18 August 2026; Published Online: 21 August 2026.
J. Collect. Sci. Sustain., 2026, 2(3), 26407 | Volume 2 Issue 3 (September 2026) | DOI: https://doi.org/10.64189/css.26407
© The Author(s) 2026
This article is licensed under Creative Commons Attribution NonCommercial 4.0 International (CC-BY-NC 4.0)
When Smart Systems Optimize the Wrong Thing:
Evaluating Security and Sustainability in a Tourist
Incident Response System
Mohd. Tabrez Mukadam,*
Zafar Khan, Mohammed Bilal Shamsi and Mohd. Faizan Shaikh
Department of Computer Science & Engineering (IoT & Cybersecurity Including Blockchain Technology), M. H. Saboo Siddik College of
Engineering, Mumbai, Maharashtra, 400008, India.
*Email: tabrez.231834.ci@mhssce.ac.in (Mohd. Tabrez Mukadam)
Abstract
Smart city emergency response systems routinely fail not because individual sensors malfunction but because
designers optimize a single metric, location precision, at the expense of battery life and alert reliability. This
failure mode, termed local optimization fallacy, occurs when developers focus too narrowly on one subsystem
objective, inadvertently degrading broader system goals such as energy sustainability and network resilience.
To address this, we present a 3-Layer System Evaluation Framework that assesses smart infrastructure across
technical, sociotechnical, and temporal dimensions. We validate the framework using a prototype Smart Tourist
Safety Monitoring System tested against a simulation dataset comprising 500 tourist trajectories and 2,126
synthetic alert events distributed across 25 geographically realistic urban zones. Replacing constant GPS polling
with adaptive geofencing (Shapely library) and integrating an SMS fallback for temporal resilience, combined
with a human-in-the-loop SOS cancellation mechanism, yielded the following simulated outcomes: an 83.5%
reduction in GPS polling energy (95% CI [83.4%, 83.5%], paired t test t = -4112.98, p < 0.0001) over a 5-hour
tracking session and a 27.7% overall reduction in false-alarm escalations across the simulated zone distribution
(35.5% in Safety Zones, 21.6% in Neutral Zones, 3.1% in Danger Zones). All performance results reported are
simulation-based estimates obtained using a discrete-event simulator calibrated according to the proposed
methodology. Real-world validation remains an important priority for future work. The findings confirm that in
resource-constrained deployments, balanced multilayer optimization consistently outperforms single-metric
maximization.
Keywords: Smart systems; Sustainable development; Adaptive geofencing; System resilience; Socio-Technical
systems; Internet of Things; Energy-efficient monitoring.
1. Introduction
The rapid proliferation of Internet of Things (IoT) devices in smart cities has enabled highly automated systems
designed to improve public safety, support smart tourism, and enhance urban service efficiency.
[1,2]
However, a
critical design pathology pervades many such deployments: local optimization fallacy.
[3]
Smart systems are
frequently engineered to maximize a single metric, typically location accuracy,
[4,5]
while complementary
objectives such as energy consumption and network resilience are treated as secondary concerns. Although
optimizing a single metric may appear locally beneficial, it introduces systemic failure modes: excessive battery
drain, overloading of edge intelligence, and degradation of network reliability.
[6-8]
This paper argues that
concentrating solely on one subsystem parameter, without holistic evaluation, creates intractable trade-offs.
For instance, continuous high-frequency GPS polling can actively undermine broader goals such as energy
conservation and offline operational continuity.
[9]
To address this, our research investigates how to balance
security objectives with energy efficiency through situational awareness and how to mitigate alert fatigue by
incorporating human oversight into the system design.
[10-13]
Using a complete Smart Tourist Safety Monitoring
System, developed for the Smart India Hackathon (SIH) 2025, as a concrete validation testbed, we propose a 3-
Layer System Evaluation Framework for assessing and improving smart city infrastructure. The framework is
validated through simulations over 500 tourist trajectories and 2,126 alert events across 25 urban zone
polygons. Informed by recent work on data-driven tourist geofences using tourist GPS trajectories, the
framework now supports adaptable boundary definitions that complement zone-driven dispatch.
[14]