Kernel Space Vs User Space

Sdílet
Vložit
  • čas přidán 9. 09. 2024

Komentáře • 10

  • @reinathefox6600
    @reinathefox6600 Před 3 lety +2

    Thank you this was actually very helpful !

  • @nozdoz4166
    @nozdoz4166 Před 3 lety

    BEST EXPLANATION I'VE EVER SEEN THANK YOU

  • @moinahmed3513
    @moinahmed3513 Před 3 lety +1

    Very Nice , helped me understand it properly, Thank you

  • @emmanuelugwu6586
    @emmanuelugwu6586 Před 2 lety +2

    So a kernel is like an API?

  • @sysdoc6890
    @sysdoc6890 Před 4 lety

    nice video sir

  • @himanshubillorePeoplesoftHRMS

    i was asked : "At which can we know that now program has entered into kernel space, and when do we know it has returned to user space?".. any thoughts?

  • @codewithoutdoubt
    @codewithoutdoubt Před 2 měsíci

    You sould try to make videos with hindi language also

  • @QuadDerrick
    @QuadDerrick Před 3 lety

    i think i understand the difference now, userspace is shared memory for users, kernel space is , more locked down memory space for system.
    i still do not quite understand , why there is a userspace and kernalspace. is it a security feauture ? if so, is it a effective one really ?

    • @cannyinformationcenter8236
      @cannyinformationcenter8236  Před 3 lety +1

      Simplest answer for this question is "if there are multiple users for one system, and if one user has the authority to bring down the entire system ,isnt it bad for other users. Hence there are different spaces provided for users which you can say user space and all internal work used to maintain the system is not exposed to user and is handled by the system(kernel) which is kernel space". I hope this clarifies a bit

    • @QuadDerrick
      @QuadDerrick Před 3 lety +1

      @@cannyinformationcenter8236 That do makes some sence. Thanks.