Welcome to Moodle's page for the 2023-24 Systems and Networking - Unit I class! 

This is a second-year, first-semester course of the BSc in Applied Computer Science and Artificial Intelligence of Sapienza University of Rome.

Class Schedule

  • Wednesday from 2:00 p.m. to 5:00 p.m. (Room 1L - Via del Castro Laurenziano, 7 [map])
  • Thursday from 8:00 a.m. to 10:00 a.m. (Room 2L - Via del Castro Laurenziano, 7 [map])

Course website: Click here

Description and Goals

The Operating System (OS) is the key component of any modern computing device. Moreover, it very well represents a fundamental concept at the heart of any Computer Science curriculum, namely abstraction.

More specifically, by virtualizing the physical resources of a computer system, OS allows programmers to develop software applications without worrying about the nitty-gritty of the hardware. Decoupling the software from the hardware guarantees more flexibility for the system developer and greater usability for the end user. It is therefore essential for any Computer Science student to have the ability to comprehend how to effectively and efficiently design and exploit the main functionalities of a highly complex software system, such as a modern operating system.

To this end, we will deeply discuss the key responsibilities of so-called general-purpose OSs (i.e., those typically installed on our PCs and laptops). Amongst those responsibilities are: CPU scheduling, process/thread synchronization, memory management, and file systems, just to name a few. In addition, we will explore how OSs should adapt to resource-limited mobile devices (i.e., tablets and smartphones).

All the concepts introduced are totally covered by the lecture materials provided during the course and will be treated independently from a specific operating system implementation. However, many examples will be taken from popular OSs available on the market like UNIX/Linux, Windows, macOS, Android, iOS, etc.

Prerequisites

  • Fundamentals of computer architectures
  • Basics of computer programming

Exams

Written and oral exams. The written exam consists of a Moodle quiz containing 20 multiple-answer questions. Each correct answer accounts for 3 points, each wrong answer subtracts 1 point, whilst no answer gives no points. The quiz is successfully passed if the overall score is greater than or equal to 15/30. Those who obtain a score ranging between 15/30 and 17/30 must take a mandatory oral exam; instead, those who passed the quiz with a score of 18/30 or higher can decide to accept this as their final score or to take an additional oral exam.

Recommended Textbooks

Although they are not mandatory for successfully passing the exam, the following textbooks are really useful to anyone who wants to dig deeper into the subjects addressed in this course:

  • Operating System Concepts [Silberschatz et al.];
  • Modern Operating Systems [Tanenbaum et al.];
  • Operating Systems: Three Easy Pieces [Remzi] (freely available online).