(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

IoT gateways are made smart to enhance QoS in The field of IOT

What is it about?

This work focuses on the smart gateways to enhance QoS and proposes a smart gateway framework for delay-sensitive and computation-intensive tasks. The proposed framework has been divided into two phases: task scheduling and task offloading. For the task scheduling phase, a dynamic priority-aware task scheduling algorithm (DP-TSA) is proposed to schedule the incoming task based on their priorities. A Memoization based Best-Fit approach (MBFA) algorithm is proposed to offload the task to the selected computational node for the task offloading phase. The proposed framework has been simulated and compared with the traditional baseline algorithms in different test case scenarios. The results show that the proposed framework not only optimized latency and throughput but also reduced energy consumption and was scalable as against the traditional algorithms.

Why is it important?

This work is a step towards making devices smart to enhance the working of devices in fog-cloud environment, the upcoming researchers or scholars can take help from this article and work in future aspects.

Read more on Kudos…
The following have contributed to this page:
gunjan beniwal
' ,"url"));