Course Schedule - Fall Semester 2021

     

Meeting location information can now be found on student schedules in ESTHER (for students) or on the Course Roster in ESTHER (for faculty and instructors).
Additional information available here.

COMP 621 902 (CRN: 13682)

SYSTEMS SOFTWARE

Long Title: SYSTEMS SOFTWARE
Department: Computer Science
Instructor: Greiner, John
Meeting:  (23-AUG-2021 - 3-DEC-2021) 
Part of Term: Full Term
Grade Mode: Standard Letter
Course Type: Lecture
Language of Instruction: Taught in English
Method of Instruction: Online
Credit Hours: 3
Course Syllabus:
Course Materials: Rice Campus Store
 
Restrictions:
Must be enrolled in one of the following Program(s):
Online Master Computer Science
Must be enrolled in one of the following Level(s):
Graduate
Prerequisites: COMP 613
Section Max Enrollment: 0 (permission required)
Section Enrolled: 0
Enrollment data as of: 16-APR-2024 4:07PM
 
Additional Fees: None
 
Final Exam: GR Course-Dept Schedules Exam
 
Description: Modern computer systems are designed and implemented in a layered fashion, wherein each layer builds upon those beneath it, providing abstractions for processing, memory, and I/O that are progressively more abstracted from the hardware and easier to use than those of the underlying layers. While this layered architecture has made building systems easier, it has also made understanding their behavior and performance more difficult. Every layer from the managed run-time environments used by modern programming languages to the hypervisor play a role in processor scheduling, memory management, and I/O, making it oftentimes difficult to pinpoint which layer of the system is interacting poorly with a program. This class will teach students about the fundamental characteristics of the abstractions for processing, memory, and I/O at each layer of a modern computer system, so that they might understand the functionality provided by each layer, and instruct them on the use of modern debugging, profiling, and tracing tools, so that they are equipped to characterize the behavior and performance of their programs.