Real Time Systems(RTS) Syllabus
This page contains Syllabus of Real Time Systems of CSIT.
Title | Real Time Systems |
Short Name | RTS |
Course code | CSC-354 |
Nature of course | Theory |
Sixth Semester | |
Full marks | 80 + 20 |
Pass marks | 24+8 + 8 |
Credit Hrs | 3 |
Elective/Compulsary | Elective |
Course Description
Course Description: This course familiarizes students with different concepts of real time systems mainly focusing on scheduling, access control, memory management, optimization, and real time communications.
Course Objective: The main objective of this course is to provide core knowledge of different concepts of real time system which will enhance the student capacity in building real time systems.
Units and Unit Content
- 1. Introduction
- teaching hours: 3 hrs
Digital control, High-level controls, Signal processing, Real time applications
- 2. Hard versus Soft Real-Time Systems
- teaching hours: 4 hrs
Jobs and processors, Release times, Deadlines, and timing constraints, Hard and soft timing constraints, Hard real-time systems, Soft real-time systems
- 3. Reference Model of Real-Time Systems
- teaching hours: 4 hrs
Processor and resources, Temporal parameters of real-time workload, Periodic task model, Precedence constraints and data dependency, Other dependencies, Functional parameters, Resource parameters of jobs and parameters of resources, Scheduling hierarchy
- 4. Approaches to Real-Time Scheduling
- teaching hours: 4 hrs
Clock-driven approach, Weighted round-robin approach, Priority-driven approach, Dynamic versus static system, Effective release times and deadlines, Optimality of the EDF and LST algorithms, Nonoptimality of the EDF and LST algorithms, Challenges in validating timing constraints in priority-driven systems, Off-line versus on-line scheduling,
- 5. Clock-Driven Scheduling
- teaching hours: 5 hrs
Notations and assumptions, Static, Timer-driven scheduler, General structure of cyclic schedules, Cyclic executives, Improving the average response time of aperiodic jobs, Scheduling sporadic jobs, Practical considerations and generalization, Algorithm for constructing static schedules, Pros and cons of clock-driven scheduling
- 6. Priority-Driven Scheduling of Periodic Tasks
- teaching hours: 6 hrs
Static assumption, Fixed-priority versus dynamic-priority algorithms, Maximum schedule utilization, Optimality of the RM and DM algorithms, A schedulability test for fixed-priority tasks with short response times, schedulability test for fixed-priority tasks with arbitrary response times, Sufficient schedulability conditions for the RM and DM algorithms, Practical factor
- 7. Scheduling Aperiodic and Sporadic Jobs in Priority-Driven Systems
- teaching hours: 6 hrs
Assumptions and approaches, Deferrable servers, Sporadic servers, Constant utilization, total bandwidth, and weighted fair-queuing servers, Slack stealing in deadline-driven systems, Slack stealing in fixed-priority systems, Scheduling of sporadic jobs, Real-time performance for jobs, with soft timing constraints, Low-level scheme for integrated scheduling
- 8. Resources and Resource Access Control
- teaching hours: 5 hrs
Assumptions on resources and their usage, Effects of resources contention and resource access control, Nonpreemptive critical sections, Basic priority-inheritance protocol, Basic priority-ceiling protocol, Stack-based, priority-ceiling (ceiling-priority) protocol, Use of priority-ceiling protocol in dynamic-priority system, Preemption-ceiling protocol, Controlling accesses to multiple-unit resources, Controlling concurrent accesses to data objects
- 9. Multiprocessor Scheduling, Resource Access Control and Synchronization
- teaching hours: 5 hrs
Model of multiprocessor and distributed systems, Task assignment, Multiprocessor priority-ceiling protocol, Elements of scheduling algorithms for end-end periodic tasks, End-to-end tasks in heterogeneous systems, Predictability and validation of dynamic multiprocessor systems.
- 10. Real –Time Communication
- teaching hours: 6 hrs
Model of real-time communication, Priority-based service disciplines for switched networks, Weighted round-robin service disciplines, Medium access-control protocols of broadcast networks, Internet and resource reservation protocols, Real-time protocol, Communication in multi computer systems
Lab and Practical works
The laboratory work should focus on implementation of concepts related to scheduling, memory
management, synchronization and optimization using suitable simulators and programming
languages. There should also be a case study in group with at most 4 students focusing on any real
time system implemented system.