Question: Your Tasks Part1 - Daisy Chain Connection Scenario Program the following scenario in a separate static function in the console application. Call your method:
Your Tasks Part1 - Daisy Chain Connection Scenario Program the following scenario in a separate static function in the console application. Call your method: private static part1(). Note: to run this scenario alone. Create a set of daisy chain connections as follows: 1. {ABCD E FG H} 2. {I J K L M N O P} 3. {RSTUVWXY} Send the following messages - use random sizes 10..40: 1. A H 2. B D 3. P 4. KR 5. Y T 6. R Z 7. C C 8. B G Comment on the message delivery of the above messages in your report. Did the message reach its destination? Was the message an orphan? i.e. did the destination exist? Was the messages received in order at the destination? Note: Adjust the orphan count to let the application terminate gracefully. Attach a log of your simulation with you report.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
