Skip to main content

ICS 462 Operating Systems

Principles, techniques, and algorithms for the design and implementation of modern operating systems. Topics include operating system structures, process and thread scheduling, memory management including virtual memory, file system implementation, input output systems, mass storage structures, protection, and security. Students will implement process, memory, and file management algorithms.

Prerequisites

Special information

First day attendance is mandatory.
Note: Students are responsible to both be aware of and abide by prerequisites for ICS courses for which they enroll, and will be administratively dropped from a course if they have not met prerequisites.
4 Undergraduate credits

Effective August 1, 1998 to present

Learning outcomes

General

  • Explain and compare process scheduling algorithms.
  • Explain and compare the workings and relative merits of different memory management algorithms.
  • Analyze and compare algorithms for managing external storage devices.
  • Explain the theory of and protocols for process synchronization apply them
  • Explain the security issues and compare different protection mechanisms that can be incorporated into an operating system
  • Explain the design and implementation of file systems
  • Implement parts of process scheduling, memory management, and file system management in an operating system