Message Passing Systems (Part 1)

Message Passing Systems (Part 1)

Neso Academy

5 лет назад

263,127 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@yassineamor9300
@yassineamor9300 - 16.09.2018 18:23

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

Ответить
@germanobressani
@germanobressani - 16.09.2018 23:52

Thanks!

Ответить
@abhinandanmajumder844
@abhinandanmajumder844 - 17.09.2018 11:53

best video lectures on os

Ответить
@venkatramreddykatta8575
@venkatramreddykatta8575 - 17.09.2018 16:08

great video sir. thanku

Ответить
@rahulparihar4883
@rahulparihar4883 - 17.09.2018 20:57

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

Ответить
@SaifKhan-tm6yh
@SaifKhan-tm6yh - 18.09.2018 20:13

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

Ответить
@krishnavenivadde281
@krishnavenivadde281 - 31.03.2019 15:11

Good explanation sir.

Ответить
@santhiyasekar4444
@santhiyasekar4444 - 05.04.2019 09:13

Please give me the important question in distributed systems

Ответить
@nabinkumar5113
@nabinkumar5113 - 09.11.2019 18:24

Sir where is the caption or subtitels???

Ответить
@amalrosh2393
@amalrosh2393 - 08.05.2020 10:08

very simple and helpful video

Ответить
@quratraja7391
@quratraja7391 - 24.06.2020 21:34

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 .

Ответить
@hermanocafumana8291
@hermanocafumana8291 - 05.11.2020 23:28

Can anyone give some examples of message passing?

Ответить
@saianil1688
@saianil1688 - 18.12.2020 17:21

clear cut explanation

Ответить
@dhanushsivajaya1356
@dhanushsivajaya1356 - 22.12.2020 09:08

Thankyou sir

Ответить
@shrur3527
@shrur3527 - 03.03.2021 18:48

Thanks
Good explanation

Ответить
@fs2575
@fs2575 - 08.04.2021 13:45

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🎉🙌

Ответить
@DaiMoscv
@DaiMoscv - 12.08.2022 12: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.

Ответить
@prabukaliyamoorthy2695
@prabukaliyamoorthy2695 - 22.09.2022 08:56

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

Ответить
@monikamohanty3619
@monikamohanty3619 - 27.09.2022 17:54

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

Ответить
@i_am_acai
@i_am_acai - 15.10.2022 14:12

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

Ответить
@bhaskarsonowal5457
@bhaskarsonowal5457 - 06.11.2022 20:38

fyhiopo ghvhl;;.jkghjp[

Ответить
@mfrekeumoh9367
@mfrekeumoh9367 - 04.02.2023 17:02

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.

Ответить
@quanne131
@quanne131 - 24.03.2023 18:37

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

Ответить
@ladfromkarak9300
@ladfromkarak9300 - 14.04.2023 04:49

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

Ответить
@user-sd3hs2kx8o
@user-sd3hs2kx8o - 05.06.2023 18:39

23

Ответить
@jacob_90s
@jacob_90s - 01.07.2023 08:50

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.

Ответить
@hoangminhchau2187
@hoangminhchau2187 - 14.07.2023 05:44

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

Ответить
@pokurideepthi
@pokurideepthi - 22.10.2023 15:16

Thank you ...sir 🫡

Ответить
@farahmohamed2104
@farahmohamed2104 - 28.10.2023 08:23

well explained

Ответить
@FizaKhan-qt5zm
@FizaKhan-qt5zm - 12.12.2023 19:52

❤❤

Ответить
@jinugeorge4913
@jinugeorge4913 - 21.01.2024 06:48

simply reading silbershats text book

Ответить
@akaashhardha8604
@akaashhardha8604 - 22.02.2024 17:59

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

Ответить
@ayushiyadav1
@ayushiyadav1 - 22.05.2024 15:42

thnx

Ответить