Udemy - Operating System Crash Course For Beginners - IGNOU Part ...
- Category Other
- Type Tutorials
- Language English
- Total size 1.5 GB
- Uploaded By freecoursewb
- Downloads 152
- Last checked 2 weeks ago
- Date uploaded 3 years ago
- Seeders 4
- Leechers 2
Infohash : 1D4E368AF26C902158040A102734DB97CF844BD8
Operating System Crash Course For Beginners - IGNOU Part - 1 
https://DevCourseWeb.com
Last updated 01/2022
Duration: 1h 54m | Video: .MP4, 1280x720 30 fps | Audio: AAC, 48 kHz, 2ch | Size: 1.49 GB
Genre: eLearning | Language: English
Operating System Basics For Beginners
What you'll learn
Basics, History, Types and Functions of Operating System
Process States, Context Switching, Thread, Process Scheduling, Scheduling Algorithms, Preemptive, Non-preemptive, FCFS, SJF, SRTN, Round Robin Algorthims
Interprocess Communication and Synchronization, Shared-Memory, Message-Passing, Critical Section, Mutex, Bakery’s Algorithm, Locks, Deadlocks
Memory Management - Overlay, Swapping, Virtual Memory, Demand Paging, Thrashing, Working Set Model, Page Fault Rate, RAID, Security Model
Requirements
Basic Understanding Of a Computer.
Description
This course is designed for
Students from Universities such as IGNOU
People who are interested in learning the basics of Operating System Concepts.
The Course prepares especially those mature students who do not have enough time for studies because of their work schedule. The tutorial covers the important topics, concepts and questions asked in the previous few IGNOU term-end examination papers.
SyllabusIntro
What is an Operating System? ( Example: DOS, Unix, Windows, Macintosh )
Generations of Operating Systems.
Types Of Operating Systems
Multiprogramming Operating System
Multiprocessing System
Networking Operating System
Distributed Operating System
Functions Of Operating Systems
Process Management
Memory Management
File Management
Processes
Process States
Implementation Of Processes
Context Switching
Threads
Process Scheduling
What is a scheduler?
Process Life-Cycle
Types of Schedulers
Long Term Scheduler
Short Term Scheduler
Medium Term Scheduler.
Scheduling Algorithms ( * Solving problems )
Preemptive scheduling
Non–Preemptive scheduling
First Come First Serve (FCFS)
Shortest Job First (SJF)
Round Robin (RR)
Shortest Remaining Time Next (SRTN)
Priority Based Scheduling or Event-Driven (ED) Scheduling
Interprocess Communication and Synchronization
Interprocess Communication
Shared-Memory System
Message-Passing System
Interprocess Synchronization
Critical Sections: The Mutex Solution
Mutexes: Mutual Exclusion
Bakery’s Algorithm
Classical Problems in Concurrent Programming
Producers/Consumers Problem
Locks
DeadLocks
Characterization of a Deadlock
Mutual Exclusion Condition
Hold and Wait Condition
No-Preemptive Condition
Circular Wait Condition
Memory Management
Memory Management Techniques
Overlays
Swapping
Paging
Virtual Memory
What is a virtual memory
Demand Paging
Page Replacement Policies ( * Solve Problems )
First In First Out (FIFO)
Least Recently Used (LRU)
Optimal Algorithm (OPT)
Thrashing
What is thrashing
Ways to avoid thrashing
Working-Set Model
Page-Fault Rate
I/O File management
RAID
Security and Protection
Security Models
Bell and La-padula model
Who this course is for
Beginner Students who want to learn basics of Operating System
IGNOU PGDCA_NEW Aspirants
Mature Students who have a busy schedule
Students preparing for competitive exams, such as GATES
Files:
[ DevCourseWeb.com ] Udemy - Operating System Crash Course For Beginners - IGNOU Part - 1- Get Bonus Downloads Here.url (0.2 KB) ~Get Your Files Here ! 1. Introduction
- 1. Introduction - What is Operating System.mp4 (18.6 MB)
- 1. Introduction - What is Operating System.srt (1.5 KB)
- 2. Generations Of Operating Systems.mp4 (44.3 MB)
- 2. Generations Of Operating Systems.srt (3.9 KB)
- 3. Types Of Operating Systems.mp4 (20.3 MB)
- 3. Types Of Operating Systems.srt (1.7 KB)
- 4. Functions Of Operating Systems.mp4 (22.7 MB)
- 4. Functions Of Operating Systems.srt (2.2 KB)
- 1. Bell LaPadula Security Model.mp4 (36.4 MB)
- 1. Bell LaPadula Security Model.srt (3.6 KB)
- 1. What is a Process , States of a Process.mp4 (16.8 MB)
- 1. What is a Process , States of a Process.srt (1.9 KB)
- 2. Implementation of Process - Context Switching.mp4 (25.6 MB)
- 2. Implementation of Process - Context Switching.srt (3.3 KB)
- 3. Implementation of Process - Threads.mp4 (20.4 MB)
- 3. Implementation of Process - Threads.srt (2.3 KB)
- 1. Process Scheduling.mp4 (10.0 MB)
- 1. Process Scheduling.srt (0.9 KB)
- 2. Process Life Cycle - Long Term, Short Term , and Medium term Scheduler.mp4 (104.9 MB)
- 2. Process Life Cycle - Long Term, Short Term , and Medium term Scheduler.srt (10.9 KB)
- 1. Scheduling Algorithms.mp4 (13.1 MB)
- 1. Scheduling Algorithms.srt (1.0 KB)
- 2. Preemptive and Non-Preemptive Scheduling.mp4 (30.2 MB)
- 2. Preemptive and Non-Preemptive Scheduling.srt (3.0 KB)
- 3. First Come First Serve - Scheduling Algorithm - ( Non Preemptive ).mp4 (123.6 MB)
- 3. First Come First Serve - Scheduling Algorithm - ( Non Preemptive ).srt (15.4 KB)
- 4. Shortest Job First - Scheduling Algorithm ( Non Preemptive ).mp4 (90.5 MB)
- 4. Shortest Job First - Scheduling Algorithm ( Non Preemptive ).srt (10.1 KB)
- 5. Round Robin - Scheduling Algorithm ( Preemptive Scheduling ).mp4 (136.1 MB)
- 5. Round Robin - Scheduling Algorithm ( Preemptive Scheduling ).srt (19.0 KB)
- 6. Shortest Remaining Time - Scheduling Algorithm ( Preemptive ).mp4 (90.4 MB)
- 6. Shortest Remaining Time - Scheduling Algorithm ( Preemptive ).srt (13.4 KB)
- 1. IPC In a Distributed System - Shared Memory, Message Passing methods.mp4 (26.1 MB)
- 1. IPC In a Distributed System - Shared Memory, Message Passing methods.srt (3.0 KB)
- 2. Interprocess Synchronisation and Critical Section Problem.mp4 (61.5 MB)
- 2. Interprocess Synchronisation and Critical Section Problem.srt (6.4 KB)
- 3. Bakery's Algorithm - Solving Critical Section Problem.mp4 (53.8 MB)
- 3. Bakery's Algorithm - Solving Critical Section Problem.srt (5.9 KB)
- 1. Producer and Consumer Problem.mp4 (16.9 MB)
- 1. Producer and Consumer Problem.srt (1.9 KB)
- 1. Lock Variable - Synchronisation Mechanism.mp4 (53.4 MB)
- 1. Lock Variable - Synchronisation Mechanism.srt (107.3 MB)
- 2. Deadlock and Characteristics of a Deadlock.mp4 (48.9 MB)
- 2. Deadlock and Characteristics of a Deadlock.srt (5.9 KB)
- 1. Memory and Types Of Memory.mp4 (18.5 MB)
- 1. Memory and Types Of Memory.srt (2.0 KB)
- 2. Memory Management Techniques - Overlay and Swapping.mp4 (74.9 MB)
- 2. Memory Management Techniques - Overlay and Swapping.srt (9.5 KB)
- 3. Virtual Memory.mp4 (10.5 MB)
- 3. Virtual Memory.srt (1.0 KB)
- 4. Demand Paging.mp4 (37.7 MB)
- 4. Demand Paging.srt (4.1 KB)
- 5. Thrashing.mp4 (46.2 MB)
- 5. Thrashing.srt (5.8 KB)
- 6. Techniques to avoid Thrashing - Working Set model.mp4 (73.7 MB)
- 6. Techniques to avoid Thrashing - Working Set model.srt (8.4 KB)
- 7. Techniques to avoid Thrashing - Page Fault Frequency.mp4 (22.0 MB)
- 7. Techniques to avoid Thrashing - Page Fault Frequency.srt (2.4 KB)
- 1. RAID - Redundant Array Of Independent Disks - Raid 0, Raid 1, Raid 3, Raid 10.mp4 (72.8 MB)
- 1. RAID - Redundant Array Of Independent Disks - Raid 0, Raid 1, Raid 3, Raid 10.srt (7.7 KB)
- Bonus Resources.txt (0.4 KB)
There are currently no comments. Feel free to leave one :)
Code:
- udp://tracker.torrent.eu.org:451/announce
- udp://tracker.tiny-vps.com:6969/announce
- http://tracker.foreverpirates.co:80/announce
- udp://tracker.cyberia.is:6969/announce
- udp://exodus.desync.com:6969/announce
- udp://explodie.org:6969/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://9.rarbg.to:2780/announce
- udp://tracker.internetwarriors.net:1337/announce
- udp://ipv4.tracker.harry.lu:80/announce
- udp://open.stealth.si:80/announce
- udp://9.rarbg.to:2900/announce
- udp://9.rarbg.me:2720/announce
- udp://opentor.org:2710/announce