Tags:
tag this topic
create new tag
view all tags
---+ Computer Systems and Programming (2024 - 2025) ---++++ Teacher: Giorgio Richelli<b> - giorgio.richelli@uniroma1.it</b> ---++ NEWS This is the [[%ATTACHURL%/Project2024.pdf][project]] for this year (2024). Send me code and documentation at least three days before the exam's date. Contact me (email) should you need any clarifications. --- These are the result for the [[%ATTACHURL%/mid3term2024Score.pdf][third midterm]], and the [[%ATTACHURL%/Proposed2024.pdf][proposed grades]]. Students can just accept them (send me an email) or, to improve them, register for an oral test at one of the next exam sessions. N.B: The grades in ORANGE boxes can be confirmed <b>only after an oral exam.</b> --- Today, Dec. 16th, was the <b>last sesson for AA2024-2025</b>. --- Class Timetable * Monday h.08:00/10:00- Aula Magna (V.le Regina Elena) * Tuesday h.13:00/16:00 - Aula Alfa (Via Salaria) Lectures will be delivered in presence (no streaming). ---+++ Office Hours By previous appointment, before or after the lessons. Students can always use email and/or schedule a webmeeting. ---++ CSAP Google Group A group has been created in order to allow communication, sharing of information, etc. The name of the group is <b>CSAP </b>(https://groups.google.com/a/uniroma1.it/d/forum/csap) Interested students are invited to join it, in order to to get access to the folder where code, slides and recordings will be available. ---++ Objectives The course is mainly focused on system programming for Unix/Linux systems. The objective is to make students able to understand, write and modify, programs interfacing with the Linux operating system and its kernel source code. More precisely, we expect the students to acquire knowledge of: 1 the C language and the tools normally used in the development environment (compiler, preprocessor, debugger, make, shell, etc.) 1 the fundamental functions of the operating system and its main modules (Scheduler, Virtual Memory Manager, Filesystem..). 1 the main system primitives for the creation and synchronization of processes, exchange of messages and information (this is the core of the course) 1 primitives for network programming (sockets) and be able to: 1 use the primitives provided by the operating system and integrate them correctly into the code. 1 choose the most suitable OS component and functions, based on the needs of the applications and their execution mode. 1 determine the complexity and how to implement a system application. 1 describe the interaction of an application with the operating system and explain the reasons behind the choices. 1 continue learning by examining, in detail, the architecture and programming interface of the operating system. ---++ Prerequisites Formal pre-requisites for the course are the same as the prerequisites for enrollment to the Master in Cybersecurity (see https://cybersecurity.uniroma1.it/admission#requirements): _Our MSc takes for granted the subjects and contents covered in the Italian Bachelor's Degree in Computer Science or Computer Engineering. Our MSc offers an in-depth technical study aimed at training experts in Cybersecurity. Therefore, an high technological core is essential, regardless of the orientation chosen within your Study Plan._ In practice, you will need (at least): 1 mastery of one (preferably more) programming language(s) 1 understanding of computer architecture and operating system principles 1 understanding of computer network protocols (preferably TCP/IP). Each student should have access to a Linux system (a VM is ok), including the compiler, development tools (make, debugger, etc) and man pages. Ubuntu 22.04 (or later) is the recommended platform. Working natively on other devices, such as Mac or Windows laptop, while possible, is not recommended due to suble differences in the compiler suite and OS interface. ---++ Exam An evaluation will be carried out, during the course, through *3 midterms*: short programs developed by the students in the classroom using their own laptop. At the end of the course, the students will be able to accept the result obtained with these tests and verbalize it, perhaps after an oral discussion. As an alternative, or if the result of the tests is not considered acceptable, a complete individual project, written in C, could be developed on a topic pertaining the arguments seen during the course. Thus, there are two options: * Pass the midterms (and, eventually, an oral discussion) * Complete the project (as described in the dedicated section). The project (sources and _documentation_) *must be sent by email a few days (5-7) before the date of the exam*. Write/contact me for any doubts, information, etc. ---++ Project The project is an <b>individual </b>work item, which must include *appropriate documentation* (Use cases, functional and non functional requirements, etc). Each academic year will have a <b>different </b>project. As an example, this was the [[%ATTACHURL%/Project_for_AA2021-2022.pdf][Project_for_AA2021-2022]] The code and the docs for the project *must be sent by email a few days (3-5) before the session* where it will be reviewed/discussed. The project must constitute an original creation, therefore *it is not possible to share parts of the code or copy contents from other sources*.<br />However, discussions between students, exchanges of ideas, use of mailing lists, chats, and in general everything that helps the student to learn are legitimate and appreciated (in case of doubts regarding which forms of collaboration are considered legitimate or not, it is better to explicitly ask for clarification). The project consists of a C language program that satisfies a set of specified requirements, using the library calls that are part of the course program. *The use of other calls is generally not accepted*. If in doubt, ask the teacher. The project code must correctly compile and execute in the required software environment (compiler version, kernel version, clib version). The evaluation criteria of the project are: 1 Prerequisite: the code must correcly compile, link and start on Ubuntu 22.04. (or later). 1 Correctness of the code: main evaluation element that determines (alone!) the passing of the exam. 1 Error handling: it is an integral part of the correctness of the code! 1 Modularity and readability of the code: division into functions, comments, function and variable names (sic!), etc... 1 Quality of documentation: user manual, software architecture, README file, project report. ---+++ Program These are the topics that are planned to be covered during the course. Of course mileage may vary, depending on time available, etc. * Recap of the C programming language: variables, costants, operators, expressions, control instructions, functions, pointers, arrays, structures & unions, preprocessor directives * Programming environment: compiler, make & makefiles, gdb debugger * Operating system basics (Linux): processes, filesystem, inter-process communication primitives (signals, pipes, semaphores, shared memory) * Network programming: sockets, raw sockets, sniffers ---++ Recommended Readings * Daniel P. Bovet, Marco Cesati: Understanding the Linux Kernel * Brian Kernighan, Dennis Ritchie: The C Programming Language (2nd Ed.) * Richard Stevens: Advanced Programming in the UNIX Environment * BW Kernighan, R. Pike : The Practice of Programming * M. Mitchell, J. Oldham, A. Samuel: Advanced Linux Programming ---++ Pages from past AA ---++++ <a href="A2023A" title="2023-2024">2023-2024</a> ---++++ <a href="PastYear" title="2021-2022">2021-2022</a> ---++++ <a href="OldPages" title="2019-2020">2019-2020</a>
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r117
<
r116
<
r115
<
r114
<
r113
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r117 - 2024-12-17
-
GiorgioRichelli
Log In
or
Register
CSaP Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
Prenotazioni esami
Laurea Triennale ...
Laurea Triennale
Algebra
Algoritmi
Introduzione agli algoritmi
Algoritmi 1
Algoritmi 2
Algoritmi per la
visualizzazione
Architetture
Prog. sist. digitali
Architetture 2
Basi di Dati
Basi di Dati 1 Inf.
Basi di Dati 1 T.I.
Basi di Dati (I modulo, A-L)
Basi di Dati (I modulo, M-Z)
Basi di Dati 2
Calcolo
Calcolo differenziale
Calcolo integrale
Calcolo delle Probabilitą
Metodi mat. per l'inf. (ex. Logica)
canale AD
canale PZ
Programmazione
Fond. di Programmazione
Metodologie di Programmazione
Prog. di sistemi multicore
Programmazione 2
AD
EO
PZ
Esercitazioni Prog. 2
Lab. Prog. AD
Lab. Prog. EO
Lab. Prog. 2
Prog. a Oggetti
Reti
Arch. di internet
Lab. di prog. di rete
Programmazione Web
Reti di elaboratori
Sistemi operativi
Sistemi Operativi (12 CFU)
Anni precedenti
Sistemi operativi 1
Sistemi operativi 2
Lab. SO 1
Lab. SO 2
Altri corsi
Automi, Calcolabilitą
e Complessitą
Apprendimento Automatico
Economia Aziendale
Elaborazione Immagini
Fisica 2
Grafica 3D
Informatica Giuridica
Laboratorio di Sistemi Interattivi
Linguaggi di Programmazione 3° anno Matematica
Linguaggi e Compilatori
Sistemi Informativi
Tecniche di Sicurezza dei Sistemi
ACSAI ...
ACSAI
Computer Architectures 1
Programming
Laurea Magistrale ...
Laurea Magistrale
Percorsi di studio
Corsi
Algoritmi Avanzati
Algoritmica
Algoritmi e Strutture Dati
Algoritmi per le reti
Architetture degli elaboratori 3
Architetture avanzate e parallele
Autonomous Networking
Big Data Computing
Business Intelligence
Calcolo Intensivo
Complessitą
Computer Systems and Programming
Concurrent Systems
Crittografia
Elaborazione del Linguaggio Naturale
Estrazione inf. dal web
Fisica 3
Gamification Lab
Information Systems
Ingegneria degli Algoritmi
Interazione Multi Modale
Metodi Formali per il Software
Methods in Computer Science Education: Analysis
Methods in Computer Science Education: Design
Prestazioni dei Sistemi di Rete
Prog. avanzata
Internet of Things
Sistemi Centrali
Reti Wireless
Sistemi Biometrici
Sistemi Distribuiti
Sistemi Informativi Geografici
Sistemi operativi 3
Tecniche di Sicurezza basate sui Linguaggi
Teoria della
Dimostrazione
Verifica del software
Visione artificiale
Attivitą complementari
Biologia Computazionale
Design and development of embedded systems for the Internet of Things
Lego Lab
Logic Programming
Pietre miliari della scienza
Prog. di processori multicore
Sistemi per l'interazione locale e remota
Laboratorio di Cyber-Security
Verifica e Validazione di Software Embedded
Altri Webs ...
Altri Webs
Dottorandi
Commissioni
Comm. Didattica
Comm. Didattica_r
Comm. Dottorato
Comm. Erasmus
Comm. Finanziamenti
Comm. Scientifica
Comm Scientifica_r
Corsi esterni
Sistemi Operativi (Matematica)
Perl e Bioperl
ECDL
Fondamenti 1
(NETTUNO)
Tecniche della Programmazione 1° modulo
(NETTUNO)
Seminars in Artificial Intelligence and Robotics: Natural Language Processing
Informatica generale
Primo canale
Secondo canale
II canale A.A. 10-11
Informatica
Informatica per Statistica
Laboratorio di Strumentazione Elettronica e Informatica
Progetti
Nemo
Quis
Remus
TWiki ...
TWiki
Tutto su TWiki
Users
Main
Sandbox
Home
Site map
AA web
AAP web
ACSAI web
AA2021 web
Programming web
AA2021 web
AN web
ASD web
Algebra web
AL web
AA1112 web
AA1213 web
AA1920 web
AA2021 web
MZ web
AA1112 web
AA1213 web
AA1112 web
AA1314 web
AA1415 web
AA1516 web
AA1617 web
AA1819 web
Old web
Algo_par_dis web
Algoreti web
More...
CSaP Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Register User
Questo sito usa cookies, usandolo ne accettate la presenza. (
CookiePolicy
)
Torna al
Dipartimento di Informatica
E
dit
A
ttach
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback