This repository includes the solutions of the 4 lab exercises for ECE/NTUA course "Operating Systems" in academic year 2019-2020.
Efstathia Statha fay.statha@gmail.com, Nick Ipsilantis nikosips98@gmail.com
We focused on understanding how to fork processes and access files.
We used signals (through terminal, or between processes).
We used pipes for message transferring between processes.
We focused on understanding how server-client connection works. We used sockets and implemented a client process, which communicated with a certain server.