Jul 2026· International Journal For Multidisciplinary Research· 0 citations· 9 references
Abstract
The rapid growth of Internet-of-Things (IoT) devices has increased the need for computing support close to end users, particularly for applications that cannot tolerate long processing delays or excessive energy consumption. Fog computing has emerged as a practical extension of the cloud to address these requirements, yet real deployments often involve a mix of devices with different processing abilities, communication characteristics, and power constraints. These differences make it difficult to decide when and where tasks should be offloaded.
This study introduces a task-offloading approach that adapts to changing conditions in a heterogeneous fog environment. The method continuously observes factors such as processor utilization, task size, communication delay, and the remaining energy of participating devices. Using this information, the system determines whether a task should run on the originating device, a nearby fog node, or the cloud. The approach aims to limit unnecessary transfers while striking a balance between energy use and execution delay.
Simulation experiments conducted in iFogSim indicate that the proposed strategy consistently improves performance over conventional static or energy-unaware schemes. The results show notable reductions in overall energy usage and significant improvements in task-completion success under varying network loads. These findings suggest that integrating real-time monitoring with adaptive decision-making can strengthen the efficiency and responsiveness of fog-based IoT systems.
In comparison to traditional centralized cloud method ability of the edifice of inception of Internet of Things (IOT) has demanded the enhancement in the demand for computing environment having less latency, efficiency in energy consumption, performance reliability that has far ahead. These requirements are consolidated by fog computing through shifting of distributed computation near to network edge, wherein which among IOT devices, fog nodes and could hubs workload balancing is the key vital task. In view of maintaining both efficiency and reliability is still a challenge while managing diverse resources and device mobility. This review work is intended to prepare a concise shade of efficient task offloading strategies in the field of fog-embedded IOT systems by classifying the available methods as heuristics, game-theoretic, hybrid approaches and machine learning paradigms. The review meticulously analyzes the latency and Quality of Service (QoS) performance metrics parallely examines the reliability enhancing techniques like fault tolerance and load balancing. To assist development of the scalable, intelligent methods it marks the future research directions at the end.
Geethalakshmi N M, Mahesh G· ITM Web of Conferences· 0 citations
The rapid expansion of Internet of Things (IoT) applications has increased the demand for high computing power, often beyond the capabilities of mobile devices limited by processing speed and battery life. Vehicular fog computing offers a solution by utilizing parked vehicles as computational nodes, bringing resources closer to users. The main objective of this study is to explore the use of electric vehicles as computational nodes in a fog computing architecture, allowing mobile users to offload tasks to these idle vehicles. To manage these distributed resources efficiently, a Software-Defined Networking (SDN) controller is integrated to monitor vehicle parameters such as power, energy, and parking duration, and to dynamically allocate computation requests. Simulation experiments conducted in MATLAB Simulink demonstrate that the proposed system reduces computation time by up to 45%, decreases energy consumption by nearly 30%, and improves fog resource utilization by more than 40% compared with local execution. The results also reveal how the weighting factors (\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\alpha$$\end{document}, \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\beta$$\end{document}, \documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\gamma$$\end{document}) influence the decision-making process and help maintain a balance between performance, energy efficiency, and stability. Overall, integrating SDN control with parked electric vehicles enables faster, energy-aware, and more reliable computing services for mobile IoT applications.
Ali Kies, Amal Boumedjout, Zoulikha Mekkakia Maaza et al.· Cluster Computing· 0 citations
The Internet of Things (IoT) has grown rapidly in recent years, enabling the interconnection of a large number of heterogeneous and distributed devices. This number is expected to exceed 70 billion according to Statista. With this massive scale, fulfilling complex IoT applications that require combinations of multiple objects remains a real challenge. Moreover, several Quality of Service (QoS) requirements must be satisfied, making the problem of selecting appropriate IoT services NP-hard. In such environments, task offloading is a key mechanism to efficiently distribute computational workloads across edge, fog, and cloud resources. However, selecting the optimal offloading decision remains a difficult NP-hard problem due to system heterogeneity and conflicting objectives. In this paper, we propose a GNN-DQN-based approach for task offloading in edge–fog–cloud environments. Unlike prior GNN-DQN approaches limited to single- or dual-tier architectures, our framework explicitly models heterogeneous node types and inter-tier communication links, enabling more balanced and scalable resource allocation. Experimental results show that GNN-DQN achieves a mean latency of 2.64 s, representing improvements of 70.2% over Random, 7.8% over DQN-only, and 3.5% over Greedy. A GNN-A2C baseline is also included to broaden the comparison with a modern DRL method. Despite sharing the same GNN encoder, it underperforms GNN-DQN across all metrics, confirming the superiority of the DQN learning backbone. These results highlight the effectiveness of integrating graph-based representation with reinforcement learning, while also revealing a trade-off between latency optimization and energy efficiency.
Sirine Hakim, Sonia Yassa· International Conference on...· 0 citations
The rapid expansion of the Internet of Things (IoT) has led to an exponential increase in data volume, creating challenges for efficient data processing and latency control. Traditional cloud-based systems often experience excessive latency, making them less suitable for real-time applications. This research paper proposes a hardware-based, efficient task offloading framework using an IoT-Fog-Cloud architecture. An ESP8266-based IoT device senses real-time temperature data and transmits it via the MQTT protocol. The fog layer is implemented using Node-RED, which performs real-time data processing and decision-making, and generates alerts based on predefined temperature thresholds. This minimizes the dependency on the cloud for immediate responses. The processed data is then offloaded to the cloud layer using InfluxDB for data storage and Grafana for visualization and analysis. To measure task offloading performance, the proposed system includes a latency comparison between fog-layer processing time and cloud-layer response time. Experimental results demonstrate a significant reduction in response latency at the fog layer (avg. 103 ms) compared to cloud-layer response time (avg. 271 ms), representing approximately 62% lower latency.
Nadar Akshayashree Stephan Selvaraj, Maya S. Nair· Journal of IoT-based Distrib...· 0 citations
Task scheduling has often been treated as a secondary concern in fog computing, something to address only after the architecture is defined. This review argues that it is instead the central runtime decision in the fog to cloud continuum, because it determines whether the promised gains in latency, energy efficiency, and reliability can actually be achieved. The study synthesizes 102 foundational, methodological, and technical sources on task scheduling in fog enabled IoT environments. The aim was not simply to catalogue algorithms, but to examine how the field has framed the scheduling problem and how that framing has changed over time. The evidence reveals a clear progression. Early studies commonly assumed stable resources, predictable workloads, and simplified network conditions, which made scheduling easier to model but less representative of real deployments. More recent work has relaxed these assumptions and introduced dynamic, multi objective, application aware, learning based, and deployment oriented approaches. Six research streams emerge from this evolution. The main finding is that algorithmic sophistication has advanced faster than evaluation practice. Reported improvements in latency, energy consumption, and other QoS metrics are often difficult to compare because studies use different workloads, simulators, baselines, and experimental assumptions. Scheduling and orchestration overhead is rarely measured, while physical testbed validation remains limited. These gaps directly affect confidence in whether a proposed scheduler would behave as expected in operational fog systems. The review therefore identifies several priorities for future work: standardized benchmark workloads, cloud native scheduling that accounts for container lifecycle and microservice dependencies, resilience aware scheduling that treats failures and migration as first class concerns, and carbon aware orchestration that extends beyond energy minimization. Beyond the taxonomy, the paper argues for a shift from proof of concept scheduling studies toward reproducible, transparent, and deployable fog systems.
Albahlool M Abood· Asian Journal of Research in...· 0 citations