Switching from kernel to user and vice versa is known as mode shifting not context switch. Context switch is the one which happens between 2 processes.
@srinivaspokala3335 жыл бұрын
Correct
@mehulkumar34694 жыл бұрын
Right
@tusharparashar18793 жыл бұрын
Yups that's why I was confused when he said context switching
@AdithyaKahawanugoda3 жыл бұрын
true
@hetaeramancer3 жыл бұрын
Can you guys give an example of a context switch?
@hoangminhchau2187 Жыл бұрын
There are 2 modes of execution for a program: 1) User mode: - Do not have access to resources like memory or hardwares - When a program crashes, the entire system will not break down 2) Kernel mode: - Privilidged mode - Have access to resources - When a program crashes, the entire system breaks down Because user mode is safer, most programs run in user mode. But some programs might need access to resources, so they will make a call to the OS to request for these. This call is system call. When the OS receives the system call, it will change the mode of the program to kernel mode. This is called context switching.
@Madhavi_1177 Жыл бұрын
🎉
@jeanxza5395 Жыл бұрын
Called mode shifting not context switching he made a mkstake
@inishkohli2737 ай бұрын
"Because user mode is safer, most programs run in user mode".. It maybe better to say , most program are REQUIRED to run in user(restricted mode) by the parent of the computer(OS) because this kid from neighbor house(programs created by third party developer) can break and crash things(crash system) when they come to play in our house(run in our OS) , they can steal things(privacy issues from external programs) .. However our own kid( OS system default apps or programs like Ms Word, ... has loose to no restriction) because we gave birth to our kid, we can easily correct their behavior....(fix bug of system apps) ...>....Sorry but my analogy is weird.🤣
@Subhasini_Sethi7 ай бұрын
@@inishkohli273😂😂😂😂
@mathy6426 ай бұрын
@@jeanxza5395It can be mode switching/context switching
@bekacynthia4 жыл бұрын
The first three and a half minutes of your explanation helped me understand something I was reading and reading but was not grasping it entirely. Thank you for the lesson.
@raviiMaurya2 жыл бұрын
same
@Mr_Memer01_ Жыл бұрын
Exactly 💯
@fakeskillerog9979 Жыл бұрын
Absolutely 💯
@mrbrian8264 жыл бұрын
Very happy to find an explanation in English that is easy to understand. Many thanks from Ireland 🤝
@bradleytimm53492 жыл бұрын
I'm pretty sure 10% of India's GDP consists of English Language CS related tutorial videos.
@hhcdghjjgsdrt2352 жыл бұрын
@@bradleytimm5349 rest 90% of gdp consist of the salary of Indian software engineers who can speak English.
@vikassaini74852 жыл бұрын
@@hhcdghjjgsdrt235 😂😂
@munisasidhar48974 ай бұрын
Yes
@AS-ne5wu9 ай бұрын
Had to rewatch this several times since it's a difficult topic for beginners, but understood everything in the end. Amazing how just one video gives so much info.
@TechnoyashBro3 жыл бұрын
🥳 Tqsm sir from india 🇮🇳
@jamal8916 Жыл бұрын
You have explained this complex topic in the most amazingly simple manner, excellent teacher kind sir!
@Hero360-k1e7 ай бұрын
I watch this video for 2 hours, I can't focus😢😢😢
@Mehraj_IITKGP Жыл бұрын
What I learnt from the lecture: User mode and kernel mode refer to two different modes of operation for a computer's processor and operating system. User mode is the mode in which user applications and programs operate. In user mode, the processor can access only a limited set of resources and instructions, which are defined by the operating system. This includes memory, input/output devices, and CPU registers. User-mode applications do not have direct access to the system's hardware or kernel memory, and any attempt to access such resources will result in an error. On the other hand, Kernel mode is a privileged mode in which the kernel operates. In kernel mode, the processor has access to all system resources, including hardware devices and kernel memory. This allows the operating system to perform low-level operations and interact with hardware devices directly. System-level processes, such as device drivers and system services, operate in kernel mode. A system call is a call made by a program to OS in order to access certain resources which are not accessible in the user mode. So in brief, we can say that a system call is special call made by a program to switch from user mode to kernel mode in order to access certain resources. This is known as mode-shifting, not context switching as the instructor mistakenly called it context switching. The term "context switching" usually refers to the process of saving and restoring the context (i.e., state) of a process or thread so that it can be temporarily suspended and later resumed by the operating system. The term "mode switching" or "mode transition" may be more appropriate to describe the process of switching from user mode to kernel mode and back again. When a user-mode program makes a system call to the operating system, the following steps occur: 1. The user-mode program issues a system call request, typically through a library function provided by the operating system or through an interrupt instruction. 2. The processor switches from user mode to kernel mode, which involves saving the current state of the user-mode program, including its register values and program counter, onto the kernel stack. 3. The operating system identifies the requested operation, validates the arguments passed by the user-mode program, and executes the operation on behalf of the user-mode program. This may involve allocating or releasing resources, modifying data structures, or performing I/O operations. 4. Once the operation is completed, the operating system saves the results of the operation, restores the saved context of the user-mode program from the kernel stack, and switches back to user mode. 5. The user-mode program resumes execution at the point where the system call was made, and the results of the system call are made available to the program.
@Ahnos Жыл бұрын
Thanks for the notes
@trilecao90143 жыл бұрын
Thanks! 1. User mode: safer 2. Kernel mode: more privilege
@quratraja73914 жыл бұрын
Great job Tutorial explains about system calls. System call is the call made by a program running in user mode to the kernel of the operating system to switch the program from user to the kernel mode so that it can access required resources. An example of copying contents from one source file to a destination file is given. This small task involves lots of system calls.
@sheetalyadav44833 жыл бұрын
Thank you sir ! I'm grateful that you're my teacher
@noviljohnsonnovil16765 жыл бұрын
u've got really great patience. n thanks a lot.
@MrKristian2523 жыл бұрын
for [name of some hardware], you need a [big pause] *system call* This is now burned into my brain, thank you so much for this explanation surrounding the topic!
@coding_unicorn2 Жыл бұрын
Your explanation is so easy to understand the topics which appears difficult 😊❤
@YashDEVELOPER122 жыл бұрын
You are a great teacher sir.. God bless you always and thanks alot from bottom of my heart❤
@ishajaswal7547 Жыл бұрын
Very well explained
@dhanarsantika6 жыл бұрын
Nice explaination, you made it simple
@f2pethereum674 жыл бұрын
Haha thanka alot sir my teacher teaches everything from your automata lectures but you explain better and today your example was the answer to my os assignment thanku sir really appreciated ❤️
@trishna10515 жыл бұрын
Thank u very much.. Really it's very easy to understand after watching ur Vedios.. It helps me a lot...
@mazharkhaliq19712 жыл бұрын
With the level of knowledge you always amaze me 😊, thanks for the video
@Unxon-g1l10 ай бұрын
bohut bhadiya videos bna rhe ho thank you sir
@bhoopendrafagna85353 жыл бұрын
very easy way of explaining thanks a lot sir
@hotfirefly2 жыл бұрын
Damn sys call for each and every step
@dinushachathuranga7657 Жыл бұрын
Thanks a lot for the nice explanation❤
@chintupatelyt26683 жыл бұрын
Awesome sir Keep Go’ing
@jawadashraf31815 жыл бұрын
Dear, transfer from user mode to kernal mode is not context switching. please correct it in video. Context switching involves processes only.
@nuthankumar61383 жыл бұрын
agree
@saadmanahmed8604 жыл бұрын
good illustrations
@majki59004 жыл бұрын
awesome explanation, that was very helpfull :) !
@mohsinabdulrauf91452 жыл бұрын
Yours course was very helpful to me sir i am grateful to you
@paulinov.rodriguesmuebe67445 жыл бұрын
Nice explanation. Huggs from Mozambique
@chaturadh6 жыл бұрын
Your explanation is really good. Could you please make a video about fork(),exec() and wait() function, it is really hard to understand Thank you
@atharislam2826 жыл бұрын
i have done my lecture bcoz of u'r help
@narendrarudra35435 жыл бұрын
THANK YOU
@kallipalliashokkumar81143 жыл бұрын
Explanation is very well
@mukhtiarahmad74486 жыл бұрын
sir, method of explanation is excellent.........
@codextreme77565 жыл бұрын
Switching from user mode to kernel mode is not a context switch it just a mode switch. When making a system call there is no context switch because you are in the same address space using the same page table.
@saadmanahmed8604 жыл бұрын
thanks to u for correcting the concept
@smohammadhn3 жыл бұрын
very clear explanation
@vijaysharma-nn9th6 жыл бұрын
wonderful explanation
@agamgill95636 жыл бұрын
great job....thank u so much sr..
@Bb-3076 жыл бұрын
Amazing.. great teacher
@mvakamusic7583 жыл бұрын
Well explained thanks so much
@shaikzuhair85374 жыл бұрын
Good explanation...
@juliannafotheringham7101 Жыл бұрын
angel, thank you
@sona8546 жыл бұрын
very nice explain
@maitreyamoharil42992 жыл бұрын
Great explaination sir 😊 Thank you 🙏
@mohammedfaizal35772 жыл бұрын
Worked, thx
@patricechaula34303 жыл бұрын
I have always to stick to reading books and avoid youtube videos. Thanks for the tutorial, you explain it very well.
@hajji3842 жыл бұрын
The Best details concepts I have ever watched. 🤩😍🎉✨
@humairaahmadi47593 жыл бұрын
very clear and simple explaination .thanks alot sir for this all sach a efficiency that u have provide for us to learn it in great way. lots of love from afghanistan .❤🌻🌷🌺
@moonyt7033Ай бұрын
Looks like someone has graduated. Congrats sister 🎉
@khaliidcaliy10567 ай бұрын
User mode and kernel mode is cpu execution mode so, Context switching is can be triggered by alot of things such as interrupt handling in that case context switch may occur for example if there were process of iowaiting state then disk controller will trigger interrupt send to cpu and interrupt handler invoked causing context switching. Context switch is not only for kernel user mode
@amjadalsobhi73884 жыл бұрын
Thank you so much 🌷🌷
@bhagirathsinhmakwana60853 жыл бұрын
Sir if an user mode switch to the kernel mode then there is chances of system crashes . Then why there is context switching?????
@harishovandkar17082 жыл бұрын
GREAT LECTURE SIR
@VASAVILATHACSE2022VelTechChenn9 ай бұрын
There are 2 modes... 1.user mode-mode bit 1 2 .kernel mode-mode bit 0 User mode: It doesn't contain any resourses. It's mode bit is 1 If the program crashes entire system is not collapsed.hence,it's safe mode to use Kernel is priviliged mode Bit mode is 0 If program crashes whole sys collapses So not safe,recommended to use
@mohsinabdulrauf91452 жыл бұрын
there is little bit mistake except of switching terminology you can say there is trap generated in a program goto kernel mode from user mode as it is taught me by my class teacher thanks else everything you guide right sir thanks!
@surajgahatraj32336 жыл бұрын
perfect explaination!
@MMX174 жыл бұрын
It kind of sounds like a system call is just a method called by the OS. Like in C++ a cout statement is used to display something to the screen, but in your explanation you mention a system call is used to make that happen.
@pieetro_o4 жыл бұрын
System Call. Generate Thermal Element. Form Element. Arrow Shape. Fly Straight. Discharge.
@munteanionut39936 ай бұрын
Thank you for the video! 05:20 is a bit misleading. You first mention we initially get the file name through the "Acquire Input Filename" step, but then you also mention "Then you are displaying a prompt to the screen, asking the user to enter the name of the input file". Didn't we already do step 2 at step 1? Or is this just a terminology issue and what you actually meant with the first step is that: we get the memory required to store the input first AND AFTERWARDS we get the literal input..?
@aatmakumar46312 жыл бұрын
Nice class
@انميانمي-ن7ن2 жыл бұрын
Why do we switch from the user's stack to a kernel stack when we enter the kernel ( e.g. for a system call ) ? @Neso Academy
@rupaligaikwad20aug3 жыл бұрын
Thank you for great knowledge 🙏
@sreepriyanks5 жыл бұрын
well explained...thank u
@sugatasaha44234 жыл бұрын
great explanation.
@vmorita5 жыл бұрын
Thank you
@ekc1332 жыл бұрын
System Call Interfaces (SCI) are the only way to transit from User space to kernel space.Not context switching
@klaik303 жыл бұрын
It is first explained that if a program is in kernel mode and crashes, the whole system crashes. Then it is defined that a mode shift happens in an instant when a system call is made. Then finaly it is shown that almost EVERYTHING is a system call. Just getting input and showing it on the screen are system calls. The thing is that obviously your whole system would not crash if something in that program crashes even though every action is a system call. How can that be?
@varunsood78992 жыл бұрын
Nice lectures 👍👍 sir you are clearing all my doubts
@atharislam2826 жыл бұрын
thanku..
@Mohsinsadiqko2 жыл бұрын
So perfect
@syedhabeebuddin1013 жыл бұрын
Thanks !
@yerramachusreenu11973 жыл бұрын
Nice session .better explanation. Make some more videos
@mrkiwiboy20115 жыл бұрын
Hi, do you mean operating system needs system call to write completion message to screen? I am pretty sure user has nothing to do with it so please explain why you say "you" in this video all the time instead of Operating system!
@Wickykhan6 жыл бұрын
thank u sooooooo much
@siddhu-463 жыл бұрын
Nice explaination Awesome. But switching from user mode to kernal mode is Known as Mode shifting based on PSW(program status word) mode bit it changes to user mode to kernal mode ??
@章魚-l8y2 жыл бұрын
good explaination! However, seems all action that perform in the copying procedure are system calls (need to switch to kernal mode). Is there any example of user mode action?
@manjunathkotabal2 жыл бұрын
great lecture sir , continue doing the same
@abhinayreddy54996 жыл бұрын
Tqs alot sir...i like ur videos...and it helped me alot...but our exams r starting on april 16th...so plz upload bit faster...
@thareejanp39332 жыл бұрын
Switching User mode to kernel mode called as System Call Interfaces (SCI) Not context switching by the time, context switching will happen while switching to another process
@brandonyangeh6023 жыл бұрын
thanks
@dhanushsivajaya13564 жыл бұрын
Thankyou sir
@basitobaid69034 жыл бұрын
Good explanation brother but you said program shifts from user mode to kernel mode but it's actually a process that shifts (As the running program is called the process ) so you better correct it!
@andreborges8640 Жыл бұрын
don't you need to close the input file?
@praneshacharya61153 жыл бұрын
what does happen if crash occur during mode switching?
@ayushiydvKG5 ай бұрын
thnx sir
@nrgs-alh11 ай бұрын
Hi thanks for your amazing explanation, i have a question. It means that for all the commands and operations which are in user mode, the system call is being used? And is it related to the CPU? I mean if this happens, it takes so much time from the cpu to do these system calls.
@MN-lz6lf5 жыл бұрын
سبحان الله و بحمده . . ♥️ سبحان الله العظيم . . . 💙
@fousizadizusa85246 жыл бұрын
Thanks alot sir 😊
@soufianta83743 ай бұрын
I thought that a process can access its own virtual address space without “mode shifting” and hence, no system call required or do I’m wrong ??
@Dragonborn-dc4uj5 жыл бұрын
It can also take control of someone and make a army and make you a god basically
@NAAR476 жыл бұрын
U r great , keep going
@YashDEVELOPER122 жыл бұрын
Sir I have a doubt , before creating output file. Why not I can check , if the output file exist in the memory .. why we are creating output file without checking.. plz clear this doubt!