1 00:00:01,650 --> 00:00:04,860 Hello, everyone, and welcome to this video. 2 00:00:05,190 --> 00:00:09,000 So we have seen the Linux boot process. 3 00:00:09,120 --> 00:00:18,240 Similarly, let's quickly understand the overview and generic version of Windows Boot process of how 4 00:00:18,240 --> 00:00:20,880 a Windows operating system starts. 5 00:00:21,450 --> 00:00:30,150 So similar to the Linux operating system here we can see that there is BIOS, there is also a bootloader, 6 00:00:30,510 --> 00:00:40,200 there is boot file's kernel and instead of the init and the run levels we can see starting services 7 00:00:40,200 --> 00:00:43,020 and checking Sam by Elsa. 8 00:00:43,050 --> 00:00:46,890 So let's quickly understand what are these new things? 9 00:00:47,610 --> 00:00:55,620 So the first one is bios, which functions exactly the same, which is the basic input output system 10 00:00:55,620 --> 00:00:57,840 which executes the bootloader. 11 00:00:58,560 --> 00:01:06,780 The second one is the bootloader which checks for the anti LDR files if they are available or no. 12 00:01:07,470 --> 00:01:16,080 The next one is the boot files, which checks the important required boot files like Boot Iron, which 13 00:01:16,080 --> 00:01:19,620 is responsible for successfully booting the system. 14 00:01:20,550 --> 00:01:27,750 The next is the kernel, which is responsible for the kernel execution of the operating system, which 15 00:01:27,750 --> 00:01:30,480 is also known as the heart of the system. 16 00:01:30,990 --> 00:01:33,330 The next is the services. 17 00:01:33,330 --> 00:01:43,860 So unlike Linux, Windows works on services, so it checks all the required initial services and starts 18 00:01:43,860 --> 00:01:47,880 all the services required by the operating system to function. 19 00:01:48,450 --> 00:01:55,530 And the last one is the screen which is presented in front of you when you log in with the username 20 00:01:55,530 --> 00:01:59,340 and password, which is the checking SAM by LC. 21 00:02:00,230 --> 00:02:01,040 Here. 22 00:02:01,070 --> 00:02:04,560 Sam stands for the security account manager. 23 00:02:04,580 --> 00:02:08,930 And Ellis is your local security authority. 24 00:02:09,350 --> 00:02:16,060 Now, remember, whenever you log in into a computer, your passwords are never saved into plain text 25 00:02:16,070 --> 00:02:18,810 in terms of windows whenever you log in. 26 00:02:18,830 --> 00:02:26,240 Your passwords are hashed and saved into a secure location by the SAM. 27 00:02:26,630 --> 00:02:35,360 In terms of Linux, your passwords are again hashed and saved into a secure location, which is only 28 00:02:35,360 --> 00:02:38,900 being checked when you're logging into the system. 29 00:02:39,290 --> 00:02:44,570 So I hope you guys understood the Windows Boot process and how it functions. 30 00:02:44,600 --> 00:02:45,380 Thank you.