-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
197 lines (184 loc) · 12.2 KB
/
index.html
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html lang="en">
<head>
<title>Operating Systems 101</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="description" content="Welcome to OS101 - Your Ultimate Guide to Operating Systems for BSc CS Students at RTMNU University! Unlock the power of knowledge with comprehensive resources and expert insights, tailored to help you excel in understanding and mastering Operating Systems.">
<meta property="og:title" content="Operating Systems 101">
<meta property="og:description" content="Welcome to OS101 - Your Ultimate Guide to Operating Systems for BSc CS Students at RTMNU University! Unlock the power of knowledge with comprehensive resources and expert insights, tailored to help you excel in understanding and mastering Operating Systems.">
<meta property="og:image" content="src/Linux-girl-blue.jpg">
<meta name="keywords" content="Operating Systems 101,Computer Science,Operating System, Basic OS Concepts,Process Management,Memory Management,File Systems,OS Architecture,Operating System Tutorial,BSc,MCA,BCS,Operating System Notes,OS Study Material,OS for Beginners,OS Terminology">
<meta name="author" content="Chetan Raut">
<meta name="robots" content="index, follow">
<meta name="application-name" content="OS 101">
<!-- fav icon -->
<link rel="shortcut icon" href="src/Linux-girl-blue.jpg" type="image/x-icon">
<link rel="apple-touch-icon" href="../../src/OS101.png">
<link rel="canonical" href="https://chetan-raut.github.io/Operating-Systems-101/">
<link rel="stylesheet" type="text/css"
href="style.css">
<link rel="stylesheet" type="text/css"
href="footer.css">
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
<!-- Bootstrap CDN -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
</head>
<body>
<nav class="navbar bg-body-tertiary fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">Operating Systems 101</a>
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasNavbarLabel">Menu</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item">
<a class="nav-link disabled" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link ud active" href="https://drive.google.com/file/d/1dhajxXmYsuqOdMDurSbT-U85M-8aUOCR/view?usp=drivesdk">Important Questions</a>
</li>
<li class="nav-item">
<a class="nav-link ud active" href="https://drive.google.com/file/d/1d_5IKnkHc3xs_t1SqnF0eu4CILu3X3Vc/view?usp=drivesdk">PYQ(Google drive)</a>
</li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle active" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Notes 📝
</a>
<ul class="dropdown-menu active">
<li><a class="dropdown-item" href="#">DSA Notes(G-Drive)</a></li>
<li><a class="dropdown-item" href="#">OS Notes (G-Drive)</a></li>
</ul>
</li>
</ul>
<form class="d-flex mt-3" role="search" id="searchForm">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search" id="searchInput">
<button class="btn btn-outline-primary" type="button" id="searchButton">Search</button>
</form>
</div>
</div>
</div>
</nav>
<section class="feature">
<div class="feature-icon main-content"></div>
</section>
<section class="unit">
<div class="unit-icon">🖥️</div>
<h1 class="unit-title">UNIT - I</h1>
<div class="unit-topics">
<div class="topic">
<h2 class="topic-title"><a href="Units/Unit1/Unit1.html">Introduction</a></h2>
<p>Structure of Operating System, Operating System functions, Characteristics of Modern OS.</p>
</div>
<div class="topic">
<h2 class="topic-title"><a href="Units/Unit1/Unit1.html#Process-M">Process Management</a></h2>
<p>Process states, Creation, Termination, Operations on Process, Concurrent process, Processes Threads, Multithreading, Micro Kernels</p>
</div>
<div class="topic">
<h2 class="topic-title"><a href="Units/Unit1/Unit1.html#CPU-Scheduling">CPU Scheduling</a></h2>
<p>Schedulers, Scheduling Methodology, CPU Scheduling Algorithm: FCFS, SJF, RR, Priority Scheduling.</p>
</div>
</div>
</section>
<!-- Unit - II -->
<section class="unit">
<div class="unit-icon">🔍</div>
<h1 class="unit-title">UNIT - II</h1>
<div class="unit-topics">
<div class="topic">
<h2 class="topic-title"><a href="Units/Unit2/Unit2.html#Performance-comparison">Performance comparison</a></h2>
<p>Deterministic modeling, queuing analysis, simulators.</p>
</div>
<div class="topic">
<h2 class="topic-title"><a href="Units/Unit2/Unit2.html#DeadlockNStarvation">Deadlock and Starvation</a></h2>
<p>Resource Allocation Graph, deadlock prevention, detection, recovery from deadlock.</p>
</div>
<!-- Add other topics under UNIT - II -->
</div>
</section>
<!-- Unit - III -->
<section class="unit">
<div class="unit-icon">🧠</div>
<h1 class="unit-title">UNIT - III</h1>
<div class="unit-topics">
<div class="topic">
<h2 class="topic-title"><a href="Units/Unit3/Unit3.html#MemoryManagement">Memory Management</a></h2>
<p>Logical Vs. Physical Address Space, Swapping, Memory Management Requirement, Dynamic Loading and Dynamic Linking,Memory Allocation
Method: Single Partition allocation, Multiple Partitions, Compaction, paging,segmentation, Segmentation with paging. Protection.</p>
</div>
<!-- Add other topics under UNIT - III -->
</div>
</section>
<!-- Unit - IV -->
<section class="unit">
<div class="unit-icon">💾</div>
<h1 class="unit-title">UNIT - IV</h1>
<div class="unit-topics">
<div class="topic">
<h2 class="topic-title"><a href="Units/Unit4/Unit4.html#IO-Management">I/O Management</a></h2>
<p>I/O hardware, buffering, disk I/O, RAID, disk cache.</p>
</div>
<div class="topic">
<h2 class="topic-title"><a href="Units/Unit4/Unit4.html#File-Management">File Management</a></h2>
<p>File Management system, File Accessing Methods, File Directories,
File Allocation Methods, File Space Management, Disk Space Management, Record blocking.
</p>
</div>
<div class="topic">
<h2 class="topic-title"><a href="Units/Unit4/Unit4.html#Protection-Mechanism">Protection Mechanisms</a></h2>
<p>Cryptography, digital signature, user authentication.</p>
</div>
<!-- Add other topics under UNIT - IV -->
</div>
</section>
<marquee style="color: purple;">As of Now, This website only supports screens which are below 1024px, Please bear with it✨🙂</marquee>
<section class="help-support">
<h2>Help and support</h2>
<p>Did this doc help you?</p>
<div class="like-dislike">
<button id="like-button" class="icon-button like"><span><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z"/></svg>
</button>
<button id="dislike-button" class="icon-button dislike"><span><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z"/></svg>
</button>
</div>
<div id="popup" class="popup">
Thanks for submitting your feedback!
</div>
 
<p>Help us make these docs great!</p>
<p>All these documentations are open source. See something that's wrong or unclear? Submit a
<a href="https://github.com/Chetan-Raut/Operating-Systems-101/pulls">pull request.</a></p>
<p><a href="https://docs.github.com/en/get-started/quickstart/contributing-to-projects?platform=windows">Learn how to contribute</a></p>
<p>Still need help? Ask the <a href="https://github.com/Chetan-Raut/Operating-Systems-101">GitHub community</a></p>
<p>Contact support @<a href="mailto:chetan.raut2009@gmail.com?subject=Contact%20OS-101">Chetan Raut</a></p>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-6 text-center text-md-start">
© 2023 <a href="https://github.com/Chetan-Raut">Chetan S Raut</a>
</div>
<div class="col-md-6 text-center text-md-end">
<a href="#">Terms</a>
<span class="mx-2">|</span>
<a href="#">Privacy</a>
<span class="mx-2">|</span>
<a href="Sitemap.xml">Sitemap</a>
<span class="mx-2">|</span>
<a href="https://chetan-raut.github.io/ChetanPortfolio">Portfolio</a>
</div>
</div>
</div>
</footer>
<!--Bootstrap JS Bundle-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
<script src="scripts.js"></script>
</body>
</html>