All language subtitles for 2_Components of an Operating System

af Afrikaans
ak Akan
sq Albanian
am Amharic
ar Arabic Download
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bem Bemba
bn Bengali
bh Bihari
bs Bosnian
br Breton
bg Bulgarian
km Cambodian
ca Catalan
ceb Cebuano
chr Cherokee
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
ee Ewe
fo Faroese
tl Filipino
fi Finnish
fr French
fy Frisian
gaa Ga
gl Galician
ka Georgian
de German
el Greek
gn Guarani
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ia Interlingua
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
rw Kinyarwanda
rn Kirundi
kg Kongo
ko Korean
kri Krio (Sierra Leone)
ku Kurdish
ckb Kurdish (Soranî)
ky Kyrgyz
lo Laothian
la Latin
lv Latvian
ln Lingala
lt Lithuanian
loz Lozi
lg Luganda
ach Luo
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mfe Mauritian Creole
mo Moldavian
mn Mongolian
my Myanmar (Burmese)
sr-ME Montenegrin
ne Nepali
pcm Nigerian Pidgin
nso Northern Sotho
no Norwegian
nn Norwegian (Nynorsk)
oc Occitan
or Oriya
om Oromo
ps Pashto
fa Persian
pl Polish
pt-BR Portuguese (Brazil)
pt Portuguese (Portugal)
pa Punjabi
qu Quechua
ro Romanian
rm Romansh
nyn Runyakitara
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
sh Serbo-Croatian
st Sesotho
tn Setswana
crs Seychellois Creole
sn Shona
sd Sindhi
si Sinhalese
sk Slovak
sl Slovenian
so Somali
es Spanish
es-419 Spanish (Latin American)
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
tt Tatar
te Telugu
th Thai
ti Tigrinya
to Tonga
lua Tshiluba
tum Tumbuka
tr Turkish
tk Turkmen
tw Twi
ug Uighur
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
wo Wolof
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:00,902 --> 00:00:04,824 A lot of us hear the term operating system and think of the interfaces of our 2 00:00:04,824 --> 00:00:08,377 desktops and phones, like the menus, buttons and backgrounds. 3 00:00:08,377 --> 00:00:11,126 Technically these are part of the operating system but 4 00:00:11,126 --> 00:00:13,104 it's a little more complex than that. 5 00:00:13,104 --> 00:00:17,382 An operating system is the whole package that manages our computers resources and 6 00:00:17,382 --> 00:00:18,749 lets us interact with it. 7 00:00:18,749 --> 00:00:23,262 There are two main parts to an operating system, the kernel and the user space. 8 00:00:23,262 --> 00:00:26,270 The kernel is the main core of an operating system. 9 00:00:26,270 --> 00:00:30,623 It talks directly to our hardware and manages our system's resources. 10 00:00:30,623 --> 00:00:33,377 As users we don't interact with the kernel directly. 11 00:00:33,377 --> 00:00:38,199 Instead, we interact with the second part of an operating system, the user space. 12 00:00:38,199 --> 00:00:42,167 The user space is basically made up of everything outside the kernel. 13 00:00:42,167 --> 00:00:45,683 These are things that we interact with directly like system programs, 14 00:00:45,683 --> 00:00:47,213 user interfaces, etcetera. 15 00:00:47,213 --> 00:00:50,574 When we say operating system, we're talking about both the kernel and 16 00:00:50,574 --> 00:00:51,366 the user space. 17 00:00:51,366 --> 00:00:54,484 There are hundreds of operating systems out there, but 18 00:00:54,484 --> 00:00:58,276 we'll focus on the major ones used in IT, Windows, Mac and Linux. 19 00:00:58,276 --> 00:01:02,181 Windows OS is developed by Microsoft and used widely in the business and 20 00:01:02,181 --> 00:01:03,167 consumer space. 21 00:01:03,167 --> 00:01:07,242 Most pcs you buy come with Windows as the default operating system. 22 00:01:07,242 --> 00:01:08,887 PC means personal computer, 23 00:01:08,887 --> 00:01:12,121 which technically means a computer that one person uses. 24 00:01:12,121 --> 00:01:16,594 But in today's world, PC is more commonly referred to as a Windows computer. 25 00:01:16,594 --> 00:01:19,621 So we'll just referred to a PC as a Windows computer from here. 26 00:01:19,621 --> 00:01:23,081 Mac OS by Apple is mainly used in the consumer space. 27 00:01:23,081 --> 00:01:26,637 If you buy an Apple computer, it'll come with Mac OS preloaded. 28 00:01:26,637 --> 00:01:30,670 The last operating system will dive into as the Linux operating system. 29 00:01:30,670 --> 00:01:35,323 Linux is an open source operating system which means its software is free to share, 30 00:01:35,323 --> 00:01:36,727 modify and distribute. 31 00:01:36,727 --> 00:01:41,569 Linux is used heavily in business infrastructure and in the consumer space. 32 00:01:41,569 --> 00:01:45,929 Linux itself is actually a kernel developed by Linus Torvalds. 33 00:01:45,929 --> 00:01:50,200 Because of the way it evolved, we call the kernel the Linux operating system. 34 00:01:50,200 --> 00:01:54,014 Today, Linux has become a huge community effort with developers all over 35 00:01:54,014 --> 00:01:56,119 the world contributing to its success. 36 00:01:56,119 --> 00:02:00,182 Because Linux is open source lots of different organizations package their own 37 00:02:00,182 --> 00:02:00,977 version of it. 38 00:02:00,977 --> 00:02:04,292 Operating systems like Windows or Macintosh, on the other hand, 39 00:02:04,292 --> 00:02:06,910 are solely developed by the respective companies. 40 00:02:06,910 --> 00:02:11,039 We call these different Linux OSs distributions. 41 00:02:11,039 --> 00:02:15,669 Some common Linux distributions are ubuntu, debian and red hat. 42 00:02:15,669 --> 00:02:19,647 Another operating system that has started to gain popularity is chrome OS but 43 00:02:19,647 --> 00:02:21,556 we won't go into detail on that one. 44 00:02:21,556 --> 00:02:25,082 Mobile phone usage around the world is more prevalent than desktop computers. 45 00:02:25,082 --> 00:02:27,427 One cool thing to call out is that chrome OS and 46 00:02:27,427 --> 00:02:30,467 android OS both run the Linux kernel underneath the hood. 47 00:02:30,467 --> 00:02:33,760 So there's a chance you've already worked with Linux and didn't even know it. 48 00:02:33,760 --> 00:02:36,077 There are lots of operating systems out there and 49 00:02:36,077 --> 00:02:38,066 they all share common characteristics. 50 00:02:38,066 --> 00:02:41,706 If you're able to understand the basic building blocks of one OS, 51 00:02:41,706 --> 00:02:45,611 you can apply that to any operating system and understand how it works. 52 00:02:45,611 --> 00:02:50,031 In IT support It's super common to work with many different operating systems, 53 00:02:50,031 --> 00:02:52,378 desktop OSs, to smartphone OSs and more. 54 00:02:52,378 --> 00:02:55,241 Before we get there let's do a rundown of the basics. 55 00:02:55,241 --> 00:02:58,307 The kernel does file storage and file management. 56 00:02:58,307 --> 00:03:02,505 You can compare it to a physical office file where we store data in paper form. 57 00:03:02,505 --> 00:03:06,498 A computer file is just data that we store and a file can be anything, 58 00:03:06,498 --> 00:03:10,020 a word document, a picture of song, literally anything. 59 00:03:10,020 --> 00:03:12,666 A file system is how we manage these files, 60 00:03:12,666 --> 00:03:16,129 just like in an office we use a system to store our files. 61 00:03:16,129 --> 00:03:20,692 We don't just put all our files in one cabinet that would be seriously messy. 62 00:03:20,692 --> 00:03:23,859 Instead we organize those files in folders or 63 00:03:23,859 --> 00:03:26,784 directories to make them easier to find. 64 00:03:26,784 --> 00:03:30,372 There are lots of different types of file systems which will cover more in depth in 65 00:03:30,372 --> 00:03:31,122 future videos. 66 00:03:31,122 --> 00:03:35,718 Another important function of the kernel is process management. 67 00:03:35,718 --> 00:03:38,576 We have many programs that we want to run on our system. 68 00:03:38,576 --> 00:03:43,440 To run them we manage the order they run in, how many resources they take up, 69 00:03:43,440 --> 00:03:45,265 how long they run etcetera. 70 00:03:45,265 --> 00:03:49,457 Our kernel helps us do this with its process management capabilities. 71 00:03:49,457 --> 00:03:53,781 For example, you've probably used your computer to do several tasks at once. 72 00:03:53,781 --> 00:03:57,568 Maybe you writing a text document while listening to music or playing a video. 73 00:03:57,568 --> 00:04:00,704 The process scheduler is part of the kernel that makes this 74 00:04:00,704 --> 00:04:02,113 multitasking possible. 75 00:04:02,113 --> 00:04:05,671 It switches the execution of each different process on the CPU faster 76 00:04:05,671 --> 00:04:06,775 than you can blink and 77 00:04:06,775 --> 00:04:10,414 it gives you the illusion that things are happening simultaneously. 78 00:04:10,414 --> 00:04:12,324 Next up is memory management. 79 00:04:12,324 --> 00:04:14,553 Our kernel optimizes memory usage and 80 00:04:14,553 --> 00:04:17,761 make sure our applications have enough memory to run. 81 00:04:17,761 --> 00:04:22,053 The last important function that a kernel performs is input, output or 82 00:04:22,053 --> 00:04:23,064 IO management. 83 00:04:23,064 --> 00:04:27,893 This is how our kernel talks to external devices, like disks, keyboards, networks, 84 00:04:27,893 --> 00:04:30,126 connections, audio devices and more. 85 00:04:30,126 --> 00:04:34,728 IO management is anything that can give us input or that we can use for 86 00:04:34,728 --> 00:04:35,870 output of data. 87 00:04:35,870 --> 00:04:39,435 If you've ever saved a file to disk, click the mouse button or 88 00:04:39,435 --> 00:04:42,520 used a microphone when video chatting with a friend, 89 00:04:42,520 --> 00:04:45,829 you've got the kernel's ability to manage IO to think. 90 00:04:45,829 --> 00:04:50,029 And that's the basic rundown of the main functions of the kernel file management, 91 00:04:50,029 --> 00:04:53,155 process management, memory management and IO management. 92 00:04:53,155 --> 00:04:56,844 Finally, we'll talk about the other component of an operating system, 93 00:04:56,844 --> 00:04:57,684 the user space. 94 00:04:57,684 --> 00:04:59,979 The user space is everything outside the kernel. 95 00:04:59,979 --> 00:05:03,726 These are the things that we interact with directly, like programs such as 96 00:05:03,726 --> 00:05:07,837 text editors, music players, system settings, user interfaces, etcetera. 97 00:05:07,837 --> 00:05:11,139 By the end of this module, you'll hopefully have a solid understanding 98 00:05:11,139 --> 00:05:13,316 of all these functions of an operating system. 99 00:05:13,316 --> 00:05:17,100 Let's start by taking a deeper dive into the kernel's file management 9506

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.