Ados-project
Ados-project
PROJECT REPORT
Submitted by
to
APRIL 2025
Mangalam College of Engineering(MLM)
Vettimukkal P.O, Ettumanoor, Kottayam-686631
CERTIFICATE
This is to certify that Project entitled “Scheduling for real-time data processing in
IOT applications ” is a bonafide report of the Project presented during second
semester by Anju Mohanan (MLM24CSCE07), in partial fulfillment of the
requirements for the award of the degree of Master of Technology in CSE(M.Tech in
CSE).
The Internet of Things (IoT) has revolutionized the way devices
communicate and operate. Real-time data processing is essential in IoT
systems where timely decisions are critical, such as in healthcare
monitoring, autonomous vehicles, and smart manufacturing. This project
explores various scheduling strategies for real-time data processing in
IoT applications. It focuses on task prioritization, latency reduction, and
energy efficiency. The report evaluates different scheduling algorithms
and presents a proposed model for efficient real-time scheduling in IoT
environments.
1. Introduction
Prioritizes tasks with shorter periods. Suitable for periodic tasks but less
adaptable to dynamic changes.
Tasks with the nearest deadlines are prioritized. Offers better CPU
utilization but requires runtime overhead.
Tasks with the least slack time are scheduled first. Highly responsive but
sensitive to execution time estimation errors.
The proposed model integrates edge computing with EDF scheduling for
latency-sensitive tasks and an energy-aware scheduler for less
time-critical operations. This hybrid approach enables better load
distribution and power efficiency.
7. Applications