Message Passing Systems (Part 1)

Поділитися
Вставка
  • Опубліковано 15 гру 2024

КОМЕНТАРІ • 41

  • @DaiMoscv
    @DaiMoscv 2 роки тому +41

    Here is what I understood:
    Message Passing System allows processes communicate each other without shared memory. This kind of system is particularly useful for the communicating processes where it resides in different computers connected through a network.
    Message Passing facility provides at least two operations send and receive. The message sent by the process can have fixed or variable size. Fixed size messages are easier for system level implementation, however it's difficult when comes to programming. Because when you're programming, you may want to control the way of how the messages are sent and you should always keep in mind that it's fixed size. On the other hand variable size messages are complicated on system level implementation but easier for programming.
    To send and receive messages between processes there needs to exist some kind of communication link. There are several ways to logically implement a link and send(), receive() operations like:
    -Direct or indirect communication
    -Synchronous or Asynchronous communication
    -Automatic or explicit buffering
    There are several issues that associated with above methods such as naming, synchronization, buffering etc.

  • @quratraja7391
    @quratraja7391 4 роки тому +16

    So, in interprocess communicate, when processes are residing on two different computers, mechanism of message passing is more appropriate. Message can either be of fixed or varied lengths. Programing a system for fixed lengths is more easier than those with varied length .

  • @jacob_90s
    @jacob_90s Рік тому +6

    Holy Christ. I don't think I've ever seen such a perfect example of recursive definitions. Nearly every explanation you gave was just you using the exact same words used to make up the concept's name, and rearranging them into a new sentence without any added additional context.

  • @fs2575
    @fs2575 3 роки тому +73

    I bet the 25 people who unliked this video are college professors unable to deliver such content..😂😝Keep up the awesome work and thanks for saving our grades Neso Academy🎉🙌

  • @mfrekeumoh9367
    @mfrekeumoh9367 Рік тому +4

    You have done a great deal in the subject matter. Taking time to expound most of the terms as it relates to the context. Thank you Sir.

  • @hoangminhchau2187
    @hoangminhchau2187 Рік тому +5

    A message-passing system is more appropriate for distributed systems because processes don't need to access to the shared memory region (In distributed system, processes may be located in different computers within a network).
    Processes can send messages of fixed or variable size.
    2 processes must form a link between them iun order to send and receive messages.
    There are 3 types of implementing this link:
    - direct or indirect communication
    - synchronous or asynchronous communication
    - automatic or explicit buffering
    Problems encountered with theses implementations:
    - naming
    - synchronization
    - buffering

  • @yassineamor9300
    @yassineamor9300 6 років тому +14

    This is very valuable. Please continue sharing your knowledge. Thank you!

  • @abhinandanmajumder844
    @abhinandanmajumder844 6 років тому +7

    best video lectures on os

  • @saianil1688
    @saianil1688 4 роки тому +2

    clear cut explanation

  • @SaifKhan-tm6yh
    @SaifKhan-tm6yh 6 років тому +4

    Sir plz provide all the video off os plz sir ur the best teacher for os

  • @prabukaliyamoorthy2695
    @prabukaliyamoorthy2695 2 роки тому +2

    You just read what is there in text book. Pls provide more examples and IPC methods used for each IPC mechanisms.

  • @farahmohamed2104
    @farahmohamed2104 Рік тому

    well explained

  • @rahulparihar4883
    @rahulparihar4883 6 років тому +8

    when the 2nd part will be gonna uploaded ? I have exam tomorrow and i badly need this

    • @phungdao7343
      @phungdao7343 4 роки тому +11

      what's grade did u get ?

    • @vattaced
      @vattaced 4 роки тому +1

      @@phungdao7343 lol

  • @amalrosh2393
    @amalrosh2393 4 роки тому

    very simple and helpful video

  • @monikamohanty3619
    @monikamohanty3619 2 роки тому

    Thank you so much sir .
    This is a very crystal clear video about message passing .

  • @krishnavenivadde281
    @krishnavenivadde281 5 років тому

    Good explanation sir.

  • @pokurideepthi
    @pokurideepthi Рік тому

    Thank you ...sir 🫡

  • @dhanushsivajaya1356
    @dhanushsivajaya1356 4 роки тому +1

    Thankyou sir

  • @venkatramreddykatta8575
    @venkatramreddykatta8575 6 років тому

    great video sir. thanku

  • @shrur3527
    @shrur3527 3 роки тому

    Thanks
    Good explanation

  • @akaashhardha8604
    @akaashhardha8604 9 місяців тому

    Now, I got to know that even i can't focus 10 min,
    writing this watching video

  • @germanobressani
    @germanobressani 6 років тому +4

    Thanks!

  • @ayushiydvKG
    @ayushiydvKG 6 місяців тому

    thnx

  • @hermanocafumana8291
    @hermanocafumana8291 4 роки тому +1

    Can anyone give some examples of message passing?

  • @quanne131
    @quanne131 Рік тому

    can someone tell me the order of steps of the message passing, pls

  • @santhiyasekar4444
    @santhiyasekar4444 5 років тому +3

    Please give me the important question in distributed systems

  • @ladfromkarak9300
    @ladfromkarak9300 Рік тому

    A translation of silberchatz book but guess what you can understand the concepts more easily

  • @nabinkumar5113
    @nabinkumar5113 5 років тому +6

    Sir where is the caption or subtitels???

  • @i_am_acai
    @i_am_acai 2 роки тому +3

    You repeat a lot of what you say. Ie, "a variable length message is a message whose length varies"

  • @FizaKhan-qt5zm
    @FizaKhan-qt5zm Рік тому

    ❤❤

  • @wbC-r4f
    @wbC-r4f Рік тому

    23