Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Fundamentals of Operating Systems

Posted By: lucky_aut
Fundamentals of Operating Systems

Fundamentals of Operating Systems
Published 4/2024
Duration: 20h25m | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 16.1 GB
Genre: eLearning | Language: English

Build efficient software by understanding how the OS kernel works


What you'll learn
Learn how operating systems work
Understand how applications run within the OS
Write efficient applications leveraging the understanding OS works
Understand the cost of system calls
Understand how CPU executes processes
The role of the kernel
CPU Architecture and Caches
Virtual Memory
Socket Programming
Storage and File system management

Requirements
Recommended to have a programming experience

Description
Operating systems orchestrate many processes, allow access to memory, disk and network and execute the process by scheduling them to the CPU. Sounds simple when we put it this way but this task is vast. So vast indeed that writing programs that are efficient really depends on how much understanding the engineer has in operating systems.
I have been fascinated by revealing and demystifying anything that is hidden from me, mainly because by treating black boxes as black boxes that takes input and produces output, I feel that I am at the mercy of this black box. Databases were a black box for me a decade ago, I was at completely lost when a query that I wrote was originally running fast but after few month it had gone slow. The reason is I didn't really have any understanding of database systems and how their internals work.
The same thing is true for operation systems, we run our program which turns into a process that uses bit of memory and access disk and network but we really don't know how this is done and as a result we as engineers are bound to write inefficient code.
I built this course to demystify what I believe are the fundamentals operating systems to software engineers. Like all my courses, I recommend the student having some programming experience to take this course, it just makes the course relatable. I will be using multiple operating systems like Linux, Windows and Mac in this course.
I hope you enjoy it.
Who this course is for:
Software Engineers who want truly understand the OS

More Info